mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-31 22:25:34 -04:00
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.
14 lines
382 B
Makefile
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)
|