comparison Makefile.am @ 187:9dfd63f433c4

Comments
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 18 Aug 2004 05:35:02 +0000
parents be1cf864f28e
children ec8b735f5418
comparison
equal deleted inserted replaced
186:31a04bd9310c 187:9dfd63f433c4
1 ###
2 ### Makefile.am for XMMS-SID
3 ###
1 # Require latest automake 4 # Require latest automake
2 AUTOMAKE_OPTIONS = 1.7 5 AUTOMAKE_OPTIONS = 1.7
3 6
4 # Personal XMMS directory in user's home 7 # Personal XMMS directory in user's home
5 USERHOMEPREFIX = ~/.xmms/Plugins 8 USERHOMEPREFIX = ~/.xmms/Plugins
19 xmms-sid.spec.in \ 22 xmms-sid.spec.in \
20 xmms-sid.spec \ 23 xmms-sid.spec \
21 xmms-1.2.10-songpos.patch \ 24 xmms-1.2.10-songpos.patch \
22 src/xmms-sid-logo.xpm 25 src/xmms-sid-logo.xpm
23 26
27
28 # Update changelog
24 ChangeLog: CVS/Entries src/CVS/Entries 29 ChangeLog: CVS/Entries src/CVS/Entries
25 cvs2cl.pl --passwd /etc/passwd --domain tnsp.org 30 cvs2cl.pl --passwd /etc/passwd --domain tnsp.org
26 31
32
33 ###
34 ### Install/uninstall-targets for single user
35 ###
27 install-user: $(lib_LTLIBRARIES) 36 install-user: $(lib_LTLIBRARIES)
28 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ 37 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
29 if test -f $$p; then \ 38 if test -f $$p; then \
30 f="`echo $$p | sed -e 's|^.*/||'`"; \ 39 f="`echo $$p | sed -e 's|^.*/||'`"; \
31 echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(USERHOMEPREFIX)/$$f"; \ 40 echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(USERHOMEPREFIX)/$$f"; \
38 p="`echo $$p | sed -e 's|^.*/||'`"; \ 47 p="`echo $$p | sed -e 's|^.*/||'`"; \
39 echo " $(LIBTOOL) --mode=uninstall rm -f $(USERHOMEPREFIX)/$$p"; \ 48 echo " $(LIBTOOL) --mode=uninstall rm -f $(USERHOMEPREFIX)/$$p"; \
40 $(LIBTOOL) --mode=uninstall rm -f $(USERHOMEPREFIX)/$$p; \ 49 $(LIBTOOL) --mode=uninstall rm -f $(USERHOMEPREFIX)/$$p; \
41 done 50 done
42 51
52
53 ###
54 ### Source targets
55 ###
43 # Generated libraries 56 # Generated libraries
44 lib_LTLIBRARIES = libxmmssid.la 57 lib_LTLIBRARIES = libxmmssid.la
45 58
46 # Generals 59 # Generals
47 AM_CFLAGS = -W -Wall -D_REENTRANT @XMMS_CFLAGS@ @SIDPLAY1_INCLUDES@ @SIDPLAY2_INCLUDES@ @BUILDERS_INCLUDES@ @NANOSID_INCLUDES@ 60 AM_CFLAGS = -W -Wall -D_REENTRANT @XMMS_CFLAGS@ @SIDPLAY1_INCLUDES@ @SIDPLAY2_INCLUDES@ @BUILDERS_INCLUDES@ @NANOSID_INCLUDES@