Mercurial > audlegacy
view src/libaudclient/Makefile @ 3586:ddb15c329985 trunk
Update audacious to latest rev of build system.
All projects are in sync with the buildsys once again :).
author | Jonathan Schleifer <js@h3c.de> |
---|---|
date | Fri, 21 Sep 2007 15:17:48 +0200 |
parents | 625af2797f35 |
children | f104e23b87da |
line wrap: on
line source
LIB = ${LIB_PREFIX}audclient${LIB_SUFFIX} LIB_MAJOR = 1 LIB_MINOR = 0 SRCS = audctrl.c INCLUDES = audctrl.h include ../../buildsys.mk include ../../extra.mk pre-depend: cd ../audacious; make dbus-client-bindings.h CPPFLAGS = ${LIB_CPPFLAGS} ${CFLAGS} -D_AUDACIOUS_CORE -I.. -I../.. -I../intl CFLAGS += ${LIB_CFLAGS} \ ${MOWGLI_CFLAGS} \ ${GTK_CFLAGS} \ ${GCONF_CFLAGS} \ ${DBUS_CFLAGS} \ ${LIBMCS_CFLAGS} LIBS += ${GLIB_LIBS} \ ${DBUS_LIBS} \ ${MOWGLI_LIBS} \ ${GCONF_LIBS} \ ${LIBMCS_LIBS}