Add hgcompile scripts

Added hgcompile scripts.
This commit is contained in:
Takashi Iwai 2006-05-12 15:36:52 +02:00
parent ec25bb1219
commit e13da40b0e
27 changed files with 333 additions and 10 deletions

11
hdsploader/hgcompile Executable 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