mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-29 05:40:25 -04: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
11
us428control/cvscompile
Normal file
11
us428control/cvscompile
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#!/bin/bash
|
||||
|
||||
aclocal $ACLOCAL_FLAGS
|
||||
automake --foreign --add-missing
|
||||
autoconf
|
||||
export CFLAGS='-O2 -Wall -pipe -g'
|
||||
echo "CFLAGS=$CFLAGS"
|
||||
echo "./configure $@"
|
||||
./configure $@
|
||||
unset CFLAGS
|
||||
make
|
||||
Loading…
Add table
Add a link
Reference in a new issue