Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-05-05 16:58:43 -0700 (Thu, 05 May 2005)
Revision: 961
Log message:
Added $(target-is-proper ...) and $(filter-proper-targets ...). A
target is "proper" if it can be built by the current project.
Changes | Path |
+72 -1 | omake/configure |
+67 -60 | omake/src/build/omake_builtin_file.ml |
+10 -0 | omake/src/eval/omake_target.ml |
+1 -0 | omake/src/eval/omake_target.mli |