export TAR_OPTIONS="--no-same-owner"

make_single
make GNUSTEP_INSTALLATION_DIR=$GNUSTEP_SYSTEM_ROOT install           

if [ "$GWREM" == "y" ];
then
    cd GWRemote                                                       &&
    make GNUSTEP_INSTALLATION_DIR=$GNUSTEP_SYSTEM_ROOT install        &&
    cd ../
fi

if [ "$GWCLP" == "y" ];
then
    cd ClipBook                                                       &&
    make GNUSTEP_INSTALLATION_DIR=$GNUSTEP_SYSTEM_ROOT install        &&
    cd ../
fi

make_normal
