view Makefile @ 1693:8d7f4260022d trunk

[svn] * One more .cpp -> .cxx * Changed sinclude -> include for OpenBSD make compatibility * Removed check for MAKE_VERSION for OpenBSD make compatibility * Added myself to the credits (ok by nenolod)
author js
date Thu, 14 Sep 2006 13:56:35 -0700
parents e402e0217870
children 3cf80d8a6d8d
line wrap: on
line source

.SILENT:

include mk/rules.mk
include mk/init.mk

SUBDIRS = Plugins libaudacious intl $(SUBDIR_GUESS) sqlite audacious audtool po icons skin

include mk/objective.mk

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