Mercurial > audlegacy-plugins
annotate src/sid/Makefile @ 1948:66fb09cd894e
Backed out changeset 05b9abd78a87
| author | Matti Hamalainen <ccr@tnsp.org> |
|---|---|
| date | Tue, 02 Oct 2007 00:50:48 +0300 |
| parents | a727b88f2578 |
| children | a56a26a5f233 |
| rev | line source |
|---|---|
| 1801 | 1 PLUGIN = sid${PLUGIN_SUFFIX} |
| 2 SRCS = xs_init.c \ | |
| 3 xs_about.c \ | |
| 4 xs_support.c \ | |
| 5 xs_config.c \ | |
| 6 xs_md5.c \ | |
| 7 xs_length.c \ | |
| 8 xs_genui.c \ | |
| 9 xs_glade.c \ | |
| 10 xs_interface.c \ | |
| 11 xs_stil.c \ | |
| 12 xs_fileinfo.c \ | |
| 13 xs_filter.c \ | |
| 14 xs_sidplay1.cc \ | |
| 15 xs_sidplay2.cc \ | |
| 16 xs_curve.c \ | |
| 17 xs_slsup.c \ | |
| 18 xmms-sid.c | |
|
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
19 |
| 1801 | 20 plugindir = audacious/${INPUT_PLUGIN_DIR} |
| 21 | |
| 22 include ../../buildsys.mk | |
| 23 include ../../extra.mk | |
|
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
24 |
| 1801 | 25 CPPFLAGS += ${PLUGIN_CPPFLAGS} -D_REENTRANT -I../../intl -I../.. -DAUDACIOUS_PLUGIN ${MOWGLI_CFLAGS} ${SIDPLAY1_INCLUDES} ${SIDPLAY2_INCLUDES} ${BUILDERS_INCLUDES} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} |
| 26 CFLAGS += ${PLUGIN_CFLAGS} | |
| 27 CXXFLAGS += ${PLUGIN_CFLAGS} | |
|
1869
a727b88f2578
Fix Aud-SID building, wasn't working at all.
Matti Hamalainen <ccr@tnsp.org>
parents:
1801
diff
changeset
|
28 LIBS += ${BUILDERS_LDFLAGS} ${SIDPLAY1_LDADD} ${SIDPLAY2_LDADD} ${RESID_LDADD} ${HARDSID_LDADD} ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} -lstdc++ |
