This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

SUBDIRs and slashes


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		mleisner@eng.mc.xerox.com   
Don't  confuse education with schooling.
	Milton Friedman to Yogi Berra



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]