Mercurial > audlegacy-plugins
annotate src/arts/Makefile @ 1861:cbcb6d2154bd
arts -> new buildsys.
| author | Jonathan Schleifer <js@h3c.de> |
|---|---|
| date | Mon, 24 Sep 2007 22:35:27 +0200 |
| parents | 550c9e382cf8 |
| children | a56a26a5f233 |
| rev | line source |
|---|---|
| 17 | 1 SUBDIRS = arts_helper |
| 2 | |
| 1861 | 3 PLUGIN = arts${PLUGIN_SUFFIX} |
| 4 SRCS = arts.c \ | |
| 5 configure.c \ | |
| 6 audio.c \ | |
| 7 convert.c | |
| 17 | 8 |
| 1861 | 9 plugindir = audacious/${OUTPUT_PLUGIN_DIR} |
| 17 | 10 |
| 1861 | 11 include ../../buildsys.mk |
| 12 include ../../extra.mk | |
| 17 | 13 |
| 1861 | 14 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${ARTSC_CFLAGS} -I../../intl -I../.. |
| 15 CFLAGS += ${PLUGIN_CFLAGS} | |
| 16 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} ${ARTSC_LIBS} -lpthread |
