Mercurial > audlegacy
view src/audtool/Makefile @ 4612:8a7752f1c662
Rename the audtool source files to be saner.
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Thu, 05 Jun 2008 01:27:43 +0300 |
parents | 2d1e18c97154 |
children | 3d5862f6c6c4 |
line wrap: on
line source
PROG = audtool SRCS = main.c \ handlers_general.c \ handlers_playback.c \ handlers_playlist.c \ handlers_playqueue.c \ handlers_vitals.c \ handlers_equalizer.c \ report.c include ../../buildsys.mk include ../../extra.mk CPPFLAGS += ${CFLAGS} -I.. -I../.. -I../intl CFLAGS += ${GTK_CFLAGS} \ ${DBUS_CFLAGS} \ ${AUDACIOUS_DEFINES} \ ${ARCH_DEFINES} \ ${MOWGLI_CFLAGS} LIBS += ${DBUS_LIBS} \ -L../libaudclient -laudclient \ ${GTK_LIBS} \ ${MOWGLI_LIBS} \ ${LIBMCS_LIBS}