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.

18 lines
437B

  1. MAINTAINERCLEANFILES = Makefile.in
  2. #
  3. # slave driver to bridge to ALSA (sequencer) MIDI
  4. #
  5. driverdir = $(ADDON_DIR)
  6. driver_LTLIBRARIES = jack_alsa_midi.la
  7. jack_alsa_midi_la_LDFLAGS = -module -avoid-version @OS_LDFLAGS@
  8. jack_alsa_midi_la_SOURCES = alsa_midi.c port.c port_hash.c port_thread.c list.c
  9. jack_alsa_midi_la_LIBADD = $(ALSA_LIBS)
  10. noinst_HEADERS = a2j.h list.h port.h port_hash.h port_thread.h midi_pack.h midi_unpack.h