source: dynamico_lmdz/aquaplanet/IOIPSL/bld.cfg @ 3969

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
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
15dir::root            $PWD
16
17src::src        src
18search_src           false
19bld::lib ioipsl
20bld::target libioipsl.a
21bld::exe_dep             
22
23bld::tool::fc        %COMPILER
24bld::tool::ld        %LINK 
25bld::tool::ldflags   %LD_FLAGS %LIB
26bld::tool::fflags    %FFLAGS 
27bld::tool::fppkeys   %CPP_KEY %FPP_DEF
28bld::tool::fpp       %FPP
29bld::tool::fppflags  %FPP_FLAGS
30
31# Pre-process code before analysing dependencies
32bld::pp              false
33
34bld::excl_dep        use::netcdf
35bld::tool::SHELL   /bin/bash
Note: See TracBrowser for help on using the repository browser.