jack1 codebase
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.

24 lines
571B

  1. MAINTAINERCLEANFILES=Makefile.in
  2. AM_CFLAGS = $(JACK_CFLAGS)
  3. plugindir = $(ADDON_DIR)
  4. plugin_LTLIBRARIES = jack_alsa.la
  5. jack_alsa_la_LDFLAGS = -module -avoid-version
  6. jack_alsa_la_SOURCES = alsa_driver.c generic_hw.c memops.c \
  7. hammerfall.c hdsp.c ice1712.c usx2y.c \
  8. ../alsa-midi/alsa_rawmidi.c ../alsa-midi/alsa_seqmidi.c
  9. jack_alsa_la_CFLAGS = -I../alsa-midi
  10. noinst_HEADERS = alsa_driver.h \
  11. generic.h \
  12. hammerfall.h \
  13. hdsp.h \
  14. ice1712.h \
  15. usx2y.h
  16. jack_alsa_la_LIBADD = $(ALSA_LIBS) $(top_builddir)/jackd/libjackserver.la