/[lmdze]/trunk/Compiler_options/nagfor_debug.mk
ViewVC logotype

Annotation of /trunk/Compiler_options/nagfor_debug.mk

Parent Directory Parent Directory | Revision Log Revision Log


Revision 134 - (hide annotations)
Wed Apr 29 15:47:56 2015 UTC (9 years, 2 months ago) by guez
File size: 637 byte(s)
Sources inside, compilation outside.
1 guez 97 # These are compiler dependent macros, meant to be included in the
2     # makefile for LMDZE.
3    
4     netcdf_dir = /opt/netcdf3/nag
5     numer_rec_95_dir = /data/guez/lib/Numer_Rec_95_nagfor
6     nr_util_dir = /data/guez/lib/NR_util_nagfor
7     netcdf95_dir = /data/guez/lib/NetCDF95_nagfor
8     jumble_dir = /data/guez/lib/Jumble_nagfor
9    
10     # Include flags:
11     FFLAGS = $(addprefix -I, ${netcdf_dir}/include ${numer_rec_95_dir} ${netcdf95_dir} ${nr_util_dir} ${jumble_dir})
12    
13     FFLAGS += -free
14    
15     LDLIBS = $(addprefix -L, ${netcdf_dir}/lib ${numer_rec_95_dir} ${netcdf95_dir} ${nr_util_dir} ${jumble_dir}) -ljumble -lnetcdf95 -lnetcdf -lnumer_rec_95 -lnr_util
16    
17     version_flag = -V

  ViewVC Help
Powered by ViewVC 1.1.21