changeset 600:4a614d88c8cb trunk

[svn] sexypsf conversion
author nenolod
date Fri, 03 Feb 2006 06:33:34 -0800
parents abd9f2854f12
children 99f56ad6037e
files Plugins/Input/sexypsf/Makefile.am Plugins/Input/sexypsf/Makefile.in
diffstat 2 files changed, 26 insertions(+), 24 deletions(-) [+]
line wrap: on
line diff
--- a/Plugins/Input/sexypsf/Makefile.am	Fri Feb 03 06:30:51 2006 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-lib_LTLIBRARIES = libsexypsf.la
-
-libdir = $(plugindir)/$(INPUT_PLUGIN_DIR)
-
-libsexypsf_la_LDFLAGS = $(PLUGIN_LDFLAGS)
-
-libsexypsf_la_SOURCES = \
-	PsxCommon.h types.h \
-	PsxBios.c PsxBios.h \
-	PsxCounters.c PsxCounters.h \
-	PsxDma.c PsxDma.h \
-	Spu.c Spu.h \
-	PsxMem.c PsxMem.h \
-	PsxHw.c PsxHw.h \
-	Misc.c Misc.h driver.h \
-	R3000A.c R3000A.h \
-	PsxInterpreter.c \
-	PsxHLE.c PsxHLE.h \
-	spu/spu.c \
-	xmms.c
-
-libsexypsf_la_LIBADD = -lz
-
-INCLUDES = $(GTK_CFLAGS) -I$(top_builddir)/intl -I$(top_srcdir)
--- /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../../..