Mercurial > audlegacy-plugins
annotate src/wavpack/Makefile @ 2917:082f79c0563d
remove debug messages
author | Andrew O. Shadoura <bugzilla@tut.by> |
---|---|
date | Sun, 17 Aug 2008 23:57:16 +0300 |
parents | 134deb25be83 |
children |
rev | line source |
---|---|
1882 | 1 PLUGIN = wavpack${PLUGIN_SUFFIX} |
2014
1ad002ce1bd0
Just a tiny cleanup.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
2006
diff
changeset
|
2 |
1882 | 3 SRCS = tags.cxx \ |
4 ui.cxx \ | |
5 libwavpack.cxx | |
109 | 6 |
1779 | 7 include ../../buildsys.mk |
1882 | 8 include ../../extra.mk |
109 | 9 |
2017
6d33dffd1382
Curly vs round braces (part 1)
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
2014
diff
changeset
|
10 plugindir := ${plugindir}/${INPUT_PLUGIN_DIR} |
2006
a56a26a5f233
Revised the plugindir logic.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
1903
diff
changeset
|
11 |
2528
134deb25be83
Remove DBUS_CFLAGS and DBUS_LIBS from Makefiles that don't need them.
Matti Hamalainen <ccr@tnsp.org>
parents:
2524
diff
changeset
|
12 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${WAVPACK_CFLAGS} -I../.. |
1882 | 13 CXXFLAGS += ${PLUGIN_CFLAGS} |
1903
5c01978673ca
fix for an undefined symbol error of __gxx_personality_v0.
Yoshiki Yazawa <yaz@cc.rim.or.jp>
parents:
1882
diff
changeset
|
14 LDFLAGS += -lstdc++ |
2524
c42fa8f89616
Remove -I../../intl and PANGO_{CFLAGS,LIBS} from those Makefiles where they are not needed (in practice almost all of them.)
Matti Hamalainen <ccr@tnsp.org>
parents:
2137
diff
changeset
|
15 LIBS += ${WAVPACK_LIBS} ${GTK_LIBS} ${GLIB_LIBS} ${MOWGLI_LIBS} |