[Top][All Lists]
[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
- Re: Automake: Compiling sources in other directories, Dave Brolley, 2001/01/12
- Re: Automake: Compiling sources in other directories, Tom Tromey, 2001/01/12
- Re: Automake: Compiling sources in other directories, Dave Brolley, 2001/01/15
- Re: Automake: Compiling sources in other directories, Akim Demaille, 2001/01/15
- Re: Automake: Compiling sources in other directories, Dave Brolley, 2001/01/15
- Re: Automake: Compiling sources in other directories, Akim Demaille, 2001/01/15
- Re: Automake: Compiling sources in other directories, Lars J. Aas, 2001/01/15
- Re: Automake: Compiling sources in other directories, Dave Brolley, 2001/01/15
- Re: Automake: Compiling sources in other directories, Tom Tromey, 2001/01/17
- Re: Automake: Compiling sources in other directories, Dave Brolley, 2001/01/17
- Re: Automake: Compiling sources in other directories,
Tom Tromey <=