This repository has been archived by the owner on Sep 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathobj_files.mk
216 lines (205 loc) · 11.5 KB
/
obj_files.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
INIT_O_FILES := \
$(BUILD_DIR)/asm/init.o
EXTAB_O_FILES := \
$(BUILD_DIR)/asm/extab.o
EXTABINDEX_O_FILES := \
$(BUILD_DIR)/asm/extabindex.o
TEXT_O_FILES := \
$(BUILD_DIR)/asm/nw4r/ut/ut_LinkList.o \
$(BUILD_DIR)/src/nw4r/ut/ut_LinkList.o \
$(BUILD_DIR)/src/nw4r/ut/ut_binaryFileFormat.o \
$(BUILD_DIR)/asm/nw4r/ut/ut_CharStrmReader.o \
$(BUILD_DIR)/asm/nw4r/libnw4r_ut.o \
$(BUILD_DIR)/asm/nw4r/libnw4r_db.o \
$(BUILD_DIR)/asm/nw4r/libnw4r_math.o \
$(BUILD_DIR)/asm/nw4r/libnw4r_lyt.o \
$(BUILD_DIR)/asm/Game/Animation/AnmPlayer.o \
$(BUILD_DIR)/asm/Game/Animation/Animation.o \
$(BUILD_DIR)/asm/Game/AreaObj/AreaObj.o \
$(BUILD_DIR)/asm/Game/AudioLib/AudioLib.o \
$(BUILD_DIR)/asm/Game/Boss/Boss.o \
$(BUILD_DIR)/asm/Game/Camera/Camera.o \
$(BUILD_DIR)/asm/Game/Demo/Demo.o \
$(BUILD_DIR)/asm/Game/Effect/Effect.o \
$(BUILD_DIR)/asm/Game/Enemy/Enemy.o \
$(BUILD_DIR)/asm/Game/GameAudio/GameAudio.o \
$(BUILD_DIR)/asm/Game/Gravity/Gravity.o \
$(BUILD_DIR)/asm/Game/LiveActor/LiveActor.o \
$(BUILD_DIR)/asm/Game/Map/Map.o \
$(BUILD_DIR)/asm/Game/MapObj/MapObj.o \
$(BUILD_DIR)/asm/Game/NameObj/NameObj.o \
$(BUILD_DIR)/asm/Game/NPC/NPC.o \
$(BUILD_DIR)/asm/Game/Player/Player.o \
$(BUILD_DIR)/asm/Game/RhythmLib/RhythmLib.o \
$(BUILD_DIR)/asm/Game/Ride/Ride.o \
$(BUILD_DIR)/asm/Game/Scene/Scene.o \
$(BUILD_DIR)/asm/Game/Screen/Screen.o \
$(BUILD_DIR)/asm/Game/Speaker/Speaker.o \
$(BUILD_DIR)/src/Game/System/AlreadyDoneFlagInGalaxy.o \
$(BUILD_DIR)/asm/Game/System/System.o \
$(BUILD_DIR)/asm/Game/Util/Util.o \
$(BUILD_DIR)/asm/Game/NWC24/NWC24.o \
$(BUILD_DIR)/asm/Game/JKernel/JKernel.o \
$(BUILD_DIR)/asm/Game/JSupport/JSupport.o \
$(BUILD_DIR)/asm/Game/JGadget/JGadget.o \
$(BUILD_DIR)/asm/Game/JUtility/JUtility.o \
$(BUILD_DIR)/asm/Game/J2D/J2DGraph.o \
$(BUILD_DIR)/asm/Game/J3D/J3DGraphBase.o \
$(BUILD_DIR)/asm/Game/J3D/J3DGraphAnimator.o \
$(BUILD_DIR)/asm/Game/J3D/J3DGraphLoader.o \
$(BUILD_DIR)/asm/Game/JMath/JMath.o \
$(BUILD_DIR)/asm/Game/JParticle/JParticle.o \
$(BUILD_DIR)/asm/RVL/gd.o \
$(BUILD_DIR)/asm/RVL/kpad.o \
$(BUILD_DIR)/asm/RVL/thp.o \
$(BUILD_DIR)/asm/RVL/tpl.o \
$(BUILD_DIR)/asm/RVL/wenc.o \
$(BUILD_DIR)/asm/RVL/rso.o \
$(BUILD_DIR)/asm/RVL/RVLFaceLib.o \
$(BUILD_DIR)/asm/RevoEx/net.o \
$(BUILD_DIR)/asm/RevoEx/nwc24.o \
$(BUILD_DIR)/asm/RevoEx/vf.o \
$(BUILD_DIR)/asm/Game/JAudio2/JAudio2.o \
$(BUILD_DIR)/asm/RVL/aralt.o \
$(BUILD_DIR)/asm/RVL/base.o \
$(BUILD_DIR)/asm/RVL/os.o \
$(BUILD_DIR)/asm/RVL/exi.o \
$(BUILD_DIR)/asm/RVL/si.o \
$(BUILD_DIR)/asm/RVL/db.o \
$(BUILD_DIR)/asm/RVL/vi.o \
$(BUILD_DIR)/asm/RVL/mtx.o \
$(BUILD_DIR)/asm/RVL/gx.o \
$(BUILD_DIR)/src/RVL/dvd/dvdfs.o \
$(BUILD_DIR)/asm/RVL/dvd.o \
$(BUILD_DIR)/asm/RVL/ai.o \
$(BUILD_DIR)/asm/RVL/ax.o \
$(BUILD_DIR)/asm/RVL/axfx.o \
$(BUILD_DIR)/asm/RVL/mem.o \
$(BUILD_DIR)/asm/RVL/code_80CA34C.o \
$(BUILD_DIR)/asm/RVL/dsp.o \
$(BUILD_DIR)/asm/RVL/nand.o \
$(BUILD_DIR)/asm/RVL/sc.o \
$(BUILD_DIR)/asm/RVL/arc.o \
$(BUILD_DIR)/asm/RVL/esp.o \
$(BUILD_DIR)/asm/RVL/ipc.o \
$(BUILD_DIR)/asm/RVL/fs.o \
$(BUILD_DIR)/asm/RVL/pad.o \
$(BUILD_DIR)/asm/RVL/wpad.o \
$(BUILD_DIR)/asm/RVL/euart.o \
$(BUILD_DIR)/asm/RVL/usb.o \
$(BUILD_DIR)/asm/RVL/wud.o \
$(BUILD_DIR)/asm/RVL/bte.o \
$(BUILD_DIR)/asm/MSL/MSL_C/PPC_EABI/Runtime/__mem.o \
$(BUILD_DIR)/asm/MSL/MSL_C/PPC_EABI/Runtime/__va_arg.o \
$(BUILD_DIR)/asm/MSL/MSL_C/PPC_EABI/Runtime/global_destructor_chain.o \
$(BUILD_DIR)/asm/MSL/MSL_C/PPC_EABI/Runtime/NMWException.o \
$(BUILD_DIR)/asm/MSL/MSL_C/PPC_EABI/Runtime/ptmf.o \
$(BUILD_DIR)/asm/MSL/MSL_C/PPC_EABI/Runtime/runtime.o \
$(BUILD_DIR)/asm/MSL/MSL_C/PPC_EABI/Runtime/__init_cpp_exceptions.o \
$(BUILD_DIR)/asm/MSL/MSL_C/PPC_EABI/Runtime/Gecko_ExceptionPPC.o \
$(BUILD_DIR)/asm/MSL/MSL_C/PPC_EABI/Runtime/GCN_mem_alloc.o \
$(BUILD_DIR)/asm/MSL/MSL_C/PPC_EABI/alloc.o \
$(BUILD_DIR)/asm/MSL/MSL_C/PPC_EABI/ansi_files.o \
$(BUILD_DIR)/asm/MSL/MSL_C/PPC_EABI/ansi_fp.o \
$(BUILD_DIR)/asm/MSL/MSL_C/PPC_EABI/arith.o \
$(BUILD_DIR)/asm/MSL/MSL_C/PPC_EABI/buffer_io.o \
$(BUILD_DIR)/asm/MSL/MSL_C/PPC_EABI/ctype.o \
$(BUILD_DIR)/asm/MSL/MSL_C/PPC_EABI/direct_io.o \
$(BUILD_DIR)/asm/MSL/MSL_C/PPC_EABI/file_io.o \
$(BUILD_DIR)/asm/MSL/MSL_C/PPC_EABI/FILE_POS.o \
$(BUILD_DIR)/asm/MSL/MSL_C/PPC_EABI/mbstring.o \
$(BUILD_DIR)/asm/MSL/MSL_C/PPC_EABI/mem.o \
$(BUILD_DIR)/asm/MSL/MSL_C/PPC_EABI/mem_funcs.o \
$(BUILD_DIR)/asm/MSL/MSL_C/PPC_EABI/math_api.o \
$(BUILD_DIR)/asm/MSL/MSL_C/PPC_EABI/misc_io.o \
$(BUILD_DIR)/asm/MSL/MSL_C/PPC_EABI/printf.o \
$(BUILD_DIR)/asm/MSL/MSL_C/PPC_EABI/scanf.o \
$(BUILD_DIR)/asm/MSL/MSL_C/PPC_EABI/signal.o \
$(BUILD_DIR)/asm/MSL/MSL_C/PPC_EABI/string.o \
$(BUILD_DIR)/asm/MSL/MSL_C/PPC_EABI/strtold.o \
$(BUILD_DIR)/asm/MSL/MSL_C/PPC_EABI/strtoul.o \
$(BUILD_DIR)/asm/MSL/MSL_C/PPC_EABI/wmem.o \
$(BUILD_DIR)/asm/MSL/MSL_C/PPC_EABI/wprintf.o \
$(BUILD_DIR)/asm/MSL/MSL_C/PPC_EABI/wstring.o \
$(BUILD_DIR)/asm/MSL/MSL_C/PPC_EABI/wchar_io.o \
$(BUILD_DIR)/asm/MSL/MSL_C/PPC_EABI/uart_console_io_gcn.o \
$(BUILD_DIR)/asm/MSL/MSL_C/PPC_EABI/abort_exit_ppc_eabi.o \
$(BUILD_DIR)/asm/MSL/MSL_C/PPC_EABI/math_sun.o \
$(BUILD_DIR)/asm/MSL/MSL_C/PPC_EABI/extras.o \
$(BUILD_DIR)/asm/MSL/MSL_C/MSL_Common_Embedded/Math/Double_precision/e_acos.o \
$(BUILD_DIR)/asm/MSL/MSL_C/MSL_Common_Embedded/Math/Double_precision/e_asin.o \
$(BUILD_DIR)/asm/MSL/MSL_C/MSL_Common_Embedded/Math/Double_precision/e_atan2.o \
$(BUILD_DIR)/asm/MSL/MSL_C/MSL_Common_Embedded/Math/Double_precision/e_fmod.o \
$(BUILD_DIR)/asm/MSL/MSL_C/MSL_Common_Embedded/Math/Double_precision/e_log.o \
$(BUILD_DIR)/asm/MSL/MSL_C/MSL_Common_Embedded/Math/Double_precision/e_log10.o \
$(BUILD_DIR)/asm/MSL/MSL_C/MSL_Common_Embedded/Math/Double_precision/e_pow.o \
$(BUILD_DIR)/asm/MSL/MSL_C/MSL_Common_Embedded/Math/Double_precision/e_rem_pio2.o \
$(BUILD_DIR)/asm/MSL/MSL_C/MSL_Common_Embedded/Math/Double_precision/k_cos.o \
$(BUILD_DIR)/asm/MSL/MSL_C/MSL_Common_Embedded/Math/Double_precision/k_rem_pio2.o \
$(BUILD_DIR)/asm/MSL/MSL_C/MSL_Common_Embedded/Math/Double_precision/k_sin.o \
$(BUILD_DIR)/asm/MSL/MSL_C/MSL_Common_Embedded/Math/Double_precision/k_tan.o \
$(BUILD_DIR)/asm/MSL/MSL_C/MSL_Common_Embedded/Math/Double_precision/s_atan.o \
$(BUILD_DIR)/asm/MSL/MSL_C/MSL_Common_Embedded/Math/Double_precision/s_ceil.o \
$(BUILD_DIR)/asm/MSL/MSL_C/MSL_Common_Embedded/Math/Double_precision/s_copysign.o \
$(BUILD_DIR)/asm/MSL/MSL_C/MSL_Common_Embedded/Math/Double_precision/s_cos.o \
$(BUILD_DIR)/asm/MSL/MSL_C/MSL_Common_Embedded/Math/Double_precision/s_floor.o \
$(BUILD_DIR)/asm/MSL/MSL_C/MSL_Common_Embedded/Math/Double_precision/s_frexp.o \
$(BUILD_DIR)/asm/MSL/MSL_C/MSL_Common_Embedded/Math/Double_precision/s_ldexp.o \
$(BUILD_DIR)/asm/MSL/MSL_C/MSL_Common_Embedded/Math/Double_precision/s_sin.o \
$(BUILD_DIR)/asm/MSL/MSL_C/MSL_Common_Embedded/Math/Double_precision/s_tan.o \
$(BUILD_DIR)/asm/MSL/MSL_C/MSL_Common_Embedded/Math/Double_precision/w_acos.o \
$(BUILD_DIR)/asm/MSL/MSL_C/MSL_Common_Embedded/Math/Double_precision/w_asin.o \
$(BUILD_DIR)/asm/MSL/MSL_C/MSL_Common_Embedded/Math/Double_precision/w_atan2.o \
$(BUILD_DIR)/asm/MSL/MSL_C/MSL_Common_Embedded/Math/Double_precision/w_fmod.o \
$(BUILD_DIR)/asm/MSL/MSL_C/MSL_Common_Embedded/Math/Double_precision/w_log10.o \
$(BUILD_DIR)/asm/MSL/MSL_C/MSL_Common_Embedded/Math/Double_precision/w_pow.o \
$(BUILD_DIR)/asm/MSL/MSL_C/MSL_Common_Embedded/Math/Double_precision/e_sqrt.o \
$(BUILD_DIR)/asm/MSL/MSL_C/PPC_EABI/SRC/math_ppc.o \
$(BUILD_DIR)/asm/MSL/MSL_C/MSL_Common_Embedded/Math/Double_precision/w_sqrt.o \
$(BUILD_DIR)/asm/runtime_libs/debugger/embedded/MetroTRK/Portable/mainloop.o \
$(BUILD_DIR)/asm/runtime_libs/debugger/embedded/MetroTRK/Portable/nubevent.o \
$(BUILD_DIR)/asm/runtime_libs/debugger/embedded/MetroTRK/Portable/nubinit.o \
$(BUILD_DIR)/asm/runtime_libs/debugger/embedded/MetroTRK/Portable/msg.o \
$(BUILD_DIR)/asm/runtime_libs/debugger/embedded/MetroTRK/Portable/msgbuf.o \
$(BUILD_DIR)/asm/runtime_libs/debugger/embedded/MetroTRK/Portable/serpoll.o \
$(BUILD_DIR)/src/runtime_libs/debugger/embedded/MetroTRK/Os/dolphin/usr_put.o \
$(BUILD_DIR)/asm/runtime_libs/debugger/embedded/MetroTRK/Os/dolphin/usr_put.o \
$(BUILD_DIR)/asm/runtime_libs/debugger/embedded/MetroTRK/Portable/dispatch.o \
$(BUILD_DIR)/asm/runtime_libs/debugger/embedded/MetroTRK/Portable/msghndlr.o \
$(BUILD_DIR)/asm/runtime_libs/debugger/embedded/MetroTRK/Portable/support.o \
$(BUILD_DIR)/asm/runtime_libs/debugger/embedded/MetroTRK/Portable/mutex_TRK.o \
$(BUILD_DIR)/asm/runtime_libs/debugger/embedded/MetroTRK/Portable/notify.o \
$(BUILD_DIR)/asm/runtime_libs/debugger/embedded/MetroTRK/Processor/ppc/Generic/flush_cache.o \
$(BUILD_DIR)/asm/runtime_libs/debugger/embedded/MetroTRK/Portable/mem_TRK.o \
$(BUILD_DIR)/asm/runtime_libs/debugger/embedded/MetroTRK/Portable/string_TRK.o \
$(BUILD_DIR)/asm/runtime_libs/debugger/embedded/MetroTRK/Processor/ppc/Generic/targimpl.o \
$(BUILD_DIR)/asm/runtime_libs/debugger/embedded/MetroTRK/Processor/ppc/Generic/targsupp.o \
$(BUILD_DIR)/asm/runtime_libs/debugger/embedded/MetroTRK/Processor/ppc/Generic/mpc_7xx_603e.o \
$(BUILD_DIR)/asm/runtime_libs/debugger/embedded/MetroTRK/Export/mslsupp.o \
$(BUILD_DIR)/asm/runtime_libs/debugger/embedded/MetroTRK/Os/dolphin/dolphin_trk.o \
$(BUILD_DIR)/asm/runtime_libs/debugger/embedded/MetroTRK/Portable/main_TRK.o \
$(BUILD_DIR)/asm/runtime_libs/debugger/embedded/MetroTRK/Os/dolphin/dolphin_trk_glue.o \
$(BUILD_DIR)/asm/runtime_libs/debugger/embedded/MetroTRK/Os/dolphin/targcont.o \
$(BUILD_DIR)/asm/runtime_libs/debugger/embedded/MetroTRK/Os/dolphin/target_options.o \
$(BUILD_DIR)/asm/runtime_libs/debugger/embedded/MetroTRK/Os/dolphin/UDP_Stubs.o \
$(BUILD_DIR)/asm/runtime_libs/gamedev/cust_connection/cc/exi2/GCN/EXI2_GDEV_GCN/main.o \
$(BUILD_DIR)/asm/runtime_libs/gamedev/cust_connection/utils/common/CircleBuffer.o \
$(BUILD_DIR)/asm/runtime_libs/gamedev/cust_connection/utils/gc/MWCriticalSection_gc.o \
$(BUILD_DIR)/asm/ndev/DebuggerDriver.o \
$(BUILD_DIR)/asm/ndev/exi2.o \
CTORS_O_FILES := \
$(BUILD_DIR)/asm/ctors.o
DTORS_O_FILES := \
$(BUILD_DIR)/asm/dtors.o
RODATA_O_FILES := \
$(BUILD_DIR)/asm/rodata.o
DATA_O_FILES := \
$(BUILD_DIR)/asm/data.o
BSS_O_FILES := \
$(BUILD_DIR)/asm/bss.o
SDATA_O_FILES := \
$(BUILD_DIR)/asm/sdata.o
SDATA2_O_FILES := \
$(BUILD_DIR)/asm/sdata2.o
SBSS2_O_FILES := \
$(BUILD_DIR)/asm/sbss2.o