diff Makefile @ 1206:44d8008500a3 trunk

[svn] - core makefile
author nenolod
date Wed, 14 Jun 2006 00:04:06 -0700
parents
children c461cb49fc55
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Makefile	Wed Jun 14 00:04:06 2006 -0700
@@ -0,0 +1,16 @@
+include mk/rules.mk
+include mk/objective.mk
+
+SUBDIRS = Plugins libaudacious intl $(SUBDIR_GUESS) audacious audtool po icons skin
+
+install-posthook:
+	@if test `whoami` = 'root' && test -z "$(DESTDIR)"; then \
+		echo "[running ldconfig to update system library cache]"; \
+		/sbin/ldconfig; \
+		echo "[system library cache updated]"; \
+	fi
+
+OBJECTIVE_DATA =							\
+	audacious.pc:$(LIBDIR)/pkgconfig				\
+	audacious.1:$(mandir)/man1					\
+	audacious/audacious.desktop:$(datadir)/applications