Last change
on this file since 9298 was
6487,
checked in by davestorkey, 5 years ago
|
Changes from nemo_v3_6_STABLE_copy branch.
Custom merge into /branches/UKMO/dev_r5518_GO6_package/NEMOGCM: r6237 cf. r5781 of /branches/UKMO/nemo_v3_6_STABLE_copy/NEMOGCM@6486
|
File size:
1.1 KB
|
Line | |
---|
1 | # ----------------------- FCM extract configuration file ----------------------- |
---|
2 | # template to compile agrif conv, currently not used |
---|
3 | cfg::type bld |
---|
4 | cfg::version 1.0 |
---|
5 | |
---|
6 | |
---|
7 | # ------------------------------------------------------------------------------ |
---|
8 | # Build information |
---|
9 | # ------------------------------------------------------------------------------ |
---|
10 | inc $COMPIL_DIR/arch_nemo.fcm |
---|
11 | |
---|
12 | bld::tool::cc %CC |
---|
13 | bld::tool::cflags %CFLAGS |
---|
14 | bld::tool::make %MK |
---|
15 | |
---|
16 | src::convsrc $MAIN_DIR/EXTERNAL/AGRIF/LIB |
---|
17 | |
---|
18 | #---------------------------------------------------------------------------- |
---|
19 | # Build options (code-specific, machine-independent) |
---|
20 | # ---------------------------------------------------------------------------- |
---|
21 | dir::root $NEMO_TDIR/$NEW_CONF/AGRIFLIB |
---|
22 | |
---|
23 | #bld::tool::cflags::convsrc -O0 |
---|
24 | #bld::tool::ld::convsrc cc |
---|
25 | #bld::tool::ldflags::convsrc -O ../obj/fortran.o ../obj/fortran.o |
---|
26 | #bld::pp 1 |
---|
27 | |
---|
28 | |
---|
29 | |
---|
30 | bld::exe_name::main conv |
---|
31 | bld::target libconvsrc.a fortran.o main.o conv |
---|
32 | bld::exe_dep::conv |
---|
33 | |
---|
34 | |
---|
35 | |
---|
Note: See
TracBrowser
for help on using the repository browser.