Mercurial > audlegacy
view src/audtool/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 | 3d5862f6c6c4 |
| children |
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} LDFLAGS += ${AUDLDFLAGS} LIBS += ${DBUS_LIBS} \ -L../libaudclient -laudclient \ ${GTK_LIBS} \ ${MOWGLI_LIBS} \ ${LIBMCS_LIBS}
