r600: Use deque and simplify loops in AMDGPUCFGStructurizer
[oota-llvm.git] / lib / Target / SystemZ / Makefile
index c4574dc2484e1d82746e65065ab0cd9572b9e771..732c31725538c56d399899f5c73554a6ef728feb 100644 (file)
@@ -1,4 +1,4 @@
-##===- lib/Target/SystemZ/Makefile ---------------------------*- Makefile -*-===##
+##===- lib/Target/SystemZ/Makefile -------------------------*- Makefile -*-===##
 #
 #                     The LLVM Compiler Infrastructure
 #
@@ -6,17 +6,23 @@
 # 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 \
+               SystemZGenDisassemblerTables.inc \
+               SystemZGenInstrInfo.inc \
+               SystemZGenDAGISel.inc \
+               SystemZGenSubtargetInfo.inc \
+               SystemZGenCallingConv.inc \
+               SystemZGenMCCodeEmitter.inc
 
-DIRS = AsmPrinter
+DIRS = InstPrinter AsmParser Disassembler TargetInfo MCTargetDesc
 
 include $(LEVEL)/Makefile.common