


echo "Position to INFOFLEX DIRECTORY (fx/unx)" 

. ./fxsettar

cd ..
cd ..


echo
echo
if test "$1" = ""; then 
     echo "INSERT Diskette 1 and Press Return"; 
     read answer; 
     fi
strip fx/bin/flex
strip fx/bin/flexm
strip fx/bin/fxsql
strip fx/bin/fxsql.esql
strip fx/bin/fxmore
strip fx/bin/fxedit
strip fx/bin/prntflex
strip fx/bin/termflex
strip fx/bin/fxpp
strip fx/bin/fxpdb
strip fx/bin/fxpscr
strip fx/bin/fxplink
strip fx/bin/fxpc
strip fx/demo/bin/demoflex
strip fx/demo/bin/cwmenu

tar cvf fx/fxtar fx/bin/flex fx/bin/flexm fx/bin/fxsql fx/bin/fxmore fx/bin/fxedit fx/bin/termflex fx/bin/prntflex fx/bin/fxsql.esql

tar cvf fx/fxtar2 fx/bin/dcheck  fx/bin/fxp* fx/lib/libfx.a fx/lib/libisam.a fx/lib/*.o fx/src/lib/flex.o


tar cvf fx/fxtar3 fx/include fx/src/misc fx/src/term fx/dev fx/unx fx/demo/bin fx/demo/demo.dbs fx/demo/help

cd fx
cp unx/fxsetup .

rm fxtar.Z
compress fxtar
rm fxtar2.Z
compress fxtar2
rm fxtar3.Z
compress fxtar3

if test "$1" = "-n"; then exit ; fi
if test "$1" = "-dir"
   then
       cp fxsetup fxtar.Z fxtar2.Z fxtar3.Z "$2"
       exit
   fi

tar cvf $TARDRIVE fxsetup fxtar.Z

echo "Insert Next Diskette and then press enter key"
read answer
tar cvf $TARDRIVE fxtar2.Z

echo "Insert Next Diskette and then press enter key"
read answer
tar cvf $TARDRIVE fxtar3.Z
