comparison Plugins/Input/sid/Makefile.am @ 269:1b82a9932b60 trunk

[svn] Import sid plugin. Ported from XMMS by giacomo.
author chainsaw
date Thu, 08 Dec 2005 15:12:12 -0800
parents
children
comparison
equal deleted inserted replaced
268:1368faba73c9 269:1b82a9932b60
1 if HAVE_SIDPLAY
2
3 lib_LTLIBRARIES = libsid.la
4
5 endif
6
7 ###
8 ### Source targets
9 ###
10 EXTRA_DIST = xmms-sid-logo.xpm
11
12 # Generals
13 AM_CFLAGS = -D_REENTRANT $(PLUGIN_CFLAGS) @SIDPLAY1_INCLUDES@ @SIDPLAY2_INCLUDES@ @BUILDERS_INCLUDES@
14 AM_CXXFLAGS = $(AM_CFLAGS)
15
16 # Generated libraries
17
18 libdir = $(plugindir)/$(INPUT_PLUGIN_DIR)
19
20 libsid_la_LDFLAGS = $(PLUGIN_LDFLAGS) @BUILDERS_LDFLAGS@
21 libsid_la_LIBADD = @SIDPLAY1_LDADD@ @SIDPLAY2_LDADD@ @RESID_LDADD@ @HARDSID_LDADD@
22 libsid_la_SOURCES = \
23 xs_init.c \
24 xs_about.c \
25 xs_support.c xs_support.h \
26 xs_config.c xs_config.h \
27 xs_md5.c xs_md5.h \
28 xs_length.c xs_length.h \
29 xs_genui.c xs_genui.h \
30 xs_glade.c xs_glade.h \
31 xs_interface.c xs_interface.h \
32 xs_stil.c xs_stil.h \
33 xs_title.c xs_title.h \
34 xs_fileinfo.c xs_fileinfo.h \
35 xs_filter.c xs_filter.h \
36 xs_sidplay.h \
37 xs_sidplay1.cc xs_sidplay1.h \
38 xs_sidplay2.cc xs_sidplay2.h \
39 xmms-sid.c xmms-sid.h
40
41 INCLUDES = $(GTK_CFLAGS) -I$(top_builddir)/intl -I$(top_srcdir)
42