diff --git a/Makefile b/Makefile index 5c45bd33ca..c4e619ea01 100644 --- a/Makefile +++ b/Makefile @@ -175,7 +175,7 @@ DUMMY != mkdir -p $(ALL_DIRS) @echo Converting $< to $@ $(QUIET) $(ELF2DOL) $< $@ ifeq ($(GENERATE_MAP),1) - $(QUIET) $(PYTHON) tools/calcprogress/calcprogress.py --dol $(DOL) --map $(MAP) --asm-obj-ext .s.o --old-map true + $(QUIET) $(PYTHON) tools/calcprogress/calcprogress.py --dol $(DOL) --map $(MAP) --asm-obj-ext .o --old-map true endif # ELF creation makefile instructions @@ -184,22 +184,22 @@ $(ELF): $(O_FILES) $(LDSCRIPT) $(file >build/o_files, $(O_FILES)) $(QUIET) $(LD) $(LDFLAGS) -o $@ -lcf $(LDSCRIPT) @build/o_files -$(BUILD_DIR)/%.s.o: %.s +$(BUILD_DIR)/%.o: %.s @echo Assembling $< $(QUIET) $(AS) $(ASFLAGS) -o $@ $< -$(BUILD_DIR)/%.c.dep: %.c +$(BUILD_DIR)/%.dep: %.c $(QUIET) $(HOSTCC) -E $(addprefix -I ,$(INCLUDE_DIRS) $(SYSTEM_INCLUDE_DIRS)) -MMD -MF $(@:.o=.dep) \ -MT "$(BUILD_DIR)/$<.o" $< >/dev/null -$(BUILD_DIR)/%.c.o: %.c $(BUILD_DIR)/%.c.dep +$(BUILD_DIR)/%.o: %.c $(BUILD_DIR)/%.dep @echo "Compiling " $< $(QUIET) $(CC) $(CFLAGS) -c -o $@ $< -$(BUILD_DIR)/src/melee/%.c.o: CC := $(CC_EPI) -$(BUILD_DIR)/src/sysdolphin/%.c.o: CC := $(CC_EPI) -$(BUILD_DIR)/src/dolphin/card/%.c.o: CC := $(CC_EPI) -$(BUILD_DIR)/src/dolphin/pad/%.c.o: CC := $(CC_EPI) +$(BUILD_DIR)/src/melee/%.o: CC := $(CC_EPI) +$(BUILD_DIR)/src/sysdolphin/%.o: CC := $(CC_EPI) +$(BUILD_DIR)/src/dolphin/card/%.o: CC := $(CC_EPI) +$(BUILD_DIR)/src/dolphin/pad/%.o: CC := $(CC_EPI) -include $(DEP_FILES) diff --git a/obj_files.mk b/obj_files.mk index a4bb4801bb..867aa877b6 100644 --- a/obj_files.mk +++ b/obj_files.mk @@ -1,1141 +1,1141 @@ # Linker order for every file, passed to the Metrowerks linker. INIT_O_FILES :=\ - $(BUILD_DIR)/src/Runtime/__mem.c.o\ - $(BUILD_DIR)/src/MetroTRK/mem_TRK.c.o\ - $(BUILD_DIR)/asm/init.s.o\ - $(BUILD_DIR)/src/dolphin/os/init/__start.c.o + $(BUILD_DIR)/src/Runtime/__mem.o\ + $(BUILD_DIR)/src/MetroTRK/mem_TRK.o\ + $(BUILD_DIR)/asm/init.o\ + $(BUILD_DIR)/src/dolphin/os/init/__start.o EXTAB_O_FILES :=\ - $(BUILD_DIR)/asm/extab.s.o + $(BUILD_DIR)/asm/extab.o EXTABINDEX_O_FILES :=\ - $(BUILD_DIR)/asm/extabindex.s.o + $(BUILD_DIR)/asm/extabindex.o TEXT_O_FILES :=\ - $(BUILD_DIR)/src/melee/lb/lbcommand.c.o\ - $(BUILD_DIR)/src/melee/lb/lbcollision.c.o\ - $(BUILD_DIR)/asm/melee/lb/lbcollision.s.o\ - $(BUILD_DIR)/src/melee/lb/lblanguage.c.o\ - $(BUILD_DIR)/src/melee/lb/lbtime.c.o\ - $(BUILD_DIR)/src/melee/lb/lb_00B0.c.o\ - $(BUILD_DIR)/asm/melee/lb/lb_00CE.s.o\ - $(BUILD_DIR)/src/melee/lb/lbvector.c.o\ - $(BUILD_DIR)/asm/melee/lb/lbshadow.s.o\ - $(BUILD_DIR)/asm/melee/lb/lb_00F9.s.o\ - $(BUILD_DIR)/asm/melee/lb/lbarq.s.o\ - $(BUILD_DIR)/asm/melee/lb/lbmemory.s.o\ - $(BUILD_DIR)/asm/melee/lb/lbheap.s.o\ - $(BUILD_DIR)/src/melee/lb/lbfile.c.o\ - $(BUILD_DIR)/src/melee/lb/lbarchive.c.o\ - $(BUILD_DIR)/asm/melee/lb/lbarchive.s.o\ - $(BUILD_DIR)/asm/melee/lb/lbdvd.s.o\ - $(BUILD_DIR)/asm/melee/lb/lb_0192.s.o\ - $(BUILD_DIR)/asm/melee/lb/lb_0198.s.o\ - $(BUILD_DIR)/asm/melee/lb/lbsnap.s.o\ - $(BUILD_DIR)/asm/melee/lb/lbgx.s.o\ - $(BUILD_DIR)/asm/melee/lb/lbanim.s.o\ - $(BUILD_DIR)/asm/melee/lb/lbmthp.s.o\ - $(BUILD_DIR)/asm/melee/lb/lbjpeg.s.o\ - $(BUILD_DIR)/asm/melee/lb/lbbgflash.s.o\ - -TEXT_O_FILES +=\ - $(BUILD_DIR)/asm/melee/lb/lbrefract_data.s.o\ - $(BUILD_DIR)/asm/melee/lb/lbrefract1.s.o\ - $(BUILD_DIR)/asm/melee/lb/lbrefract2.s.o\ - $(BUILD_DIR)/asm/melee/lb/lbrefract3.s.o\ - $(BUILD_DIR)/src/melee/lb/lbrefract3.c.o\ - -TEXT_O_FILES +=\ - $(BUILD_DIR)/asm/melee/lb/lbaudio_ax.s.o\ - -TEXT_O_FILES +=\ - $(BUILD_DIR)/asm/melee/cm/camera.s.o\ - $(BUILD_DIR)/src/melee/cm/cmsnap.c.o\ - -TEXT_O_FILES +=\ - $(BUILD_DIR)/src/melee/pl/player.c.o\ - $(BUILD_DIR)/asm/melee/pl/pl_0371.s.o\ - $(BUILD_DIR)/asm/melee/pl/pltrick.s.o\ - $(BUILD_DIR)/asm/melee/pl/plbonus.s.o\ - $(BUILD_DIR)/asm/melee/pl/plbonuslib.s.o\ - $(BUILD_DIR)/asm/melee/pl/pl_040D.s.o\ - -TEXT_O_FILES +=\ - $(BUILD_DIR)/src/melee/mp/mpcoll.c.o\ - $(BUILD_DIR)/asm/melee/mp/mpcoll.s.o\ - $(BUILD_DIR)/asm/melee/mp/mplib.s.o\ - $(BUILD_DIR)/asm/melee/mp/mpisland.s.o\ - -TEXT_O_FILES +=\ - $(BUILD_DIR)/asm/melee/ef/eflib.s.o\ - $(BUILD_DIR)/asm/melee/ef/efsync.s.o\ - $(BUILD_DIR)/asm/melee/ef/ef_061D.s.o\ - $(BUILD_DIR)/asm/melee/ef/efasync.s.o\ - -TEXT_O_FILES +=\ - $(BUILD_DIR)/src/melee/ft/fighter.c.o\ - $(BUILD_DIR)/asm/melee/ft/ftanim.s.o\ - $(BUILD_DIR)/src/melee/ft/ftaction.c.o\ - $(BUILD_DIR)/src/melee/ft/ftparts.c.o\ - $(BUILD_DIR)/src/melee/ft/ftcamera.c.o\ - $(BUILD_DIR)/src/melee/ft/ftcoll.c.o\ - $(BUILD_DIR)/asm/melee/ft/ftcoll.s.o\ - $(BUILD_DIR)/src/melee/ft/ft_07C1.c.o\ - $(BUILD_DIR)/src/melee/ft/ft_07C6.c.o\ - $(BUILD_DIR)/src/melee/ft/ftcommon.c.o\ - $(BUILD_DIR)/src/melee/ft/ftdrawcommon.c.o\ - $(BUILD_DIR)/asm/melee/ft/ftdrawcommon_data.s.o\ - $(BUILD_DIR)/src/melee/ft/ftcliffcommon.c.o\ - $(BUILD_DIR)/src/melee/ft/ftwalljump.c.o\ - $(BUILD_DIR)/src/melee/ft/ft_0819.c.o\ - $(BUILD_DIR)/src/melee/ft/ft_081B.c.o\ - $(BUILD_DIR)/asm/melee/ft/ft_0852.s.o\ - $(BUILD_DIR)/src/melee/ft/ftdata.c.o\ - $(BUILD_DIR)/src/melee/ft/ftdata2.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_Init.c.o\ - $(BUILD_DIR)/asm/melee/ft/ftdata.s.o\ - $(BUILD_DIR)/src/melee/ft/ftlib.c.o\ - $(BUILD_DIR)/src/melee/ft/ftwaitanim.c.o\ - $(BUILD_DIR)/src/melee/ft/ft_0877.c.o\ - $(BUILD_DIR)/asm/melee/ft/ft_0877.s.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_Wait.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_08A6.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_Attack1.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_AttackDash.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_AttackS3.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_AttackHi3.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_AttackLw3.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_AttackS4.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_AttackHi4.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_AttackLw4.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_AttackAir.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_LandingAir.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_Damage.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_DamageFall.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_DamageIce.c.o\ - $(BUILD_DIR)/asm/melee/ft/ftCo_DamageIce.s.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_Guard.c.o\ - $(BUILD_DIR)/asm/melee/ft/ftCo_Guard.s.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_ItemGet.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_ItemThrow.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_SpecialS.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_SpecialAir.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_FallSpecial.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_Lift.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_DownBound.c.o\ - $(BUILD_DIR)/asm/melee/ft/ftCo_DownBound.s.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_DownStand.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_Down.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_DownAttack.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_Passive.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_PassiveStand.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_ShieldBreakFly.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_ShieldBreakFall.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_ShieldBreakDown.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_ShieldBreakStand.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_Furafura.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_Escape.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_EscapeAir.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_Rebound.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_Pass.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_Ottotto.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_CliffWait.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_CliffClimb.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_CliffAttack.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_CliffEscape.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_CliffJump.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_CargoWait.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_CargoWalk.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_CargoTurn.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_CargoKneebend.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_CargoJump.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_CargoFall.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_CargoLanding.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_CargoThrow.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_09C4.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_Shouldered.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_CaptureCaptain.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_09CB.c.o\ - $(BUILD_DIR)/asm/melee/ft/ftCo_09CB.s.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_BarrelWait.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_StopWall.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_StopCeil.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_DownDamage.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_MissFoot.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_09F4.c.o\ - $(BUILD_DIR)/asm/melee/ft/ftCo_09F4.s.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_09F7.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftMario/ftMr_Strings.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_0A01.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_0B3E.c.o\ - $(BUILD_DIR)/asm/melee/ft/ftCo_0B3E.s.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_CaptureYoshi.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_YoshiEgg.c.o\ - $(BUILD_DIR)/asm/melee/ft/ftCo_YoshiEgg.s.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_CaptureKoopa.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_CaptureDamageKoopa.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_CaptureWaitKoopa.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_ThrownKoopa.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_CaptureMewtwo.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_ThrownMewtwo.c.o\ - $(BUILD_DIR)/asm/melee/ft/ft_08A4.s.o\ - $(BUILD_DIR)/asm/melee/ft/ftmaterial.s.o\ - $(BUILD_DIR)/asm/melee/ft/ftcolanim.s.o\ - $(BUILD_DIR)/asm/melee/ft/ftdevice.s.o\ - $(BUILD_DIR)/asm/melee/ft/ft_0C08.s.o\ - $(BUILD_DIR)/asm/melee/ft/ftafterimage.s.o\ - $(BUILD_DIR)/asm/melee/ft/ft_0C31.s.o\ - $(BUILD_DIR)/asm/melee/ft/ftmetal.s.o\ - $(BUILD_DIR)/asm/melee/ft/ft_0C88.s.o\ - $(BUILD_DIR)/asm/melee/ft/ftswing.s.o\ - $(BUILD_DIR)/asm/melee/ft/ft_0CD1.s.o\ - $(BUILD_DIR)/asm/melee/ft/ftstarrodswing.s.o\ - $(BUILD_DIR)/asm/melee/ft/ftlipstickswing.s.o\ - $(BUILD_DIR)/asm/melee/ft/ft_0CDD.s.o\ - $(BUILD_DIR)/asm/melee/ft/ftattacks4combo.s.o\ - $(BUILD_DIR)/asm/melee/ft/ft_0CEE.s.o\ - $(BUILD_DIR)/asm/melee/ft/ftchangeparam.s.o\ - $(BUILD_DIR)/asm/melee/ft/ft_0D14.s.o\ - -TEXT_O_FILES +=\ - $(BUILD_DIR)/src/melee/ft/chara/ftDonkey/ftDk_HeavyWait0.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftDonkey/ftDk_HeavyWalk.c.o\ - $(BUILD_DIR)/src/melee/ft/ftwalkcommon.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftDonkey/ftDk_MS_345_0.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftDonkey/ftDk_HeavyTurn.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftDonkey/ftDk_HeavyFall.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftDonkey/ftDk_HeavyJump.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftDonkey/ftDk_HeavyWait1.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftDonkey/ftDk_HeavyLanding.c.o\ - -TEXT_O_FILES +=\ - $(BUILD_DIR)/src/melee/ft/chara/ftMario/ftMr_Init.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftMario/ftMr_SpecialN.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftMario/ftMr_SpecialS.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftMario/ftMr_SpecialHi.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftMario/ftMr_SpecialLw.c.o\ - -TEXT_O_FILES +=\ - $(BUILD_DIR)/src/melee/ft/chara/ftCaptain/ftCa_Init.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCaptain/ftCa_SpecialN.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCaptain/ftCa_SpecialS.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCaptain/ftCa_SpecialLw.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCaptain/ftCa_SpecialHi.c.o\ - -TEXT_O_FILES +=\ - $(BUILD_DIR)/src/melee/ft/chara/ftFox/ftFx_Init.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftFox/ftFx_AppealS.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftFox/ftFx_SpecialN.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftFox/ftFx_SpecialHi.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftFox/ftFx_SpecialLw.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftFox/ftFx_SpecialS.c.o\ - - -TEXT_O_FILES +=\ - $(BUILD_DIR)/src/melee/ft/chara/ftLink/ftLk_Init.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftLink/ftLk_AttackAir.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftLink/ftLk_SpecialLw.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftLink/ftLk_SpecialHi.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftLink/ftLk_SpecialS.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftLink/ftLk_SpecialN.c.o\ - -TEXT_O_FILES +=\ - $(BUILD_DIR)/src/melee/ft/chara/ftKirby/ftKb_Init.c.o\ - $(BUILD_DIR)/asm/melee/ft/chara/ftKb_Init.s.o\ - -TEXT_O_FILES +=\ - $(BUILD_DIR)/src/melee/ft/chara/ftDonkey/ftDk_Init.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftDonkey/ftDk_SpecialLw.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftDonkey/ftDk_SpecialS.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftDonkey/ftDk_SpecialN.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftDonkey/ftDk_SpecialHi.c.o\ - -TEXT_O_FILES +=\ - $(BUILD_DIR)/src/melee/ft/chara/ftSeak/ftSk_Init.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftSeak/ftSk_SpecialS.c.o\ - $(BUILD_DIR)/asm/melee/ft/chara/ftSeak/ftSk_SpecialN.s.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftSeak/ftSk_SpecialN.c.o\ - $(BUILD_DIR)/asm/melee/ft/chara/ftSeak/ftSk_SpecialHi.s.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftSeak/ftSk_SpecialHi.c.o\ - $(BUILD_DIR)/asm/melee/ft/chara/ftSeak/ftSk_SpecialLw.s.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftSeak/ftSk_SpecialLw.c.o\ + $(BUILD_DIR)/src/melee/lb/lbcommand.o\ + $(BUILD_DIR)/src/melee/lb/lbcollision.o\ + $(BUILD_DIR)/asm/melee/lb/lbcollision.o\ + $(BUILD_DIR)/src/melee/lb/lblanguage.o\ + $(BUILD_DIR)/src/melee/lb/lbtime.o\ + $(BUILD_DIR)/src/melee/lb/lb_00B0.o\ + $(BUILD_DIR)/asm/melee/lb/lb_00CE.o\ + $(BUILD_DIR)/src/melee/lb/lbvector.o\ + $(BUILD_DIR)/asm/melee/lb/lbshadow.o\ + $(BUILD_DIR)/asm/melee/lb/lb_00F9.o\ + $(BUILD_DIR)/asm/melee/lb/lbarq.o\ + $(BUILD_DIR)/asm/melee/lb/lbmemory.o\ + $(BUILD_DIR)/asm/melee/lb/lbheap.o\ + $(BUILD_DIR)/src/melee/lb/lbfile.o\ + $(BUILD_DIR)/src/melee/lb/lbarchive.o\ + $(BUILD_DIR)/asm/melee/lb/lbarchive.o\ + $(BUILD_DIR)/asm/melee/lb/lbdvd.o\ + $(BUILD_DIR)/asm/melee/lb/lb_0192.o\ + $(BUILD_DIR)/asm/melee/lb/lb_0198.o\ + $(BUILD_DIR)/asm/melee/lb/lbsnap.o\ + $(BUILD_DIR)/asm/melee/lb/lbgx.o\ + $(BUILD_DIR)/asm/melee/lb/lbanim.o\ + $(BUILD_DIR)/asm/melee/lb/lbmthp.o\ + $(BUILD_DIR)/asm/melee/lb/lbjpeg.o\ + $(BUILD_DIR)/asm/melee/lb/lbbgflash.o\ + +TEXT_O_FILES +=\ + $(BUILD_DIR)/asm/melee/lb/lbrefract_data.o\ + $(BUILD_DIR)/asm/melee/lb/lbrefract1.o\ + $(BUILD_DIR)/asm/melee/lb/lbrefract2.o\ + $(BUILD_DIR)/asm/melee/lb/lbrefract3.o\ + $(BUILD_DIR)/src/melee/lb/lbrefract3.o\ + +TEXT_O_FILES +=\ + $(BUILD_DIR)/asm/melee/lb/lbaudio_ax.o\ + +TEXT_O_FILES +=\ + $(BUILD_DIR)/asm/melee/cm/camera.o\ + $(BUILD_DIR)/src/melee/cm/cmsnap.o\ + +TEXT_O_FILES +=\ + $(BUILD_DIR)/src/melee/pl/player.o\ + $(BUILD_DIR)/asm/melee/pl/pl_0371.o\ + $(BUILD_DIR)/asm/melee/pl/pltrick.o\ + $(BUILD_DIR)/asm/melee/pl/plbonus.o\ + $(BUILD_DIR)/asm/melee/pl/plbonuslib.o\ + $(BUILD_DIR)/asm/melee/pl/pl_040D.o\ + +TEXT_O_FILES +=\ + $(BUILD_DIR)/src/melee/mp/mpcoll.o\ + $(BUILD_DIR)/asm/melee/mp/mpcoll.o\ + $(BUILD_DIR)/asm/melee/mp/mplib.o\ + $(BUILD_DIR)/asm/melee/mp/mpisland.o\ + +TEXT_O_FILES +=\ + $(BUILD_DIR)/asm/melee/ef/eflib.o\ + $(BUILD_DIR)/asm/melee/ef/efsync.o\ + $(BUILD_DIR)/asm/melee/ef/ef_061D.o\ + $(BUILD_DIR)/asm/melee/ef/efasync.o\ + +TEXT_O_FILES +=\ + $(BUILD_DIR)/src/melee/ft/fighter.o\ + $(BUILD_DIR)/asm/melee/ft/ftanim.o\ + $(BUILD_DIR)/src/melee/ft/ftaction.o\ + $(BUILD_DIR)/src/melee/ft/ftparts.o\ + $(BUILD_DIR)/src/melee/ft/ftcamera.o\ + $(BUILD_DIR)/src/melee/ft/ftcoll.o\ + $(BUILD_DIR)/asm/melee/ft/ftcoll.o\ + $(BUILD_DIR)/src/melee/ft/ft_07C1.o\ + $(BUILD_DIR)/src/melee/ft/ft_07C6.o\ + $(BUILD_DIR)/src/melee/ft/ftcommon.o\ + $(BUILD_DIR)/src/melee/ft/ftdrawcommon.o\ + $(BUILD_DIR)/asm/melee/ft/ftdrawcommon_data.o\ + $(BUILD_DIR)/src/melee/ft/ftcliffcommon.o\ + $(BUILD_DIR)/src/melee/ft/ftwalljump.o\ + $(BUILD_DIR)/src/melee/ft/ft_0819.o\ + $(BUILD_DIR)/src/melee/ft/ft_081B.o\ + $(BUILD_DIR)/asm/melee/ft/ft_0852.o\ + $(BUILD_DIR)/src/melee/ft/ftdata.o\ + $(BUILD_DIR)/src/melee/ft/ftdata2.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_Init.o\ + $(BUILD_DIR)/asm/melee/ft/ftdata.o\ + $(BUILD_DIR)/src/melee/ft/ftlib.o\ + $(BUILD_DIR)/src/melee/ft/ftwaitanim.o\ + $(BUILD_DIR)/src/melee/ft/ft_0877.o\ + $(BUILD_DIR)/asm/melee/ft/ft_0877.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_Wait.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_08A6.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_Attack1.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_AttackDash.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_AttackS3.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_AttackHi3.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_AttackLw3.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_AttackS4.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_AttackHi4.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_AttackLw4.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_AttackAir.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_LandingAir.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_Damage.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_DamageFall.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_DamageIce.o\ + $(BUILD_DIR)/asm/melee/ft/ftCo_DamageIce.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_Guard.o\ + $(BUILD_DIR)/asm/melee/ft/ftCo_Guard.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_ItemGet.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_ItemThrow.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_SpecialS.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_SpecialAir.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_FallSpecial.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_Lift.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_DownBound.o\ + $(BUILD_DIR)/asm/melee/ft/ftCo_DownBound.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_DownStand.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_Down.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_DownAttack.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_Passive.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_PassiveStand.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_ShieldBreakFly.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_ShieldBreakFall.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_ShieldBreakDown.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_ShieldBreakStand.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_Furafura.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_Escape.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_EscapeAir.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_Rebound.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_Pass.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_Ottotto.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_CliffWait.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_CliffClimb.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_CliffAttack.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_CliffEscape.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_CliffJump.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_CargoWait.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_CargoWalk.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_CargoTurn.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_CargoKneebend.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_CargoJump.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_CargoFall.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_CargoLanding.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_CargoThrow.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_09C4.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_Shouldered.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_CaptureCaptain.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_09CB.o\ + $(BUILD_DIR)/asm/melee/ft/ftCo_09CB.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_BarrelWait.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_StopWall.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_StopCeil.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_DownDamage.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_MissFoot.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_09F4.o\ + $(BUILD_DIR)/asm/melee/ft/ftCo_09F4.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_09F7.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftMario/ftMr_Strings.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_0A01.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_0B3E.o\ + $(BUILD_DIR)/asm/melee/ft/ftCo_0B3E.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_CaptureYoshi.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_YoshiEgg.o\ + $(BUILD_DIR)/asm/melee/ft/ftCo_YoshiEgg.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_CaptureKoopa.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_CaptureDamageKoopa.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_CaptureWaitKoopa.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_ThrownKoopa.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_CaptureMewtwo.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCommon/ftCo_ThrownMewtwo.o\ + $(BUILD_DIR)/asm/melee/ft/ft_08A4.o\ + $(BUILD_DIR)/asm/melee/ft/ftmaterial.o\ + $(BUILD_DIR)/asm/melee/ft/ftcolanim.o\ + $(BUILD_DIR)/asm/melee/ft/ftdevice.o\ + $(BUILD_DIR)/asm/melee/ft/ft_0C08.o\ + $(BUILD_DIR)/asm/melee/ft/ftafterimage.o\ + $(BUILD_DIR)/asm/melee/ft/ft_0C31.o\ + $(BUILD_DIR)/asm/melee/ft/ftmetal.o\ + $(BUILD_DIR)/asm/melee/ft/ft_0C88.o\ + $(BUILD_DIR)/asm/melee/ft/ftswing.o\ + $(BUILD_DIR)/asm/melee/ft/ft_0CD1.o\ + $(BUILD_DIR)/asm/melee/ft/ftstarrodswing.o\ + $(BUILD_DIR)/asm/melee/ft/ftlipstickswing.o\ + $(BUILD_DIR)/asm/melee/ft/ft_0CDD.o\ + $(BUILD_DIR)/asm/melee/ft/ftattacks4combo.o\ + $(BUILD_DIR)/asm/melee/ft/ft_0CEE.o\ + $(BUILD_DIR)/asm/melee/ft/ftchangeparam.o\ + $(BUILD_DIR)/asm/melee/ft/ft_0D14.o\ + +TEXT_O_FILES +=\ + $(BUILD_DIR)/src/melee/ft/chara/ftDonkey/ftDk_HeavyWait0.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftDonkey/ftDk_HeavyWalk.o\ + $(BUILD_DIR)/src/melee/ft/ftwalkcommon.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftDonkey/ftDk_MS_345_0.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftDonkey/ftDk_HeavyTurn.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftDonkey/ftDk_HeavyFall.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftDonkey/ftDk_HeavyJump.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftDonkey/ftDk_HeavyWait1.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftDonkey/ftDk_HeavyLanding.o\ + +TEXT_O_FILES +=\ + $(BUILD_DIR)/src/melee/ft/chara/ftMario/ftMr_Init.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftMario/ftMr_SpecialN.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftMario/ftMr_SpecialS.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftMario/ftMr_SpecialHi.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftMario/ftMr_SpecialLw.o\ + +TEXT_O_FILES +=\ + $(BUILD_DIR)/src/melee/ft/chara/ftCaptain/ftCa_Init.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCaptain/ftCa_SpecialN.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCaptain/ftCa_SpecialS.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCaptain/ftCa_SpecialLw.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCaptain/ftCa_SpecialHi.o\ + +TEXT_O_FILES +=\ + $(BUILD_DIR)/src/melee/ft/chara/ftFox/ftFx_Init.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftFox/ftFx_AppealS.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftFox/ftFx_SpecialN.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftFox/ftFx_SpecialHi.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftFox/ftFx_SpecialLw.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftFox/ftFx_SpecialS.o\ + + +TEXT_O_FILES +=\ + $(BUILD_DIR)/src/melee/ft/chara/ftLink/ftLk_Init.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftLink/ftLk_AttackAir.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftLink/ftLk_SpecialLw.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftLink/ftLk_SpecialHi.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftLink/ftLk_SpecialS.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftLink/ftLk_SpecialN.o\ + +TEXT_O_FILES +=\ + $(BUILD_DIR)/src/melee/ft/chara/ftKirby/ftKb_Init.o\ + $(BUILD_DIR)/asm/melee/ft/chara/ftKb_Init.o\ + +TEXT_O_FILES +=\ + $(BUILD_DIR)/src/melee/ft/chara/ftDonkey/ftDk_Init.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftDonkey/ftDk_SpecialLw.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftDonkey/ftDk_SpecialS.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftDonkey/ftDk_SpecialN.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftDonkey/ftDk_SpecialHi.o\ + +TEXT_O_FILES +=\ + $(BUILD_DIR)/src/melee/ft/chara/ftSeak/ftSk_Init.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftSeak/ftSk_SpecialS.o\ + $(BUILD_DIR)/asm/melee/ft/chara/ftSeak/ftSk_SpecialN.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftSeak/ftSk_SpecialN.o\ + $(BUILD_DIR)/asm/melee/ft/chara/ftSeak/ftSk_SpecialHi.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftSeak/ftSk_SpecialHi.o\ + $(BUILD_DIR)/asm/melee/ft/chara/ftSeak/ftSk_SpecialLw.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftSeak/ftSk_SpecialLw.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/src/melee/ft/chara/ftNess/ftNs_Init.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftNess/ftNs_AttackS4.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftNess/ftNs_AttackHi4.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftNess/ftNs_AttackLw4.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftNess/ftNs_SpecialS.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftNess/ftNs_SpecialN.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftNess/ftNs_SpecialHi.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftNess/ftNs_SpecialLw.c.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftNess/ftNs_Init.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftNess/ftNs_AttackS4.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftNess/ftNs_AttackHi4.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftNess/ftNs_AttackLw4.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftNess/ftNs_SpecialS.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftNess/ftNs_SpecialN.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftNess/ftNs_SpecialHi.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftNess/ftNs_SpecialLw.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/src/melee/ft/chara/ftPeach/ftPe_Init.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftPeach/ftPe_Float.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftPeach/ftPe_FloatFall.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftPeach/ftPe_FloatAttack.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftPeach/ftPe_AttackS4.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftPeach/ftPe_SpecialS.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftPeach/ftPe_SpecialLw.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftPeach/ftPe_SpecialHi.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftPeach/ftPe_SpecialN.c.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftPeach/ftPe_Init.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftPeach/ftPe_Float.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftPeach/ftPe_FloatFall.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftPeach/ftPe_FloatAttack.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftPeach/ftPe_AttackS4.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftPeach/ftPe_SpecialS.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftPeach/ftPe_SpecialLw.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftPeach/ftPe_SpecialHi.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftPeach/ftPe_SpecialN.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/src/melee/ft/chara/ftPopo/ftPp_Init.c.o\ - $(BUILD_DIR)/asm/melee/ft/chara/ftPp_SpecialS.s.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftPopo/ftPp_Init.o\ + $(BUILD_DIR)/asm/melee/ft/chara/ftPp_SpecialS.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/src/melee/ft/chara/ftNana/ftNn_Init.c.o\ - $(BUILD_DIR)/asm/melee/ft/chara/ftNn_Init.s.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftNana/ftNn_Unk0.c.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftNana/ftNn_Init.o\ + $(BUILD_DIR)/asm/melee/ft/chara/ftNn_Init.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftNana/ftNn_Unk0.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/src/melee/ft/chara/ftPikachu/ftPk_Init.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftPikachu/ftPk_SpecialN.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftPikachu/ftPk_SpecialS.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftPikachu/ftPk_SpecialHi.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftPikachu/ftPk_SpecialLw.c.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftPikachu/ftPk_Init.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftPikachu/ftPk_SpecialN.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftPikachu/ftPk_SpecialS.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftPikachu/ftPk_SpecialHi.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftPikachu/ftPk_SpecialLw.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/src/melee/ft/chara/ftSamus/ftSs_Init.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftSamus/ftSs_SpecialLw_0.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftSamus/ftSs_SpecialN.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftSamus/ftSs_SpecialS.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftSamus/ftSs_SpecialHi.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftSamus/ftSs_SpecialLw_1.c.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftSamus/ftSs_Init.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftSamus/ftSs_SpecialLw_0.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftSamus/ftSs_SpecialN.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftSamus/ftSs_SpecialS.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftSamus/ftSs_SpecialHi.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftSamus/ftSs_SpecialLw_1.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/src/melee/ft/chara/ftYoshi/ftYs_Init.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftYoshi/ftYs_Guard.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftYoshi/ftYs_SpecialN.c.o\ - $(BUILD_DIR)/asm/melee/ft/chara/ftYs_SpecialN.s.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftYoshi/ftYs_Init.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftYoshi/ftYs_Guard.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftYoshi/ftYs_SpecialN.o\ + $(BUILD_DIR)/asm/melee/ft/chara/ftYs_SpecialN.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/src/melee/ft/chara/ftKoopa/ftKp_Init.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftKoopa/ftKp_Unk1.c.o\ - $(BUILD_DIR)/asm/melee/ft/chara/ftKp_SpecialS.s.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftKoopa/ftKp_Init.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftKoopa/ftKp_Unk1.o\ + $(BUILD_DIR)/asm/melee/ft/chara/ftKp_SpecialS.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/src/melee/ft/chara/ftMars/ftMs_Init.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftMars/ftMs_SpecialN.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftMars/ftMs_SpecialS.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftMars/ftMs_SpecialHi.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftMars/ftMs_SpecialLw.c.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftMars/ftMs_Init.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftMars/ftMs_SpecialN.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftMars/ftMs_SpecialS.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftMars/ftMs_SpecialHi.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftMars/ftMs_SpecialLw.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/src/melee/ft/chara/ftZelda/ftZd_Init.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftZelda/ftZd_SpecialHi.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftZelda/ftZd_SpecialN.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftZelda/ftZd_SpecialLw.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftZelda/ftZd_SpecialS.c.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftZelda/ftZd_Init.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftZelda/ftZd_SpecialHi.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftZelda/ftZd_SpecialN.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftZelda/ftZd_SpecialLw.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftZelda/ftZd_SpecialS.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/src/melee/ft/chara/ftPurin/ftPr_Init.c.o\ - $(BUILD_DIR)/asm/melee/ft/chara/ftPr_Init.s.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftPurin/ftPr_Init.o\ + $(BUILD_DIR)/asm/melee/ft/chara/ftPr_Init.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/src/melee/ft/chara/ftLuigi/ftLg_Init.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftLuigi/ftLg_SpecialN.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftLuigi/ftLg_SpecialS.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftLuigi/ftLg_SpecialHi.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftLuigi/ftLg_SpecialLw.c.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftLuigi/ftLg_Init.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftLuigi/ftLg_SpecialN.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftLuigi/ftLg_SpecialS.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftLuigi/ftLg_SpecialHi.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftLuigi/ftLg_SpecialLw.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/src/melee/ft/chara/ftMewtwo/ftMt_Init.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftMewtwo/ftMt_SpecialHi.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftMewtwo/ftMt_SpecialLw.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftMewtwo/ftMt_SpecialS.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftMewtwo/ftMt_SpecialN.c.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftMewtwo/ftMt_Init.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftMewtwo/ftMt_SpecialHi.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftMewtwo/ftMt_SpecialLw.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftMewtwo/ftMt_SpecialS.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftMewtwo/ftMt_SpecialN.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/src/melee/ft/chara/ftCLink/ftCl_Init.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCLink/ftCl_AppealS.c.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCLink/ftCl_Init.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCLink/ftCl_AppealS.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/src/melee/ft/chara/ftDrMario/ftDr_Init.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftDrMario/ftDr_AppealS.c.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftDrMario/ftDr_Init.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftDrMario/ftDr_AppealS.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/src/melee/ft/chara/ftFalco/ftFc_Init.c.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftFalco/ftFc_Init.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/src/melee/ft/chara/ftPichu/ftPc_Init.c.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftPichu/ftPc_Init.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/src/melee/ft/chara/ftGameWatch/ftGw_Init.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftGameWatch/ftGw_AttackS4.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftGameWatch/ftGw_AttackLw3.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftGameWatch/ftGw_AttackAir.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftGameWatch/ftGw_Attack11.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftGameWatch/ftGw_Attack100.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftGameWatch/ftGw_SpecialS.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftGameWatch/ftGw_SpecialLw.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftGameWatch/ftGw_SpecialHi.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftGameWatch/ftGw_SpecialN.c.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftGameWatch/ftGw_Init.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftGameWatch/ftGw_AttackS4.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftGameWatch/ftGw_AttackLw3.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftGameWatch/ftGw_AttackAir.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftGameWatch/ftGw_Attack11.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftGameWatch/ftGw_Attack100.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftGameWatch/ftGw_SpecialS.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftGameWatch/ftGw_SpecialLw.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftGameWatch/ftGw_SpecialHi.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftGameWatch/ftGw_SpecialN.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/src/melee/ft/chara/ftGanon/ftGn_Init.c.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftGanon/ftGn_Init.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/src/melee/ft/chara/ftEmblem/ftFe_Init.c.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftEmblem/ftFe_Init.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/src/melee/ft/chara/ftZakoBoy/ftBo_Init.c.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftZakoBoy/ftBo_Init.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/src/melee/ft/chara/ftZakoGirl/ftGl_Init.c.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftZakoGirl/ftGl_Init.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/src/melee/ft/chara/ftGigaKoopa/ftGk_Init.c.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftGigaKoopa/ftGk_Init.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/src/melee/ft/chara/ftSandbag/ftSb_Init.c.o\ - -TEXT_O_FILES +=\ - $(BUILD_DIR)/src/melee/ft/chara/ftMasterHand/ftMh_Init.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftMasterHand/ftMh_Wait1_0.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftMasterHand/ftMh_Wait1_2.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftMasterHand/ftMh_Entry.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftMasterHand/ftMh_Damage_0.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftMasterHand/ftMh_Sweep.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftMasterHand/ftMh_SweepWait.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftMasterHand/ftMh_Slap.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftMasterHand/ftMh_Walk.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftMasterHand/ftMh_Drill.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftMasterHand/ftMh_RockCrush.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftMasterHand/ftMh_PaperCrush.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftMasterHand/ftMh_Poke.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftMasterHand/ftMh_FingerBeam.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftMasterHand/ftMh_FingerGun.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftMasterHand/ftMh_FingerGun3.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftMasterHand/ftMh_BackAirplane1.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftMasterHand/ftMh_BackAirplane2.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftMasterHand/ftMh_BackAirplane3.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftMasterHand/ftMh_BackCrush_0.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftMasterHand/ftMh_BackCrush_1.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftMasterHand/ftMh_BackDisappear.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftMasterHand/ftMh_Squeeze.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftMasterHand/ftMh_Wait1_1.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftMasterHand/ftMh_Squeezing.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftMasterHand/ftMh_Throw.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftMasterHand/ftMh_Slam.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftMasterHand/ftMh_TagCrush.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftMasterHand/ftMh_TagApplaud.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftMasterHand/ftMh_TagRockPaper.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftMasterHand/ftMh_TagCancel.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftMasterHand/ftMh_CaptureMasterHand.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftMasterHand/ftMh_CaptureDamageMasterHand.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftMasterHand/ftMh_ThrownMasterHand.c.o\ - -TEXT_O_FILES +=\ - $(BUILD_DIR)/src/melee/ft/chara/ftCrazyHand/ftCh_Init.c.o\ - $(BUILD_DIR)/src/melee/ft/chara/ftCrazyHand/ftCh_Unk0.c.o\ - $(BUILD_DIR)/asm/melee/ft/chara/ftCh_Init.s.o\ - -TEXT_O_FILES +=\ - $(BUILD_DIR)/src/melee/ft/ftbosslib.c.o\ - -TEXT_O_FILES +=\ - $(BUILD_DIR)/src/melee/gm/gmmain_lib.c.o\ - $(BUILD_DIR)/asm/melee/gm/gmmain_lib.s.o\ - $(BUILD_DIR)/src/melee/gm/gmmain.c.o\ - $(BUILD_DIR)/asm/melee/gm/gm_1601.s.o\ - $(BUILD_DIR)/asm/melee/gm/gmtitle.s.o\ - $(BUILD_DIR)/asm/melee/gm/gmcamera.s.o\ - $(BUILD_DIR)/asm/melee/gm_1A36.s.o\ - -TEXT_O_FILES +=\ - $(BUILD_DIR)/src/melee/gr/ground.c.o\ - $(BUILD_DIR)/asm/melee/gr/ground.s.o\ - $(BUILD_DIR)/asm/melee/gr/grdisplay.s.o\ - $(BUILD_DIR)/src/melee/gr/grdatfiles.c.o\ - $(BUILD_DIR)/asm/melee/gr/granime.s.o\ - $(BUILD_DIR)/asm/melee/gr/grmaterial.s.o\ - $(BUILD_DIR)/src/melee/gr/grlib.c.o\ - $(BUILD_DIR)/src/melee/gr/grdynamicattr.c.o\ - $(BUILD_DIR)/asm/melee/gr/grzakogenerator.s.o\ - $(BUILD_DIR)/asm/melee/gr/grfzerocar.s.o\ - $(BUILD_DIR)/asm/melee/gr/grizumi.s.o\ - $(BUILD_DIR)/asm/melee/gr/grcastle.s.o\ - $(BUILD_DIR)/asm/melee/gr/grstadium.s.o\ - $(BUILD_DIR)/asm/melee/gr/grkongo.s.o\ - $(BUILD_DIR)/asm/melee/gr/grzebes.s.o\ - $(BUILD_DIR)/asm/melee/gr/grcorneria.s.o\ - $(BUILD_DIR)/src/melee/gr/grstory.c.o\ - $(BUILD_DIR)/asm/melee/gr/gronett.s.o\ - $(BUILD_DIR)/asm/melee/gr/grbigblue.s.o\ - $(BUILD_DIR)/asm/melee/gr/grmutecity.s.o\ - $(BUILD_DIR)/asm/melee/gr/grfourside.s.o\ - $(BUILD_DIR)/asm/melee/gr/grgreatbay.s.o\ - $(BUILD_DIR)/asm/melee/gr/gricemt.s.o\ - $(BUILD_DIR)/asm/melee/gr/grinishie1.s.o\ - $(BUILD_DIR)/asm/melee/gr/grinishie2.s.o\ - $(BUILD_DIR)/asm/melee/gr/grkraid.s.o\ - $(BUILD_DIR)/asm/melee/gr/grrcruise.s.o\ - $(BUILD_DIR)/src/melee/gr/grshrine.c.o\ - $(BUILD_DIR)/asm/melee/gr/gryorster.s.o\ - $(BUILD_DIR)/asm/melee/gr/grgarden.s.o\ - $(BUILD_DIR)/asm/melee/gr/grvenom.s.o\ - $(BUILD_DIR)/asm/melee/gr/grtest.s.o\ - $(BUILD_DIR)/asm/melee/gr/grkinokoroute.s.o\ - $(BUILD_DIR)/asm/melee/gr/grshrineroute.s.o\ - $(BUILD_DIR)/asm/melee/gr/grzebesroute.s.o\ - $(BUILD_DIR)/asm/melee/gr/grbigblueroute.s.o\ - $(BUILD_DIR)/src/melee/gr/grfigure1.c.o\ - $(BUILD_DIR)/src/melee/gr/grfigure2.c.o\ - $(BUILD_DIR)/src/melee/gr/grfigure3.c.o\ - $(BUILD_DIR)/asm/melee/gr/groldyoshi.s.o\ - $(BUILD_DIR)/asm/melee/gr/groldkongo.s.o\ - $(BUILD_DIR)/asm/melee/gr/groldpupupu.s.o\ - $(BUILD_DIR)/asm/melee/gr/grpura.s.o\ - $(BUILD_DIR)/asm/melee/gr/grgreens.s.o\ - $(BUILD_DIR)/asm/melee/gr/grflatzone.s.o\ - $(BUILD_DIR)/asm/melee/gr/grpushon.s.o\ - $(BUILD_DIR)/asm/melee/gr/grfigureget.s.o\ - $(BUILD_DIR)/src/melee/gr/grbattle.c.o\ - $(BUILD_DIR)/asm/melee/gr/grlast.s.o\ - $(BUILD_DIR)/asm/melee/gr/grhomerun.s.o\ - $(BUILD_DIR)/asm/melee/gr/grheal.s.o\ - $(BUILD_DIR)/asm/melee/gr/grtmario.s.o\ - $(BUILD_DIR)/src/melee/gr/grtcaptain.c.o\ - $(BUILD_DIR)/asm/melee/gr/grtclink.s.o\ - $(BUILD_DIR)/src/melee/gr/grtdonkey.c.o\ - $(BUILD_DIR)/asm/melee/gr/grtdrmario.s.o\ - $(BUILD_DIR)/src/melee/gr/grtfalco.c.o\ - $(BUILD_DIR)/asm/melee/gr/grtfox.s.o\ - $(BUILD_DIR)/src/melee/gr/grticeclimber.c.o\ - $(BUILD_DIR)/asm/melee/gr/grtkirby.s.o\ - $(BUILD_DIR)/src/melee/gr/grtkoopa.c.o\ - $(BUILD_DIR)/asm/melee/gr/grtlink.s.o\ - $(BUILD_DIR)/src/melee/gr/grtluigi.c.o\ - $(BUILD_DIR)/src/melee/gr/grtmars.c.o\ - $(BUILD_DIR)/asm/melee/gr/grtmewtwo.s.o\ - $(BUILD_DIR)/src/melee/gr/grtness.c.o\ - $(BUILD_DIR)/asm/melee/gr/grtpeach.s.o\ - $(BUILD_DIR)/src/melee/gr/grtpichu.c.o\ - $(BUILD_DIR)/asm/melee/gr/grtpikachu.s.o\ - $(BUILD_DIR)/asm/melee/gr/grtpurin.s.o\ - $(BUILD_DIR)/asm/melee/gr/grtsamus.s.o\ - $(BUILD_DIR)/asm/melee/gr/grtseak.s.o\ - $(BUILD_DIR)/src/melee/gr/grtyoshi.c.o\ - $(BUILD_DIR)/asm/melee/gr/grtzelda.s.o\ - $(BUILD_DIR)/asm/melee/gr/grtgamewatch.s.o\ - $(BUILD_DIR)/src/melee/gr/grtemblem.c.o\ - $(BUILD_DIR)/asm/melee/gr/grtganon.s.o\ - $(BUILD_DIR)/src/melee/gr/stage.c.o\ - $(BUILD_DIR)/asm/melee/gr/stage.s.o\ - -TEXT_O_FILES +=\ - $(BUILD_DIR)/asm/melee/db/db_2253.s.o\ - -TEXT_O_FILES +=\ - $(BUILD_DIR)/asm/melee/mn_2295.s.o\ - -TEXT_O_FILES +=\ - $(BUILD_DIR)/asm/melee/mn/mnitemsw.s.o\ - $(BUILD_DIR)/asm/melee/mn/mnstagesw.s.o\ - $(BUILD_DIR)/asm/melee/mn/mnname.s.o\ - $(BUILD_DIR)/asm/melee/mn/mnnamenew.s.o\ - $(BUILD_DIR)/asm/melee/mn/mndiagram.s.o\ - $(BUILD_DIR)/asm/melee/mn/mndiagram2.s.o\ - $(BUILD_DIR)/asm/melee/mn/mndiagram3.s.o\ - $(BUILD_DIR)/asm/melee/mn/mnvibration.s.o\ - $(BUILD_DIR)/asm/melee/mn/mnsound.s.o\ - $(BUILD_DIR)/asm/melee/mn/mndeflicker.s.o\ - $(BUILD_DIR)/asm/melee/mn/mnsoundtest.s.o\ - $(BUILD_DIR)/asm/melee/mn/mnlanguage.s.o\ - $(BUILD_DIR)/asm/melee/mn/mnhyaku.s.o\ - $(BUILD_DIR)/asm/melee/mn/mnevent.s.o\ - $(BUILD_DIR)/asm/melee/mn/mndatadel.s.o\ - $(BUILD_DIR)/asm/melee/mn/mncount.s.o\ - $(BUILD_DIR)/asm/melee/mn/mninfo.s.o\ - $(BUILD_DIR)/asm/melee/mn/mninfobonus.s.o\ - $(BUILD_DIR)/asm/melee/mn/mnsnap.s.o\ - $(BUILD_DIR)/asm/melee/mn/mngallery.s.o\ - $(BUILD_DIR)/asm/melee/mn/mnstagesel.s.o\ - $(BUILD_DIR)/src/melee/mn/mncharsel.c.o\ - $(BUILD_DIR)/asm/melee/mn/mncharsel.s.o\ - $(BUILD_DIR)/src/melee/it/item.c.o\ - $(BUILD_DIR)/src/melee/it/it_26B1.c.o\ - $(BUILD_DIR)/asm/melee/it/it_266F.s.o\ - $(BUILD_DIR)/asm/melee/it/itcoll.s.o\ - $(BUILD_DIR)/asm/melee/it/it_2725.s.o\ - $(BUILD_DIR)/src/melee/it/it_803F1418.c.o\ - $(BUILD_DIR)/asm/melee/it/it_803F1418.s.o\ - $(BUILD_DIR)/src/melee/it/it_803F23CC.c.o\ - $(BUILD_DIR)/asm/melee/it/it_803F23CC.s.o\ - $(BUILD_DIR)/src/melee/it/it_803F3100.c.o\ - $(BUILD_DIR)/asm/melee/it/it_803F3100.s.o\ - -TEXT_O_FILES +=\ - $(BUILD_DIR)/src/melee/it/items/itcapsule.c.o\ - $(BUILD_DIR)/asm/melee/it/items/itbombhei.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itdosei.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itheart.s.o\ - $(BUILD_DIR)/asm/melee/it/items/ittomato.s.o\ - $(BUILD_DIR)/src/melee/it/items/itstar.c.o\ - $(BUILD_DIR)/asm/melee/it/items/itbat.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itsword.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itbox.s.o\ - $(BUILD_DIR)/asm/melee/it/items/ittaru.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itegg.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itkusudama.s.o\ - $(BUILD_DIR)/src/melee/it/items/itparasol.c.o\ - $(BUILD_DIR)/asm/melee/it/items/itgshell.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itrshell.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itlgun.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itfreeze.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itfoods.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itmsbomb.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itflipper.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itsscope.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itstarrod.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itharisen.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itfflower.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itkinoko.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itdkinoko.s.o\ - $(BUILD_DIR)/asm/melee/it/items/ithammer.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itwstar.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itscball.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itrabbitc.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itmetalb.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itlipstick.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itspycloak.s.o\ - $(BUILD_DIR)/asm/melee/it/items/ittarucann.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itmball.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itlgunray.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itstarrodstar.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itsscopebeam.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itlgunbeam.s.o\ - $(BUILD_DIR)/asm/melee/it/items/ithammerhead.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itlipstickspore.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itfflowerflame.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itevyoshiegg.s.o\ - -TEXT_O_FILES +=\ - $(BUILD_DIR)/asm/melee/it/items/itmariofireball.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itkirbycutterbeam.s.o\ - $(BUILD_DIR)/src/melee/it/items/itfoxlaser.c.o\ - $(BUILD_DIR)/src/melee/it/items/itfoxillusion.c.o\ - $(BUILD_DIR)/asm/melee/it/items/itlinkbomb.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itlinkboomerang.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itlinkhookshot.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itlinkarrow.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itnesspkfire.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itnesspkfirepillar.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itnesspkflush.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itnesspkthunderball.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itnesspkthundertrail.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itkoopaflame.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itnessbat.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itunk1.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itkirbyhammer.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itfoxblaster.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itlinkbow.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itnesspkflushexplode.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itseakneedlethrown.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itseakneedleheld.s.o\ - $(BUILD_DIR)/src/melee/it/items/itseakvanish.c.o\ - $(BUILD_DIR)/asm/melee/it/items/itpikachuthunder.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itmariocape.s.o\ - $(BUILD_DIR)/asm/melee/it/items/ityoshieggthrow.s.o\ - $(BUILD_DIR)/src/melee/it/items/ityoshistar.c.o\ - $(BUILD_DIR)/asm/melee/it/items/itpikachutjoltground.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itpikachutjoltair.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itsamusbomb.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itsamuschargeshot.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itsamusmissile.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itsamusgrapple.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itseakchain.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itpeachexplode.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itpeachturnip.s.o\ - $(BUILD_DIR)/src/melee/it/items/itpeachparasol.c.o\ - $(BUILD_DIR)/asm/melee/it/items/itpeachtoad.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itpeachtoadspore.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itnessyoyo.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itluigifireball.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itdrmariopill.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itclimbersice.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itclimbersblizzard.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itclimbersstring.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itzeldadinfire.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itzeldadinfireexplode.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itmewtwodisable.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itmewtwoshadowball.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itgamewatchgreenhouse.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itgamewatchmanhole.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itgamewatchfire.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itgamewatchparachute.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itgamewatchturtle.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itgamewatchbreath.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itkirbygamewatchchefpan.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itgamewatchjudge.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itgamewatchpanic.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itgamewatchrescue.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itgamewatchchef.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itclinkmilk.s.o\ - -TEXT_O_FILES +=\ - $(BUILD_DIR)/asm/melee/it/items/ittosakinto.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itchicorita.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itchicoritaleaf.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itkabigon.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itkamex.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itmatadogas.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itlizardon.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itfire.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itthunder.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itfreezer.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itsonans.s.o\ - $(BUILD_DIR)/asm/melee/it/items/ithassam.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itunknown.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itentei.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itraikou.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itsuikun.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itkireihana.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itmarumine.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itlugia.s.o\ - $(BUILD_DIR)/asm/melee/it/items/ithouou.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itmetamon.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itpippi.s.o\ - $(BUILD_DIR)/asm/melee/it/items/ittogepy.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itmew.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itcerebi.s.o\ - $(BUILD_DIR)/asm/melee/it/items/ithitodeman.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itlucky.s.o\ - $(BUILD_DIR)/src/melee/it/items/itporygon2.c.o\ - $(BUILD_DIR)/asm/melee/it/items/ithinoarashi.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itmaril.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itfushigibana.s.o\ - -TEXT_O_FILES +=\ - $(BUILD_DIR)/asm/melee/it/items/itoldkuri.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itmato.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itheiho.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itlikelike.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itnokonoko.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itzgshell.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itzrshell.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itpatapata.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itklap.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itoldottosea.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itwhitebea.s.o\ - -TEXT_O_FILES +=\ - $(BUILD_DIR)/asm/melee/it/items/itoctarock.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itunk4.s.o\ - $(BUILD_DIR)/asm/melee/it/it_802E6AEC.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itarwinglaser.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itoctarockstone.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itleadead.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itgreatfoxlaser.s.o\ - $(BUILD_DIR)/asm/melee/it/items/ittincle.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itkyasarin.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itwhispyapple.s.o\ - $(BUILD_DIR)/asm/melee/it/items/ittools.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itkyasarinegg.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itmasterhandlaser.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itmasterhandbullet.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itcrazyhandbomb.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itcoin.s.o\ - $(BUILD_DIR)/asm/melee/it/itkirbyunk.s.o\ - $(BUILD_DIR)/asm/melee/it/items/itunk2.s.o\ - $(BUILD_DIR)/asm/melee/it/it_802F2BFC.s.o\ - $(BUILD_DIR)/asm/melee/it/itkirbyyoshispecialn.s.o\ - $(BUILD_DIR)/asm/melee/it/it_27CF.s.o\ - -TEXT_O_FILES +=\ - $(BUILD_DIR)/asm/melee/if/ifall.s.o\ - $(BUILD_DIR)/asm/melee/if/iftime.s.o\ - $(BUILD_DIR)/asm/melee/if/ifstatus_data.s.o\ - $(BUILD_DIR)/src/melee/if/ifstatus.c.o\ - $(BUILD_DIR)/asm/melee/if/if_2F72.s.o\ - $(BUILD_DIR)/asm/melee/if/ifstock.s.o\ - $(BUILD_DIR)/asm/melee/if/ifmagnify.s.o\ - -TEXT_O_FILES +=\ - $(BUILD_DIR)/asm/melee/un_2FC9.s.o\ - -TEXT_O_FILES +=\ - $(BUILD_DIR)/src/Runtime/__va_arg.c.o\ - $(BUILD_DIR)/src/Runtime/global_destructor_chain.c.o\ - $(BUILD_DIR)/src/Runtime/Gecko_ExceptionPPC.c.o\ - $(BUILD_DIR)/src/Runtime/Gecko_setjmp.c.o\ - $(BUILD_DIR)/asm/Runtime/runtime.s.o\ - $(BUILD_DIR)/src/Runtime/__init_cpp_exceptions.c.o\ - -TEXT_O_FILES +=\ - $(BUILD_DIR)/src/MSL/abort_exit.c.o\ - $(BUILD_DIR)/asm/MSL/abort_exit.s.o\ - $(BUILD_DIR)/asm/MSL/ansi_fp.s.o\ - $(BUILD_DIR)/src/MSL/buffer_io.c.o\ - $(BUILD_DIR)/src/MSL/PPC_EABI/critical_regions.gamecube.c.o\ - $(BUILD_DIR)/src/MSL/ctype.c.o\ - $(BUILD_DIR)/asm/MSL/direct_io.s.o\ - $(BUILD_DIR)/src/MSL/cstring.c.o\ - $(BUILD_DIR)/asm/MSL/mem_funcs.s.o\ - $(BUILD_DIR)/asm/MSL/printf.s.o\ - $(BUILD_DIR)/src/MSL/rand.c.o\ - $(BUILD_DIR)/src/MSL/string.c.o\ - $(BUILD_DIR)/asm/MSL/strtoul.s.o\ - $(BUILD_DIR)/src/MSL/console_io.c.o\ - $(BUILD_DIR)/src/MSL/wchar_io.c.o\ - $(BUILD_DIR)/src/MSL/math_1.c.o\ - $(BUILD_DIR)/src/MSL/trigf.c.o\ - $(BUILD_DIR)/asm/MSL/math.s.o\ - -TEXT_O_FILES +=\ - $(BUILD_DIR)/asm/MetroTRK/mainloop.s.o\ - $(BUILD_DIR)/asm/MetroTRK/nubevent.s.o\ - $(BUILD_DIR)/asm/MetroTRK/nubinit.s.o\ - $(BUILD_DIR)/asm/MetroTRK/msg.s.o\ - $(BUILD_DIR)/asm/MetroTRK/msgbuf.s.o\ - $(BUILD_DIR)/asm/MetroTRK/serpoll.s.o\ - $(BUILD_DIR)/asm/MetroTRK/dispatch.s.o\ - $(BUILD_DIR)/asm/MetroTRK/msghndlr.s.o\ - $(BUILD_DIR)/asm/MetroTRK/flush_cache.s.o\ - $(BUILD_DIR)/asm/MetroTRK/mem_TRK.s.o\ - $(BUILD_DIR)/asm/MetroTRK/targimpl.s.o\ - $(BUILD_DIR)/asm/MetroTRK/dolphin_trk.s.o\ - $(BUILD_DIR)/asm/MetroTRK/mpc_7xx_603e.s.o\ - $(BUILD_DIR)/asm/MetroTRK/main_TRK.s.o\ - $(BUILD_DIR)/asm/MetroTRK/dolphin_trk_glue.s.o\ - $(BUILD_DIR)/asm/MetroTRK/targcont.s.o\ - -TEXT_O_FILES +=\ - $(BUILD_DIR)/src/dolphin/amcstubs/AmcExi2Stubs.c.o\ - -TEXT_O_FILES +=\ - $(BUILD_DIR)/asm/dolphin/OdemuExi2/DebuggerDriver.s.o\ - -TEXT_O_FILES +=\ - $(BUILD_DIR)/asm/dolphin/hio/hio.s.o\ - -TEXT_O_FILES +=\ - $(BUILD_DIR)/asm/dolphin/mcc/mcc.s.o\ - $(BUILD_DIR)/asm/dolphin/mcc/fio.s.o\ - -TEXT_O_FILES +=\ - $(BUILD_DIR)/asm/dolphin/thp/THPDec.s.o\ - -TEXT_O_FILES +=\ - $(BUILD_DIR)/asm/dolphin/jpeg/jpegdec.s.o\ - -TEXT_O_FILES +=\ - $(BUILD_DIR)/src/dolphin/base/PPCArch.c.o\ - -TEXT_O_FILES +=\ - $(BUILD_DIR)/src/dolphin/db/db.c.o\ - -TEXT_O_FILES +=\ - $(BUILD_DIR)/src/dolphin/dsp/dsp.c.o\ - $(BUILD_DIR)/src/dolphin/dsp/dsp_debug.c.o\ - $(BUILD_DIR)/src/dolphin/dsp/dsp_task.c.o\ - -TEXT_O_FILES +=\ - $(BUILD_DIR)/asm/dolphin/dvd/dvdlow.s.o\ - $(BUILD_DIR)/asm/dolphin/dvd/dvdfs.s.o\ - $(BUILD_DIR)/src/dolphin/dvd/dvd.c.o\ - $(BUILD_DIR)/asm/dolphin/dvd/dvd.s.o\ - $(BUILD_DIR)/src/dolphin/dvd/dvdqueue.c.o\ - $(BUILD_DIR)/asm/dolphin/dvd/dvderror.s.o\ - $(BUILD_DIR)/src/dolphin/dvd/fstload.c.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftSandbag/ftSb_Init.o\ + +TEXT_O_FILES +=\ + $(BUILD_DIR)/src/melee/ft/chara/ftMasterHand/ftMh_Init.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftMasterHand/ftMh_Wait1_0.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftMasterHand/ftMh_Wait1_2.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftMasterHand/ftMh_Entry.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftMasterHand/ftMh_Damage_0.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftMasterHand/ftMh_Sweep.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftMasterHand/ftMh_SweepWait.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftMasterHand/ftMh_Slap.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftMasterHand/ftMh_Walk.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftMasterHand/ftMh_Drill.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftMasterHand/ftMh_RockCrush.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftMasterHand/ftMh_PaperCrush.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftMasterHand/ftMh_Poke.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftMasterHand/ftMh_FingerBeam.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftMasterHand/ftMh_FingerGun.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftMasterHand/ftMh_FingerGun3.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftMasterHand/ftMh_BackAirplane1.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftMasterHand/ftMh_BackAirplane2.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftMasterHand/ftMh_BackAirplane3.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftMasterHand/ftMh_BackCrush_0.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftMasterHand/ftMh_BackCrush_1.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftMasterHand/ftMh_BackDisappear.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftMasterHand/ftMh_Squeeze.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftMasterHand/ftMh_Wait1_1.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftMasterHand/ftMh_Squeezing.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftMasterHand/ftMh_Throw.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftMasterHand/ftMh_Slam.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftMasterHand/ftMh_TagCrush.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftMasterHand/ftMh_TagApplaud.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftMasterHand/ftMh_TagRockPaper.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftMasterHand/ftMh_TagCancel.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftMasterHand/ftMh_CaptureMasterHand.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftMasterHand/ftMh_CaptureDamageMasterHand.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftMasterHand/ftMh_ThrownMasterHand.o\ + +TEXT_O_FILES +=\ + $(BUILD_DIR)/src/melee/ft/chara/ftCrazyHand/ftCh_Init.o\ + $(BUILD_DIR)/src/melee/ft/chara/ftCrazyHand/ftCh_Unk0.o\ + $(BUILD_DIR)/asm/melee/ft/chara/ftCh_Init.o\ + +TEXT_O_FILES +=\ + $(BUILD_DIR)/src/melee/ft/ftbosslib.o\ + +TEXT_O_FILES +=\ + $(BUILD_DIR)/src/melee/gm/gmmain_lib.o\ + $(BUILD_DIR)/asm/melee/gm/gmmain_lib.o\ + $(BUILD_DIR)/src/melee/gm/gmmain.o\ + $(BUILD_DIR)/asm/melee/gm/gm_1601.o\ + $(BUILD_DIR)/asm/melee/gm/gmtitle.o\ + $(BUILD_DIR)/asm/melee/gm/gmcamera.o\ + $(BUILD_DIR)/asm/melee/gm_1A36.o\ + +TEXT_O_FILES +=\ + $(BUILD_DIR)/src/melee/gr/ground.o\ + $(BUILD_DIR)/asm/melee/gr/ground.o\ + $(BUILD_DIR)/asm/melee/gr/grdisplay.o\ + $(BUILD_DIR)/src/melee/gr/grdatfiles.o\ + $(BUILD_DIR)/asm/melee/gr/granime.o\ + $(BUILD_DIR)/asm/melee/gr/grmaterial.o\ + $(BUILD_DIR)/src/melee/gr/grlib.o\ + $(BUILD_DIR)/src/melee/gr/grdynamicattr.o\ + $(BUILD_DIR)/asm/melee/gr/grzakogenerator.o\ + $(BUILD_DIR)/asm/melee/gr/grfzerocar.o\ + $(BUILD_DIR)/asm/melee/gr/grizumi.o\ + $(BUILD_DIR)/asm/melee/gr/grcastle.o\ + $(BUILD_DIR)/asm/melee/gr/grstadium.o\ + $(BUILD_DIR)/asm/melee/gr/grkongo.o\ + $(BUILD_DIR)/asm/melee/gr/grzebes.o\ + $(BUILD_DIR)/asm/melee/gr/grcorneria.o\ + $(BUILD_DIR)/src/melee/gr/grstory.o\ + $(BUILD_DIR)/asm/melee/gr/gronett.o\ + $(BUILD_DIR)/asm/melee/gr/grbigblue.o\ + $(BUILD_DIR)/asm/melee/gr/grmutecity.o\ + $(BUILD_DIR)/asm/melee/gr/grfourside.o\ + $(BUILD_DIR)/asm/melee/gr/grgreatbay.o\ + $(BUILD_DIR)/asm/melee/gr/gricemt.o\ + $(BUILD_DIR)/asm/melee/gr/grinishie1.o\ + $(BUILD_DIR)/asm/melee/gr/grinishie2.o\ + $(BUILD_DIR)/asm/melee/gr/grkraid.o\ + $(BUILD_DIR)/asm/melee/gr/grrcruise.o\ + $(BUILD_DIR)/src/melee/gr/grshrine.o\ + $(BUILD_DIR)/asm/melee/gr/gryorster.o\ + $(BUILD_DIR)/asm/melee/gr/grgarden.o\ + $(BUILD_DIR)/asm/melee/gr/grvenom.o\ + $(BUILD_DIR)/asm/melee/gr/grtest.o\ + $(BUILD_DIR)/asm/melee/gr/grkinokoroute.o\ + $(BUILD_DIR)/asm/melee/gr/grshrineroute.o\ + $(BUILD_DIR)/asm/melee/gr/grzebesroute.o\ + $(BUILD_DIR)/asm/melee/gr/grbigblueroute.o\ + $(BUILD_DIR)/src/melee/gr/grfigure1.o\ + $(BUILD_DIR)/src/melee/gr/grfigure2.o\ + $(BUILD_DIR)/src/melee/gr/grfigure3.o\ + $(BUILD_DIR)/asm/melee/gr/groldyoshi.o\ + $(BUILD_DIR)/asm/melee/gr/groldkongo.o\ + $(BUILD_DIR)/asm/melee/gr/groldpupupu.o\ + $(BUILD_DIR)/asm/melee/gr/grpura.o\ + $(BUILD_DIR)/asm/melee/gr/grgreens.o\ + $(BUILD_DIR)/asm/melee/gr/grflatzone.o\ + $(BUILD_DIR)/asm/melee/gr/grpushon.o\ + $(BUILD_DIR)/asm/melee/gr/grfigureget.o\ + $(BUILD_DIR)/src/melee/gr/grbattle.o\ + $(BUILD_DIR)/asm/melee/gr/grlast.o\ + $(BUILD_DIR)/asm/melee/gr/grhomerun.o\ + $(BUILD_DIR)/asm/melee/gr/grheal.o\ + $(BUILD_DIR)/asm/melee/gr/grtmario.o\ + $(BUILD_DIR)/src/melee/gr/grtcaptain.o\ + $(BUILD_DIR)/asm/melee/gr/grtclink.o\ + $(BUILD_DIR)/src/melee/gr/grtdonkey.o\ + $(BUILD_DIR)/asm/melee/gr/grtdrmario.o\ + $(BUILD_DIR)/src/melee/gr/grtfalco.o\ + $(BUILD_DIR)/asm/melee/gr/grtfox.o\ + $(BUILD_DIR)/src/melee/gr/grticeclimber.o\ + $(BUILD_DIR)/asm/melee/gr/grtkirby.o\ + $(BUILD_DIR)/src/melee/gr/grtkoopa.o\ + $(BUILD_DIR)/asm/melee/gr/grtlink.o\ + $(BUILD_DIR)/src/melee/gr/grtluigi.o\ + $(BUILD_DIR)/src/melee/gr/grtmars.o\ + $(BUILD_DIR)/asm/melee/gr/grtmewtwo.o\ + $(BUILD_DIR)/src/melee/gr/grtness.o\ + $(BUILD_DIR)/asm/melee/gr/grtpeach.o\ + $(BUILD_DIR)/src/melee/gr/grtpichu.o\ + $(BUILD_DIR)/asm/melee/gr/grtpikachu.o\ + $(BUILD_DIR)/asm/melee/gr/grtpurin.o\ + $(BUILD_DIR)/asm/melee/gr/grtsamus.o\ + $(BUILD_DIR)/asm/melee/gr/grtseak.o\ + $(BUILD_DIR)/src/melee/gr/grtyoshi.o\ + $(BUILD_DIR)/asm/melee/gr/grtzelda.o\ + $(BUILD_DIR)/asm/melee/gr/grtgamewatch.o\ + $(BUILD_DIR)/src/melee/gr/grtemblem.o\ + $(BUILD_DIR)/asm/melee/gr/grtganon.o\ + $(BUILD_DIR)/src/melee/gr/stage.o\ + $(BUILD_DIR)/asm/melee/gr/stage.o\ + +TEXT_O_FILES +=\ + $(BUILD_DIR)/asm/melee/db/db_2253.o\ + +TEXT_O_FILES +=\ + $(BUILD_DIR)/asm/melee/mn_2295.o\ + +TEXT_O_FILES +=\ + $(BUILD_DIR)/asm/melee/mn/mnitemsw.o\ + $(BUILD_DIR)/asm/melee/mn/mnstagesw.o\ + $(BUILD_DIR)/asm/melee/mn/mnname.o\ + $(BUILD_DIR)/asm/melee/mn/mnnamenew.o\ + $(BUILD_DIR)/asm/melee/mn/mndiagram.o\ + $(BUILD_DIR)/asm/melee/mn/mndiagram2.o\ + $(BUILD_DIR)/asm/melee/mn/mndiagram3.o\ + $(BUILD_DIR)/asm/melee/mn/mnvibration.o\ + $(BUILD_DIR)/asm/melee/mn/mnsound.o\ + $(BUILD_DIR)/asm/melee/mn/mndeflicker.o\ + $(BUILD_DIR)/asm/melee/mn/mnsoundtest.o\ + $(BUILD_DIR)/asm/melee/mn/mnlanguage.o\ + $(BUILD_DIR)/asm/melee/mn/mnhyaku.o\ + $(BUILD_DIR)/asm/melee/mn/mnevent.o\ + $(BUILD_DIR)/asm/melee/mn/mndatadel.o\ + $(BUILD_DIR)/asm/melee/mn/mncount.o\ + $(BUILD_DIR)/asm/melee/mn/mninfo.o\ + $(BUILD_DIR)/asm/melee/mn/mninfobonus.o\ + $(BUILD_DIR)/asm/melee/mn/mnsnap.o\ + $(BUILD_DIR)/asm/melee/mn/mngallery.o\ + $(BUILD_DIR)/asm/melee/mn/mnstagesel.o\ + $(BUILD_DIR)/src/melee/mn/mncharsel.o\ + $(BUILD_DIR)/asm/melee/mn/mncharsel.o\ + $(BUILD_DIR)/src/melee/it/item.o\ + $(BUILD_DIR)/src/melee/it/it_26B1.o\ + $(BUILD_DIR)/asm/melee/it/it_266F.o\ + $(BUILD_DIR)/asm/melee/it/itcoll.o\ + $(BUILD_DIR)/asm/melee/it/it_2725.o\ + $(BUILD_DIR)/src/melee/it/it_803F1418.o\ + $(BUILD_DIR)/asm/melee/it/it_803F1418.o\ + $(BUILD_DIR)/src/melee/it/it_803F23CC.o\ + $(BUILD_DIR)/asm/melee/it/it_803F23CC.o\ + $(BUILD_DIR)/src/melee/it/it_803F3100.o\ + $(BUILD_DIR)/asm/melee/it/it_803F3100.o\ + +TEXT_O_FILES +=\ + $(BUILD_DIR)/src/melee/it/items/itcapsule.o\ + $(BUILD_DIR)/asm/melee/it/items/itbombhei.o\ + $(BUILD_DIR)/asm/melee/it/items/itdosei.o\ + $(BUILD_DIR)/asm/melee/it/items/itheart.o\ + $(BUILD_DIR)/asm/melee/it/items/ittomato.o\ + $(BUILD_DIR)/src/melee/it/items/itstar.o\ + $(BUILD_DIR)/asm/melee/it/items/itbat.o\ + $(BUILD_DIR)/asm/melee/it/items/itsword.o\ + $(BUILD_DIR)/asm/melee/it/items/itbox.o\ + $(BUILD_DIR)/asm/melee/it/items/ittaru.o\ + $(BUILD_DIR)/asm/melee/it/items/itegg.o\ + $(BUILD_DIR)/asm/melee/it/items/itkusudama.o\ + $(BUILD_DIR)/src/melee/it/items/itparasol.o\ + $(BUILD_DIR)/asm/melee/it/items/itgshell.o\ + $(BUILD_DIR)/asm/melee/it/items/itrshell.o\ + $(BUILD_DIR)/asm/melee/it/items/itlgun.o\ + $(BUILD_DIR)/asm/melee/it/items/itfreeze.o\ + $(BUILD_DIR)/asm/melee/it/items/itfoods.o\ + $(BUILD_DIR)/asm/melee/it/items/itmsbomb.o\ + $(BUILD_DIR)/asm/melee/it/items/itflipper.o\ + $(BUILD_DIR)/asm/melee/it/items/itsscope.o\ + $(BUILD_DIR)/asm/melee/it/items/itstarrod.o\ + $(BUILD_DIR)/asm/melee/it/items/itharisen.o\ + $(BUILD_DIR)/asm/melee/it/items/itfflower.o\ + $(BUILD_DIR)/asm/melee/it/items/itkinoko.o\ + $(BUILD_DIR)/asm/melee/it/items/itdkinoko.o\ + $(BUILD_DIR)/asm/melee/it/items/ithammer.o\ + $(BUILD_DIR)/asm/melee/it/items/itwstar.o\ + $(BUILD_DIR)/asm/melee/it/items/itscball.o\ + $(BUILD_DIR)/asm/melee/it/items/itrabbitc.o\ + $(BUILD_DIR)/asm/melee/it/items/itmetalb.o\ + $(BUILD_DIR)/asm/melee/it/items/itlipstick.o\ + $(BUILD_DIR)/asm/melee/it/items/itspycloak.o\ + $(BUILD_DIR)/asm/melee/it/items/ittarucann.o\ + $(BUILD_DIR)/asm/melee/it/items/itmball.o\ + $(BUILD_DIR)/asm/melee/it/items/itlgunray.o\ + $(BUILD_DIR)/asm/melee/it/items/itstarrodstar.o\ + $(BUILD_DIR)/asm/melee/it/items/itsscopebeam.o\ + $(BUILD_DIR)/asm/melee/it/items/itlgunbeam.o\ + $(BUILD_DIR)/asm/melee/it/items/ithammerhead.o\ + $(BUILD_DIR)/asm/melee/it/items/itlipstickspore.o\ + $(BUILD_DIR)/asm/melee/it/items/itfflowerflame.o\ + $(BUILD_DIR)/asm/melee/it/items/itevyoshiegg.o\ + +TEXT_O_FILES +=\ + $(BUILD_DIR)/asm/melee/it/items/itmariofireball.o\ + $(BUILD_DIR)/asm/melee/it/items/itkirbycutterbeam.o\ + $(BUILD_DIR)/src/melee/it/items/itfoxlaser.o\ + $(BUILD_DIR)/src/melee/it/items/itfoxillusion.o\ + $(BUILD_DIR)/asm/melee/it/items/itlinkbomb.o\ + $(BUILD_DIR)/asm/melee/it/items/itlinkboomerang.o\ + $(BUILD_DIR)/asm/melee/it/items/itlinkhookshot.o\ + $(BUILD_DIR)/asm/melee/it/items/itlinkarrow.o\ + $(BUILD_DIR)/asm/melee/it/items/itnesspkfire.o\ + $(BUILD_DIR)/asm/melee/it/items/itnesspkfirepillar.o\ + $(BUILD_DIR)/asm/melee/it/items/itnesspkflush.o\ + $(BUILD_DIR)/asm/melee/it/items/itnesspkthunderball.o\ + $(BUILD_DIR)/asm/melee/it/items/itnesspkthundertrail.o\ + $(BUILD_DIR)/asm/melee/it/items/itkoopaflame.o\ + $(BUILD_DIR)/asm/melee/it/items/itnessbat.o\ + $(BUILD_DIR)/asm/melee/it/items/itunk1.o\ + $(BUILD_DIR)/asm/melee/it/items/itkirbyhammer.o\ + $(BUILD_DIR)/asm/melee/it/items/itfoxblaster.o\ + $(BUILD_DIR)/asm/melee/it/items/itlinkbow.o\ + $(BUILD_DIR)/asm/melee/it/items/itnesspkflushexplode.o\ + $(BUILD_DIR)/asm/melee/it/items/itseakneedlethrown.o\ + $(BUILD_DIR)/asm/melee/it/items/itseakneedleheld.o\ + $(BUILD_DIR)/src/melee/it/items/itseakvanish.o\ + $(BUILD_DIR)/asm/melee/it/items/itpikachuthunder.o\ + $(BUILD_DIR)/asm/melee/it/items/itmariocape.o\ + $(BUILD_DIR)/asm/melee/it/items/ityoshieggthrow.o\ + $(BUILD_DIR)/src/melee/it/items/ityoshistar.o\ + $(BUILD_DIR)/asm/melee/it/items/itpikachutjoltground.o\ + $(BUILD_DIR)/asm/melee/it/items/itpikachutjoltair.o\ + $(BUILD_DIR)/asm/melee/it/items/itsamusbomb.o\ + $(BUILD_DIR)/asm/melee/it/items/itsamuschargeshot.o\ + $(BUILD_DIR)/asm/melee/it/items/itsamusmissile.o\ + $(BUILD_DIR)/asm/melee/it/items/itsamusgrapple.o\ + $(BUILD_DIR)/asm/melee/it/items/itseakchain.o\ + $(BUILD_DIR)/asm/melee/it/items/itpeachexplode.o\ + $(BUILD_DIR)/asm/melee/it/items/itpeachturnip.o\ + $(BUILD_DIR)/src/melee/it/items/itpeachparasol.o\ + $(BUILD_DIR)/asm/melee/it/items/itpeachtoad.o\ + $(BUILD_DIR)/asm/melee/it/items/itpeachtoadspore.o\ + $(BUILD_DIR)/asm/melee/it/items/itnessyoyo.o\ + $(BUILD_DIR)/asm/melee/it/items/itluigifireball.o\ + $(BUILD_DIR)/asm/melee/it/items/itdrmariopill.o\ + $(BUILD_DIR)/asm/melee/it/items/itclimbersice.o\ + $(BUILD_DIR)/asm/melee/it/items/itclimbersblizzard.o\ + $(BUILD_DIR)/asm/melee/it/items/itclimbersstring.o\ + $(BUILD_DIR)/asm/melee/it/items/itzeldadinfire.o\ + $(BUILD_DIR)/asm/melee/it/items/itzeldadinfireexplode.o\ + $(BUILD_DIR)/asm/melee/it/items/itmewtwodisable.o\ + $(BUILD_DIR)/asm/melee/it/items/itmewtwoshadowball.o\ + $(BUILD_DIR)/asm/melee/it/items/itgamewatchgreenhouse.o\ + $(BUILD_DIR)/asm/melee/it/items/itgamewatchmanhole.o\ + $(BUILD_DIR)/asm/melee/it/items/itgamewatchfire.o\ + $(BUILD_DIR)/asm/melee/it/items/itgamewatchparachute.o\ + $(BUILD_DIR)/asm/melee/it/items/itgamewatchturtle.o\ + $(BUILD_DIR)/asm/melee/it/items/itgamewatchbreath.o\ + $(BUILD_DIR)/asm/melee/it/items/itkirbygamewatchchefpan.o\ + $(BUILD_DIR)/asm/melee/it/items/itgamewatchjudge.o\ + $(BUILD_DIR)/asm/melee/it/items/itgamewatchpanic.o\ + $(BUILD_DIR)/asm/melee/it/items/itgamewatchrescue.o\ + $(BUILD_DIR)/asm/melee/it/items/itgamewatchchef.o\ + $(BUILD_DIR)/asm/melee/it/items/itclinkmilk.o\ + +TEXT_O_FILES +=\ + $(BUILD_DIR)/asm/melee/it/items/ittosakinto.o\ + $(BUILD_DIR)/asm/melee/it/items/itchicorita.o\ + $(BUILD_DIR)/asm/melee/it/items/itchicoritaleaf.o\ + $(BUILD_DIR)/asm/melee/it/items/itkabigon.o\ + $(BUILD_DIR)/asm/melee/it/items/itkamex.o\ + $(BUILD_DIR)/asm/melee/it/items/itmatadogas.o\ + $(BUILD_DIR)/asm/melee/it/items/itlizardon.o\ + $(BUILD_DIR)/asm/melee/it/items/itfire.o\ + $(BUILD_DIR)/asm/melee/it/items/itthunder.o\ + $(BUILD_DIR)/asm/melee/it/items/itfreezer.o\ + $(BUILD_DIR)/asm/melee/it/items/itsonans.o\ + $(BUILD_DIR)/asm/melee/it/items/ithassam.o\ + $(BUILD_DIR)/asm/melee/it/items/itunknown.o\ + $(BUILD_DIR)/asm/melee/it/items/itentei.o\ + $(BUILD_DIR)/asm/melee/it/items/itraikou.o\ + $(BUILD_DIR)/asm/melee/it/items/itsuikun.o\ + $(BUILD_DIR)/asm/melee/it/items/itkireihana.o\ + $(BUILD_DIR)/asm/melee/it/items/itmarumine.o\ + $(BUILD_DIR)/asm/melee/it/items/itlugia.o\ + $(BUILD_DIR)/asm/melee/it/items/ithouou.o\ + $(BUILD_DIR)/asm/melee/it/items/itmetamon.o\ + $(BUILD_DIR)/asm/melee/it/items/itpippi.o\ + $(BUILD_DIR)/asm/melee/it/items/ittogepy.o\ + $(BUILD_DIR)/asm/melee/it/items/itmew.o\ + $(BUILD_DIR)/asm/melee/it/items/itcerebi.o\ + $(BUILD_DIR)/asm/melee/it/items/ithitodeman.o\ + $(BUILD_DIR)/asm/melee/it/items/itlucky.o\ + $(BUILD_DIR)/src/melee/it/items/itporygon2.o\ + $(BUILD_DIR)/asm/melee/it/items/ithinoarashi.o\ + $(BUILD_DIR)/asm/melee/it/items/itmaril.o\ + $(BUILD_DIR)/asm/melee/it/items/itfushigibana.o\ + +TEXT_O_FILES +=\ + $(BUILD_DIR)/asm/melee/it/items/itoldkuri.o\ + $(BUILD_DIR)/asm/melee/it/items/itmato.o\ + $(BUILD_DIR)/asm/melee/it/items/itheiho.o\ + $(BUILD_DIR)/asm/melee/it/items/itlikelike.o\ + $(BUILD_DIR)/asm/melee/it/items/itnokonoko.o\ + $(BUILD_DIR)/asm/melee/it/items/itzgshell.o\ + $(BUILD_DIR)/asm/melee/it/items/itzrshell.o\ + $(BUILD_DIR)/asm/melee/it/items/itpatapata.o\ + $(BUILD_DIR)/asm/melee/it/items/itklap.o\ + $(BUILD_DIR)/asm/melee/it/items/itoldottosea.o\ + $(BUILD_DIR)/asm/melee/it/items/itwhitebea.o\ + +TEXT_O_FILES +=\ + $(BUILD_DIR)/asm/melee/it/items/itoctarock.o\ + $(BUILD_DIR)/asm/melee/it/items/itunk4.o\ + $(BUILD_DIR)/asm/melee/it/it_802E6AEC.o\ + $(BUILD_DIR)/asm/melee/it/items/itarwinglaser.o\ + $(BUILD_DIR)/asm/melee/it/items/itoctarockstone.o\ + $(BUILD_DIR)/asm/melee/it/items/itleadead.o\ + $(BUILD_DIR)/asm/melee/it/items/itgreatfoxlaser.o\ + $(BUILD_DIR)/asm/melee/it/items/ittincle.o\ + $(BUILD_DIR)/asm/melee/it/items/itkyasarin.o\ + $(BUILD_DIR)/asm/melee/it/items/itwhispyapple.o\ + $(BUILD_DIR)/asm/melee/it/items/ittools.o\ + $(BUILD_DIR)/asm/melee/it/items/itkyasarinegg.o\ + $(BUILD_DIR)/asm/melee/it/items/itmasterhandlaser.o\ + $(BUILD_DIR)/asm/melee/it/items/itmasterhandbullet.o\ + $(BUILD_DIR)/asm/melee/it/items/itcrazyhandbomb.o\ + $(BUILD_DIR)/asm/melee/it/items/itcoin.o\ + $(BUILD_DIR)/asm/melee/it/itkirbyunk.o\ + $(BUILD_DIR)/asm/melee/it/items/itunk2.o\ + $(BUILD_DIR)/asm/melee/it/it_802F2BFC.o\ + $(BUILD_DIR)/asm/melee/it/itkirbyyoshispecialn.o\ + $(BUILD_DIR)/asm/melee/it/it_27CF.o\ + +TEXT_O_FILES +=\ + $(BUILD_DIR)/asm/melee/if/ifall.o\ + $(BUILD_DIR)/asm/melee/if/iftime.o\ + $(BUILD_DIR)/asm/melee/if/ifstatus_data.o\ + $(BUILD_DIR)/src/melee/if/ifstatus.o\ + $(BUILD_DIR)/asm/melee/if/if_2F72.o\ + $(BUILD_DIR)/asm/melee/if/ifstock.o\ + $(BUILD_DIR)/asm/melee/if/ifmagnify.o\ + +TEXT_O_FILES +=\ + $(BUILD_DIR)/asm/melee/un_2FC9.o\ + +TEXT_O_FILES +=\ + $(BUILD_DIR)/src/Runtime/__va_arg.o\ + $(BUILD_DIR)/src/Runtime/global_destructor_chain.o\ + $(BUILD_DIR)/src/Runtime/Gecko_ExceptionPPC.o\ + $(BUILD_DIR)/src/Runtime/Gecko_setjmp.o\ + $(BUILD_DIR)/asm/Runtime/runtime.o\ + $(BUILD_DIR)/src/Runtime/__init_cpp_exceptions.o\ + +TEXT_O_FILES +=\ + $(BUILD_DIR)/src/MSL/abort_exit.o\ + $(BUILD_DIR)/asm/MSL/abort_exit.o\ + $(BUILD_DIR)/asm/MSL/ansi_fp.o\ + $(BUILD_DIR)/src/MSL/buffer_io.o\ + $(BUILD_DIR)/src/MSL/PPC_EABI/critical_regions.gamecube.o\ + $(BUILD_DIR)/src/MSL/ctype.o\ + $(BUILD_DIR)/asm/MSL/direct_io.o\ + $(BUILD_DIR)/src/MSL/cstring.o\ + $(BUILD_DIR)/asm/MSL/mem_funcs.o\ + $(BUILD_DIR)/asm/MSL/printf.o\ + $(BUILD_DIR)/src/MSL/rand.o\ + $(BUILD_DIR)/src/MSL/string.o\ + $(BUILD_DIR)/asm/MSL/strtoul.o\ + $(BUILD_DIR)/src/MSL/console_io.o\ + $(BUILD_DIR)/src/MSL/wchar_io.o\ + $(BUILD_DIR)/src/MSL/math_1.o\ + $(BUILD_DIR)/src/MSL/trigf.o\ + $(BUILD_DIR)/asm/MSL/math.o\ + +TEXT_O_FILES +=\ + $(BUILD_DIR)/asm/MetroTRK/mainloop.o\ + $(BUILD_DIR)/asm/MetroTRK/nubevent.o\ + $(BUILD_DIR)/asm/MetroTRK/nubinit.o\ + $(BUILD_DIR)/asm/MetroTRK/msg.o\ + $(BUILD_DIR)/asm/MetroTRK/msgbuf.o\ + $(BUILD_DIR)/asm/MetroTRK/serpoll.o\ + $(BUILD_DIR)/asm/MetroTRK/dispatch.o\ + $(BUILD_DIR)/asm/MetroTRK/msghndlr.o\ + $(BUILD_DIR)/asm/MetroTRK/flush_cache.o\ + $(BUILD_DIR)/asm/MetroTRK/mem_TRK.o\ + $(BUILD_DIR)/asm/MetroTRK/targimpl.o\ + $(BUILD_DIR)/asm/MetroTRK/dolphin_trk.o\ + $(BUILD_DIR)/asm/MetroTRK/mpc_7xx_603e.o\ + $(BUILD_DIR)/asm/MetroTRK/main_TRK.o\ + $(BUILD_DIR)/asm/MetroTRK/dolphin_trk_glue.o\ + $(BUILD_DIR)/asm/MetroTRK/targcont.o\ + +TEXT_O_FILES +=\ + $(BUILD_DIR)/src/dolphin/amcstubs/AmcExi2Stubs.o\ + +TEXT_O_FILES +=\ + $(BUILD_DIR)/asm/dolphin/OdemuExi2/DebuggerDriver.o\ + +TEXT_O_FILES +=\ + $(BUILD_DIR)/asm/dolphin/hio/hio.o\ + +TEXT_O_FILES +=\ + $(BUILD_DIR)/asm/dolphin/mcc/mcc.o\ + $(BUILD_DIR)/asm/dolphin/mcc/fio.o\ + +TEXT_O_FILES +=\ + $(BUILD_DIR)/asm/dolphin/thp/THPDec.o\ + +TEXT_O_FILES +=\ + $(BUILD_DIR)/asm/dolphin/jpeg/jpegdec.o\ + +TEXT_O_FILES +=\ + $(BUILD_DIR)/src/dolphin/base/PPCArch.o\ + +TEXT_O_FILES +=\ + $(BUILD_DIR)/src/dolphin/db/db.o\ + +TEXT_O_FILES +=\ + $(BUILD_DIR)/src/dolphin/dsp/dsp.o\ + $(BUILD_DIR)/src/dolphin/dsp/dsp_debug.o\ + $(BUILD_DIR)/src/dolphin/dsp/dsp_task.o\ + +TEXT_O_FILES +=\ + $(BUILD_DIR)/asm/dolphin/dvd/dvdlow.o\ + $(BUILD_DIR)/asm/dolphin/dvd/dvdfs.o\ + $(BUILD_DIR)/src/dolphin/dvd/dvd.o\ + $(BUILD_DIR)/asm/dolphin/dvd/dvd.o\ + $(BUILD_DIR)/src/dolphin/dvd/dvdqueue.o\ + $(BUILD_DIR)/asm/dolphin/dvd/dvderror.o\ + $(BUILD_DIR)/src/dolphin/dvd/fstload.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/src/dolphin/gx/GXInit.c.o\ - $(BUILD_DIR)/src/dolphin/gx/GXFifo.c.o\ - $(BUILD_DIR)/src/dolphin/gx/GXAttr.c.o\ - $(BUILD_DIR)/src/dolphin/gx/GXMisc.c.o\ - $(BUILD_DIR)/src/dolphin/gx/GXGeometry.c.o\ - $(BUILD_DIR)/src/dolphin/gx/GXFrameBuf.c.o\ - $(BUILD_DIR)/src/dolphin/gx/GXLight.c.o\ - $(BUILD_DIR)/src/dolphin/gx/GXTexture.c.o\ - $(BUILD_DIR)/src/dolphin/gx/GXBump.c.o\ - $(BUILD_DIR)/src/dolphin/gx/GXTev.c.o\ - $(BUILD_DIR)/src/dolphin/gx/GXPixel.c.o\ - $(BUILD_DIR)/src/dolphin/gx/GXStubs.c.o\ - $(BUILD_DIR)/src/dolphin/gx/GXDisplayList.c.o\ - $(BUILD_DIR)/src/dolphin/gx/GXTransform.c.o\ - $(BUILD_DIR)/src/dolphin/gx/GXPerf.c.o\ + $(BUILD_DIR)/src/dolphin/gx/GXInit.o\ + $(BUILD_DIR)/src/dolphin/gx/GXFifo.o\ + $(BUILD_DIR)/src/dolphin/gx/GXAttr.o\ + $(BUILD_DIR)/src/dolphin/gx/GXMisc.o\ + $(BUILD_DIR)/src/dolphin/gx/GXGeometry.o\ + $(BUILD_DIR)/src/dolphin/gx/GXFrameBuf.o\ + $(BUILD_DIR)/src/dolphin/gx/GXLight.o\ + $(BUILD_DIR)/src/dolphin/gx/GXTexture.o\ + $(BUILD_DIR)/src/dolphin/gx/GXBump.o\ + $(BUILD_DIR)/src/dolphin/gx/GXTev.o\ + $(BUILD_DIR)/src/dolphin/gx/GXPixel.o\ + $(BUILD_DIR)/src/dolphin/gx/GXStubs.o\ + $(BUILD_DIR)/src/dolphin/gx/GXDisplayList.o\ + $(BUILD_DIR)/src/dolphin/gx/GXTransform.o\ + $(BUILD_DIR)/src/dolphin/gx/GXPerf.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/asm/dolphin/mtx/mtx.s.o\ - $(BUILD_DIR)/asm/dolphin/mtx/mtxvec.s.o\ - $(BUILD_DIR)/src/dolphin/mtx/mtx44.c.o\ - $(BUILD_DIR)/asm/dolphin/mtx/vec.s.o\ + $(BUILD_DIR)/asm/dolphin/mtx/mtx.o\ + $(BUILD_DIR)/asm/dolphin/mtx/mtxvec.o\ + $(BUILD_DIR)/src/dolphin/mtx/mtx44.o\ + $(BUILD_DIR)/asm/dolphin/mtx/vec.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/src/dolphin/os/OSInit.c.o\ - $(BUILD_DIR)/src/dolphin/os/OSAlarm.c.o\ - $(BUILD_DIR)/src/dolphin/os/OSAlloc.c.o\ - $(BUILD_DIR)/src/dolphin/os/OSArena.c.o\ - $(BUILD_DIR)/src/dolphin/os/OSAudioSystem.c.o\ - $(BUILD_DIR)/src/dolphin/os/OSCache.c.o\ - $(BUILD_DIR)/src/dolphin/os/OSContext.c.o\ - $(BUILD_DIR)/src/dolphin/os/OSError.c.o\ - $(BUILD_DIR)/src/dolphin/os/OSExi.c.o\ - $(BUILD_DIR)/src/dolphin/os/OSFont.c.o\ - $(BUILD_DIR)/src/dolphin/os/OSInterrupt.c.o\ - $(BUILD_DIR)/src/dolphin/os/OSLink.c.o\ - $(BUILD_DIR)/src/dolphin/os/OSMemory.c.o\ - $(BUILD_DIR)/src/dolphin/os/OSMutex.c.o\ - $(BUILD_DIR)/src/dolphin/os/OSReboot.c.o\ - $(BUILD_DIR)/src/dolphin/os/OSReset.c.o\ - $(BUILD_DIR)/src/dolphin/os/OSResetSW.c.o\ - $(BUILD_DIR)/src/dolphin/os/OSRtc.c.o\ - $(BUILD_DIR)/src/dolphin/os/OSSerial.c.o\ - $(BUILD_DIR)/asm/dolphin/os/OSSerial_data.s.o\ - $(BUILD_DIR)/src/dolphin/os/OSSync.c.o\ - $(BUILD_DIR)/src/dolphin/os/OSThread.c.o\ - $(BUILD_DIR)/asm/dolphin/os/OSThread_data.s.o\ - $(BUILD_DIR)/src/dolphin/os/OSTime.c.o\ - $(BUILD_DIR)/src/dolphin/os/OSUartExi.c.o\ - $(BUILD_DIR)/asm/dolphin/os/init/__ppc_eabi_init_data.s.o\ - $(BUILD_DIR)/src/dolphin/os/init/__ppc_eabi_init.c.o\ + $(BUILD_DIR)/src/dolphin/os/OSInit.o\ + $(BUILD_DIR)/src/dolphin/os/OSAlarm.o\ + $(BUILD_DIR)/src/dolphin/os/OSAlloc.o\ + $(BUILD_DIR)/src/dolphin/os/OSArena.o\ + $(BUILD_DIR)/src/dolphin/os/OSAudioSystem.o\ + $(BUILD_DIR)/src/dolphin/os/OSCache.o\ + $(BUILD_DIR)/src/dolphin/os/OSContext.o\ + $(BUILD_DIR)/src/dolphin/os/OSError.o\ + $(BUILD_DIR)/src/dolphin/os/OSExi.o\ + $(BUILD_DIR)/src/dolphin/os/OSFont.o\ + $(BUILD_DIR)/src/dolphin/os/OSInterrupt.o\ + $(BUILD_DIR)/src/dolphin/os/OSLink.o\ + $(BUILD_DIR)/src/dolphin/os/OSMemory.o\ + $(BUILD_DIR)/src/dolphin/os/OSMutex.o\ + $(BUILD_DIR)/src/dolphin/os/OSReboot.o\ + $(BUILD_DIR)/src/dolphin/os/OSReset.o\ + $(BUILD_DIR)/src/dolphin/os/OSResetSW.o\ + $(BUILD_DIR)/src/dolphin/os/OSRtc.o\ + $(BUILD_DIR)/src/dolphin/os/OSSerial.o\ + $(BUILD_DIR)/asm/dolphin/os/OSSerial_data.o\ + $(BUILD_DIR)/src/dolphin/os/OSSync.o\ + $(BUILD_DIR)/src/dolphin/os/OSThread.o\ + $(BUILD_DIR)/asm/dolphin/os/OSThread_data.o\ + $(BUILD_DIR)/src/dolphin/os/OSTime.o\ + $(BUILD_DIR)/src/dolphin/os/OSUartExi.o\ + $(BUILD_DIR)/asm/dolphin/os/init/__ppc_eabi_init_data.o\ + $(BUILD_DIR)/src/dolphin/os/init/__ppc_eabi_init.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/src/dolphin/pad/PadClamp.c.o\ - $(BUILD_DIR)/src/dolphin/pad/Pad.c.o\ - $(BUILD_DIR)/asm/dolphin/pad/Pad.s.o\ + $(BUILD_DIR)/src/dolphin/pad/PadClamp.o\ + $(BUILD_DIR)/src/dolphin/pad/Pad.o\ + $(BUILD_DIR)/asm/dolphin/pad/Pad.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/asm/dolphin/vi/vi.s.o\ + $(BUILD_DIR)/asm/dolphin/vi/vi.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/src/dolphin/ai/ai.c.o\ + $(BUILD_DIR)/src/dolphin/ai/ai.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/src/dolphin/ar/ar.c.o\ - $(BUILD_DIR)/asm/dolphin/ar/ar.s.o\ - $(BUILD_DIR)/src/dolphin/ar/arq.c.o\ + $(BUILD_DIR)/src/dolphin/ar/ar.o\ + $(BUILD_DIR)/asm/dolphin/ar/ar.o\ + $(BUILD_DIR)/src/dolphin/ar/arq.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/src/dolphin/card/CARDBios.c.o\ - $(BUILD_DIR)/src/dolphin/card/CARDUnlock.c.o\ - $(BUILD_DIR)/src/dolphin/card/CARDRdwr.c.o\ - $(BUILD_DIR)/src/dolphin/card/CARDBlock.c.o\ - $(BUILD_DIR)/src/dolphin/card/CARDDir.c.o\ - $(BUILD_DIR)/src/dolphin/card/CARDCheck.c.o\ - $(BUILD_DIR)/src/dolphin/card/CARDMount.c.o\ - $(BUILD_DIR)/src/dolphin/card/CARDFormat.c.o\ - $(BUILD_DIR)/src/dolphin/card/CARDOpen.c.o\ - $(BUILD_DIR)/src/dolphin/card/CARDCreate.c.o\ - $(BUILD_DIR)/src/dolphin/card/CARDRead.c.o\ - $(BUILD_DIR)/src/dolphin/card/CARDWrite.c.o\ - $(BUILD_DIR)/src/dolphin/card/CARDDelete.c.o\ - $(BUILD_DIR)/src/dolphin/card/CARDStat.c.o\ - $(BUILD_DIR)/src/dolphin/card/CARDRename.c.o\ + $(BUILD_DIR)/src/dolphin/card/CARDBios.o\ + $(BUILD_DIR)/src/dolphin/card/CARDUnlock.o\ + $(BUILD_DIR)/src/dolphin/card/CARDRdwr.o\ + $(BUILD_DIR)/src/dolphin/card/CARDBlock.o\ + $(BUILD_DIR)/src/dolphin/card/CARDDir.o\ + $(BUILD_DIR)/src/dolphin/card/CARDCheck.o\ + $(BUILD_DIR)/src/dolphin/card/CARDMount.o\ + $(BUILD_DIR)/src/dolphin/card/CARDFormat.o\ + $(BUILD_DIR)/src/dolphin/card/CARDOpen.o\ + $(BUILD_DIR)/src/dolphin/card/CARDCreate.o\ + $(BUILD_DIR)/src/dolphin/card/CARDRead.o\ + $(BUILD_DIR)/src/dolphin/card/CARDWrite.o\ + $(BUILD_DIR)/src/dolphin/card/CARDDelete.o\ + $(BUILD_DIR)/src/dolphin/card/CARDStat.o\ + $(BUILD_DIR)/src/dolphin/card/CARDRename.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/src/dolphin/ax/AX.c.o\ - $(BUILD_DIR)/asm/dolphin/ax/AXAlloc.s.o\ - $(BUILD_DIR)/asm/dolphin/ax/AXAux.s.o\ - $(BUILD_DIR)/asm/dolphin/ax/AXCL.s.o\ - $(BUILD_DIR)/asm/dolphin/ax/AXOut.s.o\ - $(BUILD_DIR)/asm/dolphin/ax/AXSPB.s.o\ - $(BUILD_DIR)/asm/dolphin/ax/AXVPB.s.o\ - $(BUILD_DIR)/asm/dolphin/ax/AXProf.s.o\ - $(BUILD_DIR)/asm/dolphin/ax/DSPCode.s.o\ + $(BUILD_DIR)/src/dolphin/ax/AX.o\ + $(BUILD_DIR)/asm/dolphin/ax/AXAlloc.o\ + $(BUILD_DIR)/asm/dolphin/ax/AXAux.o\ + $(BUILD_DIR)/asm/dolphin/ax/AXCL.o\ + $(BUILD_DIR)/asm/dolphin/ax/AXOut.o\ + $(BUILD_DIR)/asm/dolphin/ax/AXSPB.o\ + $(BUILD_DIR)/asm/dolphin/ax/AXVPB.o\ + $(BUILD_DIR)/asm/dolphin/ax/AXProf.o\ + $(BUILD_DIR)/asm/dolphin/ax/DSPCode.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/asm/dolphin/axfx/reverb_hi.s.o\ - $(BUILD_DIR)/asm/dolphin/axfx/reverb_std.s.o\ - $(BUILD_DIR)/asm/dolphin/axfx/chorus.s.o\ - $(BUILD_DIR)/asm/dolphin/axfx/delay.s.o\ - $(BUILD_DIR)/src/dolphin/axfx/axfx.c.o\ + $(BUILD_DIR)/asm/dolphin/axfx/reverb_hi.o\ + $(BUILD_DIR)/asm/dolphin/axfx/reverb_std.o\ + $(BUILD_DIR)/asm/dolphin/axfx/chorus.o\ + $(BUILD_DIR)/asm/dolphin/axfx/delay.o\ + $(BUILD_DIR)/src/dolphin/axfx/axfx.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/src/sysdolphin/baselib/dobj.c.o\ + $(BUILD_DIR)/src/sysdolphin/baselib/dobj.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/src/sysdolphin/baselib/tobj.c.o\ - $(BUILD_DIR)/asm/sysdolphin/baselib/tobj.s.o\ + $(BUILD_DIR)/src/sysdolphin/baselib/tobj.o\ + $(BUILD_DIR)/asm/sysdolphin/baselib/tobj.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/src/sysdolphin/baselib/state.c.o\ + $(BUILD_DIR)/src/sysdolphin/baselib/state.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/src/sysdolphin/baselib/tev.c.o\ + $(BUILD_DIR)/src/sysdolphin/baselib/tev.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/src/sysdolphin/baselib/mobj.c.o\ + $(BUILD_DIR)/src/sysdolphin/baselib/mobj.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/src/sysdolphin/baselib/aobj.c.o\ - $(BUILD_DIR)/asm/sysdolphin/baselib/aobj.s.o\ + $(BUILD_DIR)/src/sysdolphin/baselib/aobj.o\ + $(BUILD_DIR)/asm/sysdolphin/baselib/aobj.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/src/sysdolphin/baselib/lobj.c.o\ - $(BUILD_DIR)/asm/sysdolphin/baselib/lobj.s.o\ + $(BUILD_DIR)/src/sysdolphin/baselib/lobj.o\ + $(BUILD_DIR)/asm/sysdolphin/baselib/lobj.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/src/sysdolphin/baselib/cobj.c.o\ - $(BUILD_DIR)/asm/sysdolphin/baselib/cobj.s.o\ + $(BUILD_DIR)/src/sysdolphin/baselib/cobj.o\ + $(BUILD_DIR)/asm/sysdolphin/baselib/cobj.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/src/sysdolphin/baselib/fobj.c.o\ - $(BUILD_DIR)/asm/sysdolphin/baselib/fobj.s.o\ + $(BUILD_DIR)/src/sysdolphin/baselib/fobj.o\ + $(BUILD_DIR)/asm/sysdolphin/baselib/fobj.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/src/sysdolphin/baselib/pobj.c.o\ - $(BUILD_DIR)/asm/sysdolphin/baselib/pobj.s.o\ + $(BUILD_DIR)/src/sysdolphin/baselib/pobj.o\ + $(BUILD_DIR)/asm/sysdolphin/baselib/pobj.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/src/sysdolphin/baselib/jobj.c.o\ + $(BUILD_DIR)/src/sysdolphin/baselib/jobj.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/src/sysdolphin/baselib/displayfunc.c.o\ - $(BUILD_DIR)/asm/sysdolphin/baselib/displayfunc.s.o\ + $(BUILD_DIR)/src/sysdolphin/baselib/displayfunc.o\ + $(BUILD_DIR)/asm/sysdolphin/baselib/displayfunc.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/src/sysdolphin/baselib/initialize.c.o\ + $(BUILD_DIR)/src/sysdolphin/baselib/initialize.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/asm/sysdolphin/baselib/video.s.o\ + $(BUILD_DIR)/asm/sysdolphin/baselib/video.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/src/sysdolphin/baselib/controller.c.o\ - $(BUILD_DIR)/asm/sysdolphin/baselib/controller.s.o\ + $(BUILD_DIR)/src/sysdolphin/baselib/controller.o\ + $(BUILD_DIR)/asm/sysdolphin/baselib/controller.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/src/sysdolphin/baselib/rumble.c.o\ + $(BUILD_DIR)/src/sysdolphin/baselib/rumble.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/asm/sysdolphin/baselib/spline.s.o\ + $(BUILD_DIR)/asm/sysdolphin/baselib/spline.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/src/sysdolphin/baselib/mtx.c.o\ + $(BUILD_DIR)/src/sysdolphin/baselib/mtx.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/src/sysdolphin/baselib/util.c.o\ + $(BUILD_DIR)/src/sysdolphin/baselib/util.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/src/sysdolphin/baselib/objalloc.c.o\ + $(BUILD_DIR)/src/sysdolphin/baselib/objalloc.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/src/sysdolphin/baselib/robj.c.o\ - $(BUILD_DIR)/asm/sysdolphin/baselib/robj.s.o\ + $(BUILD_DIR)/src/sysdolphin/baselib/robj.o\ + $(BUILD_DIR)/asm/sysdolphin/baselib/robj.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/src/sysdolphin/baselib/id.c.o\ + $(BUILD_DIR)/src/sysdolphin/baselib/id.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/src/sysdolphin/baselib/wobj.c.o\ + $(BUILD_DIR)/src/sysdolphin/baselib/wobj.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/src/sysdolphin/baselib/fog.c.o\ + $(BUILD_DIR)/src/sysdolphin/baselib/fog.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/src/sysdolphin/baselib/perf.c.o\ + $(BUILD_DIR)/src/sysdolphin/baselib/perf.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/src/sysdolphin/baselib/list.c.o\ + $(BUILD_DIR)/src/sysdolphin/baselib/list.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/src/sysdolphin/baselib/object.c.o\ + $(BUILD_DIR)/src/sysdolphin/baselib/object.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/asm/sysdolphin/baselib/quatlib.s.o\ + $(BUILD_DIR)/asm/sysdolphin/baselib/quatlib.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/src/sysdolphin/baselib/memory.c.o\ + $(BUILD_DIR)/src/sysdolphin/baselib/memory.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/src/sysdolphin/baselib/shadow.c.o\ - $(BUILD_DIR)/asm/sysdolphin/baselib/shadow.s.o\ + $(BUILD_DIR)/src/sysdolphin/baselib/shadow.o\ + $(BUILD_DIR)/asm/sysdolphin/baselib/shadow.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/src/sysdolphin/baselib/archive.c.o\ + $(BUILD_DIR)/src/sysdolphin/baselib/archive.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/src/sysdolphin/baselib/random.c.o\ + $(BUILD_DIR)/src/sysdolphin/baselib/random.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/asm/sysdolphin/baselib/bytecode.s.o\ + $(BUILD_DIR)/asm/sysdolphin/baselib/bytecode.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/src/sysdolphin/baselib/class.c.o\ + $(BUILD_DIR)/src/sysdolphin/baselib/class.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/asm/sysdolphin/baselib/hash.s.o\ + $(BUILD_DIR)/asm/sysdolphin/baselib/hash.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/src/sysdolphin/baselib/texp.c.o\ - $(BUILD_DIR)/asm/sysdolphin/baselib/texp.s.o\ + $(BUILD_DIR)/src/sysdolphin/baselib/texp.o\ + $(BUILD_DIR)/asm/sysdolphin/baselib/texp.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/asm/sysdolphin/baselib/texpdag.s.o\ + $(BUILD_DIR)/asm/sysdolphin/baselib/texpdag.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/asm/sysdolphin/baselib/leak.s.o\ + $(BUILD_DIR)/asm/sysdolphin/baselib/leak.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/src/sysdolphin/baselib/debug.c.o\ + $(BUILD_DIR)/src/sysdolphin/baselib/debug.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/asm/sysdolphin/baselib/synth.s.o\ + $(BUILD_DIR)/asm/sysdolphin/baselib/synth.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/asm/sysdolphin/baselib/AXDriver.s.o\ + $(BUILD_DIR)/asm/sysdolphin/baselib/AXDriver.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/asm/sysdolphin/baselib/devcom.s.o\ + $(BUILD_DIR)/asm/sysdolphin/baselib/devcom.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/asm/sysdolphin/baselib/gobjproc.s.o\ - $(BUILD_DIR)/src/sysdolphin/baselib/gobjproc.c.o\ - $(BUILD_DIR)/src/sysdolphin/baselib/gobjplink.c.o\ - $(BUILD_DIR)/src/sysdolphin/baselib/gobjgxlink.c.o\ - $(BUILD_DIR)/src/sysdolphin/baselib/gobjobject.c.o\ - $(BUILD_DIR)/src/sysdolphin/baselib/gobjuserdata.c.o\ + $(BUILD_DIR)/asm/sysdolphin/baselib/gobjproc.o\ + $(BUILD_DIR)/src/sysdolphin/baselib/gobjproc.o\ + $(BUILD_DIR)/src/sysdolphin/baselib/gobjplink.o\ + $(BUILD_DIR)/src/sysdolphin/baselib/gobjgxlink.o\ + $(BUILD_DIR)/src/sysdolphin/baselib/gobjobject.o\ + $(BUILD_DIR)/src/sysdolphin/baselib/gobjuserdata.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/src/sysdolphin/baselib/gobj.c.o\ - $(BUILD_DIR)/asm/sysdolphin/baselib/gobj.s.o\ + $(BUILD_DIR)/src/sysdolphin/baselib/gobj.o\ + $(BUILD_DIR)/asm/sysdolphin/baselib/gobj.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/asm/sysdolphin/baselib/baselib_shared_data_003.s.o\ + $(BUILD_DIR)/asm/sysdolphin/baselib/baselib_shared_data_003.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/asm/sysdolphin/baselib/baselib_unknown_009.s.o\ - $(BUILD_DIR)/asm/sysdolphin/baselib/baselib_unknown_010.s.o\ - $(BUILD_DIR)/asm/sysdolphin/baselib/baselib_unknown_011.s.o\ - $(BUILD_DIR)/asm/sysdolphin/baselib/baselib_unknown_002.s.o\ + $(BUILD_DIR)/asm/sysdolphin/baselib/baselib_unknown_009.o\ + $(BUILD_DIR)/asm/sysdolphin/baselib/baselib_unknown_010.o\ + $(BUILD_DIR)/asm/sysdolphin/baselib/baselib_unknown_011.o\ + $(BUILD_DIR)/asm/sysdolphin/baselib/baselib_unknown_002.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/src/sysdolphin/baselib/psdisp.c.o\ - $(BUILD_DIR)/asm/sysdolphin/baselib/psdisp.s.o\ + $(BUILD_DIR)/src/sysdolphin/baselib/psdisp.o\ + $(BUILD_DIR)/asm/sysdolphin/baselib/psdisp.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/src/sysdolphin/baselib/psdisptev.c.o\ - $(BUILD_DIR)/asm/sysdolphin/baselib/psdisptev.s.o\ + $(BUILD_DIR)/src/sysdolphin/baselib/psdisptev.o\ + $(BUILD_DIR)/asm/sysdolphin/baselib/psdisptev.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/src/sysdolphin/baselib/psappsrt.c.o\ - $(BUILD_DIR)/asm/sysdolphin/baselib/psappsrt.s.o\ + $(BUILD_DIR)/src/sysdolphin/baselib/psappsrt.o\ + $(BUILD_DIR)/asm/sysdolphin/baselib/psappsrt.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/src/sysdolphin/baselib/sobjlib.c.o\ - $(BUILD_DIR)/asm/sysdolphin/baselib/sobjlib.s.o\ + $(BUILD_DIR)/src/sysdolphin/baselib/sobjlib.o\ + $(BUILD_DIR)/asm/sysdolphin/baselib/sobjlib.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/asm/sysdolphin/baselib/sislib.s.o\ + $(BUILD_DIR)/asm/sysdolphin/baselib/sislib.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/asm/sysdolphin/baselib/baselib_shared_data_001.s.o\ - $(BUILD_DIR)/asm/sysdolphin/baselib/baselib_shared_data_002.s.o\ + $(BUILD_DIR)/asm/sysdolphin/baselib/baselib_shared_data_001.o\ + $(BUILD_DIR)/asm/sysdolphin/baselib/baselib_shared_data_002.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/asm/sysdolphin/baselib/hsd_40FF.s.o\ + $(BUILD_DIR)/asm/sysdolphin/baselib/hsd_40FF.o\ TEXT_O_FILES +=\ - $(BUILD_DIR)/asm/sysdolphin/baselib/hsd_3A94.s.o\ - $(BUILD_DIR)/asm/sysdolphin/baselib/hsd_3AA7.s.o\ - $(BUILD_DIR)/asm/sysdolphin/baselib/hsd_3B27.s.o\ - $(BUILD_DIR)/asm/sysdolphin/baselib/hsd_3B2B.s.o\ - $(BUILD_DIR)/asm/sysdolphin/baselib/hsd_3B2E.s.o\ - $(BUILD_DIR)/src/sysdolphin/baselib/hsd_3B33.c.o\ - $(BUILD_DIR)/asm/sysdolphin/baselib/hsd_3B34.s.o\ + $(BUILD_DIR)/asm/sysdolphin/baselib/hsd_3A94.o\ + $(BUILD_DIR)/asm/sysdolphin/baselib/hsd_3AA7.o\ + $(BUILD_DIR)/asm/sysdolphin/baselib/hsd_3B27.o\ + $(BUILD_DIR)/asm/sysdolphin/baselib/hsd_3B2B.o\ + $(BUILD_DIR)/asm/sysdolphin/baselib/hsd_3B2E.o\ + $(BUILD_DIR)/src/sysdolphin/baselib/hsd_3B33.o\ + $(BUILD_DIR)/asm/sysdolphin/baselib/hsd_3B34.o\