You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- MAINTAINERCLEANFILES=Makefile.in
-
- AM_CFLAGS = $(JACK_CFLAGS)
-
- plugindir = $(ADDON_DIR)
-
- plugin_LTLIBRARIES = jack_alsa.la
-
- jack_alsa_la_LDFLAGS = -module -avoid-version
- jack_alsa_la_SOURCES = alsa_driver.c generic_hw.c memops.c \
- hammerfall.c hdsp.c ice1712.c usx2y.c
-
- noinst_HEADERS = alsa_driver.h \
- generic.h \
- hammerfall.h \
- hdsp.h \
- ice1712.h \
- usx2y.h
-
- jack_alsa_la_LIBADD = $(ALSA_LIBS)
|