X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=Makefile;h=2b57053830d92cb0a721521f07e0f80dbf1c445d;hp=11b73877c041062d7d18418f2d9ed97f941c8d5e;hb=587fa7de9b496a0b7fa1d52d393733886602ca83;hpb=b17618c006c1a79ea0aa38c5e452a384f7f2bc95 diff --git a/Makefile b/Makefile index 11b73877..2b570538 100644 --- a/Makefile +++ b/Makefile @@ -88,18 +88,20 @@ endif OBJS += plugins/cdrcimg/cdrcimg.o # dfinput -OBJS += plugins/dfinput/pad.o +OBJS += plugins/dfinput/main.o plugins/dfinput/pad.o plugins/dfinput/guncon.o # gui OBJS += frontend/main.o frontend/plugin.o +OBJS += frontend/plugin_lib.o frontend/common/readpng.o +OBJS += frontend/common/fonts.o frontend/linux/plat.o ifeq "$(USE_GTK)" "1" OBJS += maemo/hildon.o maemo/main.o maemo/%.o: maemo/%.c else -OBJS += frontend/plugin_lib.o frontend/menu.o +frontend/%.o: CFLAGS += -DVOUT_FBDEV +OBJS += frontend/menu.o OBJS += frontend/linux/fbdev.o frontend/linux/in_evdev.o -OBJS += frontend/linux/plat.o frontend/linux/oshide.o -OBJS += frontend/common/fonts.o frontend/common/input.o frontend/common/readpng.o +OBJS += frontend/common/input.o frontend/linux/oshide.o ifeq "$(ARCH)" "arm" OBJS += frontend/plat_omap.o OBJS += frontend/pandora.o @@ -117,6 +119,10 @@ endif ifdef PCNT CFLAGS += -DPCNT endif +ifndef NO_TSLIB +frontend/%.o: CFLAGS += -DHAVE_TSLIB +OBJS += frontend/pl_gun_ts.o +endif frontend/%.o: CFLAGS += -DIN_EVDEV frontend/menu.o: frontend/revision.h @@ -131,7 +137,7 @@ $(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-gles/gpuGLES.so plugins/gpu_neon/gpu_neon.so $(PLUGINS): make -C $(dir $@) @@ -158,4 +164,5 @@ 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 $(PND_MAKE) -p pcsx_rearmed_$(VER).pnd -d out -x out/pcsx.pxml -i pandora/pcsx.png -c