Last change
on this file since 4140 was
4136,
checked in by jgipsl, 6 years ago
|
According to common agrement between icmc models, adapted to store folders created during compilation in build directory.
|
File size:
1016 bytes
|
Rev | Line | |
---|
[3907] | 1 | # ----------------------- FCM extract configuration file ----------------------- |
---|
| 2 | cfg::type bld |
---|
| 3 | cfg::version 1.0 |
---|
| 4 | |
---|
| 5 | |
---|
| 6 | # ------------------------------------------------------------------------------ |
---|
| 7 | # Build information |
---|
| 8 | # ------------------------------------------------------------------------------ |
---|
| 9 | |
---|
| 10 | inc arch.fcm |
---|
| 11 | inc config.fcm |
---|
| 12 | |
---|
[4136] | 13 | %FFLAGS %BASE_FFLAGS %COMPIL_FFLAGS |
---|
| 14 | %ROOT_PATH $PWD |
---|
| 15 | %SRC_PATH %ROOT_PATH |
---|
[3907] | 16 | |
---|
[4136] | 17 | dir::root %ROOT_PATH/build |
---|
[3907] | 18 | |
---|
[4136] | 19 | src::src %SRC_PATH/src |
---|
[3907] | 20 | search_src false |
---|
| 21 | bld::lib ioipsl |
---|
| 22 | bld::target libioipsl.a |
---|
| 23 | bld::exe_dep |
---|
| 24 | |
---|
| 25 | bld::tool::fc %COMPILER |
---|
| 26 | bld::tool::ld %LINK |
---|
| 27 | bld::tool::ldflags %LD_FLAGS %LIB |
---|
| 28 | bld::tool::fflags %FFLAGS |
---|
| 29 | bld::tool::fppkeys %CPP_KEY %FPP_DEF |
---|
| 30 | bld::tool::fpp %FPP |
---|
| 31 | bld::tool::fppflags %FPP_FLAGS |
---|
| 32 | |
---|
| 33 | # Pre-process code before analysing dependencies |
---|
| 34 | bld::pp false |
---|
| 35 | |
---|
| 36 | bld::excl_dep use::netcdf |
---|
| 37 | bld::tool::SHELL /bin/bash |
---|
Note: See
TracBrowser
for help on using the repository browser.