Mercurial > audlegacy
comparison src/libaudclient/Makefile @ 4811:7bf7f83a217e
rename src/audacious src/audlegacy so that both audlegacy and audacious can coexist.
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Wed, 26 Nov 2008 00:44:56 +0900 |
parents | d834d2df8d7c |
children | 51aaee81d4f2 |
comparison
equal
deleted
inserted
replaced
4810:c10e53092037 | 4811:7bf7f83a217e |
---|---|
7 INCLUDES = audctrl.h | 7 INCLUDES = audctrl.h |
8 | 8 |
9 include ../../buildsys.mk | 9 include ../../buildsys.mk |
10 include ../../extra.mk | 10 include ../../extra.mk |
11 | 11 |
12 includesubdir = audacious | 12 #includesubdir = audacious |
13 | 13 |
14 pre-depend: | 14 pre-depend: |
15 cd ../audacious; ${MAKE} ${MFLAGS} dbus-client-bindings.h | 15 cd ../audlegacy; ${MAKE} ${MFLAGS} dbus-client-bindings.h |
16 | 16 |
17 CPPFLAGS = ${LIB_CPPFLAGS} ${CFLAGS} -D_AUDACIOUS_CORE -I.. -I../.. | 17 CPPFLAGS = ${LIB_CPPFLAGS} ${CFLAGS} -D_AUDACIOUS_CORE -I.. -I../.. |
18 CFLAGS += ${LIB_CFLAGS} \ | 18 CFLAGS += ${LIB_CFLAGS} \ |
19 ${GLIB_CFLAGS} \ | 19 ${GLIB_CFLAGS} \ |
20 ${MOWGLI_CFLAGS} \ | 20 ${MOWGLI_CFLAGS} \ |