[llvm-commits] CVS: llvm/lib/Makefile

John Criswell criswell at choi.cs.uiuc.edu
Mon Jun 23 14:08:08 PDT 2003


Changes in directory llvm/lib:

Makefile updated: 1.11 -> 1.11.2.1

---
Log message:

Initial autoconf checkin.


---
Diffs of the changes:

Index: llvm/lib/Makefile
diff -u llvm/lib/Makefile:1.11 llvm/lib/Makefile:1.11.2.1
--- llvm/lib/Makefile:1.11	Tue Sep 17 22:25:55 2002
+++ llvm/lib/Makefile	Mon Jun 23 14:06:59 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