automake
[Top][All Lists]
Advanced

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

SUBDIRs and slashes


From: Marty Leisner
Subject: SUBDIRs and slashes
Date: Wed, 26 Nov 2003 13:52:45 -0500

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 just has the line:
        SUBDIRS=source

So I wouldn't get:
common/Makefile.am:1: directory should not contain `/'

Just wondering for some thoughts on this matter...is there any
reason to insist on single level source directories in recursive make...



marty           address@hidden   
Don't  confuse education with schooling.
        Milton Friedman to Yogi Berra




reply via email to

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