#
# Generated By: dol2asm
#

M719_TARGET := $(BUILD_DIR)/rel/d/a/tag/d_a_tag_escape.plf
M719_LDSCRIPT := $(BUILD_DIR)/rel/d/a/tag/d_a_tag_escape.lcf
M719_MAP := $(BUILD_DIR)/rel/d/a/tag/d_a_tag_escape.map

M719_CPP_FILES := \
	rel/executor.cpp \
	rel/d/a/tag/d_a_tag_escape/d_a_tag_escape.cpp \

M719_O_FILES := \
	$(BUILD_DIR)/rel/executor.o \
	$(BUILD_DIR)/rel/d/a/tag/d_a_tag_escape/d_a_tag_escape.o \

M719_LIBS := \

M719_CFLAGS := \
	-sdata 0 \
	-sdata2 0 \

M719_LDFLAGS := \
	-nodefaults \
	-fp hard \
	-proc gekko \
	-linkmode moreram \
	-sdata 0 \
	-sdata2 0 \
	-m _prolog \
	-lcf $(M719_LDSCRIPT) \
	-unused -map $(M719_MAP) \
	-w off \

$(M719_TARGET): $(M719_O_FILES) $(M719_LIBS)
	@echo [719] creating $(M719_TARGET)
	@echo $(M719_LIBS) $(M719_O_FILES) > build/M719_ofiles
	@python3 tools/lcf.py rel 719 --output $(M719_LDSCRIPT)
	@$(LD) -opt_partial -strip_partial $(M719_LDFLAGS) -o $(M719_TARGET) @build/M719_ofiles

$(BUILD_DIR)/rel/d/a/tag/d_a_tag_escape/%.o: rel/d/a/tag/d_a_tag_escape/%.cpp $(BUILD_DIR)/rel/d/a/tag/d_a_tag_escape/%.d
	@echo [719] building $@
	@mkdir -p $(@D)
	@$(ICONV) -f UTF-8 -t CP932 < $< > $(basename $@).cpp
	@$(CC) $(CFLAGS) $(M719_CFLAGS) $(DEPFLAGS) -c -o $(dir $@) $(basename $@).cpp
	@if [ -z '$(DISABLE_DEPS)' ]; then tools/transform-dep.py '$(basename $@).d' '$(basename $@).d'; touch -c $@; fi

ifndef DISABLE_DEPS
M719_D_FILES := $(M719_O_FILES:.o=.d)
$(M719_D_FILES):
include $(wildcard $(M719_D_FILES))
endif


