Changeset 14093
- Timestamp:
- 2020-12-04T15:07:29+01:00 (4 years ago)
- Location:
- utils/build/mk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
utils/build/mk/bld.cfg
r14087 r14093 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/src19 18 20 19 … … 41 40 bld::pp::nemo 1 42 41 bld::pp::agrif 1 43 bld::pp::ppr_1d 144 42 bld::tool::fppflags::nemo %FPPFLAGS -I$CONFIG_DIR/$NEW_CONF/NEMOFILES/inc 45 43 bld::tool::fppflags::ioipsl %FPPFLAGS 46 44 bld::tool::fppflags::agrif %FPPFLAGS -include ${MAIN_DIR}/ext/AGRIF/nemo_mpi.h 47 bld::tool::fppflags::ppr_1d %FPPFLAGS48 45 49 46 # Ignore the following dependencies -
utils/build/mk/bld_preproagr.cfg
r14087 r14093 52 52 bld::excl_dep use::ioipsl 53 53 bld::excl_dep use::xios 54 bld::excl_dep use::ppr_1d55 54 bld::excl_dep use::agrif_grids 56 55 bld::excl_dep use::agrif_types -
utils/build/mk/bldxag.cfg
r14087 r14093 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/src18 17 19 18 bld::target nemo.exe … … 37 36 bld::pp::ioipsl 1 38 37 bld::pp::nemo 1 39 bld::pp::ppr_1d 140 38 bld::tool::fppflags::nemo %FPPFLAGS 41 39 bld::tool::fppflags::ioipsl %FPPFLAGS 42 bld::tool::fppflags::ppr_1d %FPPFLAGS43 40 44 41 # Ignore the following dependencies
Note: See TracChangeset
for help on using the changeset viewer.