8 LIBXML2PREFIX=$TARGET_BUILD_DIR/libxml2-gnustyle
9 ICONVPREFIX=$TARGET_BUILD_DIR/libiconv-gnustyle
11 # make sure things match our expectations
13 if [ ! -d $SUBDIR ]; then
14 echo no $SUBDIR dir in current dir `pwd`, cannot continue!
19 if [ x$ACTION = "xclean" ]; then
22 rm -rf $GNUSTYLEPREFIX
26 elif [ x$ACTION = "x" ]; then
32 if [ ! -f Makefile ]; then
34 echo no Makefile, running configure
36 ./configure --prefix=$GNUSTYLEPREFIX --without-python --with-libxml-prefix=$LIBXML2PREFIX
41 # if [ ! -d $GNUSTYLEPREFIX ]; then