Mercurial > audlegacy-plugins
annotate src/sid/Makefile @ 2138:76f9a4168708
Fix linking with libaudid3tag
Linking with libaudid3tag from /usr/lib/audacious, add rpath (affected to tta,
shnplug and madplug plugins)
| author | Vitaly Lipatov <lav@etersoft.ru> |
|---|---|
| date | Sat, 27 Oct 2007 19:34:46 -0500 |
| parents | 6d33dffd1382 |
| children | c42fa8f89616 |
| 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} | |
|
2014
1ad002ce1bd0
Just a tiny cleanup.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
2006
diff
changeset
|
28 CPPFLAGS += ${PLUGIN_CPPFLAGS} -D_REENTRANT -I../../intl -I../.. -DAUDACIOUS_PLUGIN ${MOWGLI_CFLAGS} ${SIDPLAY1_INCLUDES} ${SIDPLAY2_INCLUDES} ${BUILDERS_INCLUDES} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} |
|
1869
a727b88f2578
Fix Aud-SID building, wasn't working at all.
Matti Hamalainen <ccr@tnsp.org>
parents:
1801
diff
changeset
|
29 LIBS += ${BUILDERS_LDFLAGS} ${SIDPLAY1_LDADD} ${SIDPLAY2_LDADD} ${RESID_LDADD} ${HARDSID_LDADD} ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} -lstdc++ |
