diff src/sid/Makefile @ 16:ada5b8bf1471 trunk

[svn] - and some more of that wonderful Makefile.in -> Makefile reduction
author nenolod
date Mon, 18 Sep 2006 03:34:48 -0700
parents src/sid/Makefile.in@3da1b8942b8b
children cf1054422f81
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/sid/Makefile	Mon Sep 18 03:34:48 2006 -0700
@@ -0,0 +1,42 @@
+include ../../../mk/rules.mk
+include ../../../mk/init.mk
+
+OBJECTIVE_LIBS = libsid$(SHARED_SUFFIX)
+
+###
+### Source targets
+###
+EXTRA_DIST = xmms-sid-logo.xpm
+
+# Generals
+CFLAGS   += $(PICFLAGS) -D_REENTRANT $(PLUGIN_CFLAGS) $(SIDPLAY1_INCLUDES) $(SIDPLAY2_INCLUDES) $(BUILDERS_INCLUDES) $(GTK_CFLAGS) -I../../../intl -I../../..
+CXXFLAGS  += $(PICFLAGS) -D_REENTRANT $(PLUGIN_CFLAGS) $(SIDPLAY1_INCLUDES) $(SIDPLAY2_INCLUDES) $(BUILDERS_INCLUDES) $(GTK_CFLAGS) -I../../../intl -I../../..
+
+# Generated libraries
+
+LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR)
+
+LDFLAGS += $(BUILDERS_LDFLAGS)
+LIBADD  = $(SIDPLAY1_LDADD) $(SIDPLAY2_LDADD) $(RESID_LDADD) $(HARDSID_LDADD) $(GTK_LIBS) -lstdc++
+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
+
+OBJECTS1 = ${SOURCES:.c=.o}
+OBJECTS = ${OBJECTS1:.cc=.o}
+
+include ../../../mk/objective.mk