# HG changeset patch # User Matti Hamalainen # Date 1092807302 0 # Node ID 9dfd63f433c4534fe633d47e400b7ec7f77febd3 # Parent 31a04bd9310c50523063ec2e0bce7aa613bf9c41 Comments diff -r 31a04bd9310c -r 9dfd63f433c4 Makefile.am --- a/Makefile.am Wed Aug 18 05:25:02 2004 +0000 +++ b/Makefile.am Wed Aug 18 05:35:02 2004 +0000 @@ -1,3 +1,6 @@ +### +### Makefile.am for XMMS-SID +### # Require latest automake AUTOMAKE_OPTIONS = 1.7 @@ -21,9 +24,15 @@ xmms-1.2.10-songpos.patch \ src/xmms-sid-logo.xpm + +# Update changelog ChangeLog: CVS/Entries src/CVS/Entries cvs2cl.pl --passwd /etc/passwd --domain tnsp.org + +### +### Install/uninstall-targets for single user +### install-user: $(lib_LTLIBRARIES) @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ if test -f $$p; then \ @@ -40,6 +49,10 @@ $(LIBTOOL) --mode=uninstall rm -f $(USERHOMEPREFIX)/$$p; \ done + +### +### Source targets +### # Generated libraries lib_LTLIBRARIES = libxmmssid.la