#
# Generated By: dol2asm
#

M720_TARGET := $(BUILD_DIR)/rel/d/a/tag/d_a_tag_firewall.plf
M720_LDSCRIPT := $(BUILD_DIR)/rel/d/a/tag/d_a_tag_firewall.lcf
M720_MAP := $(BUILD_DIR)/rel/d/a/tag/d_a_tag_firewall.map

M720_CPP_FILES := \
	rel/executor.cpp \
	rel/d/a/tag/d_a_tag_firewall/d_a_tag_firewall.cpp \

M720_O_FILES := \
	$(BUILD_DIR)/rel/executor.o \
	$(BUILD_DIR)/rel/d/a/tag/d_a_tag_firewall/d_a_tag_firewall.o \

M720_LIBS := \

M720_CFLAGS := \
	-sdata 0 \
	-sdata2 0 \

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

$(M720_TARGET): $(M720_O_FILES) $(M720_LIBS)
	@echo [720] creating $(M720_TARGET)
	@echo $(M720_LIBS) $(M720_O_FILES) > build/M720_ofiles
	@python3 tools/lcf.py rel 720 --output $(M720_LDSCRIPT)
	@$(LD) -opt_partial -strip_partial $(M720_LDFLAGS) -o $(M720_TARGET) @build/M720_ofiles

$(BUILD_DIR)/rel/d/a/tag/d_a_tag_firewall/%.o: rel/d/a/tag/d_a_tag_firewall/%.cpp $(BUILD_DIR)/rel/d/a/tag/d_a_tag_firewall/%.d
	@echo [720] building $@
	@mkdir -p $(@D)
	@$(ICONV) -f UTF-8 -t CP932 < $< > $(basename $@).cpp
	@$(CC) $(CFLAGS) $(M720_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
M720_D_FILES := $(M720_O_FILES:.o=.d)
$(M720_D_FILES):
include $(wildcard $(M720_D_FILES))
endif


