# Which compilers to use #FF = gfortran #use MacPorts fortran compiler FF=gfortran-mp-4.4 CC = gcc # What optimization level to use FFOPTFLAG = -O2 CCOPTFLAG = -O2 # 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 # avoid spaces in the filepath FINCLUDE = /Users/johan/Documents/feappv22/ver22/include # What archiving to use AR = ar rv # Archive name ARFEAP = /Users/johan/Documents/feappv22/ver22/Feappv.a