automake
[Top][All Lists]
Advanced

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

Re: Automake: Compiling sources in other directories


From: Tom Tromey
Subject: Re: Automake: Compiling sources in other directories
Date: 15 Jan 2001 11:00:27 -0700

>>>>> "Dave" == Dave Brolley <address@hidden> writes:

Dave> FWIW, I'm working around this for now using VPATH:
Dave>    VPATH=$(srcdir):../host
Dave> and specifying h1.cpp without a path in in
Dave> libfred_la_SOURCES. Seems to work OK. Is this supported?

I'm afraid not.  I believe some versions of make don't support having
multiple directories in VPATH.  I don't know what effect that might
have.  Depending on what you are targeting, though, it might have the
effect you want.

Tom



reply via email to

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