Update PPC readme. Remove things that are done or aren't ppc specific
[oota-llvm.git] / lib / CodeGen / Makefile
index 59bb0cfb06a3829362a4f0dbf7b10abaa1c19230..05453a36ef7d025c450fd9fa6ab0779b553140c9 100644 (file)
@@ -1,5 +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 = ../..
-PARALLEL_DIRS = PreOpts InstrSelection InstrSched RegAlloc PostOpts Mapping Selection
-LIBRARYNAME = codegen
+PARALLEL_DIRS = SelectionDAG
+LIBRARYNAME = LLVMCodeGen
 
 include $(LEVEL)/Makefile.common