Mercurial > audlegacy-plugins
annotate src/amidi-plug/backend-alsa/Makefile @ 1034:b0cb6f8d4339 trunk
[svn] - lirc: works again with auddrct
author | giacomo |
---|---|
date | Sat, 12 May 2007 05:21:09 -0700 |
parents | f19e6748d8eb |
children | e2904348f154 |
rev | line source |
---|---|
20 | 1 include ../../../mk/rules.mk |
2 include ../../../mk/init.mk | |
3 | |
4 noinst_HEADERS = b-alsa.h b-alsa-config.h backend-alsa-icon.xpm | |
5 | |
27 | 6 CFLAGS += $(PICFLAGS) $(GLIB_CFLAGS) $(ALSA_CFLAGS) -I../../.. |
20 | 7 |
8 libdir = $(AMIDIPLUGBACKENDDIR) | |
9 | |
10 OBJECTIVE_LIBS = ap-alsa$(SHARED_SUFFIX) | |
11 | |
12 LIBADD = $(GLIB_LIBS) $(ALSA_LIBS) ../pcfg/libpcfg.a | |
13 SOURCES = b-alsa.c | |
14 | |
15 OBJECTS = ${SOURCES:.c=.o} | |
16 | |
894 | 17 LIBDEP = ../pcfg/libpcfg.a |
18 | |
20 | 19 include ../../../mk/objective.mk |