--- trunk/Compilers/nag_tools.mk 2008/06/05 12:43:08 11 +++ trunk/Compilers/nag_tools.mk 2011/01/06 17:52:19 38 @@ -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 /net/vierne/user/guez_local/include ${HOME}/include ${HOME}/lib/Numer_Rec_Lionel_s ${HOME}/lib/NR_util_g ${HOME}/lib/NetCDF95) # NAG general options: nag_gl_options = ${inc_flags} -dusty -mismatch_all