view Makefile.in @ 787:e776161c16db trunk

[svn] - more fixes, sizeof *frame !($&($&(@!#$@#*&@!$# whoever wrote this code is an idiot
author nenolod
date Fri, 03 Mar 2006 10:31:57 -0800
parents 04d803e33b53
children ec9ba0ad38a8
line wrap: on
line source

include mk/rules.mk
include mk/objective.mk

SUBDIRS = Plugins libaudacious intl audacious po icons skin

install-posthook:
	@if test `whoami` = 'root'; then \
		echo "[running ldconfig to update system library cache]"; \
		/sbin/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