mirror of https://github.com/zeldaret/tp.git
46 lines
1.7 KiB
Makefile
46 lines
1.7 KiB
Makefile
#
|
|
# Generated By: dol2asm
|
|
#
|
|
|
|
LIBRUNTIME_PPCEABI_H_A_CPP_FILES := \
|
|
libs/Runtime.PPCEABI.H/__va_arg.cpp \
|
|
libs/Runtime.PPCEABI.H/global_destructor_chain.cpp \
|
|
libs/Runtime.PPCEABI.H/CPlusLibPPC.cpp \
|
|
libs/Runtime.PPCEABI.H/NMWException.cpp \
|
|
libs/Runtime.PPCEABI.H/ptmf.cpp \
|
|
libs/Runtime.PPCEABI.H/runtime.cpp \
|
|
libs/Runtime.PPCEABI.H/__init_cpp_exceptions.cpp \
|
|
libs/Runtime.PPCEABI.H/Gecko_ExceptionPPC.cpp \
|
|
libs/Runtime.PPCEABI.H/GCN_mem_alloc.cpp \
|
|
|
|
LIBRUNTIME_PPCEABI_H_A_O_FILES := \
|
|
$(BUILD_DIR)/libs/Runtime.PPCEABI.H/__va_arg.o \
|
|
$(BUILD_DIR)/libs/Runtime.PPCEABI.H/global_destructor_chain.o \
|
|
$(BUILD_DIR)/libs/Runtime.PPCEABI.H/CPlusLibPPC.o \
|
|
$(BUILD_DIR)/libs/Runtime.PPCEABI.H/NMWException.o \
|
|
$(BUILD_DIR)/libs/Runtime.PPCEABI.H/ptmf.o \
|
|
$(BUILD_DIR)/libs/Runtime.PPCEABI.H/runtime.o \
|
|
$(BUILD_DIR)/libs/Runtime.PPCEABI.H/__init_cpp_exceptions.o \
|
|
$(BUILD_DIR)/libs/Runtime.PPCEABI.H/Gecko_ExceptionPPC.o \
|
|
$(BUILD_DIR)/libs/Runtime.PPCEABI.H/GCN_mem_alloc.o \
|
|
|
|
LIBRUNTIME_PPCEABI_H_A_CFLAGS := \
|
|
|
|
LIBRUNTIME_PPCEABI_H_A_LDFLAGS := \
|
|
-nodefaults \
|
|
-fp hard \
|
|
-proc gekko \
|
|
-linkmode moreram \
|
|
|
|
$(BUILD_DIR)/libRuntime.PPCEABI.H.a: $(LIBRUNTIME_PPCEABI_H_A_O_FILES)
|
|
@echo linking... $(BUILD_DIR)/libRuntime.PPCEABI.H.a
|
|
@echo $(LIBRUNTIME_PPCEABI_H_A_O_FILES) > build/LIBRUNTIME_PPCEABI_H_A_ofiles
|
|
@$(LD) -xm l $(LIBRUNTIME_PPCEABI_H_A_LDFLAGS) -o $(BUILD_DIR)/libRuntime.PPCEABI.H.a @build/LIBRUNTIME_PPCEABI_H_A_ofiles
|
|
|
|
$(BUILD_DIR)/libs/Runtime.PPCEABI.H/%.o: libs/Runtime.PPCEABI.H/%.cpp
|
|
@mkdir -p $(@D)
|
|
@echo building... $<
|
|
@iconv -f UTF-8 -t CP932 < $< > $@.iconv.cpp
|
|
@$(CC) $(CFLAGS) $(LIBRUNTIME_PPCEABI_H_A_CFLAGS) -c -o $@ $@.iconv.cpp
|
|
|