mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-08 10:03:06 -04:00
43 lines
999 B
Makefile
43 lines
999 B
Makefile
#
|
|
# Generated By: dol2asm
|
|
#
|
|
|
|
M73_TARGET := $(BUILD_DIR)/rel/d/a/d_a_grass.plf
|
|
|
|
M73_CPP_FILES := \
|
|
rel/d/a/d_a_grass/executor.cpp \
|
|
rel/d/a/d_a_grass/unknown_translation_unit_ctors.cpp \
|
|
rel/d/a/d_a_grass/d_a_grass.cpp \
|
|
|
|
M73_O_FILES := \
|
|
$(BUILD_DIR)/rel/d/a/d_a_grass/executor.o \
|
|
$(BUILD_DIR)/rel/d/a/d_a_grass/unknown_translation_unit_ctors.o \
|
|
$(BUILD_DIR)/rel/d/a/d_a_grass/d_a_grass.o \
|
|
|
|
M73_LIBS := \
|
|
$(BUILD_DIR)/rel/d/a/d_a_grass/libRuntime.PPCEABI.H.a \
|
|
|
|
M73_CFLAGS := \
|
|
-sdata 0 \
|
|
-sdata2 0 \
|
|
|
|
M73_LDFLAGS := \
|
|
-nodefaults \
|
|
-fp hard \
|
|
-proc gekko \
|
|
-linkmode moreram \
|
|
-sdata 0 \
|
|
-sdata2 0 \
|
|
|
|
$(M73_TARGET): $(M73_O_FILES) $(M73_LIBS)
|
|
@echo $(M73_LIBS) $(M73_O_FILES) > build/M73_ofiles
|
|
$(LD) -partial $(M73_LDFLAGS) -o $(M73_TARGET) @build/M73_ofiles
|
|
|
|
$(BUILD_DIR)/rel/d/a/d_a_grass/%.o: rel/d/a/d_a_grass/%.cpp
|
|
@mkdir -p $(@D)
|
|
$(CC) $(CFLAGS) $(M73_CFLAGS) -c -o $@ $<
|
|
$(STRIP) -d -R .dead -R .comment $@
|
|
|
|
include rel/d/a/d_a_grass/libs/Runtime.PPCEABI.H/Makefile
|
|
|