alsa-tools/us428control/Makefile.am
Takashi Iwai 4e978a5a7e Karsten Wiese <annabellesgarden@yahoo.de>:
This has more features:
- PCM-Volume adjusted to MasteVolumeSlider setting at device start.
- Direct Monitoring Functions adjustable directly on the US428
- Alsa Sequencer Output port for applications to receive the US428 sliders
etc.
2003-10-24 14:01:45 +00:00

14 lines
382 B
Makefile

# # Process this file with automake to produce Makefile.in.
AUTOMAKE_OPTIONS = 1.3 foreign
bin_PROGRAMS = us428control
us428control_SOURCES = us428control.cc Cus428State.cc Cus428_ctls.cc Cus428Midi.cc
EXTRA_DIST = depcomp
alsa-dist: distdir
@rm -rf ../distdir/us428control
@mkdir -p ../distdir/us428control
@cp -RLpv $(distdir)/* ../distdir/us428control
@rm -rf $(distdir)