changeset 599:abd9f2854f12 trunk

[svn] sid conversion
author nenolod
date Fri, 03 Feb 2006 06:30:51 -0800
parents 9ca2d6b9d887
children 4a614d88c8cb
files Plugins/Input/sid/Makefile.am Plugins/Input/sid/Makefile.in
diffstat 2 files changed, 38 insertions(+), 42 deletions(-) [+]
line wrap: on
line diff
--- a/Plugins/Input/sid/Makefile.am	Fri Feb 03 06:26:41 2006 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,42 +0,0 @@
-if HAVE_SIDPLAY
-
-lib_LTLIBRARIES = libsid.la
-
-endif
-
-###
-### Source targets
-###
-EXTRA_DIST = xmms-sid-logo.xpm
-
-# Generals
-AM_CFLAGS   = -D_REENTRANT $(PLUGIN_CFLAGS) @SIDPLAY1_INCLUDES@ @SIDPLAY2_INCLUDES@ @BUILDERS_INCLUDES@
-AM_CXXFLAGS = $(AM_CFLAGS)
-
-# Generated libraries
-
-libdir = $(plugindir)/$(INPUT_PLUGIN_DIR)
-
-libsid_la_LDFLAGS = $(PLUGIN_LDFLAGS) @BUILDERS_LDFLAGS@
-libsid_la_LIBADD  = @SIDPLAY1_LDADD@ @SIDPLAY2_LDADD@ @RESID_LDADD@ @HARDSID_LDADD@
-libsid_la_SOURCES =	\
-	xs_init.c			\
-	xs_about.c			\
-	xs_support.c	xs_support.h	\
-	xs_config.c	xs_config.h	\
-	xs_md5.c	xs_md5.h	\
-	xs_length.c	xs_length.h	\
-	xs_genui.c	xs_genui.h	\
-	xs_glade.c	xs_glade.h	\
-	xs_interface.c	xs_interface.h	\
-	xs_stil.c	xs_stil.h	\
-	xs_title.c	xs_title.h	\
-	xs_fileinfo.c	xs_fileinfo.h	\
-	xs_filter.c	xs_filter.h	\
-	xs_sidplay.h			\
-	xs_sidplay1.cc	xs_sidplay1.h	\
-	xs_sidplay2.cc	xs_sidplay2.h	\
-	xmms-sid.c	xmms-sid.h
-
-INCLUDES = $(GTK_CFLAGS) -I$(top_builddir)/intl -I$(top_srcdir)
-
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Plugins/Input/sid/Makefile.in	Fri Feb 03 06:30:51 2006 -0800
@@ -0,0 +1,38 @@
+include ../../../rules.mk
+include ../../../objective.mk
+
+OBJECTIVE_LIBS = libsid.so
+
+###
+### Source targets
+###
+EXTRA_DIST = xmms-sid-logo.xpm
+
+# Generals
+CFLAGS   += -fPIC -DPIC -D_REENTRANT $(PLUGIN_CFLAGS) $(SIDPLAY1_INCLUDES) $(SIDPLAY2_INCLUDES) $(BUILDERS_INCLUDES) $(GTK_CFLAGS) -I../../../intl -I../../..
+CXXFLAGS = $(CFLAGS)
+
+# Generated libraries
+
+LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR)
+
+LDFLAGS = $(BUILDERS_LDFLAGS)
+LIBADD  = $(SIDPLAY1_LDADD) $(SIDPLAY2_LDADD) $(RESID_LDADD) $(HARDSID_LDADD)
+SOURCES =	\
+	xs_init.c	\
+	xs_about.c	\
+	xs_support.c	\
+	xs_config.c	\
+	xs_md5.c	\
+	xs_length.c	\
+	xs_genui.c	\
+	xs_glade.c	\
+	xs_interface.c	\
+	xs_stil.c	\
+	xs_title.c	\
+	xs_fileinfo.c	\
+	xs_filter.c	\
+	xs_sidplay1.cc	\
+	xs_sidplay2.cc	\
+	xmms-sid.c
+