source: codes/icosagcm/trunk/bld.cfg @ 20

Last change on this file since 20 was 13, checked in by ymipsl, 12 years ago

some update

YM

File size: 936 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%LD_FLAGS         %BASE_LD
15
16#dest   $PWD
17dir::root            $PWD
18
19src::src        src
20src::ioipsl     tools/ioipsl
21search_src           false
22bld::lib::ioipsl ioipsl
23bld::target libioipsl.a
24bld::target icosa_gcm.exe icosa_sw.exe
25
26bld::tool::fc        %COMPILER
27bld::tool::ld        %LINK
28bld::tool::ldflags   %LD_FLAGS 
29bld::tool::fflags    %FFLAGS 
30# Pre-process code before analysing dependencies
31bld::pp              false
32
33bld::excl_dep        use::netcdf
34bld::excl_dep        use::omp_lib
35bld::tool::SHELL   /bin/bash
36
Note: See TracBrowser for help on using the repository browser.