Mercurial > audlegacy
annotate src/libaudclient/Makefile @ 4663:413cce2453b2
added the bluetooth logo image
author | Paula Stanciu <paula.stanciu@gmail.com> |
---|---|
date | Sun, 29 Jun 2008 00:41:11 +0300 |
parents | c892254f3b3c |
children | d3adac202300 |
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 |
3572 | 15 CPPFLAGS = ${LIB_CPPFLAGS} ${CFLAGS} -D_AUDACIOUS_CORE -I.. -I../.. -I../intl |
16 CFLAGS += ${LIB_CFLAGS} \ | |
17 ${MOWGLI_CFLAGS} \ | |
18 ${GTK_CFLAGS} \ | |
19 ${DBUS_CFLAGS} \ | |
20 ${LIBMCS_CFLAGS} | |
21 LIBS += ${GLIB_LIBS} \ | |
22 ${DBUS_LIBS} \ | |
23 ${MOWGLI_LIBS} \ | |
24 ${LIBMCS_LIBS} |