Support for microMIPS trap instructions 1.
[oota-llvm.git] / lib / Target / SystemZ / Makefile
index f1097ebcf3b7ac19dd2322c1c8a0f55dfa1c3ba7..445725bd1e12aa2993386a6efa2a1cbb52dcffdc 100644 (file)
@@ -1,4 +1,4 @@
-##===- lib/Target/SystemZ/Makefile ---------------------------*- Makefile -*-===##
+##===- lib/Target/SystemZ/Makefile -------------------------*- Makefile -*-===##
 #
 #                     The LLVM Compiler Infrastructure
 #
@@ -6,17 +6,24 @@
 # License. See LICENSE.TXT for details.
 #
 ##===----------------------------------------------------------------------===##
+
 LEVEL = ../../..
 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 = AsmPrinter TargetInfo
+DIRS = InstPrinter AsmParser Disassembler TargetInfo MCTargetDesc
 
 include $(LEVEL)/Makefile.common