Mercurial > audlegacy
annotate Makefile.in @ 759:9b1126434a72 trunk
[svn] - generate makefile for BSD/Sun plugin.
author | nenolod |
---|---|
date | Tue, 28 Feb 2006 11:33:08 -0800 |
parents | 3576d1b46268 |
children | 04d803e33b53 |
rev | line source |
---|---|
563 | 1 include mk/rules.mk |
2 include mk/objective.mk | |
3 | |
755 | 4 SUBDIRS = Plugins libaudacious intl 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: |
502b46145121
[svn] Run ldconfig as an install-posthook operation, some systems need it.
nenolod
parents:
563
diff
changeset
|
7 @if test `whoami` = 'root'; then \ |
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]"; \ |
502b46145121
[svn] Run ldconfig as an install-posthook operation, some systems need it.
nenolod
parents:
563
diff
changeset
|
9 ldconfig; \ |
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 |
667 | 12 @mkdir -p $(DESTDIR)/$(LIBDIR)/pkgconfig |
13 @mkdir -p $(DESTDIR)/$(mandir)/man1 | |
14 @mkdir -p $(DESTDIR)/$(datadir)/applications | |
672 | 15 @$(INSTALL_DATA) audacious.pc $(DESTDIR)/$(LIBDIR)/pkgconfig/audacious.pc |
16 @$(INSTALL_DATA) audacious.1 $(DESTDIR)/$(mandir)/man1/audacious.1 | |
17 @$(INSTALL_DATA) audacious/audacious.desktop $(DESTDIR)/$(datadir)/applications/audacious.desktop |