Mercurial > audlegacy-plugins
annotate src/sid/Makefile @ 2557:f0c34c3b61c0
Synchronized Autoconf/m4 cleanups from XMMS-SID.
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Sat, 10 May 2008 03:08:07 +0300 |
parents | c42fa8f89616 |
children | 2541c1ba98a5 |
rev | line source |
---|---|
1801 | 1 PLUGIN = sid${PLUGIN_SUFFIX} |
2014
1ad002ce1bd0
Just a tiny cleanup.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
2006
diff
changeset
|
2 |
1801 | 3 SRCS = xs_init.c \ |
4 xs_about.c \ | |
5 xs_support.c \ | |
6 xs_config.c \ | |
7 xs_md5.c \ | |
8 xs_length.c \ | |
9 xs_genui.c \ | |
10 xs_glade.c \ | |
11 xs_interface.c \ | |
12 xs_stil.c \ | |
13 xs_fileinfo.c \ | |
14 xs_filter.c \ | |
15 xs_sidplay1.cc \ | |
16 xs_sidplay2.cc \ | |
17 xs_curve.c \ | |
18 xs_slsup.c \ | |
19 xmms-sid.c | |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
20 |
1801 | 21 include ../../buildsys.mk |
22 include ../../extra.mk | |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
23 |
2017
6d33dffd1382
Curly vs round braces (part 1)
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
2014
diff
changeset
|
24 plugindir := ${plugindir}/${INPUT_PLUGIN_DIR} |
2006
a56a26a5f233
Revised the plugindir logic.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
1869
diff
changeset
|
25 |
1801 | 26 CFLAGS += ${PLUGIN_CFLAGS} |
27 CXXFLAGS += ${PLUGIN_CFLAGS} | |
2557
f0c34c3b61c0
Synchronized Autoconf/m4 cleanups from XMMS-SID.
Matti Hamalainen <ccr@tnsp.org>
parents:
2524
diff
changeset
|
28 CPPFLAGS += ${PLUGIN_CPPFLAGS} -D_REENTRANT -I../.. -DAUDACIOUS_PLUGIN ${MOWGLI_CFLAGS} ${SIDPLAY1_CFLAGS} ${SIDPLAY2_CFLAGS} ${BUILDERS_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} |
f0c34c3b61c0
Synchronized Autoconf/m4 cleanups from XMMS-SID.
Matti Hamalainen <ccr@tnsp.org>
parents:
2524
diff
changeset
|
29 LIBS += ${BUILDERS_LDFLAGS} ${SIDPLAY1_LIBS} ${SIDPLAY2_LIBS} ${BUILDERS_LIBS} ${GTK_LIBS} ${GLIB_LIBS} -lstdc++ |