comparison Makefile.am @ 472:3f02945a0c48

Cleanups.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 25 Jan 2007 05:58:05 +0000
parents a5ebf8595154
children 34d48e513419
comparison
equal deleted inserted replaced
471:1733f81f7480 472:3f02945a0c48
1 ### 1 ###
2 ### Makefile.am for XMMS-SID 2 ### Makefile.am for XMMS-SID
3 ### 3 ###
4 # Require latest automake 4 # Require latest automake
5 AUTOMAKE_OPTIONS = 1.7 5 AUTOMAKE_OPTIONS = 1.9
6 6
7 PACKAGE = @PACKAGE@ 7 PACKAGE = @PACKAGE@
8 VERSION = @VERSION@ 8 VERSION = @VERSION@
9
10 themetune = Kummatti_City.sid
11 libxmmssiddir = $(pkgdatadir)
12 libxmmssid_DATA = $(themetune)
13
14 SUBDIRS = m4 po
15 ACLOCAL_AMFLAGS = -I m4
9 16
10 # Personal XMMS directory in user's home 17 # Personal XMMS directory in user's home
11 USERHOMEPREFIX = ~/.xmms/Plugins 18 USERHOMEPREFIX = ~/.xmms/Plugins
12 19
13 # All the rest of the distributed files 20 # All the rest of the distributed files
14 EXTRA_DIST = mkinstalldirs \ 21 EXTRA_DIST = mkinstalldirs \
15 FAQ \ 22 FAQ \
16 BUGS \ 23 BUGS \
17 THANKS \ 24 THANKS \
18 ChangeLog.old \ 25 ChangeLog.old \
19 bootstrap.sh \ 26 bootstrap.sh \
55 ### 62 ###
56 # Generated libraries 63 # Generated libraries
57 lib_LTLIBRARIES = libxmmssid.la 64 lib_LTLIBRARIES = libxmmssid.la
58 65
59 # Generals 66 # Generals
60 AM_CFLAGS = -W -Wall -D_REENTRANT @XMMS_CFLAGS@ @SIDPLAY1_INCLUDES@ @SIDPLAY2_INCLUDES@ @BUILDERS_INCLUDES@ 67 AM_CFLAGS = -W -Wall -D_REENTRANT @XMMS_CFLAGS@ @SIDPLAY1_INCLUDES@ \
68 @SIDPLAY2_INCLUDES@ @BUILDERS_INCLUDES@ \
69 -DTHEMETUNE_FILE="\"$(pkgdatadir)/$(themetune)\""
70
61 AM_CXXFLAGS = $(AM_CFLAGS) 71 AM_CXXFLAGS = $(AM_CFLAGS)
62 72
63 libxmmssid_la_LDFLAGS = -module -avoid-version @BUILDERS_LDFLAGS@ 73 libxmmssid_la_LDFLAGS = -module -avoid-version @BUILDERS_LDFLAGS@
64 libxmmssid_la_LIBADD = @XMMS_LIBS@ @SIDPLAY1_LDADD@ @SIDPLAY2_LDADD@ @RESID_LDADD@ @HARDSID_LDADD@ 74 libxmmssid_la_LIBADD = @XMMS_LIBS@ @SIDPLAY1_LDADD@ @SIDPLAY2_LDADD@ @RESID_LDADD@ @HARDSID_LDADD@
65 75
82 src/xs_sidplay.h \ 92 src/xs_sidplay.h \
83 src/xs_sidplay1.cc src/xs_sidplay1.h \ 93 src/xs_sidplay1.cc src/xs_sidplay1.h \
84 src/xs_sidplay2.cc src/xs_sidplay2.h \ 94 src/xs_sidplay2.cc src/xs_sidplay2.h \
85 src/xmms-sid.c src/xmms-sid.h 95 src/xmms-sid.c src/xmms-sid.h
86 96
87 libxmmssiddir = $(pkgdatadir)
88 libxmmssid_DATA = @THEMETUNE_FILE@
89
90 SUBDIRS = m4 po
91
92 ACLOCAL_AMFLAGS = -I m4