Mercurial > audlegacy
view Makefile.in @ 701:d539e5c5f730 trunk
[svn] Fixes of the remaining GCC 4.1 warnings from external contributor Diego "Flameeyes" Petteno (Gentoo).
author | chainsaw |
---|---|
date | Sun, 26 Feb 2006 13:08:35 -0800 |
parents | 00f023a7ccd5 |
children | 3576d1b46268 |
line wrap: on
line source
include mk/rules.mk include mk/objective.mk SUBDIRS = Plugins libaudacious audacious po icons skin intl install-posthook: @if test `whoami` = 'root'; then \ echo "[running ldconfig to update system library cache]"; \ ldconfig; \ echo "[system library cache updated]"; \ fi @mkdir -p $(DESTDIR)/$(LIBDIR)/pkgconfig @mkdir -p $(DESTDIR)/$(mandir)/man1 @mkdir -p $(DESTDIR)/$(datadir)/applications @$(INSTALL_DATA) audacious.pc $(DESTDIR)/$(LIBDIR)/pkgconfig/audacious.pc @$(INSTALL_DATA) audacious.1 $(DESTDIR)/$(mandir)/man1/audacious.1 @$(INSTALL_DATA) audacious/audacious.desktop $(DESTDIR)/$(datadir)/applications/audacious.desktop