8 GNUSTYLEPREFIX=$TARGET_BUILD_DIR/libsablot-gnustyle
9 ICONVPREFIX=$TARGET_BUILD_DIR/libiconv-gnustyle
10 EXPATPREFIX=$TARGET_BUILD_DIR/libexpat-gnustyle
12 # make sure things match our expectations
14 if [ ! -d $SUBDIR ]; then
15 echo no $SUBDIR dir in current dir `pwd`, cannot continue!
20 if [ x$ACTION = "xclean" ]; then
23 rm -rf $GNUSTYLEPREFIX
27 elif [ x$ACTION = "x" ]; then
33 if [ ! -f Makefile ]; then
35 echo no Makefile, running configure
37 ./configure --prefix=$GNUSTYLEPREFIX --with-expat-prefix=$EXPATPREFIX --with-iconv-prefix=$ICONVPREFIX
42 # if [ ! -d $GNUSTYLEPREFIX ]; then