source:
trunk/NEMOGCM/TOOLS/COMPILE/bld_tools.cfg
@
7646
Last change on this file since 7646 was 7646, checked in by timgraham, 8 years ago | |
---|---|
|
|
File size: 1.3 KB |
Line | |
---|---|
1 | # ----------------------- FCM extract configuration file ----------------------- |
2 | cfg::type bld |
3 | cfg::version 1.0 |
4 | |
5 | |
6 | # ------------------------------------------------------------------------------ |
7 | # Build information |
8 | # ------------------------------------------------------------------------------ |
9 | |
10 | inc $COMPIL_DIR/arch_tools.fcm |
11 | |
12 | search_src 1 |
13 | |
14 | src::nemo $TOOLS_DIR/$NEW_CONF/src |
15 | |
16 | dir::root $NEMO_TDIR/$NEW_CONF/BLD |
17 | |
18 | bld::tool::cpp %CPP |
19 | bld::tool::fpp %CPP |
20 | bld::tool::fc %FC |
21 | bld::tool::fflags %FCFLAGS %USER_INC |
22 | bld::tool::ld %LD |
23 | bld::tool::ldflags %LDFLAGS %USER_LIB |
24 | bld::tool::ar %AR |
25 | bld::tool::arflags %ARFLAGS |
26 | bld::tool::make %MK |
27 | |
28 | # Ignore the following dependencies |
29 | bld::excl_dep inc::netcdf.inc |
30 | bld::excl_dep use::netcdf |
31 | bld::excl_dep use::xios |
32 | bld::excl_dep h::netcdf.inc |
33 | bld::excl_dep h::mpif.h |
34 | bld::excl_dep inc::mpif.h |
35 | bld::excl_dep use::mpi |
36 | |
37 | # Don't generate interface files |
38 | bld::tool::geninterface none |
39 | |
40 | # Allow ".h90" as an extension for CPP include files |
41 | bld::infile_ext::h90 CPP::INCLUDE |
42 | |
43 | # extension for module output |
44 | bld::outfile_ext::mod .mod |
45 | |
46 | # rename executable to nemo.exe |
47 | bld::exe_name::model nemo.exe |
Note: See TracBrowser
for help on using the repository browser.