aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornotaz2011-12-11 18:46:52 +0200
committernotaz2011-12-11 19:03:47 +0200
commit59f1c85c77cb3e598f317409142599ba92e23d91 (patch)
tree78f5ecb6e1fcb609bdee71b0e05fe31abe1f2912 /Makefile
parent4b98cfee8661d2d35be2303251eb4eb6402798c4 (diff)
downloadpcsx_rearmed-59f1c85c77cb3e598f317409142599ba92e23d91.tar.gz
pcsx_rearmed-59f1c85c77cb3e598f317409142599ba92e23d91.tar.bz2
pcsx_rearmed-59f1c85c77cb3e598f317409142599ba92e23d91.zip
update release packaging
use gpu_neon emu code for everything
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 4ca807a..8d49f10 100644
--- a/Makefile
+++ b/Makefile
@@ -174,13 +174,13 @@ frontend/revision.h: FORCE
$(TARGET): $(OBJS)
$(CC) -o $@ $^ $(LDFLAGS) -Wl,-Map=$@.map
-PLUGINS ?= plugins/spunull/spunull.so plugins/gpu_unai/gpuPCSX4ALL.so \
- plugins/gpu-gles/gpuGLES.so plugins/gpu_neon/gpu_neon.so
+PLUGINS ?= plugins/spunull/spunull.so plugins/gpu-gles/gpuGLES.so \
+ plugins/gpu_neon/gpu_unai.so plugins/gpu_neon/gpu_peops.so
$(PLUGINS):
make -C $(dir $@)
-clean:
+clean: $(PLAT_CLEAN)
$(RM) $(TARGET) $(OBJS) $(TARGET).map
clean_plugins:
@@ -202,5 +202,6 @@ rel: pcsx $(PLUGINS) \
sed -e 's/%PR%/$(VER)/g' out/pcsx.pxml.templ > out/pcsx.pxml
rm out/pcsx.pxml.templ
mv out/*.so out/plugins/
- mv out/plugins/gpu_neon.so out/plugins/gpuPEOPS2.so
+ mv out/plugins/gpu_unai.so out/plugins/gpuPCSX4ALL.so
+ mv out/plugins/gpu_peops.so out/plugins/gpuPEOPS.so
$(PND_MAKE) -p pcsx_rearmed_$(VER).pnd -d out -x out/pcsx.pxml -i frontend/pandora/pcsx.png -c