Mercurial > audlegacy-plugins
annotate src/wav/Makefile @ 1889:9deee216c094
Provide a proper path to the buildsystem root.
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Wed, 26 Sep 2007 11:27:39 -0500 |
parents | cadb672ca948 |
children | 21508f1dca47 |
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 | 3 PLUGIN = wav${PLUGIN_SUFFIX} |
4 SRCS = wav${WAV_SNDFILE}.c | |
5 | |
6 plugindir = audacious/${INPUT_PLUGIN_DIR} | |
7 | |
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 | 11 CFLAGS += ${PLUGIN_CFLAGS} |
12 LIBS += ${MOWGLI_LIBS} ${SNDFILE_LIBS} ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} |