added mixartloader

This commit is contained in:
Takashi Iwai 2003-07-22 13:42:50 +00:00
parent da789fcf3b
commit c6b79b4689
10 changed files with 395 additions and 3 deletions

11
mixartloader/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