[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Convert nmake Makefile to GNU Makefile
From: |
Tom Browder |
Subject: |
Re: Convert nmake Makefile to GNU Makefile |
Date: |
Fri, 6 Mar 2009 05:44:49 -0600 |
On Thu, Mar 5, 2009 at 3:44 PM, Achugatla, Vijay K. (LNG-CON)
<address@hidden> wrote:
...
> I am using Sablime (configuration management tool) that has organized
> directory structure that accounts for proper directory partitioning of its
> source and destination (built) files.
>
> Is there any option available in GNU make that handles this? I am not sure
> but I think nmake provides some options to achieve this
Vijay, instead of vague questions that can have many answers, why
don't you put together a very small set of example (simple as in
"Hello, World") source files (like one of each type) in a directory
structure that matches your situation so we can see exactly your
concerns.
Then you try to write a Makefile that solves your build problem.
Present the whole thing here as a tarball, and then we can look at a
real Makefile that we can critique.
I have to say that my Makefiles grow and improve from observing
results and learning new aspects of make. Sometimes you just have to
jump in the pool without knowing the temperature--just start!
-Tom