#
# Generated By: dol2asm
#

LIBRUNTIME_PPCEABI_H_A_CPP_FILES := \
	libs/PowerPC_EABI_Support/Runtime/Src/__va_arg.c \
	libs/PowerPC_EABI_Support/Runtime/Src/global_destructor_chain.cpp \
	libs/PowerPC_EABI_Support/Runtime/Src/CPlusLibPPC.cpp \
	libs/PowerPC_EABI_Support/Runtime/Src/NMWException.cpp \
	libs/PowerPC_EABI_Support/Runtime/Src/ptmf.c \
	libs/PowerPC_EABI_Support/Runtime/Src/runtime.cpp \
	libs/PowerPC_EABI_Support/Runtime/Src/__init_cpp_exceptions.cpp \
	libs/PowerPC_EABI_Support/Runtime/Src/Gecko_ExceptionPPC.cpp \
	libs/PowerPC_EABI_Support/Runtime/Src/GCN_Mem_Alloc.c \

LIBRUNTIME_PPCEABI_H_A_O_FILES := \
	$(BUILD_DIR)/libs/PowerPC_EABI_Support/Runtime/Src/__va_arg.o \
	$(BUILD_DIR)/libs/PowerPC_EABI_Support/Runtime/Src/global_destructor_chain.o \
	$(BUILD_DIR)/libs/PowerPC_EABI_Support/Runtime/Src/CPlusLibPPC.o \
	$(BUILD_DIR)/libs/PowerPC_EABI_Support/Runtime/Src/NMWException.o \
	$(BUILD_DIR)/libs/PowerPC_EABI_Support/Runtime/Src/ptmf.o \
	$(BUILD_DIR)/libs/PowerPC_EABI_Support/Runtime/Src/runtime.o \
	$(BUILD_DIR)/libs/PowerPC_EABI_Support/Runtime/Src/__init_cpp_exceptions.o \
	$(BUILD_DIR)/libs/PowerPC_EABI_Support/Runtime/Src/Gecko_ExceptionPPC.o \
	$(BUILD_DIR)/libs/PowerPC_EABI_Support/Runtime/Src/GCN_Mem_Alloc.o \

LIBRUNTIME_PPCEABI_H_A_CFLAGS := \
	-O4,p \

LIBRUNTIME_PPCEABI_H_A_LDFLAGS := \
	-nodefaults \
	-fp hard \
	-proc gekko \
	-linkmode moreram \

$(BUILD_DIR)/libs/PowerPC_EABI_Support/Runtime/Src/GCN_Mem_Alloc.o: CFLAGS := -Cpp_exceptions off -proc gekko -fp hard -O4,p -nodefaults -str readonly -RTTI off -maxerrors 5 -enum int $(INCLUDES) -lang=c
$(BUILD_DIR)/libs/PowerPC_EABI_Support/Runtime/Src/__va_arg.o: CFLAGS := -Cpp_exceptions off -proc gekko -fp hard -O4,p -nodefaults -str pool,readonly,reuse -RTTI off -maxerrors 5 -enum int $(INCLUDES) -lang=c


$(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/PowerPC_EABI_Support/Runtime/Src/%.o: libs/PowerPC_EABI_Support/Runtime/Src/%.cpp $(BUILD_DIR)/libs/PowerPC_EABI_Support/Runtime/Src/%.d
	@mkdir -p $(@D)
	@echo building... $<
	@$(ICONV) -f UTF-8 -t CP932 < $< > $(basename $@).cpp
	@$(CC) $(CFLAGS) $(LIBRUNTIME_PPCEABI_H_A_CFLAGS) $(DEPFLAGS) -c -o $(dir $@) $(basename $@).cpp
	@if [ -z '$(DISABLE_DEPS)' ]; then tools/transform-dep.py '$(basename $@).d' '$(basename $@).d'; touch -c $@; fi

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

ifndef DISABLE_DEPS
LIBRUNTIME_PPCEABI_H_A_D_FILES := $(LIBRUNTIME_PPCEABI_H_A_O_FILES:.o=.d)
$(LIBRUNTIME_PPCEABI_H_A_D_FILES):
include $(wildcard $(LIBRUNTIME_PPCEABI_H_A_D_FILES))
endif

