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.
bld_tools.cfg in branches/nemo_v3_3_beta/NEMOGCM/TOOLS/COMPILE – NEMO

source: branches/nemo_v3_3_beta/NEMOGCM/TOOLS/COMPILE/bld_tools.cfg @ 4528

Last change on this file since 4528 was 2281, checked in by smasson, 13 years ago

set proper svn properties to all files...

  • Property svn:keywords set to Id
File size: 1.2 KB
RevLine 
[2136]1# ----------------------- FCM extract configuration file -----------------------
2cfg::type                           bld
3cfg::version                        1.0
4
5
6# ------------------------------------------------------------------------------
7# Build information
8# ------------------------------------------------------------------------------
9
10inc $COMPIL_DIR/arch_tools.fcm
11
12search_src           1
13
14src::nemo                 $TOOLS_DIR/$NEW_CONF/src
15
16dir::root            $NEMO_TDIR/$NEW_CONF/BLD
17
18bld::tool::fc        %FC 
19bld::tool::fflags    %FCFLAGS %USER_INC
20bld::tool::ld        %LD
21bld::tool::ldflags   %LDFLAGS %USER_LIB
22bld::tool::ar        %AR
23bld::tool::arflags   %ARFLAGS
24bld::tool::make      %MK
25
26# Ignore the following dependencies
27bld::excl_dep        inc::netcdf.inc
28bld::excl_dep        use::netcdf
29bld::excl_dep        h::netcdf.inc
30bld::excl_dep        h::mpif.h
31bld::excl_dep        inc::mpif.h
32bld::excl_dep        use::mpi
33
34# Don't generate interface files
35bld::tool::geninterface none
36
37# Allow ".h90" as an extension for CPP include files
38bld::infile_ext::h90  CPP::INCLUDE
39
40# extension for module output
41bld::outfile_ext::mod .mod
42
43# rename executable to nemo.exe
44bld::exe_name::model  nemo.exe
Note: See TracBrowser for help on using the repository browser.