Mercurial > audlegacy
annotate Makefile @ 1552:aaca4aab4670 trunk
[svn] - further integration
author | nenolod |
---|---|
date | Thu, 10 Aug 2006 18:40:52 -0700 |
parents | abf8fee03d59 |
children | e402e0217870 |
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 | |
1451 | 6 SUBDIRS = Plugins libaudacious intl $(SUBDIR_GUESS) sqlite audacious audtool po icons skin |
1206 | 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 |