mirror of https://github.com/zeldaret/tp.git
32 lines
1.1 KiB
Makefile
32 lines
1.1 KiB
Makefile
#
|
|
# Generated By: dol2asm
|
|
#
|
|
|
|
LIBJSTUDIO_JPARTICLE_A_CPP_FILES := \
|
|
libs/JSystem/JStudio/JStudio_JParticle/control.cpp \
|
|
libs/JSystem/JStudio/JStudio_JParticle/object-particle.cpp \
|
|
|
|
LIBJSTUDIO_JPARTICLE_A_O_FILES := \
|
|
$(BUILD_DIR)/libs/JSystem/JStudio/JStudio_JParticle/control.o \
|
|
$(BUILD_DIR)/libs/JSystem/JStudio/JStudio_JParticle/object-particle.o \
|
|
|
|
LIBJSTUDIO_JPARTICLE_A_CFLAGS := \
|
|
|
|
LIBJSTUDIO_JPARTICLE_A_LDFLAGS := \
|
|
-nodefaults \
|
|
-fp hard \
|
|
-proc gekko \
|
|
-linkmode moreram \
|
|
|
|
$(BUILD_DIR)/libJStudio_JParticle.a: $(LIBJSTUDIO_JPARTICLE_A_O_FILES)
|
|
@echo linking... $(BUILD_DIR)/libJStudio_JParticle.a
|
|
@echo $(LIBJSTUDIO_JPARTICLE_A_O_FILES) > build/LIBJSTUDIO_JPARTICLE_A_ofiles
|
|
@$(LD) -xm l $(LIBJSTUDIO_JPARTICLE_A_LDFLAGS) -o $(BUILD_DIR)/libJStudio_JParticle.a @build/LIBJSTUDIO_JPARTICLE_A_ofiles
|
|
|
|
$(BUILD_DIR)/libs/JSystem/JStudio/JStudio_JParticle/%.o: libs/JSystem/JStudio/JStudio_JParticle/%.cpp
|
|
@mkdir -p $(@D)
|
|
@echo building... $<
|
|
@iconv -f UTF-8 -t CP932 < $< > $@.iconv.cpp
|
|
@$(CC) $(CFLAGS) $(LIBJSTUDIO_JPARTICLE_A_CFLAGS) -c -o $@ $@.iconv.cpp
|
|
|