added us428control utility by Karsten Wiese <annabellesgarden@yahoo.de>

This commit is contained in:
Takashi Iwai 2003-10-06 15:57:22 +00:00
parent 17abf05db3
commit 994603c4f9
10 changed files with 585 additions and 2 deletions

11
us428control/cvscompile Normal file
View 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