[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Including dependency files automagically + some basic pilot error
From: |
Paul D. Smith |
Subject: |
Re: Including dependency files automagically + some basic pilot error |
Date: |
Mon, 25 Jul 2005 16:02:36 -0400 |
I don't know how automake does it (I've never perused an automake
generated makefile deeply enough).
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.
--
-------------------------------------------------------------------------------
Paul D. Smith <address@hidden> Find some GNU make tips at:
http://www.gnu.org http://make.paulandlesley.org
"Please remain calm...I may be mad, but I am a professional." --Mad Scientist