/opt/products/bin/g77 -c -w -fno-globals -fno-automatic \
         -fno-f2c -fno-second-underscore -fno-backslash \
         -finit-local-zero -ffloat-store -O -o $1.o $1.f 
/opt/products/bin/g77 -shared -o $1.sl $1.o \
   -L $H1_LIBS -lh1phan \
   -L $H1_LIBS -lh1rec  \
   -L $H1_LIBS -lh1trig \
   -L $H1_LIBS -lh1sim  \
   -L $H1_LIBS -lh1util \
   -L $H1_LIBS -lh1ndb \
   -L -lfpack -lbos -lpdflib \
   -lreadline \
   -L /x01/usr/tsurin/BST_PAD/Ntuple/Library/ -ltermcap \
   -L /usr/X11R6/lib -Xlinker -rpath-link \
      /usr/X11R6/lib -dynamic-linker
 rm $1.o
