--- trunk/Compilers/nag_tools.mk 2009/07/31 15:18:47 22 +++ trunk/Compilers/nag_modules95_FC.mk 2012/08/01 14:13:57 63 @@ -4,14 +4,15 @@ # 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_local/include -I/home/guez_local/include/NetCDF_nag_modules95 -I/home/guez_local/lib/IOIPSL_Lionel/ap -I/home/guez_local/lib/Numer_Rec_Lionel/s -I/home/guez_local/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 -lines -locate -class ${nag_gl_options} nag_cross_options = -key ${nag_gl_options} + +version_flag = -v