mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
44 lines
1.2 KiB
Makefile
44 lines
1.2 KiB
Makefile
#
|
|
# Generated By: dol2asm
|
|
#
|
|
|
|
M526_TARGET := $(BUILD_DIR)/rel/d/a/obj/d_a_obj_lv4Gate.plf
|
|
|
|
M526_CPP_FILES := \
|
|
rel/d/a/obj/d_a_obj_lv4Gate/executor.cpp \
|
|
rel/d/a/obj/d_a_obj_lv4Gate/unknown_translation_unit_ctors.cpp \
|
|
rel/d/a/obj/d_a_obj_lv4Gate/d_a_obj_lv4Gate.cpp \
|
|
|
|
M526_O_FILES := \
|
|
$(BUILD_DIR)/rel/d/a/obj/d_a_obj_lv4Gate/executor.o \
|
|
$(BUILD_DIR)/rel/d/a/obj/d_a_obj_lv4Gate/unknown_translation_unit_ctors.o \
|
|
$(BUILD_DIR)/rel/d/a/obj/d_a_obj_lv4Gate/d_a_obj_lv4Gate.o \
|
|
|
|
M526_LIBS := \
|
|
$(BUILD_DIR)/rel/d/a/obj/d_a_obj_lv4Gate/libRuntime.PPCEABI.H.a \
|
|
|
|
M526_CFLAGS := \
|
|
-sdata 0 \
|
|
-sdata2 0 \
|
|
|
|
M526_LDFLAGS := \
|
|
-nodefaults \
|
|
-fp hard \
|
|
-proc gekko \
|
|
-linkmode moreram \
|
|
-sdata 0 \
|
|
-sdata2 0 \
|
|
-lcf $(BUILD_DIR)/rel_ldscript.lcf \
|
|
-unused -map $(BUILD_DIR)/map526.map\
|
|
|
|
$(M526_TARGET): $(M526_O_FILES) $(M526_LIBS)
|
|
@echo $(M526_LIBS) $(M526_O_FILES) > build/M526_ofiles
|
|
$(LD) -opt_partial $(M526_LDFLAGS) -o $(M526_TARGET) @build/M526_ofiles
|
|
|
|
$(BUILD_DIR)/rel/d/a/obj/d_a_obj_lv4Gate/%.o: rel/d/a/obj/d_a_obj_lv4Gate/%.cpp
|
|
@mkdir -p $(@D)
|
|
$(CC) $(CFLAGS) $(M526_CFLAGS) -c -o $@ $<
|
|
|
|
include rel/d/a/obj/d_a_obj_lv4Gate/libs/Runtime.PPCEABI.H/Makefile
|
|
|