8 GNUSTYLEPREFIX=$TARGET_BUILD_DIR/libiconv-gnustyle
10 # make sure things match our expectations
12 if [ ! -d $SUBDIR ]; then
13 echo no $SUBDIR dir in current dir `pwd`, cannot continue!
18 if [ x$ACTION = "xclean" ]; then
21 rm -rf $GNUSTYLEPREFIX
25 elif [ x$ACTION = "x" ]; then
31 if [ ! -f Makefile ]; then
33 echo no Makefile, running configure
35 ./configure --prefix=$GNUSTYLEPREFIX
40 if [ ! -d $GNUSTYLEPREFIX ]; then