Mercurial > audlegacy-plugins
annotate src/sid/Makefile @ 1839:4e8ed7dff435
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
| author | William Pitcock <nenolod@atheme.org> |
|---|---|
| date | Mon, 24 Sep 2007 14:03:31 -0500 |
| parents | 7086be3a058d |
| children | a727b88f2578 |
| 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 LD = ${CXX} |
|
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
26 |
| 1801 | 27 CPPFLAGS += ${PLUGIN_CPPFLAGS} -D_REENTRANT -I../../intl -I../.. -DAUDACIOUS_PLUGIN ${MOWGLI_CFLAGS} ${SIDPLAY1_INCLUDES} ${SIDPLAY2_INCLUDES} ${BUILDERS_INCLUDES} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} |
| 28 CFLAGS += ${PLUGIN_CFLAGS} | |
| 29 CXXFLAGS += ${PLUGIN_CFLAGS} | |
| 30 LIBS += ${SIDPLAY1_LDADD} ${SIDPLAY2_LDADD} ${HARDSID_LDADD} ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} |
