From 76f7048eff4f5357df048268e40b5bc6b9387fe5 Mon Sep 17 00:00:00 2001 From: notaz Date: Thu, 11 Aug 2011 18:26:28 +0300 Subject: frontend: refactor plugin_lib for maemo should give them proper frame limiter, frameskip and also lightgun support, maybe. --- Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b95f7f2..7e3d097 100644 --- a/Makefile +++ b/Makefile @@ -92,14 +92,16 @@ 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 -- cgit v1.2.3