Mercurial > audlegacy-plugins
annotate src/amidi-plug/pcfg/Makefile @ 2014:1ad002ce1bd0
Just a tiny cleanup.
author | Eugene Paskevich <eugene@raptor.kiev.ua> |
---|---|
date | Wed, 10 Oct 2007 11:11:26 +0300 |
parents | 5af55c925d6e |
children | 03a2bb1c521e |
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 |
1899
5af55c925d6e
amidi-plug: partial transition to new build system
William Pitcock <nenolod@atheme.org>
parents:
27
diff
changeset
|
8 CFLAGS += $(PLUGIN_CFLAGS) |
5af55c925d6e
amidi-plug: partial transition to new build system
William Pitcock <nenolod@atheme.org>
parents:
27
diff
changeset
|
9 CPPFLAGS += $(PLUGIN_CPPFLAGS) $(GLIB_CFLAGS) -I../../.. |