mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 17:39:16 +00:00
Updated for the new projects Makefile.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6678 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0e93687cca
commit
9aa2639370
@ -14,13 +14,13 @@ endif
|
||||
Debug/Sparc.burm.cpp: Debug/Sparc.burm Debug/.dir
|
||||
$(RunBurg) $< -o $@
|
||||
|
||||
$(BUILD_ROOT)/Debug/Sparc.burm.o: Debug/Sparc.burm.cpp
|
||||
$(BUILD_OBJ_DIR)/Debug/Sparc.burm.o: Debug/Sparc.burm.cpp
|
||||
$(CompileG) $< -o $@
|
||||
|
||||
$(BUILD_ROOT)/Release/Sparc.burm.o: Debug/Sparc.burm.cpp
|
||||
$(BUILD_OBJ_DIR)/Release/Sparc.burm.o: Debug/Sparc.burm.cpp
|
||||
$(CompileO) $< -o $@
|
||||
|
||||
$(BUILD_ROOT)/Profile/Sparc.burm.o: Debug/Sparc.burm.cpp
|
||||
$(BUILD_OBJ_DIR)/Profile/Sparc.burm.o: Debug/Sparc.burm.cpp
|
||||
$(CompileP) $< -o $@
|
||||
|
||||
Debug/Sparc.burg.in1 : Sparc.burg.in Debug/.dir
|
||||
@ -29,7 +29,7 @@ Debug/Sparc.burg.in1 : Sparc.burg.in Debug/.dir
|
||||
Debug/Sparc.burm : Debug/Sparc.burg.in1
|
||||
$(CXX) -E -I$(LEVEL)/include $(DEBUG_FLAG) -x c++ $< | sed '/^# /d' | sed 's/Xinclude/#include/g' | sed 's/Xdefine/#define/g' > $@
|
||||
|
||||
$(BUILD_ROOT)/Depend/Sparc.burm.d: $(BUILD_ROOT)/Depend/.dir
|
||||
$(BUILD_OBJ_DIR)/Depend/Sparc.burm.d: $(BUILD_OBJ_DIR)/Depend/.dir
|
||||
touch $@
|
||||
|
||||
SparcV9CodeEmitter.cpp: SparcV9CodeEmitter.inc
|
||||
|
Loading…
x
Reference in New Issue
Block a user