# set this to your compiler's executable name (e.g. gfortran, g77) FC=gfortran # requested flags FFLAGS=-fimplicit-none -O2 -funroll-loops -march=i486 -mtune=i686 # set if you need shared library FPICFLAGS=-fPIC -march=i486 -mtune=i686 # BLAS library (only required for tests) BLAS=-lblas # LAPACK library (only required for tests) LAPACK=-llapack # Library version VERSION=1.0 MAJOR=1 # set default prefix to /usr/local ifeq ($(strip $(PREFIX)),) PREFIX=/usr/local endif