mirror of
https://github.com/zeldaret/tp
synced 2026-08-14 04:32:38 -04:00
Generate makefiles from dol2asm
This commit is contained in:
@@ -40,10 +40,17 @@ $(M606_TARGET): $(M606_O_FILES) $(M606_LIBS)
|
||||
@python3 tools/lcf.py rel 606 --output $(M606_LDSCRIPT)
|
||||
@$(LD) -opt_partial -strip_partial $(M606_LDFLAGS) -o $(M606_TARGET) @build/M606_ofiles
|
||||
|
||||
$(BUILD_DIR)/rel/d/a/obj/d_a_obj_rotTrap/%.o: rel/d/a/obj/d_a_obj_rotTrap/%.cpp
|
||||
$(BUILD_DIR)/rel/d/a/obj/d_a_obj_rotTrap/%.o: rel/d/a/obj/d_a_obj_rotTrap/%.cpp $(BUILD_DIR)/rel/d/a/obj/d_a_obj_rotTrap/%.d
|
||||
@echo [606] building $@
|
||||
@mkdir -p $(@D)
|
||||
@$(ICONV) -f UTF-8 -t CP932 < $< > $(basename $@).cpp
|
||||
@$(CC) $(CFLAGS) $(M606_CFLAGS) -c -o $@ $(basename $@).cpp
|
||||
@$(CC) $(CFLAGS) $(M606_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
|
||||
M606_D_FILES := $(M606_O_FILES:.o=.d)
|
||||
$(M606_D_FILES):
|
||||
include $(wildcard $(M606_D_FILES))
|
||||
endif
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user