mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
43 lines
1.1 KiB
Makefile
43 lines
1.1 KiB
Makefile
#
|
|
# Generated By: dol2asm
|
|
#
|
|
|
|
M659_TARGET := $(BUILD_DIR)/rel/d/a/obj/d_a_obj_timeFire.plf
|
|
|
|
M659_CPP_FILES := \
|
|
rel/d/a/obj/d_a_obj_timeFire/executor.cpp \
|
|
rel/d/a/obj/d_a_obj_timeFire/unknown_translation_unit_ctors.cpp \
|
|
rel/d/a/obj/d_a_obj_timeFire/d_a_obj_timeFire.cpp \
|
|
|
|
M659_O_FILES := \
|
|
$(BUILD_DIR)/rel/d/a/obj/d_a_obj_timeFire/executor.o \
|
|
$(BUILD_DIR)/rel/d/a/obj/d_a_obj_timeFire/unknown_translation_unit_ctors.o \
|
|
$(BUILD_DIR)/rel/d/a/obj/d_a_obj_timeFire/d_a_obj_timeFire.o \
|
|
|
|
M659_LIBS := \
|
|
$(BUILD_DIR)/rel/d/a/obj/d_a_obj_timeFire/libRuntime.PPCEABI.H.a \
|
|
|
|
M659_CFLAGS := \
|
|
-sdata 0 \
|
|
-sdata2 0 \
|
|
|
|
M659_LDFLAGS := \
|
|
-nodefaults \
|
|
-fp hard \
|
|
-proc gekko \
|
|
-linkmode moreram \
|
|
-sdata 0 \
|
|
-sdata2 0 \
|
|
|
|
$(M659_TARGET): $(M659_O_FILES) $(M659_LIBS)
|
|
@echo $(M659_LIBS) $(M659_O_FILES) > build/M659_ofiles
|
|
$(LD) -partial $(M659_LDFLAGS) -o $(M659_TARGET) @build/M659_ofiles
|
|
|
|
$(BUILD_DIR)/rel/d/a/obj/d_a_obj_timeFire/%.o: rel/d/a/obj/d_a_obj_timeFire/%.cpp
|
|
@mkdir -p $(@D)
|
|
$(CC) $(CFLAGS) $(M659_CFLAGS) -c -o $@ $<
|
|
$(STRIP) -d -R .dead -R .comment $@
|
|
|
|
include rel/d/a/obj/d_a_obj_timeFire/libs/Runtime.PPCEABI.H/Makefile
|
|
|