view src/modplug/Makefile @ 2135:3bbb2673419b

projectM 1.0: nuked. the plugin was nuked from tree due to idiotic upstream, trashy CMake buildsystem, etc etc etc. i don't want to support this code nor deal with support inquiries concerning this, so honestly, if someone wants to provide this as a third party plugin that's fine, but it is not living in -plugins anymore (e.g. audacious-plugins should only include sane plugins)
author William Pitcock <nenolod@atheme.org>
date Sat, 27 Oct 2007 12:14:37 -0500
parents 6d33dffd1382
children 107c1fed3d92
line wrap: on
line source

PLUGIN = modplug${PLUGIN_SUFFIX}

SRCS = plugin.cxx		\
       modplugbmp.cxx		\
       tables.cxx		\
       sndmix.cxx		\
       sndfile.cxx		\
       snd_fx.cxx		\
       snd_flt.cxx		\
       snd_dsp.cxx		\
       fastmix.cxx		\
       mmcmp.cxx		\
       load_xm.cxx		\
       load_wav.cxx		\
       load_umx.cxx		\
       load_ult.cxx		\
       load_stm.cxx		\
       load_s3m.cxx		\
       load_ptm.cxx		\
       load_okt.cxx		\
       load_mtm.cxx		\
       load_mod.cxx		\
       load_med.cxx		\
       load_mdl.cxx		\
       load_it.cxx		\
       load_far.cxx		\
       load_dsm.cxx		\
       load_dmf.cxx		\
       load_dbm.cxx		\
       load_ams.cxx		\
       load_amf.cxx		\
       load_669.cxx		\
       load_j2b.cxx		\
       load_mt2.cxx		\
       load_psm.cxx		\
       modplug.cxx		\
       archive/archive.cxx	\
       archive/open.cxx		\
       archive/arch_raw.cxx	\
       archive/arch_gzip.cxx	\
       archive/arch_zip.cxx	\
       archive/arch_rar.cxx	\
       archive/arch_bz2.cxx	\
       gui/main.cxx		\
       gui/support.cxx		\
       gui/interface.cxx	\
       gui/callbacks.cxx

include ../../buildsys.mk
include ../../extra.mk

plugindir := ${plugindir}/${INPUT_PLUGIN_DIR}

CFLAGS += ${PLUGIN_CFLAGS}
CXXFLAGS += ${PLUGIN_CFLAGS}
CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${DBUS_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} -I.. -I../.. -I../../intl
LIBS += ${MOWGLI_LIBS} ${DBUS_LIBS} ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} -lstdc++