Mercurial > audlegacy
annotate src/libaudclient/Makefile @ 4780:6284337e04fd
g_basename is deprecated, replace with g_path_get_basename.
author | Tony Vroon <chainsaw@gentoo.org> |
---|---|
date | Fri, 26 Sep 2008 21:38:00 +0100 |
parents | d3adac202300 |
children | d834d2df8d7c |
rev | line source |
---|---|
3535 | 1 LIB = ${LIB_PREFIX}audclient${LIB_SUFFIX} |
2 LIB_MAJOR = 1 | |
3 LIB_MINOR = 0 | |
4 | |
5 SRCS = audctrl.c | |
2711
c35913222440
[svn] Initial commit of dbus client library for plugins. Various changes were made to the plugin structure to support dbus.
magma
parents:
diff
changeset
|
6 |
3535 | 7 INCLUDES = audctrl.h |
8 | |
9 include ../../buildsys.mk | |
3572 | 10 include ../../extra.mk |
2711
c35913222440
[svn] Initial commit of dbus client library for plugins. Various changes were made to the plugin structure to support dbus.
magma
parents:
diff
changeset
|
11 |
3586
ddb15c329985
Update audacious to latest rev of build system.
Jonathan Schleifer <js@h3c.de>
parents:
3572
diff
changeset
|
12 pre-depend: |
3588
f104e23b87da
Who TF used make instead of ${MAKE} ${MFLAGS} here?
Jonathan Schleifer <js@h3c.de>
parents:
3586
diff
changeset
|
13 cd ../audacious; ${MAKE} ${MFLAGS} dbus-client-bindings.h |
3535 | 14 |
4774 | 15 CPPFLAGS = ${LIB_CPPFLAGS} ${CFLAGS} -D_AUDACIOUS_CORE -I.. -I../.. |
3572 | 16 CFLAGS += ${LIB_CFLAGS} \ |
4774 | 17 ${GLIB_CFLAGS} \ |
3572 | 18 ${MOWGLI_CFLAGS} \ |
19 ${DBUS_CFLAGS} \ | |
20 ${LIBMCS_CFLAGS} | |
21 LIBS += ${GLIB_LIBS} \ | |
22 ${DBUS_LIBS} \ | |
23 ${MOWGLI_LIBS} \ | |
24 ${LIBMCS_LIBS} |