automake
[Top][All Lists]
Advanced

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

Re: substitution vs expansion in Makefile.am


From: Harlan Stenn
Subject: Re: substitution vs expansion in Makefile.am
Date: Tue, 04 Mar 2008 23:29:01 +0000

John,

> Bob, server/Makefile's VPATH only contains the expansion of
> @top_srcdir@/server, which in this case is ../../server. This means
> that make won't be able to find any sources listed that exist in
> directories other than ../../server. So I think I HAVE to use
> $(top_srcdir)/common/mySleep.c, don't I, as it's in a different source
> directory?

You can use: ../common/mySleep.c in your foo_SOURCES list.

H




reply via email to

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