Mercurial > audlegacy
annotate Makefile @ 1389:c19443be579d trunk
[svn] ensure that the fileinfo popup in playlist disappears when the cursor is moved again
| author | giacomo |
|---|---|
| date | Mon, 10 Jul 2006 08:40:14 -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 |
