--- trunk/Compilers/nag_tools.mk 2008/04/18 14:45:53 10 +++ trunk/Compilers/nag_tools.mk 2010/12/02 17:11:04 36 @@ -1,10 +1,10 @@ # 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, ${libf_dir} ${libf_dir}/dyn3d ${libf_dir}/phylmd ${libf_dir}/filtrez /home/guez_local/include /home/guez_local/include/NetCDF_nag_modules95 /home/guez_local/lib/Numer_Rec_Lionel/s /home/guez_local/lib/NR_util_g /home/guez_local/lib/NetCDF95/nag_modules95) # NAG general options: nag_gl_options = ${inc_flags} -dusty -mismatch_all @@ -13,5 +13,5 @@ COMPILE.f = ${COMPILE.f90} OUTPUT_OPTION = -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}