Specify all of the targets built.
[oota-llvm.git] / lib / Target / PowerPC / Makefile
index 8c3949def7c609d6261e4699cf44420ef6d43c5d..8975398c035b0607294de3917412e6bcbc9fc3ce 100644 (file)
@@ -7,43 +7,13 @@
 # 
 ##===----------------------------------------------------------------------===##
 LEVEL = ../../..
-LIBRARYNAME = powerpc
-include $(LEVEL)/Makefile.common
+LIBRARYNAME = LLVMPowerPC
+TARGET = PowerPC PPC32 PPC64
 
 # Make sure that tblgen is run, first thing.
-$(SourceDepend): PowerPCGenRegisterInfo.h.inc PowerPCGenRegisterNames.inc \
-                 PowerPCGenRegisterInfo.inc PowerPCGenInstrNames.inc \
-                 PowerPCGenInstrInfo.inc
-
-PowerPCGenRegisterNames.inc:: $(SourceDir)/PowerPC.td \
-                           $(SourceDir)/PowerPCReg.td \
-                           $(SourceDir)/../Target.td $(TBLGEN)
-       @echo "Building PowerPC.td register names with tblgen"
-       $(VERB) $(TBLGEN) -I $(BUILD_SRC_DIR) $< -gen-register-enums -o $@
-
-PowerPCGenRegisterInfo.h.inc:: $(SourceDir)/PowerPC.td \
-                           $(SourceDir)/PowerPCReg.td \
-                           $(SourceDir)/../Target.td $(TBLGEN)
-       @echo "Building PowerPC.td register information header with tblgen"
-       $(VERB) $(TBLGEN) -I $(BUILD_SRC_DIR) $< -gen-register-desc-header -o $@
-
-PowerPCGenRegisterInfo.inc:: $(SourceDir)/PowerPC.td \
-                         $(SourceDir)/PowerPCReg.td \
-                         $(SourceDir)/../Target.td $(TBLGEN)
-       @echo "Building PowerPC.td register information implementation with tblgen"
-       $(VERB) $(TBLGEN) -I $(BUILD_SRC_DIR) $< -gen-register-desc -o $@
+BUILT_SOURCES = PowerPCGenInstrNames.inc PowerPCGenRegisterNames.inc \
+                PowerPCGenAsmWriter.inc  PPC32GenCodeEmitter.inc \
+ PPC32GenRegisterInfo.h.inc PPC32GenRegisterInfo.inc PPC32GenInstrInfo.inc \
+ PPC64GenRegisterInfo.h.inc PPC64GenRegisterInfo.inc PPC64GenInstrInfo.inc
 
-PowerPCGenInstrNames.inc:: $(SourceDir)/PowerPC.td \
-                       $(SourceDir)/PowerPCInstrs.td \
-                       $(SourceDir)/../Target.td $(TBLGEN)
-       @echo "Building PowerPC.td instruction names with tblgen"
-       $(VERB) $(TBLGEN) -I $(BUILD_SRC_DIR) $< -gen-instr-enums -o $@
-
-PowerPCGenInstrInfo.inc:: $(SourceDir)/PowerPC.td \
-                      $(SourceDir)/PowerPCInstrs.td \
-                      $(SourceDir)/../Target.td $(TBLGEN)
-       @echo "Building PowerPC.td instruction information with tblgen"
-       $(VERB) $(TBLGEN) -I $(BUILD_SRC_DIR) $< -gen-instr-desc -o $@
-
-clean::
-       $(VERB) rm -f *.inc
+include $(LEVEL)/Makefile.common