Temporarily Revert "Nuke the old JIT." as it's not quite ready to
[oota-llvm.git] / lib / Target / SystemZ / Makefile
index fa59dc6f1d0b1c616e405bd8ff38a0836a7ac18d..445725bd1e12aa2993386a6efa2a1cbb52dcffdc 100644 (file)
@@ -1,4 +1,4 @@
-##===- lib/Target/SystemZ/Makefile ---------------------------*- Makefile -*-===##
+##===- lib/Target/SystemZ/Makefile -------------------------*- Makefile -*-===##
 #
 #                     The LLVM Compiler Infrastructure
 #
@@ -12,11 +12,18 @@ LIBRARYNAME = LLVMSystemZCodeGen
 TARGET = SystemZ
 
 # Make sure that tblgen is run, first thing.
-BUILT_SOURCES = SystemZGenRegisterInfo.inc SystemZGenInstrInfo.inc \
-               SystemZGenAsmWriter.inc SystemZGenDAGISel.inc \
-               SystemZGenSubtargetInfo.inc SystemZGenCallingConv.inc
+BUILT_SOURCES = SystemZGenRegisterInfo.inc \
+               SystemZGenAsmWriter.inc \
+               SystemZGenAsmMatcher.inc \
+               SystemZGenCodeEmitter.inc \
+               SystemZGenDisassemblerTables.inc \
+               SystemZGenInstrInfo.inc \
+               SystemZGenDAGISel.inc \
+               SystemZGenSubtargetInfo.inc \
+               SystemZGenCallingConv.inc \
+               SystemZGenMCCodeEmitter.inc
 
-DIRS = TargetInfo
+DIRS = InstPrinter AsmParser Disassembler TargetInfo MCTargetDesc
 
 include $(LEVEL)/Makefile.common