Initial checkin of SelectionDAG implementation. This is still rough and
[oota-llvm.git] / lib / CodeGen / Makefile
index 90124a2375f855d3ecda875fde8cc453e6096bbf..6f2a330d3ed4956fdf0f0b24e403e5f4e8bf37f2 100644 (file)
@@ -1,4 +1,5 @@
 LEVEL = ../..
-DIRS  = InstrSelection InstrSched RegAlloc
+PARALLEL_DIRS = PreOpts InstrSelection InstrSched RegAlloc PostOpts Mapping
+LIBRARYNAME = codegen
 
 include $(LEVEL)/Makefile.common