source: modipsl/trunk/util/AA_make.gdef @ 622

Last change on this file since 622 was 610, checked in by bellier, 15 years ago

Added library netcdff for link (omitted)

  • Property svn:keywords set to Id
File size: 27.4 KB
Line 
1#-
2#- $Id$
3#-
4#-Q- Darwin   #- Global definitions for Mac OSX, gfortran
5#-Q- Darwin   M_K = make
6#-Q- Darwin   P_C = cpp
7#-Q- Darwin   P_O = -fpreprocessed -P -C -traditional $(P_P)
8#-Q- Darwin   F_C = gfortran -c
9#-Q- Darwin   #-D- MD    F_D = -g -Wall -fbounds-check -pedantic -finit-real=nan
10#-Q- Darwin   #-D- MN    F_D =
11#-Q- Darwin   #-P- I4R4  F_P =
12#-Q- Darwin   #-P- I4R8  F_P = -fdefault-real-8
13#-Q- Darwin   #-P- I8R8  F_P = -fdefault-integer-8 -fdefault-real-8
14#-Q- Darwin   w_w = -O5 -funroll-all-loops $(F_D) $(F_P) -I$(MODDIR)
15#-Q- Darwin   F_O = $(w_w) -J$(MODDIR)
16#-Q- Darwin   F_L = gfortran
17#-Q- Darwin   M_M = 0
18#-Q- Darwin   L_X = 0
19#-Q- Darwin   L_O =
20#-Q- Darwin   A_C = ar -rs
21#-Q- Darwin   A_G = ar -x
22#-Q- Darwin   C_C = cc -c
23#-Q- Darwin   C_O =
24#-Q- Darwin   C_L = cc
25#-Q- Darwin   #-
26#-Q- Darwin   NCDF_INC = /usr/install/include
27#-Q- Darwin   NCDF_LIB = -L/usr/install/lib -lnetcdf
28#-Q- Darwin   #-
29#-Q- Darwin_g95  #- Global definitions for Mac OSX, g95
30#-Q- Darwin_g95  M_K = make
31#-Q- Darwin_g95  P_C = cpp
32#-Q- Darwin_g95  P_O = -fpreprocessed -P -C -traditional $(P_P)
33#-Q- Darwin_g95  F_C = g95 -c
34#-Q- Darwin_g95  #-D- MD    F_D = -g -Wall -fbounds-check
35#-Q- Darwin_g95  #-D- MN    F_D =
36#-Q- Darwin_g95  #-P- I4R4  F_P = -i4
37#-Q- Darwin_g95  #-P- I4R8  F_P = -i4 -r8
38#-Q- Darwin_g95  #-P- I8R8  F_P = -i8 -r8
39#-Q- Darwin_g95  w_w = -O5 -funroll-all-loops $(F_D) $(F_P) -I$(MODDIR)
40#-Q- Darwin_g95  F_O = $(w_w) -fmod=$(MODDIR)
41#-Q- Darwin_g95  F_L = g95
42#-Q- Darwin_g95  M_M = 0
43#-Q- Darwin_g95  L_X = 0
44#-Q- Darwin_g95  L_O =
45#-Q- Darwin_g95  A_C = ar -rs
46#-Q- Darwin_g95  A_G = ar -x
47#-Q- Darwin_g95  C_C = cc -c
48#-Q- Darwin_g95  C_O =
49#-Q- Darwin_g95  C_L = cc
50#-Q- Darwin_g95  #-
51#-Q- Darwin_g95  NCDF_INC = /usr/install/include
52#-Q- Darwin_g95  NCDF_LIB = -L/usr/install/lib -lnetcdf
53#-Q- Darwin_g95  #-
54#-Q- aix      #- Global definitions for IBM AIX (MPP)
55#-Q- aix      LIB_MPI = MPI1
56#-Q- aix      LIB_MPI_BIS = MPI1
57#-Q- aix      PRISM_ARCH = AIX
58#-Q- aix      PRISM_NAME = zahir
59#-Q- aix      FCM_ARCH = AIX_ZAHIR
60#-Q- aix      M_K = gmake
61#-Q- aix      P_C = /usr/lib/cpp
62#-Q- aix      P_O = -P -I/usr/lpp/ppe.poe/include/thread64 -C $(P_P:-WF,-D%=-D%)
63#-Q- aix      F_C = mpxlf90_r -c
64#-Q- aix      #-D- MD    F_D =
65#-Q- aix      #-D- MN    F_D =
66#-Q- aix      #-P- I4R4  F_P = -qrealsize=4
67#-Q- aix      #-P- I4R8  F_P = -qrealsize=8
68#-Q- aix      #-P- I8R8  F_P =
69#-Q- aix      w_w = $(F_P) -O3 -qsuffix=f=f90
70#-Q- aix      F_O = $(w_w) -I$(MODDIR) -qmoddir=$(MODDIR)
71#-Q- aix      F_L = mpxlf90_r
72#-Q- aix      M_M = 0
73#-Q- aix      L_X = 0
74#-Q- aix      L_O = $(F_P) -q64 -bmaxdata:2000000000 -O3
75#-Q- aix      A_C = ar -rs -X64
76#-Q- aix      A_G = ar -x -X64
77#-Q- aix      C_C = cc -c
78#-Q- aix      C_O = -O
79#-Q- aix      C_L = cc
80#-Q- aix      #-
81#-Q- aix      NCDF_INC = /usr/local/pub/include
82#-Q- aix      NCDF_LIB = -L/usr/local/pub/lib -lnetcdf
83#-Q- aix      #-
84#-Q- aix6     #- Global definitions for IBM AIX Power6 (MPP)
85#-Q- aix6     LIB_MPI = MPI1
86#-Q- aix6     LIB_MPI_BIS = MPI1
87#-Q- aix6     PRISM_ARCH = AIX6
88#-Q- aix6     PRISM_NAME = vargas
89#-Q- aix6     FCM_ARCH = PW6_VARGAS
90#-Q- aix6     M_K = gmake
91#-Q- aix6     P_C = /usr/lib/cpp
92#-Q- aix6     P_O = -P -I/usr/lpp/ppe.poe/include/thread64 -C $(P_P:-WF,-D%=-D%)
93#-Q- aix6     F_C = mpxlf90_r -c
94#-Q- aix6     #-D- MD    F_D =
95#-Q- aix6     #-D- MN    F_D =
96#-Q- aix6     #-P- I4R4  F_P = -qrealsize=4
97#-Q- aix6     #-P- I4R8  F_P = -qrealsize=8
98#-Q- aix6     #-P- I8R8  F_P =
99#-Q- aix6     #w_w = $(F_P) -O3 -qsuffix=f=f90
100#-Q- aix6     w_w = $(F_P) -O3 -qsuffix=cpp=f90 -qfree=f90
101#-Q- aix6     F_O = $(w_w) -I$(MODDIR) -qmoddir=$(MODDIR)
102#-Q- aix6     F_L = mpxlf90_r
103#-Q- aix6     M_M = 0
104#-Q- aix6     L_X = 0
105#-Q- aix6     L_O = $(F_P) -q64 -bmaxdata:2000000000 -O3 -brename:.flush,.flush_
106#-Q- aix6     A_C = ar -rs -X64
107#-Q- aix6     A_G = ar -x -X64
108#-Q- aix6     C_C = cc -c
109#-Q- aix6     C_O = -O
110#-Q- aix6     C_L = cc
111#-Q- aix6     #-
112#-Q- aix6     NCDF_INC = /usr/local/pub/NetCDF/3.6.2/include
113#-Q- aix6     NCDF_LIB = -L/usr/local/pub/NetCDF/3.6.2/lib -lnetcdf
114#-Q- aix6     #-
115#-Q- ax_mono  #- Global definitions for IBM AIX (monoprocessing)
116#-Q- ax_mono  M_K = gmake
117#-Q- ax_mono  P_C = /usr/lib/cpp
118#-Q- ax_mono  P_O = -P -I/usr/lpp/ppe.poe/include/thread64 -C $(P_P:-WF,-D%=-D%)
119#-Q- ax_mono  F_C = xlf90_r -c
120#-Q- ax_mono  #-D- MD    F_D =
121#-Q- ax_mono  #-D- MN    F_D =
122#-Q- ax_mono  #-P- I4R4  F_P = -qrealsize=4
123#-Q- ax_mono  #-P- I4R8  F_P = -qrealsize=8
124#-Q- ax_mono  #-P- I8R8  F_P =
125#-Q- ax_mono  w_w = $(F_P) -O3 -qsuffix=f=f90
126#-Q- ax_mono  F_O = $(w_w) -I$(MODDIR) -qmoddir=$(MODDIR)
127#-Q- ax_mono  F_L = xlf90_r
128#-Q- ax_mono  M_M = 0
129#-Q- ax_mono  L_X = 0
130#-Q- ax_mono  L_O = $(F_P) -q64 -bmaxdata:2000000000 -O3
131#-Q- ax_mono  A_C = ar -rs -X64
132#-Q- ax_mono  A_G = ar -x -X64
133#-Q- ax_mono  C_C = cc -c
134#-Q- ax_mono  C_O = -O
135#-Q- ax_mono  C_L = cc
136#-Q- ax_mono  #-
137#-Q- ax_mono  NCDF_INC = /usr/local/pub/include
138#-Q- ax_mono  NCDF_LIB = -L/usr/local/pub/lib -lnetcdf
139#-Q- ax_mono  #-
140#-Q- ax6_mono #- Global definitions for IBM AIX Power6 (monoprocessing)
141#-Q- ax6_mono M_K = gmake
142#-Q- ax6_mono P_C = /usr/lib/cpp
143#-Q- ax6_mono P_O = -P -I/usr/lpp/ppe.poe/include/thread64 -C $(P_P:-WF,-D%=-D%)
144#-Q- ax6_mono F_C = xlf90_r -c
145#-Q- ax6_mono #-D- MD    F_D =
146#-Q- ax6_mono #-D- MN    F_D =
147#-Q- ax6_mono #-P- I4R4  F_P = -qrealsize=4
148#-Q- ax6_mono #-P- I4R8  F_P = -qrealsize=8
149#-Q- ax6_mono #-P- I8R8  F_P =
150#-Q- ax6_mono w_w = $(F_P) -O3 -qsuffix=f=f90
151#-Q- ax6_mono F_O = $(w_w) -I$(MODDIR) -qmoddir=$(MODDIR)
152#-Q- ax6_mono F_L = xlf90_r
153#-Q- ax6_mono M_M = 0
154#-Q- ax6_mono L_X = 0
155#-Q- ax6_mono L_O = $(F_P) -q64 -bmaxdata:2000000000 -O3
156#-Q- ax6_mono A_C = ar -rs -X64
157#-Q- ax6_mono A_G = ar -x -X64
158#-Q- ax6_mono C_C = cc -c
159#-Q- ax6_mono C_O = -O
160#-Q- ax6_mono C_L = cc
161#-Q- ax6_mono #-
162#-Q- ax6_mono NCDF_INC = /usr/local/pub/NetCDF/3.6.2/include
163#-Q- ax6_mono NCDF_LIB = -L/usr/local/pub/NetCDF/3.6.2/lib -lnetcdf
164#-Q- ax6_mono #-
165#-Q- babel    #- Global definitions for IBM Blue Gene
166#-Q- babel    M_K = gmake
167#-Q- babel    P_C = /usr/bin/cpp
168#-Q- babel    P_O = -P -C $(P_P:-WF,-D%=-D%)
169#-Q- babel    F_C = mpixlf90_r -c
170#-Q- babel    #-D- MD    F_D =
171#-Q- babel    #-D- MN    F_D =
172#-Q- babel    #-P- I4R4  F_P = -qrealsize=4
173#-Q- babel    #-P- I4R8  F_P = -qrealsize=8
174#-Q- babel    #-P- I8R8  F_P =
175#-Q- babel    w_w = $(F_P) -O3 -qsuffix=f=f90
176#-Q- babel    F_O = $(w_w) -I$(MODDIR) -qmoddir=$(MODDIR)
177#-Q- babel    F_L = mpixlf90_r
178#-Q- babel    M_M = 0
179#-Q- babel    L_X = 0
180#-Q- babel    L_O = $(F_P) -O3
181#-Q- babel    A_C = ar -rs
182#-Q- babel    A_G = ar -x
183#-Q- babel    C_C = cc -c
184#-Q- babel    C_O = -O
185#-Q- babel    C_L = cc
186#-Q- babel    #-
187#-Q- babel    NCDF_INC = /bglocal/prod/tools_ibm/netcdf-3.6.1/include
188#-Q- babel    NCDF_LIB = -L/bglocal/prod/tools_ibm/netcdf-3.6.1/lib -lnetcdf
189#-Q- babel    #-
190#-Q- bgfe     #- Global definitions for IBM Blue Gene Front End
191#-Q- bgfe     M_K = gmake
192#-Q- bgfe     P_C = /usr/bin/cpp
193#-Q- bgfe     P_O = -P -C $(P_P:-WF,-D%=-D%)
194#-Q- bgfe     F_C = xlf90_r -c
195#-Q- bgfe     #-D- MD    F_D =
196#-Q- bgfe     #-D- MN    F_D =
197#-Q- bgfe     #-P- I4R4  F_P = -qrealsize=4
198#-Q- bgfe     #-P- I4R8  F_P = -qrealsize=8
199#-Q- bgfe     #-P- I8R8  F_P =
200#-Q- bgfe     w_w = $(F_P) -O3 -qsuffix=f=f90
201#-Q- bgfe     F_O = $(w_w) -I$(MODDIR) -qmoddir=$(MODDIR)
202#-Q- bgfe     F_L = xlf90_r
203#-Q- bgfe     M_M = 0
204#-Q- bgfe     L_X = 0
205#-Q- bgfe     L_O = $(F_P) -O3
206#-Q- bgfe     A_C = ar -rs
207#-Q- bgfe     A_G = ar -x
208#-Q- bgfe     C_C = cc -c
209#-Q- bgfe     C_O = -O
210#-Q- bgfe     C_L = cc
211#-Q- bgfe     #-
212#-Q- bgfe     NCDF_INC = /local/pub/netcdf/netcdf-3.6.2/include
213#-Q- bgfe     NCDF_LIB = -L/local/pub/netcdf/netcdf-3.6.2/lib -lnetcdf
214#-Q- bgfe     #-
215#-Q- cesium  #- Global definitions for Cesium at CCRT
216#-Q- cesium  M_K = gmake
217#-Q- cesium  P_C = cpp
218#-Q- cesium  P_O = -P -C $(P_P)
219#-Q- cesium  F_C = ifort -c
220#-Q- cesium  #-D- MD    F_D = -g
221#-Q- cesium  #-D- MN    F_D =
222#-Q- cesium  #-P- I4R4  F_P = -i4
223#-Q- cesium  #-P- I4R8  F_P = -i4 -r8
224#-Q- cesium  #-P- I8R8  F_P = -i8 -r8
225#-Q- cesium  F_O = -O $(F_D) $(F_P) -I$(MODDIR) -module $(MODDIR)
226#-Q- cesium  F_L = ifort
227#-Q- cesium  M_M = 0
228#-Q- cesium  L_X = 0
229#-Q- cesium  L_O = -Vaxlib
230#-Q- cesium  A_C = ar -r
231#-Q- cesium  A_G = ar -x
232#-Q- cesium  C_C = cc -c
233#-Q- cesium  C_O =
234#-Q- cesium  C_L = cc
235#-Q- cesium  #-
236#-Q- cesium  NCDF_INC = /applications/netcdf-3.6.3/include
237#-Q- cesium  NCDF_LIB = -L/applications/netcdf-3.6.3/lib -lnetcdff -lnetcdf
238#-Q- cesium  #-
239#-Q- cray     #- Obsolete definitions for CRAY
240#-Q- cray     M_K = make
241#-Q- cray     P_C = cpp
242#-Q- cray     P_O = -P -C $(P_P)
243#-Q- cray     F_C = f90 -c
244#-Q- cray     #-D- MD    F_D =
245#-Q- cray     #-D- MN    F_D =
246#-Q- cray     #-P- I4R4  F_P =
247#-Q- cray     #-P- I4R8  F_P =
248#-Q- cray     #-P- I8R8  F_P =
249#-Q- cray     F_O = $(F_D) $(F_P) -v -p $(MODEL_LIB)
250#-Q- cray     F_L = f90
251#-Q- cray     M_M = 0
252#-Q- cray     L_X = 0
253#-Q- cray     L_O =
254#-Q- cray     A_C = bld -r
255#-Q- cray     A_G = bld -x
256#-Q- cray     C_C = cc -c
257#-Q- cray     C_O = -Wall
258#-Q- cray     C_L = cc
259#-Q- cray     #-
260#-Q- cray     NCDF_INC = /usr/local/pub/include
261#-Q- cray     NCDF_LIB = -L/usr/local/pub/lib -lnetcdf
262#-Q- cray     #-
263#-Q- eshpux   #- Global definitions for hpux used as Earth Simulator front-end (moon)
264#-Q- eshpux   LIB_MPI = MPI1
265#-Q- eshpux   LIB_MPI_BIS = MPI1
266#-Q- eshpux   PRISM_ARCH = ES
267#-Q- eshpux   PRISM_NAME = moon
268#-Q- eshpux   FCM_ARCH = ES_MOON
269#-Q- eshpux   M_K = gmake
270#-Q- eshpux   P_C = escpp
271#-Q- eshpux   # FTRACE used for profiling
272#-Q- eshpux   FTRACE = -ftrace
273#-Q- eshpux   # FTRACE =
274#-Q- eshpux   P_O = -P -C $(P_P)
275#-Q- eshpux   F_C = esmpif90 -c
276#-Q- eshpux   #-D- MD    F_D =
277#-Q- eshpux   #-D- MN    F_D =
278#-Q- eshpux   #-P- I4R4  F_P = -dW
279#-Q- eshpux   #-P- I4R8  F_P = -dW -Wf\"-A idbl4\"
280#-Q- eshpux   #-P- I8R8  F_P = -ew
281#-Q- eshpux   F_O = $(F_D) $(F_P) $(FTRACE) -Ep -DCPP_PARA -Wf,"-pvctl loopcnt=999999" -I $(MODDIR)
282#-Q- eshpux   F_L = esmpif90
283#-Q- eshpux   M_M = 1
284#-Q- eshpux   L_X = 1
285#-Q- eshpux   L_O = $(F_P) $(FTRACE)
286#-Q- eshpux   A_C = ar -rv
287#-Q- eshpux   A_G = ar -x
288#-Q- eshpux   A_X = esar -rv
289#-Q- eshpux   C_C = esmpicc -c
290#-Q- eshpux   C_O =
291#-Q- eshpux   C_L = esmpicc
292#-Q- eshpux   FC_C = cc -c
293#-Q- eshpux   FC_O =
294#-Q- eshpux   FC_L = cc
295#-Q- eshpux   #-
296#-Q- eshpux   NCDF_INC = /S/home010/c0010/ES/include
297#-Q- eshpux   NCDF_LIB = -L/S/home010/c0010/ES/lib -lnetcdf
298#-Q- eshpux   #-
299#-Q- fjvpp    #- Obsolete definitions for FUJITSU VPP
300#-Q- fjvpp    M_K = gmake
301#-Q- fjvpp    P_C = cpp
302#-Q- fjvpp    P_O = -P -C $(P_P)
303#-Q- fjvpp    F_C = frt -c
304#-Q- fjvpp    #-D- MD    F_D =
305#-Q- fjvpp    #-D- MN    F_D =
306#-Q- fjvpp    #-P- I4R4  F_P = -AD
307#-Q- fjvpp    #-P- I4R8  F_P = -Ad
308#-Q- fjvpp    #-P- I8R8  F_P = -Ad
309#-Q- fjvpp    w_w = -X9 -Oe -Sw $(F_D) $(F_P) -Am -M$(MODDIR)
310#-Q- fjvpp    F_O = $(w_w) -Of -Wv,-Of,-ilfunc,-preload
311#-Q- fjvpp    F_L = frt
312#-Q- fjvpp    M_M = 0
313#-Q- fjvpp    L_X = 0
314#-Q- fjvpp    L_O = -Wg,-c -Wl,-J,-t,-dy
315#-Q- fjvpp    A_C = ar -r
316#-Q- fjvpp    A_G = ar -x
317#-Q- fjvpp    C_C = cc -c
318#-Q- fjvpp    C_O =
319#-Q- fjvpp    C_L = cc
320#-Q- fjvpp    #-
321#-Q- fjvpp    NCDF_INC = /usr/local/include/netcdf
322#-Q- fjvpp    NCDF_LIB = /usr/local/lib/netcdf/libnetcdf.a
323#-Q- fjvpp    #-
324#-Q- g95      #- Global definitions for gnu g95 compiler
325#-Q- g95      M_K = gmake
326#-Q- g95      P_C = cpp
327#-Q- g95      P_O = -P -C -traditional $(P_P)
328#-Q- g95      F_C = g95 -c
329#-Q- g95      #-D- MD    F_D =
330#-Q- g95      #-D- MN    F_D =
331#-Q- g95      #-P- I4R4  F_P = -i4
332#-Q- g95      #-P- I4R8  F_P = -i4 -r8
333#-Q- g95      #-P- I8R8  F_P = -i8 -r8
334#-Q- g95      w_w = -O5 -funroll-all-loops $(F_D) $(F_P) -I$(MODDIR)
335#-Q- g95      F_O = $(w_w) -fmod=$(MODDIR) -fno-second-underscore
336#-Q- g95      F_L = g95
337#-Q- g95      M_M = 0
338#-Q- g95      L_X = 0
339#-Q- g95      L_O =
340#-Q- g95      A_C = ar -r
341#-Q- g95      A_G = ar -x
342#-Q- g95      C_C = cc -c
343#-Q- g95      C_O =
344#-Q- g95      C_L = cc
345#-Q- g95      #-
346#-Q- g95      NCDF_INC = /usr/local/include
347#-Q- g95      NCDF_LIB = -L/usr/local/lib -lnetcdf
348#-Q- g95      #-
349#-Q- gfortran  #- Global definitions for gfortran, generic system
350#-Q- gfortran  M_K = make
351#-Q- gfortran  P_C = cpp
352#-Q- gfortran  P_O = -fpreprocessed -P -C -traditional $(P_P)
353#-Q- gfortran  F_C = gfortran -c
354#-Q- gfortran  #-D- MD    F_D = -g -Wall -fbounds-check -pedantic -finit-real=nan
355#-Q- gfortran  #-D- MN    F_D =
356#-Q- gfortran  #-P- I4R4  F_P =
357#-Q- gfortran  #-P- I4R8  F_P = -fdefault-real-8
358#-Q- gfortran  #-P- I8R8  F_P = -fdefault-integer-8 -fdefault-real-8
359#-Q- gfortran  w_w = -O3 -funroll-all-loops $(F_D) $(F_P) -I$(MODDIR)
360#-Q- gfortran  F_O = $(w_w) -J$(MODDIR)
361#-Q- gfortran  F_L = gfortran
362#-Q- gfortran  M_M = 0
363#-Q- gfortran  L_X = 0
364#-Q- gfortran  L_O =
365#-Q- gfortran  A_C = ar -rs
366#-Q- gfortran  A_G = ar -x
367#-Q- gfortran  C_C = cc -c
368#-Q- gfortran  C_O =
369#-Q- gfortran  C_L = cc
370#-Q- gfortran  #-
371#-Q- gfortran  NCDF_INC = /usr/local/include
372#-Q- gfortran  NCDF_LIB = -L/usr/local/lib -lnetcdf
373#-Q- gfortran  #-
374#-Q- idris_tx7 #- Global definitions for NEC TX7 front-end (Brodie) at Idris, gfortran
375#-Q- idris_tx7 M_K = gmake
376#-Q- idris_tx7 P_C = cpp
377#-Q- idris_tx7 P_O = -P -C $(P_P)
378#-Q- idris_tx7 F_C = gfortran -c
379#-Q- idris_tx7 #-D- MD    F_D = -g
380#-Q- idris_tx7 #-D- MN    F_D =
381#-Q- idris_tx7 #-P- I4R4  F_P =
382#-Q- idris_tx7 #-P- I4R8  F_P = -fdefault-real-8
383#-Q- idris_tx7 #-P- I8R8  F_P = -fdefault-integer-8 -fdefault-real-8
384#-Q- idris_tx7 F_O = -O $(F_D) $(F_P) -I$(MODDIR) -J$(MODDIR)
385#-Q- idris_tx7 F_L = gfortran
386#-Q- idris_tx7 M_M = 0
387#-Q- idris_tx7 L_X = 0
388#-Q- idris_tx7 L_O =
389#-Q- idris_tx7 A_C = ar -r
390#-Q- idris_tx7 A_G = ar -x
391#-Q- idris_tx7 C_C = gcc -c
392#-Q- idris_tx7 C_O =
393#-Q- idris_tx7 C_L = gcc
394#-Q- idris_tx7 #-
395#-Q- idris_tx7 NCDF_INC = /TXlocal/pub/netcdf/netcdf-3.6.2/include
396#-Q- idris_tx7 NCDF_LIB = -L/TXlocal/pub/netcdf/netcdf-3.6.2/lib -lnetcdf
397#-Q- idris_tx7 #-
398#-Q- linux    #- Global definitions for Linux, pgf90
399#-Q- linux    M_K = make
400#-Q- linux    P_C = /lib/cpp
401#-Q- linux    P_O = -P -C -traditional $(P_P)
402#-Q- linux    F_C = pgf90 -c
403#-Q- linux    #-D- MD    F_D =
404#-Q- linux    #-D- MN    F_D =
405#-Q- linux    #-P- I4R4  F_P = -i4
406#-Q- linux    #-P- I4R8  F_P = -i4 -r8
407#-Q- linux    #-P- I8R8  F_P = -i8 -r8
408#-Q- linux    F_O = $(F_D) $(F_P) -Mfree -module $(MODDIR)
409#-Q- linux    F_L = pgf90
410#-Q- linux    M_M = 0
411#-Q- linux    L_X = 0
412#-Q- linux    L_O = -Wl,-Bstatic -Mbounds
413#-Q- linux    A_C = ar -r
414#-Q- linux    A_G = ar -x
415#-Q- linux    C_C = gcc -c
416#-Q- linux    C_O = -Wall
417#-Q- linux    C_L = gcc
418#-Q- linux    #-
419#-Q- linux    NCDF_INC = /distrib/local/netcdf/pgf/include/
420#-Q- linux    NCDF_LIB = -L/distrib/local/netcdf/pgf/lib/ -lnetcdf
421#-Q- linux    #-
422#-Q- lxiv7    #- Global definitions for Linux, ifc
423#-Q- lxiv7    M_K = gmake
424#-Q- lxiv7    P_C = cpp
425#-Q- lxiv7    P_O = -P -C $(P_P)
426#-Q- lxiv7    F_C = ifc -c
427#-Q- lxiv7    #-D- MD    F_D = -g
428#-Q- lxiv7    #-D- MN    F_D =
429#-Q- lxiv7    #-P- I4R4  F_P = -i4
430#-Q- lxiv7    #-P- I4R8  F_P = -i4 -r8
431#-Q- lxiv7    #-P- I8R8  F_P = -i8 -r8
432#-Q- lxiv7    F_O = -O $(F_D) $(F_P) -I$(MODDIR) -module $(MODDIR)
433#-Q- lxiv7    F_L = ifc
434#-Q- lxiv7    M_M = 0
435#-Q- lxiv7    L_X = 0
436#-Q- lxiv7    L_O = -Vaxlib
437#-Q- lxiv7    A_C = ar -r
438#-Q- lxiv7    A_G = ar -x
439#-Q- lxiv7    C_C = cc -c
440#-Q- lxiv7    C_O =
441#-Q- lxiv7    C_L = cc
442#-Q- lxiv7    #-
443#-Q- lxiv7    NCDF_INC = /usr/local/include
444#-Q- lxiv7    NCDF_LIB = -L/usr/local/lib -lnetcdf
445#-Q- lxiv7    #-
446#-Q- lxiv8    #- Global definitions for Intel compiler (ifort) at LSCE
447#-Q- lxiv8    M_K = gmake
448#-Q- lxiv8    P_C = cpp
449#-Q- lxiv8    P_O = -P -C $(P_P)
450#-Q- lxiv8    F_C = ifort -c -cpp
451#-Q- lxiv8    #-D- MD    F_D = -g
452#-Q- lxiv8    #-D- MN    F_D =
453#-Q- lxiv8    #-P- I4R4  F_P = -i4
454#-Q- lxiv8    #-P- I4R8  F_P = -i4 -r8
455#-Q- lxiv8    #-P- I8R8  F_P = -i8 -r8
456#-Q- lxiv8    F_O = -O $(F_D) $(F_P) -I$(MODDIR) -module $(MODDIR)
457#-Q- lxiv8    F_L = ifort
458#-Q- lxiv8    M_M = 0
459#-Q- lxiv8    L_X = 0
460#-Q- lxiv8    L_O = -Vaxlib
461#-Q- lxiv8    A_C = ar -r
462#-Q- lxiv8    A_G = ar -x
463#-Q- lxiv8    C_C = cc -c
464#-Q- lxiv8    C_O =
465#-Q- lxiv8    C_L = cc
466#-Q- lxiv8    #-
467#-Q- lxiv8    NCDF_INC = /usr/local/include
468#-Q- lxiv8    NCDF_LIB = -L/usr/local/lib -lnetcdff -lnetcdf
469#-Q- lxiv8    #-
470#-Q- osf1     #- Obsolete definitions for DEC OSF1
471#-Q- osf1     M_K = gmake
472#-Q- osf1     P_C = cpp
473#-Q- osf1     P_O = -P -C $(P_P)
474#-Q- osf1     F_C = f90 -c
475#-Q- osf1     #-D- MD    F_D = -g
476#-Q- osf1     #-D- MN    F_D =
477#-Q- osf1     #-P- I4R4  F_P =
478#-Q- osf1     #-P- I4R8  F_P = -r8
479#-Q- osf1     #-P- I8R8  F_P = -i8 -r8
480#-Q- osf1     F_O = -O $(F_D) $(F_P) -I$(MODDIR) -module $(MODDIR)
481#-Q- osf1     F_L = f90
482#-Q- osf1     M_M = 0
483#-Q- osf1     L_X = 0
484#-Q- osf1     L_O =
485#-Q- osf1     A_C = ar -r
486#-Q- osf1     A_G = ar -x
487#-Q- osf1     C_C = cc -c
488#-Q- osf1     C_O =
489#-Q- osf1     C_L = cc
490#-Q- osf1     #-
491#-Q- osf1     NCDF_INC = /usr/local/include
492#-Q- osf1     NCDF_LIB = -L/usr/local/lib -lnetcdf
493#-Q- osf1     #-
494#-Q- osxxlf   #- Global definitions for Mac OS X and IBM xlf compiler
495#-Q- osxxlf   M_K = make
496#-Q- osxxlf   P_C = /usr/bin/cpp
497#-Q- osxxlf   P_O = -P -C $(P_P:-WF,-D%=-D%)
498#-Q- osxxlf   F_C = xlf90 -c
499#-Q- osxxlf   #-D- MD    F_D = -g -C
500#-Q- osxxlf   #-D- MN    F_D =
501#-Q- osxxlf   #-P- I4R4  F_P = -qintsize=4 -qrealsize=4
502#-Q- osxxlf   #-P- I4R8  F_P = -qintsize=4 -qrealsize=8
503#-Q- osxxlf   #-P- I8R8  F_P = -qintsize=8 -qrealsize=8
504#-Q- osxxlf   w_w = $(F_P) -O2 $(F_D) -qsuffix=f=f90
505#-Q- osxxlf   F_O = $(w_w) -I$(MODDIR) -qmoddir=$(MODDIR)
506#-Q- osxxlf   F_L = xlf90
507#-Q- osxxlf   M_M = 0
508#-Q- osxxlf   L_X = 0
509#-Q- osxxlf   L_O = $(F_P) -O2
510#-Q- osxxlf   A_C = ar -rs
511#-Q- osxxlf   A_G = ar -x
512#-Q- osxxlf   C_C = cc -c
513#-Q- osxxlf   C_O =
514#-Q- osxxlf   C_L = cc
515#-Q- osxxlf   #-
516#-Q- osxxlf   NCDF_INC = /usr/local/install/netcdf-3.6.0-p1/include
517#-Q- osxxlf   NCDF_LIB = -L/usr/local/install/netcdf-3.6.0-p1/lib -lnetcdf
518#-Q- osxxlf   #-
519#-Q- platine  #- Global definitions for Bull (opteron) at CCRT
520#-Q- platine  LIB_MPI = MPI1
521#-Q- platine  LIB_MPI_BIS = MPI1
522#-Q- platine  PRISM_ARCH = IA64
523#-Q- platine  PRISM_NAME = platine
524#-Q- platine  FCM_ARCH = IA64_PLATINE
525#-Q- platine  M_K = gmake
526#-Q- platine  P_C = cpp
527#-Q- platine  P_O = -P -C $(P_P)
528#-Q- platine  F_C = mpif90 -c -cpp
529#-Q- platine  #-D- MD    F_D = -g
530#-Q- platine  #-D- MN    F_D =
531#-Q- platine  #-P- I4R4  F_P = -i4
532#-Q- platine  #-P- I4R8  F_P = -i4 -r8
533#-Q- platine  #-P- I8R8  F_P = -i8 -r8
534#-Q- platine  F_O = -DCPP_PARA -O3 $(F_D) $(F_P) -I$(MODDIR) -module $(MODDIR)
535#-Q- platine  F_L = mpif90
536#-Q- platine  M_M = 0
537#-Q- platine  L_X = 0
538#-Q- platine  L_O =
539#-Q- platine  A_C = ar -r
540#-Q- platine  A_G = ar -x
541#-Q- platine  C_C = cc -c
542#-Q- platine  C_O =
543#-Q- platine  C_L = cc
544#-Q- platine  #-
545#-Q- platine  NCDF_INC = /usr/include
546#-Q- platine  NCDF_LIB = -L/usr/lib -lnetcdff -lnetcdf
547#-Q- platine  #-
548#-Q- sgi6     #- Global definitions for IRIX64 (sgi6)
549#-Q- sgi6     M_K = gmake
550#-Q- sgi6     P_C = cpp
551#-Q- sgi6     P_O = -P -C $(P_P)
552#-Q- sgi6     F_C = f90 -c
553#-Q- sgi6     #-D- MD    F_D =
554#-Q- sgi6     #-D- MN    F_D =
555#-Q- sgi6     #-P- I4R4  F_P = -i4 -r4
556#-Q- sgi6     #-P- I4R8  F_P = -i4 -r8
557#-Q- sgi6     #-P- I8R8  F_P = -i8 -r8
558#-Q- sgi6     F_O = $(F_D) $(F_P) -I $(MODDIR)
559#-Q- sgi6     F_L = f90
560#-Q- sgi6     M_M = 0
561#-Q- sgi6     L_X = 0
562#-Q- sgi6     L_O =
563#-Q- sgi6     A_C = ar -r
564#-Q- sgi6     A_G = ar -x
565#-Q- sgi6     C_C = cc -c
566#-Q- sgi6     C_O =
567#-Q- sgi6     C_L = cc
568#-Q- sgi6     #-
569#-Q- sgi6     NCDF_INC = /usr/local/pub/include
570#-Q- sgi6     NCDF_LIB = -L/usr/local/pub/lib64 -lnetcdf
571#-Q- sgi6     #-
572#-Q- solaris  #- Global definitions for SOLARIS
573#-Q- solaris  M_K = make
574#-Q- solaris  P_C = cpp
575#-Q- solaris  P_O = -P -C $(P_P)
576#-Q- solaris  F_C = f90 -c
577#-Q- solaris  #-D- MD    F_D =
578#-Q- solaris  #-D- MN    F_D =
579#-Q- solaris  #-P- I4R4  F_P =
580#-Q- solaris  #-P- I4R8  F_P = -r8const
581#-Q- solaris  #-P- I8R8  F_P = -i8const -r8const
582#-Q- solaris  F_O = $(F_D) $(F_P) -M$(MODDIR) -fast
583#-Q- solaris  F_L = f90
584#-Q- solaris  M_M = 1
585#-Q- solaris  L_X = 0
586#-Q- solaris  L_O =
587#-Q- solaris  A_C = ar -r
588#-Q- solaris  A_G = ar -x
589#-Q- solaris  C_C = cc -c
590#-Q- solaris  C_O =
591#-Q- solaris  C_L = cc
592#-Q- solaris  #-
593#-Q- solaris  NCDF_INC = /distrib/local/include
594#-Q- solaris  NCDF_LIB = -L/distrib/local/lib -lnetcdf
595#-Q- solaris  #-
596#-Q- sx6nec   #- Global definitions for NEC SX8 at CCRT (alias)
597#-Q- sx6nec   LIB_MPI = MPI1
598#-Q- sx6nec   LIB_MPI_BIS = MPI1
599#-Q- sx6nec   PRISM_ARCH = SX
600#-Q- sx6nec   PRISM_NAME = mercure
601#-Q- sx6nec   FCM_ARCH = SX8_MERCURE
602#-Q- sx6nec   M_K = sxgmake
603#-Q- sx6nec   P_C = cpp
604#-Q- sx6nec   P_O = -P -C $(P_P)
605#-Q- sx6nec   F_C = sxmpif90 -c
606#-Q- sx6nec   #-D- MD    F_D =
607#-Q- sx6nec   #-D- MN    F_D =
608#-Q- sx6nec   #-P- I4R4  F_P = -dW
609#-Q- sx6nec   #-P- I4R8  F_P = -dW -Wf\"-A idbl4\"
610#-Q- sx6nec   #-P- I8R8  F_P = -ew
611#-Q- sx6nec   F_O = $(F_D) $(F_P) -Ep -DCPP_PARA -size_t64 -Wf,"-pvctl loopcnt=999999" -I $(MODDIR)
612#-Q- sx6nec   F_L = sxmpif90
613#-Q- sx6nec   M_M = 1
614#-Q- sx6nec   L_X = 0
615#-Q- sx6nec   L_O = -size_t64 $(F_P)
616#-Q- sx6nec   A_C = sxar -rv
617#-Q- sx6nec   A_G = sxar -x
618#-Q- sx6nec   A_X = sxar -rv
619#-Q- sx6nec   C_C = sxcc -size_t64 -c
620#-Q- sx6nec   C_O =
621#-Q- sx6nec   C_L = sxcc -size_t64
622#-Q- sx6nec   FC_C = gcc -c
623#-Q- sx6nec   FC_O =
624#-Q- sx6nec   FC_L = gcc
625#-Q- sx6nec   #-
626#-Q- sx6nec   NCDF_INC = /usr/local/SX8/soft/netcdf/include
627#-Q- sx6nec   NCDF_LIB = -L/usr/local/SX8/soft/netcdf/lib -lnetcdf
628#-Q- sx6nec   #-
629#-Q- sx8brodie   #- Global definitions for NEC SX8 at Idris
630#-Q- sx8brodie   LIB_MPI = MPI1
631#-Q- sx8brodie   LIB_MPI_BIS = MPI1
632#-Q- sx8brodie   PRISM_ARCH = SX
633#-Q- sx8brodie   PRISM_NAME = brodie
634#-Q- sx8brodie   FCM_ARCH = SX8_BRODIE
635#-Q- sx8brodie   M_K = sxgmake
636#-Q- sx8brodie   P_C = sxcpp
637#-Q- sx8brodie   P_O = -P -C $(P_P)
638#-Q- sx8brodie   F_C = sxmpif90 -c
639#-Q- sx8brodie   #-D- MD    F_D =
640#-Q- sx8brodie   #-D- MN    F_D =
641#-Q- sx8brodie   #-P- I4R4  F_P = -dW
642#-Q- sx8brodie   #-P- I4R8  F_P = -dW -Wf\"-A idbl4\"
643#-Q- sx8brodie   #-P- I8R8  F_P = -ew
644#-Q- sx8brodie   F_O = $(F_D) $(F_P) -Ep -DCPP_PARA -I $(MODDIR)
645#-Q- sx8brodie   F_L = sxmpif90
646#-Q- sx8brodie   M_M = 1
647#-Q- sx8brodie   L_X = 0
648#-Q- sx8brodie   L_O = $(F_P)
649#-Q- sx8brodie   A_C = sxar -rv
650#-Q- sx8brodie   A_G = sxar -x
651#-Q- sx8brodie   A_X = sxar -rv
652#-Q- sx8brodie   C_C = sxcc -c
653#-Q- sx8brodie   C_O =
654#-Q- sx8brodie   C_L = sxcc
655#-Q- sx8brodie   FC_C = gcc -c
656#-Q- sx8brodie   FC_O =
657#-Q- sx8brodie   FC_L = gcc
658#-Q- sx8brodie   #-
659#-Q- sx8brodie   NCDF_INC = /SXlocal/pub/netCDF/netCDF-3.6.1/include
660#-Q- sx8brodie   NCDF_LIB = -L/SXlocal/pub/netCDF/netCDF-3.6.1/lib -lnetcdf
661#-Q- sx8brodie   #-
662#-Q- sx8mercure   #- Global definitions for NEC SX8 at CCRT
663#-Q- sx8mercure   LIB_MPI = MPI1
664#-Q- sx8mercure   LIB_MPI_BIS = MPI1
665#-Q- sx8mercure   PRISM_ARCH = SX
666#-Q- sx8mercure   PRISM_NAME = mercure
667#-Q- sx8mercure   FCM_ARCH = SX8_MERCURE
668#-Q- sx8mercure   M_K = sxgmake
669#-Q- sx8mercure   P_C = cpp
670#-Q- sx8mercure   P_O = -P -C $(P_P)
671#-Q- sx8mercure   F_C = sxmpif90 -c
672#-Q- sx8mercure   #-D- MD    F_D =
673#-Q- sx8mercure   #-D- MN    F_D =
674#-Q- sx8mercure   #-P- I4R4  F_P = -dW
675#-Q- sx8mercure   #-P- I4R8  F_P = -dW -Wf\"-A idbl4\"
676#-Q- sx8mercure   #-P- I8R8  F_P = -ew
677#-Q- sx8mercure   F_O = $(F_D) $(F_P) -Ep -DCPP_PARA -size_t64 -Wf,"-pvctl loopcnt=999999" -I $(MODDIR)
678#-Q- sx8mercure   F_L = sxmpif90
679#-Q- sx8mercure   M_M = 1
680#-Q- sx8mercure   L_X = 0
681#-Q- sx8mercure   L_O = -size_t64 $(F_P)
682#-Q- sx8mercure   A_C = sxar -rv
683#-Q- sx8mercure   A_G = sxar -x
684#-Q- sx8mercure   A_X = sxar -rv
685#-Q- sx8mercure   C_C = sxcc -size_t64 -c
686#-Q- sx8mercure   C_O =
687#-Q- sx8mercure   C_L = sxcc -size_t64
688#-Q- sx8mercure   FC_C = gcc -c
689#-Q- sx8mercure   FC_O =
690#-Q- sx8mercure   FC_L = gcc
691#-Q- sx8mercure   #-
692#-Q- sx8mercure   NCDF_INC = /usr/local/SX8/soft/netcdf/include
693#-Q- sx8mercure   NCDF_LIB = -L/usr/local/SX8/soft/netcdf/lib -lnetcdf
694#-Q- sx8mercure   #-
695#-Q- sxdkrz   #- Global definitions for NEC SX8 at DKRZ
696#-Q- sxdkrz   LIB_MPI = MPI1
697#-Q- sxdkrz   LIB_MPI_BIS = MPI1
698#-Q- sxdkrz   PRISM_ARCH = SX
699#-Q- sxdkrz   PRISM_NAME = ds
700#-Q- sxdkrz   M_K = sxgmake
701#-Q- sxdkrz   P_C = cpp
702#-Q- sxdkrz   P_O = -P -C $(P_P)
703#-Q- sxdkrz   F_C = sxmpif90 -c
704#-Q- sxdkrz   #-D- MD    F_D =
705#-Q- sxdkrz   #-D- MN    F_D =
706#-Q- sxdkrz   #-P- I4R4  F_P = -dw
707#-Q- sxdkrz   #-P- I4R8  F_P = -dw -Wf\"-A idbl4\"
708#-Q- sxdkrz   #-P- I8R8  F_P = -ew
709#-Q- sxdkrz   F_O = $(F_D) $(F_P) -I $(MODDIR)
710#-Q- sxdkrz   F_L = sxmpif90
711#-Q- sxdkrz   M_M = 1
712#-Q- sxdkrz   L_X = 0
713#-Q- sxdkrz   L_O = $(F_P)
714#-Q- sxdkrz   A_C = ar -rv
715#-Q- sxdkrz   A_G = ar -x
716#-Q- sxdkrz   A_X = sxar -rv
717#-Q- sxdkrz   C_C = sxcc -c
718#-Q- sxdkrz   C_O =
719#-Q- sxdkrz   C_L = sxcc
720#-Q- sxdkrz   FC_C = cc -c
721#-Q- sxdkrz   FC_O =
722#-Q- sxdkrz   FC_L = cc
723#-Q- sxdkrz   #-
724#-Q- sxdkrz   NCDF_INC = /pool/SX-6/netcdf/netcdf-3.5.0/include
725#-Q- sxdkrz   NCDF_LIB = -L/pool/SX-6/netcdf/netcdf-3.5.0/lib -lnetcdf_A_idbl4
726#-Q- sxdkrz   #-
727#-Q- t3e      #- Obsolete definitions for T3E
728#-Q- t3e      M_K = gmake
729#-Q- t3e      P_C = cpp
730#-Q- t3e      P_O = -P -C $(P_P)
731#-Q- t3e      F_C = f90 -c
732#-Q- t3e      #-D- MD    F_D =
733#-Q- t3e      #-D- MN    F_D =
734#-Q- t3e      #-P- I4R4  F_P =
735#-Q- t3e      #-P- I4R8  F_P =
736#-Q- t3e      #-P- I8R8  F_P =
737#-Q- t3e      w_w = $(F_D) $(F_P) -rm -O2 -Ounroll2 -Osplit2 -dp
738#-Q- t3e      F_O = $(w_w) -p $(MODEL_LIB)
739#-Q- t3e      F_L = f90
740#-Q- t3e      M_M = 0
741#-Q- t3e      L_X = 0
742#-Q- t3e      L_O = -X 4
743#-Q- t3e      A_C = ar -r
744#-Q- t3e      A_G = ar -x
745#-Q- t3e      C_C = cc -c
746#-Q- t3e      C_O = -Wall
747#-Q- t3e      C_L = cc
748#-Q- t3e      #-
749#-Q- t3e      NCDF_INC = /usr/local/pub/include
750#-Q- t3e      NCDF_LIB = -L/usr/local/pub/lib -lnetcdf
751#-Q- t3e      #-
752#-Q- tx7  #- Global definitions for NEC TX7 front-end (Mercure) at CCRT, ifort
753#-Q- tx7  M_K = gmake
754#-Q- tx7  P_C = cpp
755#-Q- tx7  P_O = -P -C $(P_P)
756#-Q- tx7  F_C = ifort -c
757#-Q- tx7  #-D- MD    F_D = -g
758#-Q- tx7  #-D- MN    F_D =
759#-Q- tx7  #-P- I4R4  F_P = -i4
760#-Q- tx7  #-P- I4R8  F_P = -i4 -r8
761#-Q- tx7  #-P- I8R8  F_P = -i8 -r8
762#-Q- tx7  F_O = -O $(F_D) $(F_P) -I$(MODDIR) -module $(MODDIR)
763#-Q- tx7  F_L = ifort
764#-Q- tx7  M_M = 0
765#-Q- tx7  L_X = 0
766#-Q- tx7  L_O = -Vaxlib
767#-Q- tx7  A_C = ar -r
768#-Q- tx7  A_G = ar -x
769#-Q- tx7  C_C = cc -c
770#-Q- tx7  C_O =
771#-Q- tx7  C_L = cc
772#-Q- tx7  #-
773#-Q- tx7  NCDF_INC = /usr/local/include
774#-Q- tx7  NCDF_LIB = -L/usr/local/lib -lnetcdf
775#-Q- tx7  #-
776#-Q- ulam   #- Global definitions for ulam at IDRIS
777#-Q- ulam   M_K = gmake
778#-Q- ulam   P_C = cpp
779#-Q- ulam   P_O = -P -C $(P_P)
780#-Q- ulam   F_C = ifort -c -cpp
781#-Q- ulam   #-D- MD    F_D = -g
782#-Q- ulam   #-D- MN    F_D =
783#-Q- ulam   #-P- I4R4  F_P = -i4
784#-Q- ulam   #-P- I4R8  F_P = -i4 -r8
785#-Q- ulam   #-P- I8R8  F_P = -i8 -r8
786#-Q- ulam   F_O = -O $(F_D) $(F_P) -I$(MODDIR) -module $(MODDIR)
787#-Q- ulam   F_L = ifort
788#-Q- ulam   M_M = 0
789#-Q- ulam   L_X = 0
790#-Q- ulam   L_O = -Vaxlib
791#-Q- ulam   A_C = ar -r
792#-Q- ulam   A_G = ar -x
793#-Q- ulam   C_C = cc -c
794#-Q- ulam   C_O =
795#-Q- ulam   C_L = cc
796#-Q- ulam   #-
797#-Q- ulam   NCDF_INC = /usr/local/pub/NetCDF/3.6.3/include
798#-Q- ulam   NCDF_LIB = -L/usr/local/pub/NetCDF/3.6.3/lib -lnetcdf
799#-Q- ulam   #-
800#-Q- unix   #- Skeleton definitions for UNIX
801#-Q- unix   M_K = make
802#-Q- unix   P_C = cpp
803#-Q- unix   P_O = -P -C $(P_P)
804#-Q- unix   F_C = f90 -c
805#-Q- unix   #-D- MD    F_D =
806#-Q- unix   #-D- MN    F_D =
807#-Q- unix   #-P- I4R4  F_P =
808#-Q- unix   #-P- I4R8  F_P =
809#-Q- unix   #-P- I8R8  F_P =
810#-Q- unix   F_O = $(F_D) $(F_P) -M$(MODDIR)
811#-Q- unix   F_L = f90
812#-Q- unix   M_M = 0
813#-Q- unix   L_X = 0
814#-Q- unix   L_O =
815#-Q- unix   A_C = ar -r
816#-Q- unix   A_G = ar -x
817#-Q- unix   C_C = cc -c
818#-Q- unix   C_O =
819#-Q- unix   C_L = cc
820#-Q- unix   #-
821#-Q- unix   NCDF_INC = /distrib/local/include
822#-Q- unix   NCDF_LIB = -L/distrib/local/lib -lnetcdf
823#-Q- unix   #-
824RM      = rm -f
825STRIP   = strip
826SIZE    = size
Note: See TracBrowser for help on using the repository browser.