--- trunk/Compilers/nag_tools.mk 2008/04/18 14:45:53 10 +++ trunk/Compilers/nag_modules95_FC.mk 2012/08/01 14:13:57 63 @@ -1,17 +1,18 @@ # These are compiler dependent macros, meant to be included in the # makefile for LMDZE. -# For the NAGWare Fortran 95 module builder and other NAG tools. +# For the NAGWare Fortran 95 module builder and other NAG tools # Include flags: -inc_flags = -I${libf_dir} -I${libf_dir}/dyn3d -I${libf_dir}/phylmd -I${libf_dir}/filtrez -I/home/guez/include -I/home/guez/include/NetCDF_nag_modules95 -I/home/guez/lib/IOIPSL_Lionel/ai -I/home/guez/lib/Numer_Rec_Lionel/g -I/home/guez/lib/NetCDF95/nag_modules95 +inc_flags = $(addprefix -I, ${HOME}/include ${HOME}/lib/Numer_Rec_95 ${HOME}/lib/NR_util_g ${HOME}/lib/NetCDF95 ${HOME}/lib/Jumble) # NAG general options: nag_gl_options = ${inc_flags} -dusty -mismatch_all -COMPILE.f90 = nag_modules95.sh $@ ${nag_gl_options} -COMPILE.f = ${COMPILE.f90} -OUTPUT_OPTION = +FFLAGS= ${nag_gl_options} +F90FLAGS = ${FFLAGS} -nag_fcalls_options = -calledby -locate -class ${nag_gl_options} +nag_fcalls_options = -calledby -lines -locate -class ${nag_gl_options} nag_cross_options = -key ${nag_gl_options} + +version_flag = -v