source: IOIPSL/trunk/bld.cfg @ 4432

Last change on this file since 4432 was 4432, checked in by jgipsl, 5 years ago

Added compilation script based on fcm done by Y Meurdesoif and stored in http://forge.ipsl.jussieu.fr/heat/svn/codes/dynamico_lmdz/aquaplanet/IOIPSL revision 336. FCM release 1-2 is also added in tools folder.

Only src folder is currently included in this compilation script.

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