Mercurial > audlegacy
comparison Makefile @ 1206:44d8008500a3 trunk
[svn] - core makefile
author | nenolod |
---|---|
date | Wed, 14 Jun 2006 00:04:06 -0700 |
parents | |
children | c461cb49fc55 |
comparison
equal
deleted
inserted
replaced
1205:ba0ce9c62110 | 1206:44d8008500a3 |
---|---|
1 include mk/rules.mk | |
2 include mk/objective.mk | |
3 | |
4 SUBDIRS = Plugins libaudacious intl $(SUBDIR_GUESS) audacious audtool po icons skin | |
5 | |
6 install-posthook: | |
7 @if test `whoami` = 'root' && test -z "$(DESTDIR)"; then \ | |
8 echo "[running ldconfig to update system library cache]"; \ | |
9 /sbin/ldconfig; \ | |
10 echo "[system library cache updated]"; \ | |
11 fi | |
12 | |
13 OBJECTIVE_DATA = \ | |
14 audacious.pc:$(LIBDIR)/pkgconfig \ | |
15 audacious.1:$(mandir)/man1 \ | |
16 audacious/audacious.desktop:$(datadir)/applications |