Mercurial > audlegacy-plugins
annotate src/sndfile/Makefile @ 2312:76e5c5bc0969
Updated French translation.
author | Stany HENRY <StrassBoy@gmail.com> |
---|---|
date | Mon, 14 Jan 2008 04:33:50 +0100 |
parents | 5561e63e9133 |
children | c42fa8f89616 |
rev | line source |
---|---|
2303
5561e63e9133
threw out the WAV plugin in favour of the sndfile plugin
mf0102 <0102@gmx.at>
parents:
diff
changeset
|
1 include ../../extra.mk |
5561e63e9133
threw out the WAV plugin in favour of the sndfile plugin
mf0102 <0102@gmx.at>
parents:
diff
changeset
|
2 |
5561e63e9133
threw out the WAV plugin in favour of the sndfile plugin
mf0102 <0102@gmx.at>
parents:
diff
changeset
|
3 PLUGIN = sndfile${PLUGIN_SUFFIX} |
5561e63e9133
threw out the WAV plugin in favour of the sndfile plugin
mf0102 <0102@gmx.at>
parents:
diff
changeset
|
4 |
5561e63e9133
threw out the WAV plugin in favour of the sndfile plugin
mf0102 <0102@gmx.at>
parents:
diff
changeset
|
5 SRCS = plugin.c |
5561e63e9133
threw out the WAV plugin in favour of the sndfile plugin
mf0102 <0102@gmx.at>
parents:
diff
changeset
|
6 |
5561e63e9133
threw out the WAV plugin in favour of the sndfile plugin
mf0102 <0102@gmx.at>
parents:
diff
changeset
|
7 include ../../buildsys.mk |
5561e63e9133
threw out the WAV plugin in favour of the sndfile plugin
mf0102 <0102@gmx.at>
parents:
diff
changeset
|
8 |
5561e63e9133
threw out the WAV plugin in favour of the sndfile plugin
mf0102 <0102@gmx.at>
parents:
diff
changeset
|
9 plugindir := ${plugindir}/${INPUT_PLUGIN_DIR} |
5561e63e9133
threw out the WAV plugin in favour of the sndfile plugin
mf0102 <0102@gmx.at>
parents:
diff
changeset
|
10 |
5561e63e9133
threw out the WAV plugin in favour of the sndfile plugin
mf0102 <0102@gmx.at>
parents:
diff
changeset
|
11 CFLAGS += ${PLUGIN_CFLAGS} |
5561e63e9133
threw out the WAV plugin in favour of the sndfile plugin
mf0102 <0102@gmx.at>
parents:
diff
changeset
|
12 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${DBUS_CFLAGS} -I../../intl -I../.. |
5561e63e9133
threw out the WAV plugin in favour of the sndfile plugin
mf0102 <0102@gmx.at>
parents:
diff
changeset
|
13 LIBS += ${MOWGLI_LIBS} ${SNDFILE_LIBS} ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} |