Mercurial > audlegacy-plugins
annotate src/amidi-plug/backend-dummy/Makefile @ 1877:28d360594d3a
Update buildsys.
author | Jonathan Schleifer <js@h3c.de> |
---|---|
date | Wed, 26 Sep 2007 00:42:58 +0200 |
parents | f19e6748d8eb |
children | e2904348f154 |
rev | line source |
---|---|
20 | 1 include ../../../mk/rules.mk |
2 include ../../../mk/init.mk | |
3 | |
4 noinst_HEADERS = b-dummy.h b-dummy-config.h backend-dummy-icon.xpm | |
5 | |
27 | 6 CFLAGS += $(PICFLAGS) $(GLIB_CFLAGS) -I../../.. |
20 | 7 |
8 libdir = $(AMIDIPLUGBACKENDDIR) | |
9 | |
10 OBJECTIVE_LIBS = ap-dummy$(SHARED_SUFFIX) | |
11 | |
12 LIBADD = $(GLIB_LIBS) ../pcfg/libpcfg.a | |
13 SOURCES = b-dummy.c | |
14 | |
15 OBJECTS = ${SOURCES:.c=.o} | |
16 | |
894 | 17 LIBDEP = ../pcfg/libpcfg.a |
18 | |
20 | 19 include ../../../mk/objective.mk |