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