source: dynamico_lmdz/aquaplanet/ICOSAGCM/bld.cfg @ 3833

Last change on this file since 3833 was 3833, checked in by ymipsl, 10 years ago

Create a library from dynamico.

YM

File size: 1.1 KB
Line 
1# ----------------------- FCM extract configuration file -----------------------
2cfg::type                           bld
3cfg::version                        1.0
4
5
6# ------------------------------------------------------------------------------
7# Build information
8# ------------------------------------------------------------------------------
9
10inc arch.fcm
11inc config.fcm
12
13%FFLAGS           %BASE_FFLAGS %COMPIL_FFLAGS
14
15#dest   $PWD
16dir::root            $PWD
17
18src::src        src
19src::ioipsl     tools/ioipsl
20search_src           false
21bld::lib::ioipsl ioipsl
22bld::target libioipsl.a
23bld::lib::src icosa
24bld::target libicosa.a
25bld::target icosa_gcm.exe
26
27bld::tool::fc        %COMPILER
28bld::tool::ld        %LINK
29bld::tool::ldflags   %LD_FLAGS %LIB
30bld::tool::fflags    %FFLAGS
31bld::tool::fppkeys   %CPP_KEY %FPP_DEF
32bld::tool::fpp       %FPP
33bld::tool::fppflags  %FPP_FLAGS
34
35# Pre-process code before analysing dependencies
36bld::pp              false
37
38bld::excl_dep        use::netcdf
39bld::excl_dep        use::omp_lib
40bld::excl_dep        inc::mpif.h
41bld::excl_dep        use::xios
42
43bld::tool::SHELL   /bin/bash
44
Note: See TracBrowser for help on using the repository browser.