annotate src/sndstretch/Makefile @ 1813:ba351cb45c73

sndstretch: Mk2
author William Pitcock <nenolod@atheme.org>
date Mon, 24 Sep 2007 13:05:09 -0500
parents 6bb0e52df3d6
children eed7c270e8dd
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1813
ba351cb45c73 sndstretch: Mk2
William Pitcock <nenolod@atheme.org>
parents: 881
diff changeset
1 PLUGIN = sndstretch$(PLUGIN_SUFFIX)
ba351cb45c73 sndstretch: Mk2
William Pitcock <nenolod@atheme.org>
parents: 881
diff changeset
2 plugindir = audacious/$(EFFECT_PLUGIN_DIR)
881
6bb0e52df3d6 [svn] - Made port of XMMS plugin SndStretch
mf0102
parents:
diff changeset
3
1813
ba351cb45c73 sndstretch: Mk2
William Pitcock <nenolod@atheme.org>
parents: 881
diff changeset
4 SRCS = sndstretch_xmms.c sndstretch.c
881
6bb0e52df3d6 [svn] - Made port of XMMS plugin SndStretch
mf0102
parents:
diff changeset
5
1813
ba351cb45c73 sndstretch: Mk2
William Pitcock <nenolod@atheme.org>
parents: 881
diff changeset
6 include ../../extra.mk
ba351cb45c73 sndstretch: Mk2
William Pitcock <nenolod@atheme.org>
parents: 881
diff changeset
7 include ../../buildsys.mk
881
6bb0e52df3d6 [svn] - Made port of XMMS plugin SndStretch
mf0102
parents:
diff changeset
8
1813
ba351cb45c73 sndstretch: Mk2
William Pitcock <nenolod@atheme.org>
parents: 881
diff changeset
9 CFLAGS += $(PLUGIN_CFLAGS)
ba351cb45c73 sndstretch: Mk2
William Pitcock <nenolod@atheme.org>
parents: 881
diff changeset
10 CPPFLAGS += $(PLUGIN_CPPFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(MOWGLI_CFLAGS) $(PANGO_CFLAGS) \
881
6bb0e52df3d6 [svn] - Made port of XMMS plugin SndStretch
mf0102
parents:
diff changeset
11 -I../../intl -I../..
6bb0e52df3d6 [svn] - Made port of XMMS plugin SndStretch
mf0102
parents:
diff changeset
12