Mercurial > audlegacy-plugins
annotate src/amidi-plug/pcfg/Makefile @ 3092:1e39f795348c
gio: make sure we return the number of bytes we pulled off the getc() stack.
(This makes wavpack happy, but not libid3tag.)
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Thu, 30 Apr 2009 07:02:04 -0500 |
parents | 03a2bb1c521e |
children |
rev | line source |
---|---|
2014
1ad002ce1bd0
Just a tiny cleanup.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
1899
diff
changeset
|
1 STATIC_LIB_NOINST = libpcfg.a |
1899
5af55c925d6e
amidi-plug: partial transition to new build system
William Pitcock <nenolod@atheme.org>
parents:
27
diff
changeset
|
2 |
2014
1ad002ce1bd0
Just a tiny cleanup.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
1899
diff
changeset
|
3 SRCS = i_pcfg.c |
1899
5af55c925d6e
amidi-plug: partial transition to new build system
William Pitcock <nenolod@atheme.org>
parents:
27
diff
changeset
|
4 |
5af55c925d6e
amidi-plug: partial transition to new build system
William Pitcock <nenolod@atheme.org>
parents:
27
diff
changeset
|
5 include ../../../buildsys.mk |
5af55c925d6e
amidi-plug: partial transition to new build system
William Pitcock <nenolod@atheme.org>
parents:
27
diff
changeset
|
6 include ../../../extra.mk |
20 | 7 |
2018
03a2bb1c521e
Curly vs round braces (part 2)
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
2014
diff
changeset
|
8 CFLAGS += ${PLUGIN_CFLAGS} |
03a2bb1c521e
Curly vs round braces (part 2)
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
2014
diff
changeset
|
9 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${GLIB_CFLAGS} -I../../.. |