Mercurial > audlegacy
annotate src/audtool/Makefile @ 4477:f997d405fa02
s/BEEP_DEFINES/AUDACIOUS_DEFINES/
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Mon, 21 Apr 2008 06:22:31 +0300 |
parents | ea194fd79267 |
children | 2d1e18c97154 |
rev | line source |
---|---|
3535 | 1 PROG = audtool |
3572 | 2 SRCS = audtool_main.c \ |
3 audtool_handlers_general.c \ | |
4 audtool_handlers_playback.c \ | |
5 audtool_handlers_playlist.c \ | |
6 audtool_handlers_playqueue.c \ | |
7 audtool_handlers_vitals.c \ | |
4074 | 8 audtool_handlers_equalizer.c \ |
3572 | 9 audtool_report.c |
2313 | 10 |
3535 | 11 include ../../buildsys.mk |
3572 | 12 include ../../extra.mk |
2313 | 13 |
3572 | 14 CPPFLAGS += ${CFLAGS} -I.. -I../.. -I../intl |
15 CFLAGS += ${GTK_CFLAGS} \ | |
16 ${DBUS_CFLAGS} \ | |
4477
f997d405fa02
s/BEEP_DEFINES/AUDACIOUS_DEFINES/
Matti Hamalainen <ccr@tnsp.org>
parents:
4074
diff
changeset
|
17 ${AUDACIOUS_DEFINES} \ |
3572 | 18 ${ARCH_DEFINES} \ |
19 ${MOWGLI_CFLAGS} | |
20 LIBS += ${DBUS_LIBS} \ | |
21 -L../libaudclient -laudclient \ | |
22 ${GTK_LIBS} \ | |
3994 | 23 ${MOWGLI_LIBS} |