Mercurial > audlegacy
view src/Makefile @ 2803:2d915b3e3e52 trunk
[svn] - adjust naming scheme of audacious_drct_* to audacious_remote_* by defining macros.
author | yaz |
---|---|
date | Fri, 25 May 2007 00:28:41 -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