mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-07 17:52:07 -04:00
43 lines
1.0 KiB
Makefile
43 lines
1.0 KiB
Makefile
#
|
|
# Generated By: dol2asm
|
|
#
|
|
|
|
M23_TARGET := $(BUILD_DIR)/rel/d/a/d_a_path_line.plf
|
|
|
|
M23_CPP_FILES := \
|
|
rel/d/a/d_a_path_line/executor.cpp \
|
|
rel/d/a/d_a_path_line/unknown_translation_unit_ctors.cpp \
|
|
rel/d/a/d_a_path_line/unknown_translation_unit_dtors.cpp \
|
|
rel/d/a/d_a_path_line/d_a_path_line.cpp \
|
|
|
|
M23_O_FILES := \
|
|
$(BUILD_DIR)/rel/d/a/d_a_path_line/executor.o \
|
|
$(BUILD_DIR)/rel/d/a/d_a_path_line/unknown_translation_unit_ctors.o \
|
|
$(BUILD_DIR)/rel/d/a/d_a_path_line/unknown_translation_unit_dtors.o \
|
|
$(BUILD_DIR)/rel/d/a/d_a_path_line/d_a_path_line.o \
|
|
|
|
M23_LIBS := \
|
|
|
|
M23_CFLAGS := \
|
|
-sdata 0 \
|
|
-sdata2 0 \
|
|
|
|
M23_LDFLAGS := \
|
|
-nodefaults \
|
|
-fp hard \
|
|
-proc gekko \
|
|
-linkmode moreram \
|
|
-sdata 0 \
|
|
-sdata2 0 \
|
|
|
|
$(M23_TARGET): $(M23_O_FILES) $(M23_LIBS)
|
|
@echo $(M23_LIBS) $(M23_O_FILES) > build/M23_ofiles
|
|
$(LD) -partial $(M23_LDFLAGS) -o $(M23_TARGET) @build/M23_ofiles
|
|
|
|
$(BUILD_DIR)/rel/d/a/d_a_path_line/%.o: rel/d/a/d_a_path_line/%.cpp
|
|
@mkdir -p $(@D)
|
|
$(CC) $(CFLAGS) $(M23_CFLAGS) -c -o $@ $<
|
|
$(STRIP) -d -R .dead -R .comment $@
|
|
|
|
|