2001-09-14 03:55:11 +00:00
|
|
|
LEVEL = ../../..
|
2001-09-14 03:47:57 +00:00
|
|
|
LIBRARYNAME = sparc
|
2002-09-23 13:12:28 +00:00
|
|
|
|
2002-07-25 06:08:32 +00:00
|
|
|
ExtraSource = Debug/Sparc.burm.cpp
|
2001-09-14 03:47:57 +00:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|
|
|
|
|
2002-09-23 13:12:28 +00:00
|
|
|
ifdef ENABLE_OPTIMIZED
|
|
|
|
DEBUG_FLAG =
|
|
|
|
else
|
|
|
|
DEBUG_FLAG = -D_DEBUG
|
|
|
|
endif
|
|
|
|
|
|
|
|
Debug/Sparc.burm.cpp: Debug/Sparc.burm Debug/.dir
|
2002-07-25 06:08:32 +00:00
|
|
|
$(RunBurg) $< -o $@
|
|
|
|
|
2003-06-30 21:59:07 +00:00
|
|
|
$(BUILD_OBJ_DIR)/Debug/Sparc.burm.lo: Debug/Sparc.burm.cpp
|
2002-07-25 06:08:32 +00:00
|
|
|
$(CompileG) $< -o $@
|
|
|
|
|
2003-06-30 21:59:07 +00:00
|
|
|
$(BUILD_OBJ_DIR)/Release/Sparc.burm.lo: Debug/Sparc.burm.cpp
|
2002-09-23 13:12:28 +00:00
|
|
|
$(CompileO) $< -o $@
|
|
|
|
|
2003-06-30 21:59:07 +00:00
|
|
|
$(BUILD_OBJ_DIR)/Profile/Sparc.burm.lo: Debug/Sparc.burm.cpp
|
2002-09-23 13:12:28 +00:00
|
|
|
$(CompileP) $< -o $@
|
|
|
|
|
2003-06-30 21:59:07 +00:00
|
|
|
#$(BUILD_OBJ_DIR)/Debug/Sparc.burm.o: Debug/Sparc.burm.cpp
|
|
|
|
# $(CompileG) $< -o $@
|
|
|
|
|
|
|
|
#$(BUILD_OBJ_DIR)/Release/Sparc.burm.o: Debug/Sparc.burm.cpp
|
|
|
|
# $(CompileO) $< -o $@
|
|
|
|
|
|
|
|
#$(BUILD_OBJ_DIR)/Profile/Sparc.burm.o: Debug/Sparc.burm.cpp
|
|
|
|
# $(CompileP) $< -o $@
|
|
|
|
|
2002-09-23 13:12:28 +00:00
|
|
|
Debug/Sparc.burg.in1 : Sparc.burg.in Debug/.dir
|
2003-06-30 21:59:07 +00:00
|
|
|
$(CXX) -E -I$(LEVEL)/include $(DEBUG_FLAG) -x c++ $< | ${SED} '/^# /d' | ${SED} 's/Ydefine/#define/' > $@
|
2001-10-14 17:25:31 +00:00
|
|
|
|
2002-09-23 13:12:28 +00:00
|
|
|
Debug/Sparc.burm : Debug/Sparc.burg.in1
|
2003-06-30 21:59:07 +00:00
|
|
|
$(CXX) -E -I$(LEVEL)/include $(DEBUG_FLAG) -x c++ $< | ${SED} '/^# /d' | ${SED} 's/Xinclude/#include/g' | ${SED} 's/Xdefine/#define/g' > $@
|
2001-10-14 17:25:31 +00:00
|
|
|
|
2003-06-11 13:49:11 +00:00
|
|
|
$(BUILD_OBJ_DIR)/Depend/Sparc.burm.d: $(BUILD_OBJ_DIR)/Depend/.dir
|
2002-05-21 15:58:24 +00:00
|
|
|
touch $@
|
|
|
|
|
2003-05-29 03:32:49 +00:00
|
|
|
SparcV9CodeEmitter.cpp: SparcV9CodeEmitter.inc
|
|
|
|
|
2003-06-01 04:52:51 +00:00
|
|
|
SparcV9CodeEmitter.inc: SparcV9.td SparcV9_F2.td SparcV9_F3.td SparcV9_F4.td SparcV9_Reg.td $(TBLGEN)
|
2003-06-30 21:59:07 +00:00
|
|
|
@${ECHO} "TableGen-erating $@"
|
2003-06-03 05:06:33 +00:00
|
|
|
cpp -P SparcV9.td | $(TBLGEN) -gen-emitter -o $@
|
2003-05-29 03:32:49 +00:00
|
|
|
|
|
|
|
clean::
|
2003-06-30 21:59:07 +00:00
|
|
|
${RM} -f SparcV9CodeEmitter.inc
|