Files
dusklight/libs/dolphin/os/Makefile
T
Pheenoh 85ad8b190d d_a_npc work
daBaseNpc_c::setBckAnm and J3DAnmTransform* daBaseNpc_c

daBaseNpc_c::setBtpAnm

daBaseNpc_c::attnSttsOn

daBaseNpc_c::orderEvent

daBaseNpc_c::setEnvTevColor

daBaseNpc_c::setRoomNo

daBaseNpc_c::checkEndAnm attempt

CheckCreateHeap

daNpcF_addIdx

daNpcF_subIdx

daNpcF_incIdx

daNpcF_decIdx

daNpcF_ActorMngr_c::initialize()

daNpcF_ActorMngr_c::entry

cleanup daNpcF_ActorMngr_c::entry

daNpcF_ActorMngr_c::remove

daNpcF_ActorMngr_c::getActorP

daNpcF_MatAnm_c::calc attempt

daNpcF_SPCurve_c::initialize

minor fixes

daNpcF_Path_c::initialize

daNpcF_Path_c::setPathInfo

daNpcF_Path_c::chkPassed

daNpcF_Path_c::reverse

daNpcF_Path_c::setNextIdx

daNpcF_Path_c::getNextIdx

daNpcF_Path_c::getBeforeIdx

daNpcF_Path_c::getBeforePos

daNpcF_Path_c::getNextPos

daNpcT_MatAnm_c::initialize

daNpcT_MatAnm_c::calc

daNpcT_addIdx

daNpcT_subIdx

daNpcT_decIdx

daNpcT_Path_c::hermite

daNpcT_Path_c::initialize

daNpcT_Path_c::setPathInfo attempt

daNpcT_Path_c::setNextPathInfo

daNpcT_Path_c::reverse

daNpcT_Path_c::setNextIdx

daNpcT_Path_c::getDstPos attempt

daNpcT_DmgStagger_c::setParam

Add FLOAT_LABEL where possible

fopEn_enemy / fix e_wb

move jasper's jsystem work over

d_attention / d_demo / d_lib work

remove asm

clean up dolphin files / work on some rels (#212)

* d_a_alldie / d_a_tboxSw / d_a_tag_gstart / d_a_tag_hstop

* dolphin OS work / cleanup

* dolphin GX work / cleanup

* finish changing dolphin files to C

* more files into C

* match rest of MSL_C math functions

* more dolphin files converted to C

* remove asm

* d_bg_w work

* remove asm

* d_a_alink work / kytag14

initial changes to d_a_e_yc

checkpoint until virtual destructor issue is solved

daNpcF_Lookat_c::adjustMoveDisAngle

daBaseNpc_c::setMtx

daBaseNpc_moveBgActor_c::daBaseNpc_moveBgActor_c()

daNpcT_c::ctrlFaceMotion

daNpcT_c::ctrlMsgAnm attempt

daNpcT_c::initTalk

daNpcF_clearMessageTmpBit

daNpcF_getDistTableIdx

daNpcF_offTmpBit

daNpcF_onTmpBit

daNpcF_chkTmpBit

daNpcF_onEvtBit

daNpcF_chkEvtBit

daNpcF_c::getDistTableIdx

daNpcF_chkPointInArea

daNpcF_chkDoBtnEqSpeak

daNpcF_getPlayerInfoFromPlayerList attempt

daNpcF_pntVsLineSegmentLengthSquare2D

daNpcF_c::chkPointInArea

daNpcF_c::chkPointInArea

daNpcF_c::getAttentionPos

daNpcT_chkTmpBit

daNpcT_offTmpBit

daNpcT_onTmpBit

daNpcT_chkEvtBit

daNpcT_offEvtBit

daNpcT_onEvtBit

daNpcT_chkDoBtnIsSpeak

daNpcT_getDistTableIdx

daBaseNpc_acMngr_c::entry

daNpcF_c::initTalk

undo override
2022-12-20 16:28:41 -07:00

76 lines
2.3 KiB
Makefile

#
# Generated By: dol2asm
#
LIBOS_A_CPP_FILES := \
libs/dolphin/os/OS.c \
libs/dolphin/os/OSAlarm.c \
libs/dolphin/os/OSAlloc.c \
libs/dolphin/os/OSArena.c \
libs/dolphin/os/OSAudioSystem.c \
libs/dolphin/os/OSCache.c \
libs/dolphin/os/OSContext.c \
libs/dolphin/os/OSError.c \
libs/dolphin/os/OSExec.c \
libs/dolphin/os/OSFont.c \
libs/dolphin/os/OSInterrupt.c \
libs/dolphin/os/OSLink.c \
libs/dolphin/os/OSMessage.c \
libs/dolphin/os/OSMemory.c \
libs/dolphin/os/OSMutex.c \
libs/dolphin/os/OSReboot.c \
libs/dolphin/os/OSReset.c \
libs/dolphin/os/OSResetSW.c \
libs/dolphin/os/OSRtc.c \
libs/dolphin/os/OSSync.c \
libs/dolphin/os/OSThread.c \
libs/dolphin/os/OSTime.c \
libs/dolphin/os/__ppc_eabi_init.c \
LIBOS_A_O_FILES := \
$(BUILD_DIR)/libs/dolphin/os/OS.o \
$(BUILD_DIR)/libs/dolphin/os/OSAlarm.o \
$(BUILD_DIR)/libs/dolphin/os/OSAlloc.o \
$(BUILD_DIR)/libs/dolphin/os/OSArena.o \
$(BUILD_DIR)/libs/dolphin/os/OSAudioSystem.o \
$(BUILD_DIR)/libs/dolphin/os/OSCache.o \
$(BUILD_DIR)/libs/dolphin/os/OSContext.o \
$(BUILD_DIR)/libs/dolphin/os/OSError.o \
$(BUILD_DIR)/libs/dolphin/os/OSExec.o \
$(BUILD_DIR)/libs/dolphin/os/OSFont.o \
$(BUILD_DIR)/libs/dolphin/os/OSInterrupt.o \
$(BUILD_DIR)/libs/dolphin/os/OSLink.o \
$(BUILD_DIR)/libs/dolphin/os/OSMessage.o \
$(BUILD_DIR)/libs/dolphin/os/OSMemory.o \
$(BUILD_DIR)/libs/dolphin/os/OSMutex.o \
$(BUILD_DIR)/libs/dolphin/os/OSReboot.o \
$(BUILD_DIR)/libs/dolphin/os/OSReset.o \
$(BUILD_DIR)/libs/dolphin/os/OSResetSW.o \
$(BUILD_DIR)/libs/dolphin/os/OSRtc.o \
$(BUILD_DIR)/libs/dolphin/os/OSSync.o \
$(BUILD_DIR)/libs/dolphin/os/OSThread.o \
$(BUILD_DIR)/libs/dolphin/os/OSTime.o \
$(BUILD_DIR)/libs/dolphin/os/__ppc_eabi_init.o \
LIBOS_A_CFLAGS := \
-O4,p \
-lang=c \
LIBOS_A_LDFLAGS := \
-nodefaults \
-fp hard \
-proc gekko \
-linkmode moreram \
$(BUILD_DIR)/libos.a: $(LIBOS_A_O_FILES)
@echo linking... $(BUILD_DIR)/libos.a
@echo $(LIBOS_A_O_FILES) > build/LIBOS_A_ofiles
@$(LD) -xm l $(LIBOS_A_LDFLAGS) -o $(BUILD_DIR)/libos.a @build/LIBOS_A_ofiles
$(BUILD_DIR)/libs/dolphin/os/%.o: libs/dolphin/os/%.c
@mkdir -p $(@D)
@echo building... $<
@$(ICONV) -f UTF-8 -t CP932 < $< > $(basename $@).c
@$(WINE) tools/mwcc_compiler/1.2.5/mwcceppc.exe $(CFLAGS) $(LIBOS_A_CFLAGS) -c -o $@ $(basename $@).c