view src/Makefile @ 2819:75b12d24b7dc trunk

[svn] match the whole filename when tag isn't available, but i couldnt figure out how to do this all the time because it kept crashing...
author majeru
date Sun, 03 Jun 2007 18:03:40 -0700
parents 4585019eb82e
children 59452118044d
line wrap: on
line source

.SILENT:

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

SUBDIRS = $(INTL_OBJECTIVE) $(SUBDIR_GUESS)

ifdef USE_DBUS
SUBDIRS += libaudclient audtool
endif

SUBDIRS += audacious libid3tag

include ../mk/objective.mk

ifdef USE_DBUS
depend-prehook:
	@cd audacious; $(MAKE) $@ || exit; cd ..;
endif