Changeset 13926
- Timestamp:
- 2020-11-30T16:21:56+01:00 (4 years ago)
- Files:
-
- 33 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
utils/build/mk/bld.cfg
r9598 r13926 16 16 src::agrif $MAIN_DIR/ext/AGRIF/AGRIF_FILES 17 17 src::nemo $CONFIG_DIR/$NEW_CONF/NEMOFILES/obj 18 src::ppr_1d $MAIN_DIR/ext/PPR/src 19 18 20 19 21 bld::target nemo.exe … … 39 41 bld::pp::nemo 1 40 42 bld::pp::agrif 1 43 bld::pp::ppr_1d 1 41 44 bld::tool::fppflags::nemo %FPPFLAGS -I$CONFIG_DIR/$NEW_CONF/NEMOFILES/inc 42 45 bld::tool::fppflags::ioipsl %FPPFLAGS 43 46 bld::tool::fppflags::agrif %FPPFLAGS -include ${MAIN_DIR}/ext/AGRIF/nemo_mpi.h 47 bld::tool::fppflags::ppr_1d %FPPFLAGS 44 48 45 49 # Ignore the following dependencies -
utils/build/mk/bld_preproagr.cfg
r13055 r13926 51 51 bld::excl_dep use::nc4interface 52 52 bld::excl_dep use::ioipsl 53 bld::excl_dep use::ppr_1d 53 54 bld::excl_dep use::xios 54 55 bld::excl_dep use::agrif_grids -
utils/build/mk/bldxag.cfg
r9598 r13926 15 15 src::ioipsl $MAIN_DIR/ext/IOIPSL/src 16 16 src::nemo $CONFIG_DIR/$NEW_CONF/WORK 17 src::ppr_1d $MAIN_DIR/ext/PPR/src 17 18 18 19 bld::target nemo.exe … … 36 37 bld::pp::ioipsl 1 37 38 bld::pp::nemo 1 39 bld::pp::ppr_1d 1 38 40 bld::tool::fppflags::nemo %FPPFLAGS 39 41 bld::tool::fppflags::ioipsl %FPPFLAGS 42 bld::tool::fppflags::ppr_1d %FPPFLAGS 40 43 41 44 # Ignore the following dependencies
Note: See TracChangeset
for help on using the changeset viewer.