clean up some corner cases
[oota-llvm.git] / lib / CodeGen / Makefile
index f80090e3e4d05820819f9902ac7f711489e270ed..05453a36ef7d025c450fd9fa6ab0779b553140c9 100644 (file)
@@ -1,7 +1,14 @@
-LEVEL = ../..
-DIRS  = InstrSelection TargetMachine
+##===- 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.
+# 
+##===----------------------------------------------------------------------===##
 
-## List source files in link order
-Source  =
+LEVEL = ../..
+PARALLEL_DIRS = SelectionDAG
+LIBRARYNAME = LLVMCodeGen
 
 include $(LEVEL)/Makefile.common