annotate Makefile.in @ 1196:ec7998847818 trunk

[svn] - some JMA stuff
author nenolod
date Tue, 13 Jun 2006 22:16:47 -0700
parents 4be4d74db123
children ba0ce9c62110
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
563
0879e7ad85b1 [svn] some buildsystem changes... nothing notable yet
nenolod
parents:
diff changeset
1 include mk/rules.mk
0879e7ad85b1 [svn] some buildsystem changes... nothing notable yet
nenolod
parents:
diff changeset
2 include mk/objective.mk
0879e7ad85b1 [svn] some buildsystem changes... nothing notable yet
nenolod
parents:
diff changeset
3
1105
4be4d74db123 [svn] automatic character encoding detector for id3 metadata. --enable-chardet enables this feature.
yaz
parents: 947
diff changeset
4 SUBDIRS = Plugins libaudacious intl $(SUBDIR_GUESS) audacious po icons skin
613
502b46145121 [svn] Run ldconfig as an install-posthook operation, some systems need it.
nenolod
parents: 563
diff changeset
5
502b46145121 [svn] Run ldconfig as an install-posthook operation, some systems need it.
nenolod
parents: 563
diff changeset
6 install-posthook:
947
47642e4e456c [svn] - don't run ldconfig when DESTDIR is not /. Closes bug #464.
nenolod
parents: 801
diff changeset
7 @if test `whoami` = 'root' && test -z "$(DESTDIR)"; then \
613
502b46145121 [svn] Run ldconfig as an install-posthook operation, some systems need it.
nenolod
parents: 563
diff changeset
8 echo "[running ldconfig to update system library cache]"; \
783
04d803e33b53 [svn] - use /sbin/ldconfig here instead of just ldconfig.
nenolod
parents: 755
diff changeset
9 /sbin/ldconfig; \
613
502b46145121 [svn] Run ldconfig as an install-posthook operation, some systems need it.
nenolod
parents: 563
diff changeset
10 echo "[system library cache updated]"; \
502b46145121 [svn] Run ldconfig as an install-posthook operation, some systems need it.
nenolod
parents: 563
diff changeset
11 fi
801
ec9ba0ad38a8 [svn] - use OBJECTIVE_DATA instead of a kludge in the posthook here
nenolod
parents: 783
diff changeset
12
ec9ba0ad38a8 [svn] - use OBJECTIVE_DATA instead of a kludge in the posthook here
nenolod
parents: 783
diff changeset
13 OBJECTIVE_DATA = \
ec9ba0ad38a8 [svn] - use OBJECTIVE_DATA instead of a kludge in the posthook here
nenolod
parents: 783
diff changeset
14 audacious.pc:$(LIBDIR)/pkgconfig \
ec9ba0ad38a8 [svn] - use OBJECTIVE_DATA instead of a kludge in the posthook here
nenolod
parents: 783
diff changeset
15 audacious.1:$(mandir)/man1 \
ec9ba0ad38a8 [svn] - use OBJECTIVE_DATA instead of a kludge in the posthook here
nenolod
parents: 783
diff changeset
16 audacious/audacious.desktop:$(datadir)/applications