Last change
on this file since 3969 was
3907,
checked in by ymipsl, 9 years ago
|
Compilation of IOIPSL is now made by FCM
YM
|
File size:
921 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 | |
---|
| 13 | %FFLAGS %BASE_FFLAGS %COMPIL_FFLAGS |
---|
| 14 | |
---|
| 15 | dir::root $PWD |
---|
| 16 | |
---|
| 17 | src::src src |
---|
| 18 | search_src false |
---|
| 19 | bld::lib ioipsl |
---|
| 20 | bld::target libioipsl.a |
---|
| 21 | bld::exe_dep |
---|
| 22 | |
---|
| 23 | bld::tool::fc %COMPILER |
---|
| 24 | bld::tool::ld %LINK |
---|
| 25 | bld::tool::ldflags %LD_FLAGS %LIB |
---|
| 26 | bld::tool::fflags %FFLAGS |
---|
| 27 | bld::tool::fppkeys %CPP_KEY %FPP_DEF |
---|
| 28 | bld::tool::fpp %FPP |
---|
| 29 | bld::tool::fppflags %FPP_FLAGS |
---|
| 30 | |
---|
| 31 | # Pre-process code before analysing dependencies |
---|
| 32 | bld::pp false |
---|
| 33 | |
---|
| 34 | bld::excl_dep use::netcdf |
---|
| 35 | bld::tool::SHELL /bin/bash |
---|
Note: See
TracBrowser
for help on using the repository browser.