help-make
[Top][All Lists]
Advanced

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

Re: building a recursive make structure using external sources


From: Paul D. Smith
Subject: Re: building a recursive make structure using external sources
Date: Wed, 26 May 2004 11:51:27 -0400

%% "Robert P. J. Day" <address@hidden> writes:

  rpjd> is there a standard way to put together a make-based build structure in
  rpjd> which the source itself is not contained within the build directory
  rpjd> structure itself, but is incorporated from external sources, *but* the
  rpjd> build is done locally.  that is, i don't just want to "make -C <over
  there> <target>".  i want to include the stuff from "over there" as if it
  rpjd> were local, and have all the intermediate results (executables, object
  rpjd> files, whatever) generated within my current directory.

This is EXACTLY what VPATH is for.

-- 
-------------------------------------------------------------------------------
 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]