help-make
[Top][All Lists]
Advanced

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

Re: Library building 102


From: John Graham-Cumming
Subject: Re: Library building 102
Date: Thu, 26 May 2005 19:54:00 -0400

On Fri, 2005-05-27 at 00:15 +0100, Brendan Heading wrote:
> I'm guessing this might be a job for VPATH.

So you could either do

VPATH = $(FOO_SRCS):$(BAR_SRCS):$(BAZ_SRCS)

or use vpath

vpath %.c $(FOO_SRCS) $(BAR_SRCS) $(BAZ_SRCS)

John.
-- 
John Graham-Cumming

Home: http://www.jgc.org/
Work: http://www.electric-cloud.com/
POPFile: http://getpopfile.org/
GNU Make Standard Library: http://gmsl.sf.net/






reply via email to

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