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/ _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
