annotate Makefile.am @ 472:3f02945a0c48

Cleanups.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 25 Jan 2007 05:58:05 +0000
parents a5ebf8595154
children 34d48e513419
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
187
9dfd63f433c4 Comments
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
1 ###
9dfd63f433c4 Comments
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
2 ### Makefile.am for XMMS-SID
9dfd63f433c4 Comments
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
3 ###
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
4 # Require latest automake
472
3f02945a0c48 Cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 431
diff changeset
5 AUTOMAKE_OPTIONS = 1.9
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
6
431
a5ebf8595154 GNU gettext i18n support
Matti Hamalainen <ccr@tnsp.org>
parents: 393
diff changeset
7 PACKAGE = @PACKAGE@
a5ebf8595154 GNU gettext i18n support
Matti Hamalainen <ccr@tnsp.org>
parents: 393
diff changeset
8 VERSION = @VERSION@
a5ebf8595154 GNU gettext i18n support
Matti Hamalainen <ccr@tnsp.org>
parents: 393
diff changeset
9
472
3f02945a0c48 Cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 431
diff changeset
10 themetune = Kummatti_City.sid
3f02945a0c48 Cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 431
diff changeset
11 libxmmssiddir = $(pkgdatadir)
3f02945a0c48 Cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 431
diff changeset
12 libxmmssid_DATA = $(themetune)
3f02945a0c48 Cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 431
diff changeset
13
3f02945a0c48 Cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 431
diff changeset
14 SUBDIRS = m4 po
3f02945a0c48 Cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 431
diff changeset
15 ACLOCAL_AMFLAGS = -I m4
3f02945a0c48 Cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 431
diff changeset
16
181
be1cf864f28e Added install-user and uninstall-user targets which install to current
Matti Hamalainen <ccr@tnsp.org>
parents: 180
diff changeset
17 # Personal XMMS directory in user's home
be1cf864f28e Added install-user and uninstall-user targets which install to current
Matti Hamalainen <ccr@tnsp.org>
parents: 180
diff changeset
18 USERHOMEPREFIX = ~/.xmms/Plugins
be1cf864f28e Added install-user and uninstall-user targets which install to current
Matti Hamalainen <ccr@tnsp.org>
parents: 180
diff changeset
19
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
20 # All the rest of the distributed files
472
3f02945a0c48 Cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 431
diff changeset
21 EXTRA_DIST = mkinstalldirs \
180
d75e8051c84e Not using recursive make anymore.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
22 FAQ \
d75e8051c84e Not using recursive make anymore.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
23 BUGS \
d75e8051c84e Not using recursive make anymore.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
24 THANKS \
d75e8051c84e Not using recursive make anymore.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
25 ChangeLog.old \
d75e8051c84e Not using recursive make anymore.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
26 bootstrap.sh \
d75e8051c84e Not using recursive make anymore.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
27 xmms-sid.glade \
d75e8051c84e Not using recursive make anymore.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
28 xmms-sid.spec.in \
d75e8051c84e Not using recursive make anymore.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
29 xmms-sid.spec \
d75e8051c84e Not using recursive make anymore.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
30 xmms-1.2.10-songpos.patch \
254
d3a4d35f2a8f Themetune, at least temporarily. Haven't asked Agemixer yet for permission.
Matti Hamalainen <ccr@tnsp.org>
parents: 236
diff changeset
31 src/xmms-sid-logo.xpm \
d3a4d35f2a8f Themetune, at least temporarily. Haven't asked Agemixer yet for permission.
Matti Hamalainen <ccr@tnsp.org>
parents: 236
diff changeset
32 Kummatti_City.sid
60
c5ef90f3c996 *** empty log message ***
Matti Hamalainen <ccr@tnsp.org>
parents: 43
diff changeset
33
187
9dfd63f433c4 Comments
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
34
9dfd63f433c4 Comments
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
35 # Update changelog
177
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 155
diff changeset
36 ChangeLog: CVS/Entries src/CVS/Entries
393
0844db548c06 Fix ChangeLog generation
Matti Hamalainen <ccr@tnsp.org>
parents: 363
diff changeset
37 cvs2cl.pl -U /cvs/CVSROOT/cvsusers
180
d75e8051c84e Not using recursive make anymore.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
38
187
9dfd63f433c4 Comments
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
39
9dfd63f433c4 Comments
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
40 ###
9dfd63f433c4 Comments
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
41 ### Install/uninstall-targets for single user
9dfd63f433c4 Comments
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
42 ###
181
be1cf864f28e Added install-user and uninstall-user targets which install to current
Matti Hamalainen <ccr@tnsp.org>
parents: 180
diff changeset
43 install-user: $(lib_LTLIBRARIES)
be1cf864f28e Added install-user and uninstall-user targets which install to current
Matti Hamalainen <ccr@tnsp.org>
parents: 180
diff changeset
44 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
be1cf864f28e Added install-user and uninstall-user targets which install to current
Matti Hamalainen <ccr@tnsp.org>
parents: 180
diff changeset
45 if test -f $$p; then \
be1cf864f28e Added install-user and uninstall-user targets which install to current
Matti Hamalainen <ccr@tnsp.org>
parents: 180
diff changeset
46 f="`echo $$p | sed -e 's|^.*/||'`"; \
be1cf864f28e Added install-user and uninstall-user targets which install to current
Matti Hamalainen <ccr@tnsp.org>
parents: 180
diff changeset
47 echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(USERHOMEPREFIX)/$$f"; \
be1cf864f28e Added install-user and uninstall-user targets which install to current
Matti Hamalainen <ccr@tnsp.org>
parents: 180
diff changeset
48 $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(USERHOMEPREFIX)/$$f; \
be1cf864f28e Added install-user and uninstall-user targets which install to current
Matti Hamalainen <ccr@tnsp.org>
parents: 180
diff changeset
49 else :; fi; \
be1cf864f28e Added install-user and uninstall-user targets which install to current
Matti Hamalainen <ccr@tnsp.org>
parents: 180
diff changeset
50 done
be1cf864f28e Added install-user and uninstall-user targets which install to current
Matti Hamalainen <ccr@tnsp.org>
parents: 180
diff changeset
51
be1cf864f28e Added install-user and uninstall-user targets which install to current
Matti Hamalainen <ccr@tnsp.org>
parents: 180
diff changeset
52 uninstall-user:
be1cf864f28e Added install-user and uninstall-user targets which install to current
Matti Hamalainen <ccr@tnsp.org>
parents: 180
diff changeset
53 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
be1cf864f28e Added install-user and uninstall-user targets which install to current
Matti Hamalainen <ccr@tnsp.org>
parents: 180
diff changeset
54 p="`echo $$p | sed -e 's|^.*/||'`"; \
be1cf864f28e Added install-user and uninstall-user targets which install to current
Matti Hamalainen <ccr@tnsp.org>
parents: 180
diff changeset
55 echo " $(LIBTOOL) --mode=uninstall rm -f $(USERHOMEPREFIX)/$$p"; \
be1cf864f28e Added install-user and uninstall-user targets which install to current
Matti Hamalainen <ccr@tnsp.org>
parents: 180
diff changeset
56 $(LIBTOOL) --mode=uninstall rm -f $(USERHOMEPREFIX)/$$p; \
be1cf864f28e Added install-user and uninstall-user targets which install to current
Matti Hamalainen <ccr@tnsp.org>
parents: 180
diff changeset
57 done
be1cf864f28e Added install-user and uninstall-user targets which install to current
Matti Hamalainen <ccr@tnsp.org>
parents: 180
diff changeset
58
187
9dfd63f433c4 Comments
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
59
9dfd63f433c4 Comments
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
60 ###
9dfd63f433c4 Comments
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
61 ### Source targets
9dfd63f433c4 Comments
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
62 ###
180
d75e8051c84e Not using recursive make anymore.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
63 # Generated libraries
d75e8051c84e Not using recursive make anymore.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
64 lib_LTLIBRARIES = libxmmssid.la
d75e8051c84e Not using recursive make anymore.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
65
d75e8051c84e Not using recursive make anymore.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
66 # Generals
472
3f02945a0c48 Cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 431
diff changeset
67 AM_CFLAGS = -W -Wall -D_REENTRANT @XMMS_CFLAGS@ @SIDPLAY1_INCLUDES@ \
3f02945a0c48 Cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 431
diff changeset
68 @SIDPLAY2_INCLUDES@ @BUILDERS_INCLUDES@ \
3f02945a0c48 Cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 431
diff changeset
69 -DTHEMETUNE_FILE="\"$(pkgdatadir)/$(themetune)\""
3f02945a0c48 Cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 431
diff changeset
70
180
d75e8051c84e Not using recursive make anymore.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
71 AM_CXXFLAGS = $(AM_CFLAGS)
d75e8051c84e Not using recursive make anymore.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
72
d75e8051c84e Not using recursive make anymore.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
73 libxmmssid_la_LDFLAGS = -module -avoid-version @BUILDERS_LDFLAGS@
200
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 187
diff changeset
74 libxmmssid_la_LIBADD = @XMMS_LIBS@ @SIDPLAY1_LDADD@ @SIDPLAY2_LDADD@ @RESID_LDADD@ @HARDSID_LDADD@
180
d75e8051c84e Not using recursive make anymore.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
75
d75e8051c84e Not using recursive make anymore.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
76 # Plugin sources
d75e8051c84e Not using recursive make anymore.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
77 libxmmssid_la_SOURCES = \
d75e8051c84e Not using recursive make anymore.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
78 src/xs_init.c \
d75e8051c84e Not using recursive make anymore.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
79 src/xs_about.c \
d75e8051c84e Not using recursive make anymore.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
80 src/xs_support.c src/xs_support.h \
d75e8051c84e Not using recursive make anymore.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
81 src/xs_config.c src/xs_config.h \
d75e8051c84e Not using recursive make anymore.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
82 src/xs_md5.c src/xs_md5.h \
d75e8051c84e Not using recursive make anymore.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
83 src/xs_length.c src/xs_length.h \
d75e8051c84e Not using recursive make anymore.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
84 src/xs_genui.c src/xs_genui.h \
d75e8051c84e Not using recursive make anymore.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
85 src/xs_glade.c src/xs_glade.h \
d75e8051c84e Not using recursive make anymore.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
86 src/xs_interface.c src/xs_interface.h \
350
Matti Hamalainen <ccr@tnsp.org>
parents: 317
diff changeset
87 src/xs_curve.c src/xs_curve.h \
180
d75e8051c84e Not using recursive make anymore.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
88 src/xs_stil.c src/xs_stil.h \
211
49bd07b7e724 Temporarily remove cvs2cl usage
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
89 src/xs_title.c src/xs_title.h \
236
3a20cf796c63 Add xs_fileinfo.h
Matti Hamalainen <ccr@tnsp.org>
parents: 211
diff changeset
90 src/xs_fileinfo.c src/xs_fileinfo.h \
311
7c49095b9c52 xs_filter.h
Matti Hamalainen <ccr@tnsp.org>
parents: 279
diff changeset
91 src/xs_filter.c src/xs_filter.h \
180
d75e8051c84e Not using recursive make anymore.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
92 src/xs_sidplay.h \
d75e8051c84e Not using recursive make anymore.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
93 src/xs_sidplay1.cc src/xs_sidplay1.h \
d75e8051c84e Not using recursive make anymore.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
94 src/xs_sidplay2.cc src/xs_sidplay2.h \
d75e8051c84e Not using recursive make anymore.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
95 src/xmms-sid.c src/xmms-sid.h
254
d3a4d35f2a8f Themetune, at least temporarily. Haven't asked Agemixer yet for permission.
Matti Hamalainen <ccr@tnsp.org>
parents: 236
diff changeset
96