simplify some code that was not llvm_shutdown safe
[oota-llvm.git] / lib / Makefile
index eea7ca090d62aa36867b797987fbe9147caef791..2440dd48068bcb7643db53b1067d22f52eea14f2 100644 (file)
@@ -1,5 +1,15 @@
+##===- lib/Makefile ----------------------------------------*- Makefile -*-===##
+# 
+#                     The LLVM Compiler Infrastructure
+#
+# This file was developed by the LLVM research group and is distributed under
+# the University of Illinois Open Source License. See LICENSE.TXT for details.
+# 
+##===----------------------------------------------------------------------===##
 LEVEL = ..
-DIRS = VMCore Analysis Transforms AsmParser Bytecode Support CodeGen Target CWriter
+
+PARALLEL_DIRS = VMCore AsmParser Bytecode Analysis Transforms CodeGen Target \
+                ExecutionEngine Debugger Linker 
 
 include $(LEVEL)/Makefile.common