Mercurial > audlegacy-plugins
annotate src/echo_plugin/Makefile @ 1872:50f1c5a40a7d
adplug -> new buildsys.
Untested, please test!
author | Jonathan Schleifer <js@h3c.de> |
---|---|
date | Tue, 25 Sep 2007 18:03:21 +0200 |
parents | d9d4b258fbf1 |
children | a56a26a5f233 |
rev | line source |
---|---|
1825 | 1 PLUGIN = echo${PLUGIN_SUFFIX} |
1862
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1825
diff
changeset
|
2 SRCS = echo.c \ |
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1825
diff
changeset
|
3 gui.c |
127
46730e83b1e2
[svn] - echo plugin support by Christian Birchinger <joker -at- gentoo.org>
nenolod
parents:
diff
changeset
|
4 |
1825 | 5 plugindir = audacious/${EFFECT_PLUGIN_DIR} |
127
46730e83b1e2
[svn] - echo plugin support by Christian Birchinger <joker -at- gentoo.org>
nenolod
parents:
diff
changeset
|
6 |
1825 | 7 include ../../buildsys.mk |
8 include ../../extra.mk | |
127
46730e83b1e2
[svn] - echo plugin support by Christian Birchinger <joker -at- gentoo.org>
nenolod
parents:
diff
changeset
|
9 |
1825 | 10 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} -I../../intl -I../.. |
11 CFLAGS += ${PLUGIN_CFLAGS} | |
1862
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1825
diff
changeset
|
12 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} |