Temporarily Revert "Nuke the old JIT." as it's not quite ready to
[oota-llvm.git] / lib / Target / SystemZ / Makefile
index 6930e14c061eb6f569f7701dfef310d700d8918e..445725bd1e12aa2993386a6efa2a1cbb52dcffdc 100644 (file)
@@ -1,4 +1,4 @@
-##===- lib/Target/SystemZ/Makefile ---------------------------*- Makefile -*-===##
+##===- lib/Target/SystemZ/Makefile -------------------------*- Makefile -*-===##
 #
 #                     The LLVM Compiler Infrastructure
 #
@@ -12,12 +12,18 @@ LIBRARYNAME = LLVMSystemZCodeGen
 TARGET = SystemZ
 
 # Make sure that tblgen is run, first thing.
-BUILT_SOURCES = SystemZGenRegisterInfo.h.inc SystemZGenRegisterNames.inc \
-                SystemZGenRegisterInfo.inc SystemZGenInstrNames.inc \
-                SystemZGenInstrInfo.inc SystemZGenAsmWriter.inc \
-                SystemZGenDAGISel.inc SystemZGenSubtarget.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