[4773] | 1 | # ----------------------- FCM extract configuration file ----------------------- |
---|
| 2 | cfg::type bld |
---|
| 3 | cfg::version 1.0 |
---|
| 4 | |
---|
| 5 | |
---|
| 6 | # ------------------------------------------------------------------------------ |
---|
| 7 | # Build information |
---|
| 8 | # ------------------------------------------------------------------------------ |
---|
| 9 | |
---|
| 10 | inc arch.fcm |
---|
| 11 | inc config.fcm |
---|
| 12 | |
---|
| 13 | %CONFIG_NAME %{ARCH}%SUFF_NAME |
---|
| 14 | %BASE_CONFIG_PATH %LIBO/%CONFIG_NAME |
---|
| 15 | %CONFIG_PATH %BASE_CONFIG_PATH/.config |
---|
| 16 | %SRC_PATH %LIBF |
---|
| 17 | |
---|
| 18 | %FFLAGS %BASE_FFLAGS %COMPIL_FFLAGS %PARA_FFLAGS |
---|
| 19 | %LD_FLAGS %BASE_LD %PARA_LD |
---|
| 20 | |
---|
| 21 | src::dyn %SRC_PATH/%DYN |
---|
| 22 | src::phys %SRC_PATH/%PHYS |
---|
| 23 | src::dyn_phys %DYN_PHYS |
---|
| 24 | src::dyn_phys_sub %DYN_PHYS_SUB |
---|
| 25 | src::inlandsis %INLANDSIS |
---|
| 26 | src::rad %RAD |
---|
| 27 | src::dust %DUST |
---|
| 28 | src::strataer %STRATAER |
---|
| 29 | src::grid %SRC_PATH/grid |
---|
| 30 | src::filtrez %FILTRE |
---|
| 31 | src::misc %SRC_PATH/misc |
---|
| 32 | src::dyn3d_common %DYN_COMMON |
---|
| 33 | src::phy_common %PHY_COMMON |
---|
| 34 | src::cosp %COSP |
---|
| 35 | src::ext_src %EXT_SRC |
---|
| 36 | src::Ocean_skin %SRC_PATH/%PHYS/Ocean_skin |
---|
| 37 | |
---|
[4918] | 38 | src::netcdf95 %ROOT_PATH/tools/netcdf95 |
---|
| 39 | src::netcdf95::Datasets %ROOT_PATH/tools/netcdf95/Datasets |
---|
| 40 | src::netcdf95::Groups %ROOT_PATH/tools/netcdf95/Groups |
---|
| 41 | src::netcdf95::Variables %ROOT_PATH/tools/netcdf95/Variables |
---|
| 42 | src::netcdf95::Attributes %ROOT_PATH/tools/netcdf95/Attributes |
---|
| 43 | |
---|
| 44 | |
---|
[4773] | 45 | bld::lib lmdz |
---|
| 46 | |
---|
| 47 | bld::outfile_ext::exe %SUFF_NAME |
---|
| 48 | bld::target liblmdz.a %EXEC%SUFF_NAME |
---|
| 49 | bld::exe_dep |
---|
| 50 | |
---|
| 51 | |
---|
| 52 | dir::root %CONFIG_PATH |
---|
| 53 | #dir::lib %BASE_CONFIG_PATH |
---|
| 54 | dir::bin %ROOT_PATH/bin |
---|
| 55 | |
---|
| 56 | #search_src 1 |
---|
| 57 | |
---|
| 58 | bld::tool::fpp %FPP |
---|
| 59 | bld::tool::fc %COMPILER |
---|
| 60 | bld::tool::ld %LINK |
---|
| 61 | bld::tool::ar %AR |
---|
| 62 | bld::tool::arflags %ARFLAGS |
---|
| 63 | bld::tool::make %MAKE |
---|
| 64 | bld::tool::fflags %FFLAGS %INCDIR |
---|
| 65 | bld::tool::ldflags %LD_FLAGS %LIB |
---|
| 66 | |
---|
| 67 | bld::tool::cppflags %FPP_FLAGS %INCDIR |
---|
| 68 | bld::tool::fppflags %FPP_FLAGS %INCDIR |
---|
| 69 | bld::tool::fppkeys %CPP_KEY %FPP_DEF |
---|
| 70 | |
---|
| 71 | |
---|
| 72 | # Example of how to set specific compiling options for a specific file |
---|
| 73 | # -> this can be including in the arch.opt file |
---|
| 74 | #bld::tool::fflags::phys::readaerosol %BASE_FFLAGS %PROD_FFLAGS %INCDIR -C hopt -pi auto |
---|
| 75 | |
---|
| 76 | |
---|
| 77 | inc arch.opt |
---|
| 78 | |
---|
| 79 | # Pre-process code before analysing dependencies |
---|
| 80 | bld::pp 1 |
---|
| 81 | |
---|
| 82 | |
---|
| 83 | # Ignore the following dependencies |
---|
| 84 | bld::excl_dep inc::netcdf.inc |
---|
| 85 | bld::excl_dep use::netcdf |
---|
| 86 | bld::excl_dep use::typesizes |
---|
| 87 | bld::excl_dep h::netcdf.inc |
---|
| 88 | bld::excl_dep h::mpif.h |
---|
| 89 | bld::excl_dep inc::mpif.h |
---|
| 90 | bld::excl_dep use::ioipsl |
---|
| 91 | bld::excl_dep use::intersurf |
---|
| 92 | bld::excl_dep use::mod_prism_proto |
---|
| 93 | bld::excl_dep use::mod_prism_def_partition_proto |
---|
| 94 | bld::excl_dep use::mod_prism_get_proto |
---|
| 95 | bld::excl_dep use::mod_prism_put_proto |
---|
| 96 | bld::excl_dep use::mod_prism |
---|
| 97 | bld::excl_dep use::xios |
---|
| 98 | bld::excl_dep use::iaxis |
---|
| 99 | bld::excl_dep use::iaxis_attr |
---|
| 100 | bld::excl_dep use::icontext_attr |
---|
| 101 | bld::excl_dep use::idate |
---|
| 102 | bld::excl_dep use::idomain_attr |
---|
| 103 | bld::excl_dep use::ifield_attr |
---|
| 104 | bld::excl_dep use::ifile_attr |
---|
| 105 | bld::excl_dep use::ixml_tree |
---|
[4918] | 106 | #bld::excl_dep use::netcdf95 |
---|
[4773] | 107 | # The following for INCA used with CPL |
---|
| 108 | bld::excl_dep use::incaoasis |
---|
| 109 | |
---|
| 110 | # Don't generate interface files |
---|
| 111 | bld::tool::geninterface none |
---|
| 112 | |
---|
| 113 | # Allow ".inc" as an extension for CPP include files |
---|
| 114 | bld::infile_ext::inc CPP::INCLUDE |
---|
| 115 | |
---|
| 116 | # extension for module output |
---|
| 117 | bld::outfile_ext::mod .mod |
---|
| 118 | bld::tool::SHELL /bin/bash |
---|