Mercurial > audlegacy
annotate Makefile @ 1252:ece68ef26b94 trunk
[svn] - we don't really have to unwire track 0 this way, as 0 will be selected by default if no subsong URI is given
author | nenolod |
---|---|
date | Thu, 15 Jun 2006 05:17:49 -0700 |
parents | e67fad649f58 |
children | abf8fee03d59 |
rev | line source |
---|---|
1207
c461cb49fc55
[svn] - if mk/rules.mk is missing, run configure to generate it (hopefully you are running the posix target, otherwise I feel sorry for you)
nenolod
parents:
1206
diff
changeset
|
1 .SILENT: |
c461cb49fc55
[svn] - if mk/rules.mk is missing, run configure to generate it (hopefully you are running the posix target, otherwise I feel sorry for you)
nenolod
parents:
1206
diff
changeset
|
2 |
1208
8014500e2c37
[svn] - shut a make error up by using sinclude instead of normal include when rules.mk doesn't exist yet
nenolod
parents:
1207
diff
changeset
|
3 sinclude mk/rules.mk |
1206 | 4 include mk/objective.mk |
5 | |
6 SUBDIRS = Plugins libaudacious intl $(SUBDIR_GUESS) audacious audtool po icons skin | |
7 | |
8 install-posthook: | |
9 @if test `whoami` = 'root' && test -z "$(DESTDIR)"; then \ | |
10 echo "[running ldconfig to update system library cache]"; \ | |
11 /sbin/ldconfig; \ | |
12 echo "[system library cache updated]"; \ | |
13 fi | |
14 | |
15 OBJECTIVE_DATA = \ | |
16 audacious.pc:$(LIBDIR)/pkgconfig \ | |
17 audacious.1:$(mandir)/man1 \ | |
18 audacious/audacious.desktop:$(datadir)/applications |