# Which compilers to use FF ?= gfortran42 CC ?= cc # What optimization level to use FFOPTFLAG += -O -O2 CCOPTFLAG += -fno-common -I/usr/X11R6/include # Source Types FSOURCE = CSOURCE = # Source Extender FEXT = f CEXT = c # What options to be used by the compiler FOPTIONS = COPTIONS = # What options to be used by the loader LDOPTIONS = -L/usr/X11R6/lib -lX11 -lm # Location of feap include files FINCLUDE = /mnt/gmirror/ports/cad/feappv/work/ver20/include # What archiving to use AR = ar rv # Archive name ARFEAP = /mnt/gmirror/ports/cad/feappv/work/ver20/Feappv.a