Mercurial > audlegacy
annotate src/libaudclient/Makefile @ 4828:e413f6dffd21
Sort by probe_priority. Noisy decision logic for the plugins while we work this out.
author | Tony Vroon <chainsaw@gentoo.org> |
---|---|
date | Sat, 28 Feb 2009 02:35:27 +0000 |
parents | 51aaee81d4f2 |
children |
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 |
4811
7bf7f83a217e
rename src/audacious src/audlegacy so that both audlegacy and audacious can coexist.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
4802
diff
changeset
|
12 #includesubdir = audacious |
4802
d834d2df8d7c
override includesibdir for compatibility.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
4774
diff
changeset
|
13 |
3586
ddb15c329985
Update audacious to latest rev of build system.
Jonathan Schleifer <js@h3c.de>
parents:
3572
diff
changeset
|
14 pre-depend: |
4811
7bf7f83a217e
rename src/audacious src/audlegacy so that both audlegacy and audacious can coexist.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
4802
diff
changeset
|
15 cd ../audlegacy; ${MAKE} ${MFLAGS} dbus-client-bindings.h |
3535 | 16 |
4774 | 17 CPPFLAGS = ${LIB_CPPFLAGS} ${CFLAGS} -D_AUDACIOUS_CORE -I.. -I../.. |
3572 | 18 CFLAGS += ${LIB_CFLAGS} \ |
4774 | 19 ${GLIB_CFLAGS} \ |
3572 | 20 ${MOWGLI_CFLAGS} \ |
21 ${DBUS_CFLAGS} \ | |
22 ${LIBMCS_CFLAGS} | |
23 LIBS += ${GLIB_LIBS} \ | |
4821
51aaee81d4f2
remove redundant dependencies
Andrew O. Shadoura <bugzilla@tut.by>
parents:
4811
diff
changeset
|
24 ${DBUS_LIBS} |