mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-11-27 07:00:09 -05:00
added us428control utility by Karsten Wiese <annabellesgarden@yahoo.de>
This commit is contained in:
parent
17abf05db3
commit
994603c4f9
10 changed files with 585 additions and 2 deletions
15
us428control/Makefile.am
Normal file
15
us428control/Makefile.am
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# # 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
|
||||
us428control_HEADERS = Cus428State.h Cus428_ctls.h usbus428ctldefs.h
|
||||
|
||||
EXTRA_DIST = depcomp
|
||||
|
||||
alsa-dist: distdir
|
||||
@rm -rf ../distdir/us428control
|
||||
@mkdir -p ../distdir/us428control
|
||||
@cp -RLpv $(distdir)/* ../distdir/us428control
|
||||
@rm -rf $(distdir)
|
||||
Loading…
Add table
Add a link
Reference in a new issue