Skip to content
Snippets Groups Projects
config.LXgfortran 194 B
Newer Older
CPP = cpp -P -traditional -Wcomment
AR = ar
CC = cc 
F77 = gfortran
F90 = gfortran

CPPFLAGS = -DGFORTRAN
F90FLAGS = -w -fno-second-underscore
F77FLAGS = -w -fno-second-underscore

LDFLAGS =