deal with lightrec warnings
[pcsx_rearmed.git] / Makefile
1 # Makefile for PCSX ReARMed
2
3 # default stuff goes here, so that config can override
4 TARGET ?= pcsx
5 CFLAGS += -Wall -Iinclude -ffast-math
6 ifeq ($(DEBUG), 1)
7 CFLAGS += -O0 -ggdb
8 else
9 ifeq ($(platform), $(filter $(platform), vita ctr))
10 CFLAGS += -O3 -DNDEBUG
11 else
12 CFLAGS += -O2 -DNDEBUG
13 endif
14 endif
15 CFLAGS += -DP_HAVE_MMAP=$(if $(NO_MMAP),0,1) \
16           -DP_HAVE_PTHREAD=$(if $(NO_PTHREAD),0,1) \
17           -DP_HAVE_POSIX_MEMALIGN=$(if $(NO_POSIX_MEMALIGN),0,1)
18 CXXFLAGS += $(CFLAGS)
19 #DRC_DBG = 1
20 #PCNT = 1
21
22 # Suppress minor warnings for dependencies
23 deps/%: CFLAGS += -Wno-unused -Wno-unused-function
24
25 all: config.mak target_ plugins_
26
27 ifndef NO_CONFIG_MAK
28 ifneq ($(wildcard config.mak),)
29 config.mak: ./configure
30         @echo $@ is out-of-date, running configure
31         @sed -n "/.*Configured with/s/[^:]*: //p" $@ | sh
32 include config.mak
33 else
34 config.mak:
35         @echo "Please run ./configure before running make!"
36         @exit 1
37 endif
38 else # NO_CONFIG_MAK
39 config.mak:
40 endif
41
42 -include Makefile.local
43
44 CC_LINK ?= $(CC)
45 CC_AS ?= $(CC)
46 LDFLAGS += $(MAIN_LDFLAGS)
47 EXTRA_LDFLAGS ?= -Wl,-Map=$@.map
48 LDLIBS += $(MAIN_LDLIBS)
49 ifdef PCNT
50 CFLAGS += -DPCNT
51 endif
52
53 # core
54 OBJS += libpcsxcore/cdriso.o libpcsxcore/cdrom.o libpcsxcore/cheat.o libpcsxcore/database.o \
55         libpcsxcore/decode_xa.o libpcsxcore/mdec.o \
56         libpcsxcore/misc.o libpcsxcore/plugins.o libpcsxcore/ppf.o libpcsxcore/psxbios.o \
57         libpcsxcore/psxcommon.o libpcsxcore/psxcounters.o libpcsxcore/psxdma.o libpcsxcore/psxhle.o \
58         libpcsxcore/psxhw.o libpcsxcore/psxinterpreter.o libpcsxcore/psxmem.o libpcsxcore/r3000a.o \
59         libpcsxcore/sio.o libpcsxcore/spu.o
60 OBJS += libpcsxcore/gte.o libpcsxcore/gte_nf.o libpcsxcore/gte_divider.o
61
62 ifeq ($(DEBUG), 1)
63 #OBJS += libpcsxcore/debug.o    libpcsxcore/socket.o libpcsxcore/disr3000a.o
64 endif
65
66 ifeq ($(WANT_ZLIB),1)
67 CFLAGS += -Ideps/libchdr/deps/zlib-1.2.13
68 OBJS += deps/libchdr/deps/zlib-1.2.13/adler32.o \
69         deps/libchdr/deps/zlib-1.2.13/compress.o \
70         deps/libchdr/deps/zlib-1.2.13/crc32.o \
71         deps/libchdr/deps/zlib-1.2.13/deflate.o \
72         deps/libchdr/deps/zlib-1.2.13/gzclose.o \
73         deps/libchdr/deps/zlib-1.2.13/gzlib.o \
74         deps/libchdr/deps/zlib-1.2.13/gzread.o \
75         deps/libchdr/deps/zlib-1.2.13/gzwrite.o \
76         deps/libchdr/deps/zlib-1.2.13/infback.o \
77         deps/libchdr/deps/zlib-1.2.13/inffast.o \
78         deps/libchdr/deps/zlib-1.2.13/inflate.o \
79         deps/libchdr/deps/zlib-1.2.13/inftrees.o \
80         deps/libchdr/deps/zlib-1.2.13/trees.o \
81         deps/libchdr/deps/zlib-1.2.13/uncompr.o \
82         deps/libchdr/deps/zlib-1.2.13/zutil.o
83 deps/libchdr/deps/zlib-1.2.13/%.o: CFLAGS += -DHAVE_UNISTD_H
84 endif
85 ifeq "$(ARCH)" "arm"
86 OBJS += libpcsxcore/gte_arm.o
87 endif
88 ifeq "$(HAVE_NEON_ASM)" "1"
89 OBJS += libpcsxcore/gte_neon.o
90 endif
91 libpcsxcore/psxbios.o: CFLAGS += -Wno-nonnull
92
93 # dynarec
94 ifeq "$(DYNAREC)" "lightrec"
95 CFLAGS += -Ideps/lightning/include -Ideps/lightrec -Iinclude/lightning -Iinclude/lightrec \
96                   -DLIGHTREC -DLIGHTREC_STATIC
97 LIGHTREC_CUSTOM_MAP ?= 0
98 LIGHTREC_CUSTOM_MAP_OBJ ?= libpcsxcore/lightrec/mem.o
99 LIGHTREC_THREADED_COMPILER ?= 0
100 CFLAGS += -DLIGHTREC_CUSTOM_MAP=$(LIGHTREC_CUSTOM_MAP) \
101           -DLIGHTREC_ENABLE_THREADED_COMPILER=$(LIGHTREC_THREADED_COMPILER)
102 ifeq ($(LIGHTREC_CUSTOM_MAP),1)
103 LDLIBS += -lrt
104 OBJS += $(LIGHTREC_CUSTOM_MAP_OBJ)
105 endif
106 ifeq ($(NEED_SYSCONF),1)
107 OBJS += libpcsxcore/lightrec/sysconf.o
108 endif
109 ifeq ($(LIGHTREC_THREADED_COMPILER),1)
110 OBJS += deps/lightrec/recompiler.o \
111         deps/lightrec/reaper.o
112 endif
113 OBJS += deps/lightrec/tlsf/tlsf.o
114 OBJS += libpcsxcore/lightrec/plugin.o
115 OBJS += deps/lightning/lib/jit_disasm.o \
116                 deps/lightning/lib/jit_memory.o \
117                 deps/lightning/lib/jit_names.o \
118                 deps/lightning/lib/jit_note.o \
119                 deps/lightning/lib/jit_print.o \
120                 deps/lightning/lib/jit_size.o \
121                 deps/lightning/lib/lightning.o \
122                 deps/lightrec/blockcache.o \
123                 deps/lightrec/constprop.o \
124                 deps/lightrec/disassembler.o \
125                 deps/lightrec/emitter.o \
126                 deps/lightrec/interpreter.o \
127                 deps/lightrec/lightrec.o \
128                 deps/lightrec/memmanager.o \
129                 deps/lightrec/optimizer.o \
130                 deps/lightrec/regcache.o
131 deps/lightning/%.o: CFLAGS += -DHAVE_MMAP=P_HAVE_MMAP
132 deps/lightning/%: CFLAGS += -w
133 deps/lightrec/%: CFLAGS += -w
134 libpcsxcore/lightrec/mem.o: CFLAGS += -D_GNU_SOURCE
135 ifeq ($(MMAP_WIN32),1)
136 CFLAGS += -Iinclude/mman -I deps/mman
137 OBJS += deps/mman/mman.o
138 endif
139 else ifeq "$(DYNAREC)" "ari64"
140 OBJS += libpcsxcore/new_dynarec/new_dynarec.o
141 OBJS += libpcsxcore/new_dynarec/pcsxmem.o
142  ifeq "$(ARCH)" "arm"
143  OBJS += libpcsxcore/new_dynarec/linkage_arm.o
144  libpcsxcore/new_dynarec/new_dynarec.o: libpcsxcore/new_dynarec/assem_arm.c
145  else ifneq (,$(findstring $(ARCH),aarch64 arm64))
146  OBJS += libpcsxcore/new_dynarec/linkage_arm64.o
147  libpcsxcore/new_dynarec/new_dynarec.o: libpcsxcore/new_dynarec/assem_arm64.c
148  else
149  $(error no dynarec support for architecture $(ARCH))
150  endif
151 else
152 CFLAGS += -DDRC_DISABLE
153 endif
154 OBJS += libpcsxcore/new_dynarec/emu_if.o libpcsxcore/new_dynarec/events.o
155 libpcsxcore/new_dynarec/new_dynarec.o: libpcsxcore/new_dynarec/pcsxmem_inline.c
156 ifdef DRC_DBG
157 libpcsxcore/new_dynarec/emu_if.o: CFLAGS += -D_FILE_OFFSET_BITS=64
158 CFLAGS += -DDRC_DBG
159 endif
160 ifeq "$(BASE_ADDR_DYNAMIC)" "1"
161 libpcsxcore/new_dynarec/%.o: CFLAGS += -DBASE_ADDR_DYNAMIC=1
162 endif
163
164 # spu
165 OBJS += plugins/dfsound/dma.o plugins/dfsound/freeze.o \
166         plugins/dfsound/registers.o plugins/dfsound/spu.o \
167         plugins/dfsound/out.o plugins/dfsound/nullsnd.o
168 plugins/dfsound/spu.o: plugins/dfsound/adsr.c plugins/dfsound/reverb.c \
169         plugins/dfsound/xa.c
170 ifeq "$(ARCH)" "arm"
171 OBJS += plugins/dfsound/arm_utils.o
172 endif
173 ifeq "$(HAVE_C64_TOOLS)" "1"
174 plugins/dfsound/spu.o: CFLAGS += -DC64X_DSP
175 plugins/dfsound/spu.o: plugins/dfsound/spu_c64x.c
176 frontend/menu.o: CFLAGS += -DC64X_DSP
177 endif
178 ifneq ($(findstring oss,$(SOUND_DRIVERS)),)
179 plugins/dfsound/out.o: CFLAGS += -DHAVE_OSS
180 OBJS += plugins/dfsound/oss.o
181 endif
182 ifneq ($(findstring alsa,$(SOUND_DRIVERS)),)
183 plugins/dfsound/out.o: CFLAGS += -DHAVE_ALSA
184 OBJS += plugins/dfsound/alsa.o
185 LDLIBS += -lasound
186 endif
187 ifneq ($(findstring sdl,$(SOUND_DRIVERS)),)
188 plugins/dfsound/out.o: CFLAGS += -DHAVE_SDL
189 OBJS += plugins/dfsound/sdl.o
190 endif
191 ifneq ($(findstring pulseaudio,$(SOUND_DRIVERS)),)
192 plugins/dfsound/out.o: CFLAGS += -DHAVE_PULSE
193 OBJS += plugins/dfsound/pulseaudio.o
194 endif
195 ifneq ($(findstring libretro,$(SOUND_DRIVERS)),)
196 plugins/dfsound/out.o: CFLAGS += -DHAVE_LIBRETRO
197 endif
198
199 # builtin gpu
200 OBJS += plugins/gpulib/gpu.o plugins/gpulib/vout_pl.o
201 ifeq "$(BUILTIN_GPU)" "neon"
202 CFLAGS += -DGPU_NEON
203 OBJS += plugins/gpu_neon/psx_gpu_if.o
204 plugins/gpu_neon/psx_gpu_if.o: CFLAGS += -DNEON_BUILD -DTEXTURE_CACHE_4BPP -DTEXTURE_CACHE_8BPP
205 plugins/gpu_neon/psx_gpu_if.o: plugins/gpu_neon/psx_gpu/*.c
206 frontend/menu.o frontend/plugin_lib.o: CFLAGS += -DBUILTIN_GPU_NEON
207  ifeq "$(HAVE_NEON_ASM)" "1"
208  OBJS += plugins/gpu_neon/psx_gpu/psx_gpu_arm_neon.o
209  else
210  OBJS += plugins/gpu_neon/psx_gpu/psx_gpu_simd.o
211  plugins/gpu_neon/psx_gpu_if.o: CFLAGS += -DSIMD_BUILD
212  plugins/gpu_neon/psx_gpu/psx_gpu_simd.o: CFLAGS += -DSIMD_BUILD
213  endif
214 endif
215 ifeq "$(BUILTIN_GPU)" "peops"
216 CFLAGS += -DGPU_PEOPS
217 # note: code is not safe for strict-aliasing? (Castlevania problems)
218 plugins/dfxvideo/gpulib_if.o: CFLAGS += -fno-strict-aliasing
219 plugins/dfxvideo/gpulib_if.o: plugins/dfxvideo/prim.c plugins/dfxvideo/soft.c
220 OBJS += plugins/dfxvideo/gpulib_if.o
221 ifeq "$(THREAD_RENDERING)" "1"
222 CFLAGS += -DTHREAD_RENDERING
223 OBJS += plugins/gpulib/gpulib_thread_if.o
224 endif
225 endif
226 ifeq "$(BUILTIN_GPU)" "unai"
227 CFLAGS += -DGPU_UNAI
228 CFLAGS += -DUSE_GPULIB=1
229 #CFLAGS += -DINLINE="static __inline__"
230 #CFLAGS += -Dasm="__asm__ __volatile__"
231 OBJS += plugins/gpu_unai/gpulib_if.o
232 ifeq "$(ARCH)" "arm"
233 OBJS += plugins/gpu_unai/gpu_arm.o
234 endif
235 ifeq "$(THREAD_RENDERING)" "1"
236 CFLAGS += -DTHREAD_RENDERING
237 OBJS += plugins/gpulib/gpulib_thread_if.o
238 endif
239 plugins/gpu_unai/gpulib_if.o: CFLAGS += -DREARMED -O3 
240 CC_LINK = $(CXX)
241 endif
242
243 # cdrcimg
244 OBJS += plugins/cdrcimg/cdrcimg.o
245
246 # libchdr
247 ifeq "$(HAVE_CHD)" "1"
248 CFLAGS += -Ideps/libchdr/include
249 CFLAGS += -Ideps/libchdr/include/libchdr
250 OBJS += deps/libchdr/deps/lzma-19.00/src/Alloc.o
251 OBJS += deps/libchdr/deps/lzma-19.00/src/Bra86.o
252 OBJS += deps/libchdr/deps/lzma-19.00/src/BraIA64.o
253 OBJS += deps/libchdr/deps/lzma-19.00/src/CpuArch.o
254 OBJS += deps/libchdr/deps/lzma-19.00/src/Delta.o
255 OBJS += deps/libchdr/deps/lzma-19.00/src/LzFind.o
256 OBJS += deps/libchdr/deps/lzma-19.00/src/Lzma86Dec.o
257 OBJS += deps/libchdr/deps/lzma-19.00/src/LzmaDec.o
258 OBJS += deps/libchdr/deps/lzma-19.00/src/LzmaEnc.o
259 OBJS += deps/libchdr/deps/lzma-19.00/src/Sort.o
260 OBJS += deps/libchdr/src/libchdr_bitstream.o
261 OBJS += deps/libchdr/src/libchdr_cdrom.o
262 OBJS += deps/libchdr/src/libchdr_chd.o
263 OBJS += deps/libchdr/src/libchdr_flac.o
264 OBJS += deps/libchdr/src/libchdr_huffman.o
265 CFLAGS += -Ideps/libchdr/deps/lzma-19.00/include
266 CFLAGS += -DHAVE_CHD -D_7ZIP_ST
267 LDFLAGS += -lm
268 endif
269
270 # dfinput
271 ifneq "$(PLATFORM)" "libretro"
272 OBJS += plugins/dfinput/main.o plugins/dfinput/pad.o plugins/dfinput/guncon.o
273 endif
274
275 # frontend/gui
276 OBJS += frontend/cspace.o
277 ifeq "$(HAVE_NEON_ASM)" "1"
278 OBJS += frontend/cspace_neon.o
279 frontend/cspace.o: CFLAGS += -DHAVE_bgr555_to_rgb565 -DHAVE_bgr888_to_x
280 else
281 ifeq "$(ARCH)" "arm"
282 OBJS += frontend/cspace_arm.o
283 frontend/cspace.o: CFLAGS += -DHAVE_bgr555_to_rgb565
284 endif
285 endif
286
287 ifeq "$(PLATFORM)" "generic"
288 OBJS += frontend/libpicofe/in_sdl.o
289 OBJS += frontend/libpicofe/plat_sdl.o
290 OBJS += frontend/libpicofe/plat_dummy.o
291 OBJS += frontend/libpicofe/linux/in_evdev.o
292 OBJS += frontend/plat_sdl.o
293 ifeq "$(HAVE_GLES)" "1"
294 OBJS += frontend/libpicofe/gl.o frontend/libpicofe/gl_platform.o
295 LDLIBS += $(LDLIBS_GLES)
296 frontend/libpicofe/plat_sdl.o: CFLAGS += -DHAVE_GLES $(CFLAGS_GLES)
297 frontend/libpicofe/gl_platform.o: CFLAGS += -DHAVE_GLES $(CFLAGS_GLES)
298 frontend/libpicofe/gl.o: CFLAGS += -DHAVE_GLES $(CFLAGS_GLES)
299 frontend/plat_sdl.o: CFLAGS += -DHAVE_GLES $(CFLAGS_GLES)
300 endif
301 USE_PLUGIN_LIB = 1
302 USE_FRONTEND = 1
303 endif
304 ifeq "$(PLATFORM)" "pandora"
305 OBJS += frontend/libpicofe/pandora/plat.o
306 OBJS += frontend/libpicofe/linux/fbdev.o frontend/libpicofe/linux/xenv.o
307 OBJS += frontend/libpicofe/linux/in_evdev.o
308 OBJS += frontend/plat_pandora.o frontend/plat_omap.o
309 frontend/main.o frontend/menu.o: CFLAGS += -include frontend/pandora/ui_feat.h
310 frontend/libpicofe/linux/plat.o: CFLAGS += -DPANDORA
311 USE_PLUGIN_LIB = 1
312 USE_FRONTEND = 1
313 endif
314 ifeq "$(PLATFORM)" "caanoo"
315 OBJS += frontend/libpicofe/gp2x/in_gp2x.o frontend/warm/warm.o
316 OBJS += frontend/libpicofe/gp2x/soc_pollux.o
317 OBJS += frontend/libpicofe/linux/in_evdev.o
318 OBJS += frontend/plat_pollux.o frontend/in_tsbutton.o frontend/blit320.o
319 frontend/main.o frontend/menu.o: CFLAGS += -include frontend/320240/ui_gp2x.h
320 USE_PLUGIN_LIB = 1
321 USE_FRONTEND = 1
322 endif
323 ifeq "$(PLATFORM)" "maemo"
324 OBJS += maemo/hildon.o maemo/main.o maemo/maemo_xkb.o frontend/pl_gun_ts.o
325 maemo/%.o: maemo/%.c
326 USE_PLUGIN_LIB = 1
327 LDFLAGS += $(shell pkg-config --libs hildon-1 libpulse)
328 CFLAGS += $(shell pkg-config --cflags hildon-1) -DHAVE_TSLIB
329 CFLAGS += `pkg-config --cflags glib-2.0 libosso dbus-1 hildon-fm-2`
330 LDFLAGS += `pkg-config --libs glib-2.0 libosso dbus-1 hildon-fm-2`
331 endif
332 ifeq "$(PLATFORM)" "libretro"
333 ifeq "$(USE_LIBRETRO_VFS)" "1"
334 OBJS += deps/libretro-common/compat/compat_posix_string.o
335 OBJS += deps/libretro-common/compat/fopen_utf8.o
336 OBJS += deps/libretro-common/compat/compat_strl.o
337 OBJS += deps/libretro-common/encodings/encoding_utf.o
338 OBJS += deps/libretro-common/file/file_path.o
339 OBJS += deps/libretro-common/streams/file_stream.o
340 OBJS += deps/libretro-common/streams/file_stream_transforms.o
341 OBJS += deps/libretro-common/string/stdstring.o
342 OBJS += deps/libretro-common/time/rtime.o
343 OBJS += deps/libretro-common/vfs/vfs_implementation.o
344 CFLAGS += -DUSE_LIBRETRO_VFS
345 endif
346 OBJS += frontend/libretro.o
347 CFLAGS += -Ideps/libretro-common/include
348 CFLAGS += -DFRONTEND_SUPPORTS_RGB565
349 CFLAGS += -DHAVE_LIBRETRO
350
351 ifneq ($(DYNAREC),lightrec)
352 ifeq ($(MMAP_WIN32),1)
353 OBJS += libpcsxcore/memmap_win32.o
354 endif
355 endif
356 endif
357
358 ifeq "$(USE_PLUGIN_LIB)" "1"
359 OBJS += frontend/plugin_lib.o
360 OBJS += frontend/libpicofe/linux/plat.o
361 OBJS += frontend/libpicofe/readpng.o frontend/libpicofe/fonts.o
362 frontend/libpicofe/linux/plat.o: CFLAGS += -DNO_HOME_DIR
363 ifeq "$(HAVE_NEON_ASM)" "1"
364 OBJS += frontend/libpicofe/arm/neon_scale2x.o
365 OBJS += frontend/libpicofe/arm/neon_eagle2x.o
366 frontend/libpicofe/arm/neon_scale2x.o: CFLAGS += -DDO_BGR_TO_RGB
367 frontend/libpicofe/arm/neon_eagle2x.o: CFLAGS += -DDO_BGR_TO_RGB
368 endif
369 endif
370 ifeq "$(USE_FRONTEND)" "1"
371 OBJS += frontend/menu.o
372 OBJS += frontend/libpicofe/input.o
373 frontend/menu.o: frontend/libpicofe/menu.c
374 ifeq "$(HAVE_TSLIB)" "1"
375 frontend/%.o: CFLAGS += -DHAVE_TSLIB
376 OBJS += frontend/pl_gun_ts.o
377 endif
378 else
379 CFLAGS += -DNO_FRONTEND
380 endif
381
382 # misc
383 OBJS += frontend/main.o frontend/plugin.o
384
385
386 frontend/menu.o frontend/main.o: frontend/revision.h
387 frontend/plat_sdl.o frontend/libretro.o: frontend/revision.h
388
389 frontend/libpicofe/%.c:
390         @echo "libpicofe module is missing, please run:"
391         @echo "git submodule init && git submodule update"
392         @exit 1
393
394 libpcsxcore/gte_nf.o: libpcsxcore/gte.c
395         $(CC) -c -o $@ $^ $(CFLAGS) -DFLAGLESS
396
397 frontend/revision.h: FORCE
398         @(git describe --always || echo) | sed -e 's/.*/#define REV "\0"/' > $@_
399         @diff -q $@_ $@ > /dev/null 2>&1 || cp $@_ $@
400         @rm $@_
401
402 %.o: %.S
403         $(CC_AS) $(CFLAGS) -c $^ -o $@
404
405 %.o: %.cpp
406         $(CXX) $(CXXFLAGS) -c -o $@ $<
407
408 %.o: %.c
409         $(CC) $(CFLAGS) -c -o $@ $<
410
411 target_: $(TARGET)
412
413 $(TARGET): $(OBJS)
414 ifeq ($(STATIC_LINKING), 1)
415         $(AR) rcs $@ $(OBJS)
416 else
417         $(CC_LINK) -o $@ $^ $(LDFLAGS) $(LDLIBS) $(EXTRA_LDFLAGS)
418 endif
419
420 clean: $(PLAT_CLEAN) clean_plugins
421         $(RM) $(TARGET) $(OBJS) $(TARGET).map frontend/revision.h
422
423 ifneq ($(PLUGINS),)
424 plugins_: $(PLUGINS)
425
426 $(PLUGINS):
427         make -C $(dir $@)
428
429 clean_plugins:
430         make -C plugins/gpulib/ clean
431         for dir in $(PLUGINS) ; do \
432                 $(MAKE) -C $$(dirname $$dir) clean; done
433 else
434 plugins_:
435 clean_plugins:
436 endif
437
438 .PHONY: all clean target_ plugins_ clean_plugins FORCE
439
440 # ----------- release -----------
441
442 VER ?= $(shell git describe --always HEAD)
443
444 ifeq "$(PLATFORM)" "generic"
445 OUT = pcsx_rearmed_$(VER)
446
447 rel: pcsx $(PLUGINS) \
448                 frontend/pandora/skin readme.txt COPYING
449         rm -rf $(OUT)
450         mkdir -p $(OUT)/plugins
451         mkdir -p $(OUT)/bios
452         cp -r $^ $(OUT)/
453         mv $(OUT)/*.so* $(OUT)/plugins/
454         zip -9 -r $(OUT).zip $(OUT)
455 endif
456
457 ifeq "$(PLATFORM)" "pandora"
458 PND_MAKE ?= $(HOME)/dev/pnd/src/pandora-libraries/testdata/scripts/pnd_make.sh
459
460 rel: pcsx plugins/dfsound/pcsxr_spu_area3.out $(PLUGINS) \
461                 frontend/pandora/pcsx.sh frontend/pandora/pcsx.pxml.templ frontend/pandora/pcsx.png \
462                 frontend/pandora/picorestore frontend/pandora/skin readme.txt COPYING
463         rm -rf out
464         mkdir -p out/plugins
465         cp -r $^ out/
466         sed -e 's/%PR%/$(VER)/g' out/pcsx.pxml.templ > out/pcsx.pxml
467         rm out/pcsx.pxml.templ
468         mv out/*.so out/plugins/
469         $(PND_MAKE) -p pcsx_rearmed_$(VER).pnd -d out -x out/pcsx.pxml -i frontend/pandora/pcsx.png -c
470 endif
471
472 ifeq "$(PLATFORM)" "caanoo"
473 PLAT_CLEAN = caanoo_clean
474
475 caanoo_clean:
476         $(RM) frontend/320240/pollux_set
477
478 rel: pcsx $(PLUGINS) \
479                 frontend/320240/caanoo.gpe frontend/320240/pcsx26.png \
480                 frontend/320240/pcsxb.png frontend/320240/skin \
481                 frontend/warm/bin/warm_2.6.24.ko frontend/320240/pollux_set \
482                 frontend/320240/pcsx_rearmed.ini frontend/320240/haptic_w.cfg \
483                 frontend/320240/haptic_s.cfg \
484                 readme.txt COPYING
485         rm -rf out
486         mkdir -p out/pcsx_rearmed/plugins
487         cp -r $^ out/pcsx_rearmed/
488         mv out/pcsx_rearmed/*.so out/pcsx_rearmed/plugins/
489         mv out/pcsx_rearmed/caanoo.gpe out/pcsx_rearmed/pcsx.gpe
490         mv out/pcsx_rearmed/pcsx_rearmed.ini out/
491         mkdir out/pcsx_rearmed/lib/
492         cp ./lib/libbz2.so.1 out/pcsx_rearmed/lib/
493         mkdir out/pcsx_rearmed/bios/
494         cd out && zip -9 -r ../pcsx_rearmed_$(VER)_caanoo.zip *
495 endif