New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 11980 for utils/build – NEMO

Changeset 11980 for utils/build


Ignore:
Timestamp:
2019-11-27T13:19:38+01:00 (4 years ago)
Author:
mathiot
Message:

mk_ENHANCE-03_domcfg: add a pre-processing step to compile tools

Location:
utils/build/mk_ENHANCE-03_domcfg
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • utils/build/mk_ENHANCE-03_domcfg/bld_tools.cfg

    r10620 r11980  
    99 
    1010inc $COMPIL_DIR/arch_tools.fcm 
     11inc $COMPIL_DIR/cpp_tools.fcm 
    1112 
    1213search_src           1 
    1314 
    14 src::nemo                 $TOOLS_DIR/$NEW_CONF/src 
     15src::nemo            $TOOLS_DIR/$NEW_CONF/src 
    1516 
    16 dir::root            $NEMO_TDIR/$NEW_CONF/BLD 
     17dir::root            $TOOLS_DIR/$NEW_CONF/BLD 
    1718 
    1819bld::tool::cpp       %CPP 
     
    2526bld::tool::arflags   %ARFLAGS 
    2627bld::tool::make      %MK 
     28 
     29# Pre-process code before analysing dependencies 
     30bld::pp::nemo     1 
     31bld::tool::fppflags::nemo      %FPPFLAGS -I$TOOLS_DIR/$NEW_CONF/NEMOFILES/inc 
    2732 
    2833# Ignore the following dependencies 
     
    4146# Allow ".h90" as an extension for CPP include files 
    4247bld::infile_ext::h90  CPP::INCLUDE 
     48bld::infile_ext::f90  FPP::FPP9X::SOURCE 
    4349 
    4450# extension for module output 
    4551bld::outfile_ext::mod .mod 
    46  
    47 # rename executable to nemo.exe 
    48 bld::exe_name::model  nemo.exe 
Note: See TracChangeset for help on using the changeset viewer.