Re: SUBDIRs and slashes

2003-12-09 Thread Tom Tromey
adl == Alexandre Duret-Lutz [EMAIL PROTECTED] writes: Marty == Marty Leisner [EMAIL PROTECTED] writes: adl [...] Marty common/Makefile.am:1: directory should not contain `/' Marty Just wondering for some thoughts on this matter...is Marty there any reason to insist on single level source

Re: SUBDIRs and slashes

2003-12-01 Thread Joerg Faschingbauer
adl == Alexandre Duret-Lutz [EMAIL PROTECTED] writes: Marty == Marty Leisner [EMAIL PROTECTED] writes: adl [...] Marty common/Makefile.am:1: directory should not contain `/' Marty Just wondering for some thoughts on this matter...is Marty there any reason to insist on single level source

Re: SUBDIRs and slashes

2003-12-01 Thread Ralf Corsepius
On Mon, 2003-12-01 at 09:47, Joerg Faschingbauer wrote: adl == Alexandre Duret-Lutz [EMAIL PROTECTED] writes: Marty == Marty Leisner [EMAIL PROTECTED] writes: adl [...] Marty common/Makefile.am:1: directory should not contain `/' Marty Just wondering for some thoughts on this

Re: SUBDIRs and slashes

2003-11-30 Thread Alexandre Duret-Lutz
Marty == Marty Leisner [EMAIL PROTECTED] writes: [...] Marty common/Makefile.am:1: directory should not contain `/' Marty Just wondering for some thoughts on this matter...is Marty there any reason to insist on single level source Marty directories in recursive make... I can't think of

SUBDIRs and slashes

2003-11-26 Thread Marty Leisner
In recursive subsystems, some follow the rule 1 Makefile per directory I like to follow that rule when the Makefile does things besides recurse. We have an architecture where each subdirectory has source and include -- i.e. foo/source foo/include I had to put a makefile in foo which

SUBDIRS with slashes?

2001-12-05 Thread Joerg Faschingbauer
Being new to automake, I am missing (not badly though) one feature I would want to use otherwise. This is, I'd occasionally want to say, SUBDIRS = a/b in the toplevel Makefile.am. I know, the doc says that The directories mentioned in SUBDIRS must be direct children of the current directory.

Re: SUBDIRS with slashes?

2001-12-05 Thread Lars J. Aas
On Wed, Dec 05, 2001 at 04:55:19PM +0100, Joerg Faschingbauer wrote: : Being new to automake, I am missing (not badly though) one feature I : would want to use otherwise. This is, I'd occasionally want to say, : : SUBDIRS = a/b : : in the toplevel Makefile.am. : : I know, the doc says that The