annotate src/wav/Makefile @ 1885:cadb672ca948

Put extra.mk before sources declaration so that wav-sndfile path is properly expanded in the build.
author William Pitcock <nenolod@atheme.org>
date Wed, 26 Sep 2007 11:18:42 -0500
parents eed7c270e8dd
children 21508f1dca47
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1885
cadb672ca948 Put extra.mk before sources declaration so that wav-sndfile path is properly
William Pitcock <nenolod@atheme.org>
parents: 1882
diff changeset
1 include ../../extra.mk
cadb672ca948 Put extra.mk before sources declaration so that wav-sndfile path is properly
William Pitcock <nenolod@atheme.org>
parents: 1882
diff changeset
2
1882
eed7c270e8dd Fix MILLIONS of Makefiles.
Jonathan Schleifer <js@h3c.de>
parents: 1772
diff changeset
3 PLUGIN = wav${PLUGIN_SUFFIX}
eed7c270e8dd Fix MILLIONS of Makefiles.
Jonathan Schleifer <js@h3c.de>
parents: 1772
diff changeset
4 SRCS = wav${WAV_SNDFILE}.c
eed7c270e8dd Fix MILLIONS of Makefiles.
Jonathan Schleifer <js@h3c.de>
parents: 1772
diff changeset
5
eed7c270e8dd Fix MILLIONS of Makefiles.
Jonathan Schleifer <js@h3c.de>
parents: 1772
diff changeset
6 plugindir = audacious/${INPUT_PLUGIN_DIR}
eed7c270e8dd Fix MILLIONS of Makefiles.
Jonathan Schleifer <js@h3c.de>
parents: 1772
diff changeset
7
eed7c270e8dd Fix MILLIONS of Makefiles.
Jonathan Schleifer <js@h3c.de>
parents: 1772
diff changeset
8 include ../../buildsys.mk
0
13389e613d67 [svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff changeset
9
1885
cadb672ca948 Put extra.mk before sources declaration so that wav-sndfile path is properly
William Pitcock <nenolod@atheme.org>
parents: 1882
diff changeset
10 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${DBUS_CFLAGS} -I../../intl -I../..
1882
eed7c270e8dd Fix MILLIONS of Makefiles.
Jonathan Schleifer <js@h3c.de>
parents: 1772
diff changeset
11 CFLAGS += ${PLUGIN_CFLAGS}
eed7c270e8dd Fix MILLIONS of Makefiles.
Jonathan Schleifer <js@h3c.de>
parents: 1772
diff changeset
12 LIBS += ${MOWGLI_LIBS} ${SNDFILE_LIBS} ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS}