# file ddmake3.unix  Bourne or Korn shell (see ddmake.!!)   24 Oct. 1999
# Script for implementing DIRDIF-99  ===> unix, part 3
# ----------------------------------------------------------------------
# Return after compilation     we are in directory ddroot
rm ddftp/ddmake2
rm *.f
if [ ! -d bin ]; then mkdir bin; fi      # get dirdif script                   
cp ddftp/ddexec.unix bin/dirdif       
chmod ugo+rx bin/dirdif                  # to make this file executable
echo "compile and link completed,  ddmake all done"
echo "--- please, ignore all compiler warnings ---"
echo "script file for executing DIRDIF-99.2 copied to ddroot/bin/dirdif"
#  ---------------------------------------------------- end of ddmake3
