[llvm-commits] CVS: llvm/lib/Makefile
John Criswell
criswell at cs.uiuc.edu
Mon Jun 30 17:04:23 PDT 2003
Changes in directory llvm/lib:
Makefile updated: 1.11 -> 1.12
---
Log message:
Merged in autoconf branch. This provides configuration via the autoconf
system.
---
Diffs of the changes:
Index: llvm/lib/Makefile
diff -u llvm/lib/Makefile:1.11 llvm/lib/Makefile:1.12
--- llvm/lib/Makefile:1.11 Tue Sep 17 22:25:55 2002
+++ llvm/lib/Makefile Mon Jun 30 16:58:36 2003
@@ -1,6 +1,8 @@
LEVEL = ..
-PARALLEL_DIRS = VMCore Analysis Transforms AsmParser Bytecode Support CodeGen Target CWriter Reoptimizer
+PARALLEL_DIRS = VMCore Analysis Transforms AsmParser Bytecode Support CodeGen Target CWriter
+
+OPTIONAL_DIRS = Reoptimizer
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list