make-w32
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Lucent nmake feature support


From: Paul D. Smith
Subject: RE: Lucent nmake feature support
Date: Mon, 10 Nov 2003 01:07:36 -0500

%% "Andy Voelkel" <address@hidden> writes:

  av> The main thing I noticed is the built-in dependency scanner for
  av> source code. That would be a welcome addition to GNU make. OPUS
  av> had it, and it will be missed.

You can get automated dependency scanning with GNU make, it just doesn't
come built-in.  But it's not hard to achieve, especially if you have a
relatively decent compiler (like GCC).  But even without one you can do
it pretty easily.  For example there are instructions at my web site
(see the .sig).


I don't know that there will ever be any kind of automated scanner
embedded in GNU make.  To me that seems the wrong way to go... make
would need to know too much about some specific kinds of targets.  The
only automated dependency scanner I ever thought might be appropriate to
be integrated into GNU make was a very cool one that used LD_PRELOAD to
provide generic dependency tracking for any kind of target.  But, that
only works on systems that support LD_PRELOAD of course.

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <address@hidden>          Find some GNU make tips at:
 http://www.gnu.org                      http://make.paulandlesley.org
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist




reply via email to

[Prev in Thread] Current Thread [Next in Thread]