Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# ----------------------- FCM extract configuration file -----------------------
cfg::type bld
cfg::version 1.0
# ------------------------------------------------------------------------------
# Build information
# ------------------------------------------------------------------------------
inc $COMPIL_DIR/arch_tools.fcm
inc $COMPIL_DIR/cpp_tools.fcm
search_src 1
src::nemo $TOOLS_DIR/$NEW_CONF/src
bld::target make_domain_cfg.f90 agrif_user.f90 agrif2model.f90
dir::root $TOOLS_DIR/$NEW_CONF/NEMOFILES
bld::tool::fc_output
bld::tool::fc_compile
bld::tool::fc_include
bld::tool::fc $COMPIL_DIR/agrifpp.sh $TOOLS_DIR
bld::tool::fflags
bld::tool::ld
bld::tool::ldflags
bld::tool::ar
bld::tool::arflags
bld::tool::make %MK
OUTFILE_EXT::obj .f90
# Pre-process code before analysing dependencies
bld::pp::nemo 1
bld::pp::nemo/agrif2model 0
bld::tool::cpp %CPP
bld::tool::fpp %CPP
bld::tool::fppflags::nemo %FPPFLAGS
# Ignore the following dependencies
bld::excl_dep inc::netcdf.inc
bld::excl_dep inc::VT.inc
bld::excl_dep use::netcdf
bld::excl_dep h::netcdf.inc
bld::excl_dep h::mpif.h
bld::excl_dep inc::mpif.h
bld::excl_dep inc::mpe_logf.h
bld::excl_dep use::mpi
bld::excl_dep use::mod_oasis
bld::excl_dep use::mkl_dfti
#bld::excl_dep use::ioipsl
bld::excl_dep use::xios
bld::excl_dep use::agrif_grids
bld::excl_dep use::agrif_types
bld::excl_dep use::agrif_util
bld::excl_dep inc::SetNumberofcells.h
bld::excl_dep inc::GetNumberofcells.h
bld::excl_dep inc::include_use_Alloc_agrif.h
bld::excl_dep inc::allocations_calls_agrif.h
bld::excl_dep inc::modtype_agrif.h
bld::excl_dep inc::probdim_agrif.h
bld::excl_dep inc::keys_agrif.h
bld::excl_dep h::SetNumberofcells.h
bld::excl_dep h::GetNumberofcells.h
bld::excl_dep h::include_use_Alloc_agrif.h
bld::excl_dep h::allocations_calls_agrif.h
bld::excl_dep h::modtype_agrif.h
bld::excl_dep h::probdim_agrif.h
bld::excl_dep h::keys_agrif.h
bld::excl_dep use::mod_attribut
bld::excl_dep use::mod_event_client
bld::excl_dep use::mod_ioclient
#bld::excl_dep OBJ
# Don't generate interface files
bld::tool::geninterface none
# Allow ".h90" and ".f90" as an extension for CPP include files
bld::infile_ext::h90 CPP::INCLUDE
bld::infile_ext::f90 FPP::FPP9X::SOURCE
bld::src_type::nemo/agrif2model.F90 FORTRAN::FORTRAN9X::SOURCE