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 branches/DEV_r1879_FCM/NEMOGCM/TOOLS – NEMO

source: branches/DEV_r1879_FCM/NEMOGCM/TOOLS/conv.cfg @ 2016

Last change on this file since 2016 was 2016, checked in by rblod, 14 years ago

Come back to an old fashion makefile to compile the conv without FCM on FCM branch

  • Property svn:executable set to *
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 $MAIN_DIR/TOOLS/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.