diff Plugins/Input/sexypsf/Makefile.in @ 600:4a614d88c8cb trunk

[svn] sexypsf conversion
author nenolod
date Fri, 03 Feb 2006 06:33:34 -0800
parents
children 99f56ad6037e
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Plugins/Input/sexypsf/Makefile.in	Fri Feb 03 06:33:34 2006 -0800
@@ -0,0 +1,26 @@
+include ../../../rules.mk
+include ../../../objective.mk
+
+OBJECTIVE_LIBS = libsexypsf.so
+
+LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR)
+
+LDFLAGS = $(PLUGIN_LDFLAGS)
+
+SOURCES = \
+	PsxBios.c \
+	PsxCounters.c \
+	PsxDma.c \
+	Spu.c \
+	PsxMem.c \
+	PsxHw.c \
+	Misc.c \
+	R3000A.c \
+	PsxInterpreter.c \
+	PsxHLE.c \
+	spu/spu.c \
+	xmms.c
+
+LIBADD = -lz
+
+CFLAGS += -fPIC -DPIC $(GTK_CFLAGS) -I../../../intl -I../../..