On Monday 25 July 2005 21:02, Paul D. Smith wrote: > I don't know how automake does it (I've never perused an automake > generated makefile deeply enough).
That's the trouble with being lazy (speaking for myself). Makefile.am is so trivial that the resulting Makefile comes as a rude shock to the system ;-) > In my personal (non-AM) build systems I do something like this: > __dummy := $(shell [ -d .deps ] || mkdir .deps) > > There is some information about creating directories in the GNU > make manual. Thank you, Paul. _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
