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

Last change on this file since 144 was 144, checked in by ymipsl, 11 years ago

preprocess source before compiling

YM

File size: 1.0 KB
RevLine 
[12]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
[28]28bld::tool::ldflags   %LD_FLAGS %LIB 
[12]29bld::tool::fflags    %FFLAGS 
[28]30bld::tool::fppkeys   %CPP_KEY %FPP_DEF
[144]31bld::tool::fpp       %FPP
[28]32
[12]33# Pre-process code before analysing dependencies
[144]34bld::pp              false
[12]35
36bld::excl_dep        use::netcdf
37bld::excl_dep        use::omp_lib
[28]38bld::excl_dep        inc::mpif.h
39
[13]40bld::tool::SHELL   /bin/bash
[12]41
Note: See TracBrowser for help on using the repository browser.