It is obvious that this has never been used for outputing more than a single
[oota-llvm.git] / lib / CodeGen / Makefile
index 57ee9160fcf20bcc26ba9f7e099fc8e559f99c8d..3f45da3d946e448a3c71ef7ae47f91eb97bee83f 100644 (file)
@@ -1,4 +1,14 @@
+##===- lib/CodeGen/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  = PreOpts InstrSelection InstrSched RegAlloc PostOpts Mapping
+PARALLEL_DIRS = InstrSched SelectionDAG
+LIBRARYNAME = codegen
 
 include $(LEVEL)/Makefile.common