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.
conv.cfg in trunk/NEMOGCM/TOOLS/COMPILE – NEMO

source: trunk/NEMOGCM/TOOLS/COMPILE/conv.cfg @ 4990

Last change on this file since 4990 was 3294, checked in by rblod, 12 years ago

Merge of 3.4beta into the trunk

  • Property svn:keywords set to Id
File size: 1.0 KB
Line 
1# ----------------------- FCM extract configuration file -----------------------
2# template to compile agrif conv, currently not used
3cfg::type                           bld
4cfg::version                        1.0
5
6
7# ------------------------------------------------------------------------------
8# Build information
9# ------------------------------------------------------------------------------
10inc $COMPIL_DIR/arch.fcm
11
12bld::tool::make      %MK
13
14src::convsrc   $MAIN_DIR/EXTERNAL/AGRIF/LIB
15
16 #----------------------------------------------------------------------------
17# Build options (code-specific, machine-independent)
18# ----------------------------------------------------------------------------
19dir::root            $NEMO_TDIR/$NEW_CONF/AGRIFLIB
20
21bld::tool::cflags::convsrc  -O0 
22bld::tool::ld::convsrc   cc
23bld::tool::ldflags::convsrc -O  ../obj/fortran.o ../obj/fortran.o 
24bld::pp 1
25
26
27
28bld::exe_name::main conv
29bld::target                              libconvsrc.a  fortran.o main.o  conv
30bld::exe_dep::conv     
31
32
33
Note: See TracBrowser for help on using the repository browser.