X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FTarget%2FSparc%2FMakefile;h=4b81ada956f2ece540d7c344e03640909d529081;hb=e67a4afb5da59c02338622eea68e096ba143113f;hp=78da738aa7b03d768e293b4c517d12ccd032bfb7;hpb=83ba99ac46a2e4189d71146246abca8c845ffd68;p=oota-llvm.git diff --git a/lib/Target/Sparc/Makefile b/lib/Target/Sparc/Makefile index 78da738aa7b..4b81ada956f 100644 --- a/lib/Target/Sparc/Makefile +++ b/lib/Target/Sparc/Makefile @@ -1,46 +1,22 @@ -##===- lib/Target/SparcV8/Makefile -------------------------*- Makefile -*-===## -# +##===- lib/Target/Sparc/Makefile ---------------------------*- Makefile -*-===## +# # The LLVM Compiler Infrastructure # -# This file was developed by the LLVM research group and is distributed under -# the University of Illinois Open Source License. See LICENSE.TXT for details. -# +# This file is distributed under the University of Illinois Open Source +# License. See LICENSE.TXT for details. +# ##===----------------------------------------------------------------------===## -LEVEL = ../../.. -LIBRARYNAME = sparcv8 -include $(LEVEL)/Makefile.common -TDFILES := $(wildcard $(SourceDir)/*.td) $(SourceDir)/../Target.td -TDFILE := $(SourceDir)/SparcV8.td +LEVEL = ../../.. +LIBRARYNAME = LLVMSparcCodeGen +TARGET = Sparc # Make sure that tblgen is run, first thing. -$(SourceDepend): SparcV8GenRegisterInfo.h.inc SparcV8GenRegisterNames.inc \ - SparcV8GenRegisterInfo.inc SparcV8GenInstrNames.inc \ - SparcV8GenInstrInfo.inc SparcV8GenInstrSelector.inc +BUILT_SOURCES = SparcGenRegisterInfo.inc SparcGenInstrInfo.inc \ + SparcGenAsmWriter.inc SparcGenDAGISel.inc \ + SparcGenSubtargetInfo.inc SparcGenCallingConv.inc -SparcV8GenRegisterNames.inc:: $(TDFILES) $(TBLGEN) - @echo "Building SparcV8.td register names with tblgen" - $(VERB) $(TBLGEN) -I $(BUILD_SRC_DIR) $(TDFILE) -gen-register-enums -o $@ +DIRS = TargetInfo MCTargetDesc -SparcV8GenRegisterInfo.h.inc:: $(TDFILES) $(TBLGEN) - @echo "Building SparcV8.td register information header with tblgen" - $(VERB) $(TBLGEN) -I $(BUILD_SRC_DIR) $(TDFILE) -gen-register-desc-header -o $@ - -SparcV8GenRegisterInfo.inc:: $(TDFILES) $(TBLGEN) - @echo "Building SparcV8.td register information implementation with tblgen" - $(VERB) $(TBLGEN) -I $(BUILD_SRC_DIR) $(TDFILE) -gen-register-desc -o $@ - -SparcV8GenInstrNames.inc:: $(TDFILES) $(TBLGEN) - @echo "Building SparcV8.td instruction names with tblgen" - $(VERB) $(TBLGEN) -I $(BUILD_SRC_DIR) $(TDFILE) -gen-instr-enums -o $@ - -SparcV8GenInstrInfo.inc:: $(TDFILES) $(TBLGEN) - @echo "Building SparcV8.td instruction information with tblgen" - $(VERB) $(TBLGEN) -I $(BUILD_SRC_DIR) $(TDFILE) -gen-instr-desc -o $@ - -SparcV8GenInstrSelector.inc:: $(TDFILES) $(TBLGEN) - @echo "Building SparcV8.td instruction selector with tblgen" - $(VERB) $(TBLGEN) -I $(BUILD_SRC_DIR) $(TDFILE) -gen-instr-selector -o $@ +include $(LEVEL)/Makefile.common -clean:: - $(VERB) rm -f *.inc