1 MAINTAINERCLEANFILES=Makefile.in
2
3 AM_CFLAGS = $(JACK_CFLAGS)
4
5 plugindir = $(ADDON_DIR)
6
7 plugin_LTLIBRARIES = jack_alsa.la
8
9 jack_alsa_la_LDFLAGS = -module -avoid-version
10 jack_alsa_la_SOURCES = alsa_driver.c generic_hw.c memops.c \
11 hammerfall.c hdsp.c ice1712.c
12
13 noinst_HEADERS = alsa_driver.h \
14 generic.h \
15 hammerfall.h \
16 hdsp.h \
17 ice1712.h \
18 memops.h
19
20 jack_alsa_la_LIBADD = $(ALSA_LIBS)
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.