Mercurial > audlegacy-plugins
annotate src/amidi-plug/pcfg/Makefile @ 2018:03a2bb1c521e
Curly vs round braces (part 2)
author | Eugene Paskevich <eugene@raptor.kiev.ua> |
---|---|
date | Thu, 11 Oct 2007 17:46:49 +0300 |
parents | 1ad002ce1bd0 |
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../../.. |