source: codes/icosagcm/devel/bld.cfg @ 530

Last change on this file since 530 was 530, checked in by dubos, 7 years ago

devel : tyding up sources

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