gfortran ELFUN.f -c ;
gfortran GROUP.f -c ;
gfortran RANGE.f -c ;
gcc bb.c -c -I$CUTER/common/include
gfortran -O -fno-second-underscore -o bb.exe ELFUN.o GROUP.o RANGE.o bb.o $CUTER/double/bin/genc.o -L$CUTER/double/lib -lcuter $CUTER/double/bin/linpac.o
