# GNU/LINUX GCC 4.1.1 # # Usually you just have to change the LIBLAPACK variable # crunch2 runs significantly faster with an optimized LAPACK FF = gfortran -fno-second-underscore C++ = g++ CC = gcc -DGFORTRAN -DPROTOTYPE AR = ar -r RANLIB = ranlib FLAGS = -O3 -static LIBBP3 = ../../lib/bp3 LIBCCP4 = ../../lib/ccp4 LIBSOFT = ../../lib/soft-2.0 INCL = -I$(CCP4)/include -I$(LIBCCP4) -I$(LIBBP3) LIBLAPACK = -L../../lib/mlapack -lmlapack LIBCLIPPER = -L$(CCP4)/lib -lclipper-minimol -lclipper-mmdb -lclipper-contrib -lclipper-ccp4 -lclipper-core -lrfftw -lfftw -lmmdb LIBS = -L$(LIBCCP4) $(LIBLAPACK) $(LIBCLIPPER) -lgfortran -lgfortranbegin -lccp4f -lccp4c -lm -pthread