Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-01-30 12:46:27 -0800 (Sun, 30 Jan 2005)
Revision: 774
Log message:
Added .SUBDIR bodies for default subdirectory OMakefiles.
.SUBDIR: dir1 dir2 ...
foo: boo
cat $< > $@
The body of the .SUBDIR is interpreted just as if it were
<dir>/OMakefile. It can contain rule definitions etc, and it
is evaluated with working directory <dir>.
Changes | Path |
+41 -32 | omake/src/eval/omake_rule.ml |