annotate src/wav/Makefile @ 1769:a7f2da557c38

wav: Mk2
author William Pitcock <nenolod@atheme.org>
date Mon, 24 Sep 2007 11:17:13 -0500
parents baa22cb0216d
children 7ce9a2e1637f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1769
a7f2da557c38 wav: Mk2
William Pitcock <nenolod@atheme.org>
parents: 862
diff changeset
1 include ../../extra.mk
0
13389e613d67 [svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff changeset
2
1769
a7f2da557c38 wav: Mk2
William Pitcock <nenolod@atheme.org>
parents: 862
diff changeset
3 PLUGIN = libwav$(PLUGIN_SUFFIX)
a7f2da557c38 wav: Mk2
William Pitcock <nenolod@atheme.org>
parents: 862
diff changeset
4 plugindir = audacious/$(INPUT_PLUGIN_DIR)
0
13389e613d67 [svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff changeset
5
1769
a7f2da557c38 wav: Mk2
William Pitcock <nenolod@atheme.org>
parents: 862
diff changeset
6 SRCS = wav$(WAV_SNDFILE).c
0
13389e613d67 [svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff changeset
7
1769
a7f2da557c38 wav: Mk2
William Pitcock <nenolod@atheme.org>
parents: 862
diff changeset
8 include ../../buildsys.mk
0
13389e613d67 [svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff changeset
9
1769
a7f2da557c38 wav: Mk2
William Pitcock <nenolod@atheme.org>
parents: 862
diff changeset
10 CFLAGS += $(PLUGIN_CFLAGS)
a7f2da557c38 wav: Mk2
William Pitcock <nenolod@atheme.org>
parents: 862
diff changeset
11 CPPFLAGS += $(MOWGLI_CFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) -I../../intl -I../.. -Wall
a7f2da557c38 wav: Mk2
William Pitcock <nenolod@atheme.org>
parents: 862
diff changeset
12 LIBS += -L/usr/local/lib $(MOWGLI_LIBS) $(SNDFILE_LIBS) $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS)
0
13389e613d67 [svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff changeset
13