| 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 arch.fcm |
|---|
| 11 | inc config.fcm |
|---|
| 12 | |
|---|
| 13 | %FFLAGS %BASE_FFLAGS %COMPIL_FFLAGS |
|---|
| 14 | |
|---|
| 15 | dir::root $PWD |
|---|
| 16 | |
|---|
| 17 | src::src src |
|---|
| 18 | src::ioipsl %IOIPSL_PATH |
|---|
| 19 | search_src false |
|---|
| 20 | #bld::lib::ioipsl ioipsl |
|---|
| 21 | #bld::target libioipsl.a |
|---|
| 22 | |
|---|
| 23 | bld::lib icosa |
|---|
| 24 | bld::target libicosa.a |
|---|
| 25 | bld::target icosa_gcm.exe |
|---|
| 26 | |
|---|
| 27 | bld::tool::fc %COMPILER |
|---|
| 28 | bld::tool::ld %LINK |
|---|
| 29 | bld::tool::ldflags %LD_FLAGS %LIB |
|---|
| 30 | bld::tool::fflags %FFLAGS |
|---|
| 31 | bld::tool::fppkeys %CPP_KEY %FPP_DEF |
|---|
| 32 | bld::tool::fpp %FPP |
|---|
| 33 | bld::tool::fppflags %FPP_FLAGS |
|---|
| 34 | |
|---|
| 35 | # Pre-process code before analysing dependencies |
|---|
| 36 | bld::pp false |
|---|
| 37 | |
|---|
| 38 | bld::excl_dep use::netcdf |
|---|
| 39 | bld::excl_dep use::omp_lib |
|---|
| 40 | bld::excl_dep inc::mpif.h |
|---|
| 41 | bld::excl_dep use::xios |
|---|
| 42 | bld::excl_dep %USE_IOIPSL |
|---|
| 43 | |
|---|
| 44 | bld::tool::SHELL /bin/bash |
|---|
| 45 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.