Files
ogws/obj_files.mk
2024-09-17 18:31:18 -04:00

643 lines
20 KiB
Makefile

GROUP_0_O_FILES := \
build/asm/extab.o \
build/asm/extabindex.o \
NW4R_O_FILES := \
build/nw4r/ut/ut_list.o \
build/nw4r/ut/ut_LinkList.o \
build/nw4r/ut/ut_binaryFileFormat.o \
build/nw4r/ut/ut_CharStrmReader.o \
build/nw4r/ut/ut_TagProcessorBase.o \
build/nw4r/ut/ut_IOStream.o \
build/nw4r/ut/ut_FileStream.o \
build/nw4r/ut/ut_DvdFileStream.o \
build/nw4r/ut/ut_DvdLockedFileStream.o \
build/nw4r/ut/ut_NandFileStream.o \
build/nw4r/ut/ut_LockedCache.o \
build/nw4r/ut/ut_Font.o \
build/nw4r/ut/ut_RomFont.o \
build/nw4r/ut/ut_ResFontBase.o \
build/nw4r/ut/ut_ResFont.o \
build/nw4r/ut/ut_CharWriter.o \
build/nw4r/ut/ut_TextWriterBase.o \
\
build/nw4r/ef/ef_draworder.o \
build/nw4r/ef/ef_effect.o \
build/nw4r/ef/ef_effectsystem.o \
build/asm/nw4r/ef/ef_emitter.o \
build/asm/nw4r/ef/ef_animcurve.o \
build/asm/nw4r/ef/ef_particle.o \
build/asm/nw4r/ef/ef_particlemanager.o \
build/asm/nw4r/ef/ef_resource.o \
build/asm/nw4r/ef/ef_util.o \
build/nw4r/ef/ef_handle.o \
build/asm/nw4r/ef/ef_emitterform.o \
build/nw4r/ef/ef_creationqueue.o \
build/nw4r/ef/ef_emform.o \
build/asm/nw4r/ef/ef_point.o \
build/asm/nw4r/ef/ef_line.o \
build/asm/nw4r/ef/ef_disc.o \
build/asm/nw4r/ef/ef_sphere.o \
build/asm/nw4r/ef/ef_cylinder.o \
build/asm/nw4r/ef/ef_torus.o \
build/asm/nw4r/ef/ef_cube.o \
build/nw4r/ef/ef_drawstrategybuilder.o \
build/asm/nw4r/ef/ef_drawstrategyimpl.o \
build/asm/nw4r/ef/ef_drawbillboardstrategy.o \
build/asm/nw4r/ef/ef_drawdirectionalstrategy.o \
build/asm/nw4r/ef/ef_drawfreestrategy.o \
build/asm/nw4r/ef/ef_drawlinestrategy.o \
build/asm/nw4r/ef/ef_drawpointstrategy.o \
build/asm/nw4r/ef/ef_drawstripestrategy.o \
build/asm/nw4r/ef/ef_drawsmoothstripestrategy.o \
build/asm/nw4r/nw4r_8002F700.o \
\
build/nw4r/math/math_arithmetic.o \
build/nw4r/math/math_triangular.o \
build/nw4r/math/math_types.o \
build/nw4r/math/math_geometry.o \
\
build/nw4r/snd/snd_AnimSound.o \
build/nw4r/snd/snd_AxManager.o \
build/nw4r/snd/snd_AxVoice.o \
build/nw4r/snd/snd_AxVoiceManager.o \
build/nw4r/snd/snd_AxfxImpl.o \
build/nw4r/snd/snd_Bank.o \
build/nw4r/snd/snd_BankFile.o \
build/nw4r/snd/snd_BasicPlayer.o \
build/nw4r/snd/snd_BasicSound.o \
build/nw4r/snd/snd_Channel.o \
build/nw4r/snd/snd_DisposeCallbackManager.o \
build/nw4r/snd/snd_DvdSoundArchive.o \
build/nw4r/snd/snd_EnvGenerator.o \
build/nw4r/snd/snd_ExternalSoundPlayer.o \
build/nw4r/snd/snd_FrameHeap.o \
build/nw4r/snd/snd_FxChorus.o \
build/nw4r/snd/snd_FxDelay.o \
build/nw4r/snd/snd_FxReverbHi.o \
build/nw4r/snd/snd_FxReverbHiDpl2.o \
build/nw4r/snd/snd_InstancePool.o \
build/nw4r/snd/snd_Lfo.o \
build/nw4r/snd/snd_MemorySoundArchive.o \
build/nw4r/snd/snd_MidiSeqPlayer.o \
build/nw4r/snd/snd_MmlParser.o \
build/nw4r/snd/snd_MmlSeqTrack.o \
build/nw4r/snd/snd_MmlSeqTrackAllocator.o \
build/nw4r/snd/snd_NandSoundArchive.o \
build/nw4r/snd/snd_RemoteSpeaker.o \
build/nw4r/snd/snd_RemoteSpeakerManager.o \
build/nw4r/snd/snd_SeqFile.o \
build/nw4r/snd/snd_SeqPlayer.o \
build/nw4r/snd/snd_SeqSound.o \
build/nw4r/snd/snd_SeqSoundHandle.o \
build/nw4r/snd/snd_SeqTrack.o \
build/nw4r/snd/snd_Sound3DActor.o \
build/nw4r/snd/snd_Sound3DListener.o \
build/nw4r/snd/snd_Sound3DManager.o \
build/nw4r/snd/snd_SoundActor.o \
build/nw4r/snd/snd_SoundArchive.o \
build/nw4r/snd/snd_SoundArchiveFile.o \
build/nw4r/snd/snd_SoundArchiveLoader.o \
build/nw4r/snd/snd_SoundArchivePlayer.o \
build/nw4r/snd/snd_SoundHandle.o \
build/nw4r/snd/snd_SoundHeap.o \
build/nw4r/snd/snd_SoundPlayer.o \
build/nw4r/snd/snd_SoundStartable.o \
build/nw4r/snd/snd_SoundSystem.o \
build/nw4r/snd/snd_SoundThread.o \
build/nw4r/snd/snd_StrmChannel.o \
build/nw4r/snd/snd_StrmFile.o \
build/nw4r/snd/snd_StrmPlayer.o \
build/nw4r/snd/snd_StrmSound.o \
build/nw4r/snd/snd_StrmSoundHandle.o \
build/nw4r/snd/snd_Task.o \
build/nw4r/snd/snd_TaskManager.o \
build/nw4r/snd/snd_TaskThread.o \
build/nw4r/snd/snd_Voice.o \
build/nw4r/snd/snd_VoiceManager.o \
build/nw4r/snd/snd_Util.o \
build/nw4r/snd/snd_WaveFile.o \
build/nw4r/snd/snd_WaveSound.o \
build/nw4r/snd/snd_WaveSoundHandle.o \
build/nw4r/snd/snd_WsdFile.o \
build/nw4r/snd/snd_WsdPlayer.o \
build/nw4r/snd/snd_adpcm.o \
\
build/nw4r/g3d/g3d_rescommon.o \
build/nw4r/g3d/g3d_resdict.o \
build/nw4r/g3d/g3d_resfile.o \
build/nw4r/g3d/g3d_resmdl.o \
build/nw4r/g3d/g3d_resshp.o \
build/nw4r/g3d/g3d_restev.o \
build/asm/nw4r/g3d/g3d_resmat.o \
build/nw4r/g3d/g3d_resvtx.o \
build/nw4r/g3d/g3d_restex.o \
build/nw4r/g3d/g3d_resnode.o \
build/nw4r/g3d/g3d_resanm.o \
build/nw4r/g3d/g3d_resanmvis.o \
build/nw4r/g3d/g3d_resanmclr.o \
build/nw4r/g3d/g3d_resanmtexpat.o \
build/nw4r/g3d/g3d_resanmtexsrt.o \
build/asm/nw4r/g3d/g3d_resanmchr.o \
build/nw4r/g3d/g3d_reslightset.o \
build/nw4r/g3d/g3d_resanmamblight.o \
build/nw4r/g3d/g3d_resanmlight.o \
build/nw4r/g3d/g3d_resanmfog.o \
build/nw4r/g3d/g3d_resanmcamera.o \
build/asm/nw4r/g3d/g3d_resanmscn.o \
build/nw4r/g3d/g3d_resanmshp.o \
build/asm/nw4r/g3d/g3d_anmvis.o \
build/asm/nw4r/g3d/g3d_anmclr.o \
build/asm/nw4r/g3d/g3d_anmtexpat.o \
build/asm/nw4r/g3d/g3d_anmtexsrt.o \
build/asm/nw4r/g3d/g3d_anmchr.o \
build/asm/nw4r/g3d/g3d_anmshp.o \
build/asm/nw4r/g3d/g3d_anmscn.o \
build/nw4r/g3d/g3d_obj.o \
build/nw4r/g3d/g3d_anmobj.o \
build/asm/nw4r/g3d/g3d_gpu.o \
build/asm/nw4r/g3d/g3d_tmem.o \
build/nw4r/g3d/g3d_cpu.o \
build/asm/nw4r/g3d/g3d_state.o \
build/asm/nw4r/g3d/g3d_draw1mat1shp.o \
build/asm/nw4r/g3d/g3d_calcview.o \
build/nw4r/g3d/g3d_dcc.o \
build/nw4r/g3d/g3d_workmem.o \
build/asm/nw4r/g3d/g3d_calcworld.o \
build/asm/nw4r/g3d/g3d_draw.o \
build/nw4r/g3d/g3d_camera.o \
build/nw4r/g3d/g3d_basic.o \
build/asm/nw4r/g3d/g3d_maya.o \
build/asm/nw4r/g3d/g3d_xsi.o \
build/asm/nw4r/g3d/g3d_3dsmax.o \
build/nw4r/g3d/g3d_scnobj.o \
build/asm/nw4r/g3d/g3d_scnroot.o \
build/asm/nw4r/g3d/g3d_scnmdlsmpl.o \
build/asm/nw4r/g3d/g3d_scnmdl.o \
build/asm/nw4r/g3d/g3d_calcmaterial.o \
build/nw4r/g3d/g3d_init.o \
build/nw4r/g3d/g3d_scnmdl1mat1shp.o \
build/nw4r/g3d/g3d_scnproc.o \
build/nw4r/g3d/g3d_fog.o \
build/nw4r/g3d/g3d_light.o \
build/asm/nw4r/g3d/g3d_calcvtx.o \
\
build/asm/nw4r/lyt/lyt_pane.o \
build/asm/nw4r/lyt/lyt_group.o \
build/asm/nw4r/lyt/lyt_layout.o \
build/asm/nw4r/lyt/lyt_picture.o \
build/asm/nw4r/lyt/lyt_textBox.o \
build/asm/nw4r/lyt/lyt_window.o \
build/nw4r/lyt/lyt_bounding.o \
build/asm/nw4r/lyt/lyt_material.o \
build/nw4r/lyt/lyt_texMap.o \
build/nw4r/lyt/lyt_drawInfo.o \
build/asm/nw4r/lyt/lyt_animation.o \
build/nw4r/lyt/lyt_resourceAccessor.o \
build/nw4r/lyt/lyt_arcResourceAccessor.o \
build/nw4r/lyt/lyt_common.o \
EGG_O_FILES := \
build/egg/gfx/eggShadowTextureManager.o \
build/egg/gfx/eggStateGX.o \
build/egg/gfx/eggTextureBuffer.o \
build/asm/egg/gfx/eggAnalizeDL.o \
build/asm/egg/gfx/eggCapTexture.o \
build/asm/egg/gfx/eggCpuTexture.o \
build/asm/egg/gfx/eggDrawGX.o \
build/asm/egg/gfx/eggDrawPathBase.o \
build/asm/egg/gfx/eggDrawPathBloom.o \
build/asm/egg/gfx/eggDrawPathDOF.o \
build/egg/gfx/eggDrawPathHDR.o \
build/asm/egg/gfx/eggDrawPathShadowVolume.o \
build/asm/egg/gfx/eggDrawPathLightMap.o \
build/egg/gfx/eggFog.o \
build/egg/gfx/eggFogManager.o \
build/asm/egg/gfx/eggG3DUtility.o \
build/asm/egg/gfx/eggGfxEngine.o \
build/asm/egg/gfx/eggLightManager.o \
build/asm/egg/gfx/eggLightTexture.o \
build/asm/egg/gfx/eggLightTextureManager.o \
build/asm/egg/gfx/eggModelBoundingInfo.o \
build/asm/egg/gfx/eggModelEx.o \
build/egg/gfx/eggModelSnapshot.o \
build/egg/gfx/eggPostEffectBase.o \
build/asm/egg/gfx/eggPostEffectBlur.o \
build/asm/egg/gfx/eggPostEffectBlurGather.o \
build/asm/egg/gfx/eggPostEffectBlurSimple.o \
build/egg/gfx/eggPostEffectHDR.o \
build/asm/egg/gfx/eggPostEffectMask.o \
build/egg/gfx/eggPostEffectSimple.o \
build/egg/gfx/eggScnRootEx.o \
build/asm/egg/gfx/eggScreen.o \
build/asm/egg/gfx/eggShadowTexture.o \
build/egg/gfx/eggIScnProc.o \
build/egg/gfx/eggScnRenderer.o \
build/asm/egg/gfx/eggLightObject.o \
build/asm/egg/gfx/eggPostEffectMaskDOF.o \
build/asm/egg/gfx/eggScreenEffectBase.o \
build/asm/egg/gfx/eggFrustum.o \
build/egg/gfx/eggGXUtility.o \
build/asm/egg/gfx/eggDrawHelper.o \
build/asm/egg/gfx/egg_800A1DB0.o \
\
build/egg/prim/eggAssert.o \
build/asm/egg/egg_800A204C.o \
\
build/egg/math/eggMath.o \
build/egg/math/eggMatrix.o \
build/egg/math/eggQuat.o \
build/egg/math/eggVector.o \
\
build/asm/egg/core/eggExpHeap.o \
build/asm/egg/core/eggFrmHeap.o \
build/egg/core/eggHeap.o \
build/egg/core/eggAllocator.o \
build/egg/core/eggThread.o \
build/asm/egg/core/eggSystem.o \
build/egg/core/eggTaskThread.o \
build/egg/core/eggGraphicsFifo.o \
build/egg/core/eggColorFader.o \
build/egg/core/eggSceneManager.o \
build/asm/egg/core/eggController.o \
build/asm/egg/core/eggStream.o \
build/egg/core/eggDisplay.o \
build/asm/egg/core/eggVideo.o \
build/egg/core/eggXfb.o \
build/egg/core/eggXfbManager.o \
build/asm/egg/core/eggDvdRipper.o \
build/egg/core/eggDvdFile.o \
build/egg/core/eggScene.o \
build/asm/egg/core/eggProcessMeter.o \
build/egg/core/eggDisposer.o \
build/egg/core/eggArchive.o \
build/asm/egg/core/eggDecomp.o \
build/egg/core/eggAsyncDisplay.o \
build/egg/core/eggCntFile.o \
\
build/egg/audio/eggAudioArcPlayerMgr.o \
build/asm/egg/audio/eggAudioExpMgr.o \
build/asm/egg/audio/eggAudioFxMgr.o \
build/egg/audio/eggAudioHeapMgr.o \
build/asm/egg/audio/eggAudioMgr.o \
build/egg/audio/eggAudioSystem.o \
\
build/asm/egg/util/eggMsgRes.o \
build/egg/util/eggEffect.o \
build/egg/util/eggException.o \
build/asm/egg/egg_8037B248.o \
RUNTIME_O_FILES := \
build/runtime/__mem.o \
build/runtime/__va_arg.o \
build/asm/runtime/global_destructor_chain.o \
build/asm/runtime/NMWException.o \
build/runtime/ptmf.o \
build/runtime/runtime.o \
build/asm/runtime/__init_cpp_exceptions.o \
build/runtime/Gecko_ExceptionPPC.o \
build/runtime/GCN_mem_alloc.o \
MSL_O_FILES := \
build/asm/MSL/alloc.o \
build/asm/MSL/ansi_files.o \
build/asm/MSL/ansi_fp.o \
build/asm/MSL/arith.o \
build/asm/MSL/buffer_io.o \
build/asm/MSL/direct_io.o \
build/asm/MSL/errno.o \
build/asm/MSL/file_io.o \
build/asm/MSL/FILE_POS.o \
build/asm/MSL/locale.o \
build/asm/MSL/mbstring.o \
build/asm/MSL/mem.o \
build/asm/MSL/mem_funcs.o \
build/asm/MSL/math_api.o \
build/asm/MSL/misc_io.o \
build/asm/MSL/printf.o \
build/asm/MSL/rand.o \
build/asm/MSL/scanf.o \
build/asm/MSL/string.o \
build/asm/MSL/strtold.o \
build/asm/MSL/strtoul.o \
build/asm/MSL/wctype.o \
build/asm/MSL/wmem.o \
build/asm/MSL/wprintf.o \
build/asm/MSL/wstring.o \
build/asm/MSL/wchar_io.o \
build/asm/MSL/uart_console_io_gcn.o \
build/asm/MSL/abort_exit_ppc_eabi.o \
build/asm/MSL/math_sun.o \
build/asm/MSL/math_float.o \
build/asm/MSL/extras.o \
build/MSL/float.o \
build/MSL/e_acos.o \
build/MSL/e_asin.o \
build/MSL/e_atan2.o \
build/MSL/e_fmod.o \
build/MSL/e_pow.o \
build/MSL/e_rem_pio2.o \
build/MSL/k_cos.o \
build/MSL/k_rem_pio2.o \
build/MSL/k_sin.o \
build/MSL/k_tan.o \
build/MSL/s_atan.o \
build/MSL/s_ceil.o \
build/MSL/s_copysign.o \
build/MSL/s_cos.o \
build/MSL/s_floor.o \
build/MSL/s_frexp.o \
build/MSL/s_ldexp.o \
build/MSL/s_modf.o \
build/MSL/s_sin.o \
build/MSL/s_tan.o \
build/MSL/w_acos.o \
build/MSL/w_asin.o \
build/MSL/w_atan2.o \
build/MSL/w_fmod.o \
build/MSL/w_pow.o \
build/MSL/e_sqrt.o \
build/MSL/math_ppc.o \
build/MSL/w_sqrt.o \
METROTRK_O_FILES := \
build/asm/MetroTRK/debugger/Portable/mainloop.o \
build/MetroTRK/debugger/Portable/nubevent.o \
build/asm/MetroTRK/debugger/Portable/nubinit.o \
build/MetroTRK/debugger/Portable/msg.o \
build/MetroTRK/debugger/Portable/msgbuf.o \
build/asm/MetroTRK/debugger/Portable/serpoll.o \
build/asm/MetroTRK/debugger/Os/dolphin/usr_put.o \
build/MetroTRK/debugger/Portable/dispatch.o \
build/asm/MetroTRK/debugger/Portable/msghndlr.o \
build/asm/MetroTRK/debugger/Portable/support.o \
build/MetroTRK/debugger/Portable/mutex_TRK.o \
build/asm/MetroTRK/debugger/Portable/notify.o \
build/asm/MetroTRK/debugger/Processor/flush_cache.o \
build/asm/MetroTRK/debugger/Portable/mem_TRK.o \
build/asm/MetroTRK/debugger/Portable/string_TRK.o \
build/asm/MetroTRK/debugger/Processor/targimpl.o \
build/asm/MetroTRK/debugger/Processor/targsupp.o \
build/asm/MetroTRK/debugger/Processor/mpc_7xx_603e.o \
build/asm/MetroTRK/debugger/Export/mslsupp.o \
build/asm/MetroTRK/debugger/Processor/__exception.o \
build/asm/MetroTRK/debugger/Os/dolphin/dolphin_trk.o \
build/asm/MetroTRK/debugger/Portable/main_TRK.o \
build/asm/MetroTRK/debugger/Os/dolphin/dolphin_trk_glue.o \
build/asm/MetroTRK/debugger/Os/dolphin/targcont.o \
build/asm/MetroTRK/debugger/Os/dolphin/target_options.o \
build/asm/MetroTRK/debugger/Os/dolphin/UDP_Stubs.o \
\
build/asm/MetroTRK/gamedev/main.o \
build/asm/MetroTRK/gamedev/CircleBuffer.o \
build/asm/MetroTRK/gamedev/MWCriticalSection_gc.o \
RVL_SDK_O_FILES := \
build/asm/revolution/NdevExi2AD/DebuggerDriver.o \
build/revolution/NdevExi2AD/exi2.o \
\
build/asm/revolution/KPAD/KPAD.o \
\
build/revolution/PAD/Pad.o \
\
build/asm/revolution/WPAD/WPAD.o \
build/asm/revolution/WPAD/WPADHIDParser.o \
build/asm/revolution/WPAD/WPADEncrypt.o \
build/asm/revolution/WPAD/WPADMem.o \
build/asm/revolution/WPAD/debug_msg.o \
\
build/revolution/EUART/euart.o \
\
build/revolution/EXI/EXIBios.o \
build/revolution/EXI/EXIUart.o \
build/revolution/EXI/EXICommon.o \
\
build/revolution/FS/fs.o \
\
build/asm/revolution/GX/GXInit.o \
build/asm/revolution/GX/GXFifo.o \
build/revolution/GX/GXAttr.o \
build/asm/revolution/GX/GXMisc.o \
build/revolution/GX/GXGeometry.o \
build/asm/revolution/GX/GXFrameBuf.o \
build/revolution/GX/GXLight.o \
build/asm/revolution/GX/GXTexture.o \
build/revolution/GX/GXBump.o \
build/asm/revolution/GX/GXTev.o \
build/revolution/GX/GXPixel.o \
build/revolution/GX/GXDraw.o \
build/revolution/GX/GXDisplayList.o \
build/revolution/GX/GXTransform.o \
build/asm/revolution/GX/GXPerf.o \
\
build/revolution/IPC/ipcMain.o \
build/revolution/IPC/ipcclt.o \
build/revolution/IPC/memory.o \
build/revolution/IPC/ipcProfile.o \
\
build/revolution/MEM/mem_heapCommon.o \
build/asm/revolution/MEM/mem_expHeap.o \
build/revolution/MEM/mem_frameHeap.o \
build/revolution/MEM/mem_allocator.o \
build/revolution/MEM/mem_list.o \
\
build/asm/revolution/MTX/mtx.o \
build/revolution/MTX/mtxvec.o \
build/revolution/MTX/mtx44.o \
build/revolution/MTX/vec.o \
build/revolution/MTX/quat.o \
\
build/revolution/NAND/nand.o \
build/revolution/NAND/NANDOpenClose.o \
build/revolution/NAND/NANDCore.o \
build/revolution/NAND/NANDCheck.o \
\
build/revolution/OS/OS.o \
build/revolution/OS/OSAlarm.o \
build/revolution/OS/OSAlloc.o \
build/revolution/OS/OSArena.o \
build/revolution/OS/OSAudioSystem.o \
build/revolution/OS/OSCache.o \
build/revolution/OS/OSContext.o \
build/revolution/OS/OSError.o \
build/revolution/OS/OSExec.o \
build/revolution/OS/OSFatal.o \
build/revolution/OS/OSFont.o \
build/revolution/OS/OSInterrupt.o \
build/revolution/OS/OSLink.o \
build/revolution/OS/OSMessage.o \
build/revolution/OS/OSMemory.o \
build/revolution/OS/OSMutex.o \
build/revolution/OS/OSReset.o \
build/revolution/OS/OSRtc.o \
build/revolution/OS/OSSync.o \
build/revolution/OS/OSThread.o \
build/revolution/OS/OSTime.o \
build/revolution/OS/OSUtf.o \
build/revolution/OS/OSIpc.o \
build/revolution/OS/OSStateTM.o \
build/revolution/OS/__start.o \
build/revolution/OS/OSPlayRecord.o \
build/revolution/OS/OSStateFlags.o \
build/revolution/OS/OSNet.o \
build/asm/revolution/OS/__ppc_eabi_init.o \
\
build/revolution/SC/scsystem.o \
build/revolution/SC/scapi.o \
build/revolution/SC/scapi_prdinfo.o \
\
build/revolution/USB/usb.o \
\
build/asm/revolution/VI/vi.o \
build/asm/revolution/VI/i2c.o \
build/asm/revolution/VI/vi3in1.o \
\
build/asm/revolution/WUD/WUD.o \
build/asm/revolution/WUD/WUDHidHost.o \
build/asm/revolution/WUD/debug_msg.o \
\
build/revolution/AI/ai.o \
\
build/revolution/ARC/arc.o \
\
build/revolution/AX/AX.o \
build/revolution/AX/AXAlloc.o \
build/revolution/AX/AXAux.o \
build/revolution/AX/AXCL.o \
build/revolution/AX/AXOut.o \
build/revolution/AX/AXSPB.o \
build/revolution/AX/AXVPB.o \
build/revolution/AX/AXComp.o \
build/revolution/AX/DSPCode.o \
build/revolution/AX/AXProf.o \
\
build/revolution/AXFX/AXFXReverbHi.o \
build/revolution/AXFX/AXFXReverbHiDpl2.o \
build/asm/revolution/AXFX/AXFXReverbHiExp.o \
build/asm/revolution/AXFX/AXFXReverbHiExpDpl2.o \
build/revolution/AXFX/AXFXDelay.o \
build/revolution/AXFX/AXFXChorus.o \
build/asm/revolution/AXFX/AXFXChorusExp.o \
build/revolution/AXFX/AXFXLfoTable.o \
build/revolution/AXFX/AXFXSrcCoef.o \
build/revolution/AXFX/AXFXHooks.o \
\
build/revolution/BASE/PPCArch.o \
\
build/asm/revolution/BTE/bte_unsplit.o \
\
build/revolution/DB/db.o \
\
build/revolution/DSP/dsp.o \
build/revolution/DSP/dsp_debug.o \
build/revolution/DSP/dsp_task.o \
\
build/revolution/DVD/dvdfs.o \
build/revolution/DVD/dvd.o \
build/revolution/DVD/dvdqueue.o \
build/revolution/DVD/dvderror.o \
build/revolution/DVD/dvdidutils.o \
build/asm/revolution/DVD/dvdFatal.o \
build/revolution/DVD/dvd_broadway.o \
\
build/asm/revolution/SI/SIBios.o \
build/revolution/SI/SISamplingRate.o \
\
build/revolution/TPL/TPL.o \
\
build/revolution/WENC/wenc.o \
\
build/asm/revolution/CNT/cnt.o \
\
build/revolution/ESP/esp.o \
\
build/asm/revolution/NET/nettime.o \
build/asm/revolution/NET/NETVersion.o \
\
build/asm/revolution/NWC24/NWC24StdApi.o \
build/revolution/NWC24/NWC24FileApi.o \
build/revolution/NWC24/NWC24Config.o \
build/revolution/NWC24/NWC24Utils.o \
build/revolution/NWC24/NWC24Manage.o \
build/revolution/NWC24/NWC24MsgObj.o \
build/asm/revolution/NWC24/NWC24MBoxCtrl.o \
build/asm/revolution/NWC24/NWC24Mime.o \
build/revolution/NWC24/NWC24Parser.o \
build/asm/revolution/NWC24/NWC24MsgCommit.o \
build/revolution/NWC24/NWC24Schedule.o \
build/asm/revolution/NWC24/NWC24DateParser.o \
build/revolution/NWC24/NWC24FriendList.o \
build/revolution/NWC24/NWC24SecretFList.o \
build/revolution/NWC24/NWC24Time.o \
build/revolution/NWC24/NWC24Ipc.o \
build/revolution/NWC24/NWC24Download.o \
build/revolution/NWC24/NWC24System.o \
\
build/asm/revolution/VF/vf_unsplit.o \
\
build/RVLFaceLib/RFL_System.o \
build/RVLFaceLib/RFL_NANDLoader.o \
build/RVLFaceLib/RFL_NANDAccess.o \
build/RVLFaceLib/RFL_Model.o \
build/RVLFaceLib/RFL_MakeTex.o \
build/RVLFaceLib/RFL_Icon.o \
build/RVLFaceLib/RFL_HiddenDatabase.o \
build/RVLFaceLib/RFL_Database.o \
build/RVLFaceLib/RFL_Controller.o \
build/RVLFaceLib/RFL_MiddleDatabase.o \
build/RVLFaceLib/RFL_MakeRandomFace.o \
build/RVLFaceLib/RFL_DefaultDatabase.o \
build/RVLFaceLib/RFL_DataUtility.o \
build/RVLFaceLib/RFL_NWC24.o \
build/RVLFaceLib/RFL_Format.o \
\
build/asm/homebuttonMiniLib/hbm_unsplit.o \
\
build/asm/RP/RPKernel/RPSysSystem.o \
build/asm/main.o \
\
build/asm/RP/RPSystem/RPSysSceneCreator.o \
build/asm/RP/RPSystem/RPSysScene.o \
build/asm/RP/RPSystem/RPSysRenderMode.o \
build/asm/RP/RPSystem/RPSysSceneMgr.o \
build/asm/RP/RPSystem/RPSysProjectLocal.o \
build/asm/RP/RPSystem/RPSysGameConfig.o \
build/asm/RP/RPSystem/RPSysLoadScene.o \
build/asm/RP/RPSystem/RP_80186e40.o \
build/asm/RP/RPSystem/RPSysResourceManager.o \
build/asm/RP/RPSystem/RPSysQueuedScene.o \
build/asm/RP/RPSystem/RPSysCommonObject.o \
build/asm/RP/RPSystem/RPSysDvdStatus.o \
build/asm/RP/RPSystem/RPSysSaveDataMgr.o \
build/asm/RP/RPSystem/RPSportsSystemData.o \
build/asm/RP/RPSystem/RPSportsPlayerData.o \
build/asm/RP/RPSystem/RPSysFontManager.o \
build/asm/RP/RPSystem/RPSysSaveData.o \
build/asm/RP/RPSystem/RPSysPauseMgr.o \
build/asm/RP/RPSystem/RPPartySystemData.o \
build/asm/RP/RPSystem/RPPartyPlayerData.o \
build/asm/RP/RPSystem/RPSysPlayerMgr.o \
build/asm/RP/RPSystem/RPSysPlayer.o \
\
build/asm/RP/RPKernel/IRPSysHostIOSocket.o \
build/asm/RP/RPKernel/RPSysHostIOSocketManager.o \
build/asm/RP/RPKernel/RP_801908C4.o \
build/asm/RP/RPKernel/RPSysTextWriter.o \
build/asm/RP/RPKernel/RPSysMessage.o \
build/asm/RP/RPKernel/RPSysKokeshi.o \
GROUP_1_O_FILES := \
build/asm/text.o \
build/asm/data.o \
build/asm/sdata.o \
build/asm/ctors.o \
build/asm/file.o \
build/asm/rodata.o \
build/asm/bss.o \
build/asm/sbss.o \
build/asm/sdata.o \
build/asm/sdata2.o \
O_FILES := $(GROUP_0_O_FILES) $(NW4R_O_FILES) $(EGG_O_FILES) $(RUNTIME_O_FILES) $(MSL_O_FILES) $(METROTRK_O_FILES) $(RVL_SDK_O_FILES) $(GROUP_1_O_FILES)