source: LMDZ4/trunk/bld.cfg @ 1098

Last change on this file since 1098 was 1019, checked in by lsce, 16 years ago

Correction pour platine (CCRT), gestion des FFTS
YM

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.4 KB
Line 
1# ----------------------- FCM extract configuration file -----------------------
2cfg::type                           bld
3cfg::version                        1.0
4
5
6# ------------------------------------------------------------------------------
7# Build information
8# ------------------------------------------------------------------------------
9
10#Default value of FPP fortran preprocessor
11%FPP cpp
12
13inc arch.fcm
14inc config.fcm
15
16%CONFIG_NAME       %{ARCH}%SUFF_NAME
17%BASE_CONFIG_PATH  %LIBO/%CONFIG_NAME
18%CONFIG_PATH       %BASE_CONFIG_PATH/.config
19%SRC_PATH          %LIBF
20
21%FFLAGS            %BASE_FFLAGS %COMPIL_FFLAGS %PARA_FFLAGS
22%LD_FLAGS          %BASE_LD %PARA_LD
23
24src::dyn    %SRC_PATH/%DYN
25src::phys   %SRC_PATH/%PHYS
26src::grid    %SRC_PATH/grid
27src::filtrez %SRC_PATH/filtrez
28src::bibio   %SRC_PATH/bibio
29
30bld::lib::dyn      %DYN
31bld::lib::phys     %PHYS
32bld::lib::grid      grid
33bld::lib::filtrez   filtrez
34bld::lib::bibio     bibio
35
36
37bld::outfile_ext::exe    %SUFF_NAME.e
38bld::target              lib%{DYN}.a lib%{PHYS}.a libgrid.a libfiltrez.a libbibio.a
39bld::target              %EXEC%SUFF_NAME.e
40bld::exe_dep             %{DYN} %{PHYS} grid filtrez bibio
41
42
43dir::root            %CONFIG_PATH
44dir::lib             %BASE_CONFIG_PATH
45dir::bin             %ROOT_PATH/bin
46
47#search_src           1
48
49bld::tool::fpp       %FPP
50bld::tool::fc        %COMPILER
51bld::tool::ld        %LINK
52bld::tool::ar        %AR
53bld::tool::make      %MAKE
54bld::tool::fflags    %FFLAGS %INCDIR
55bld::tool::ldflags   %LD_FLAGS %LIB 
56
57bld::tool::cppflags  %FPP_FLAGS %INCDIR
58bld::tool::fppflags  %FPP_FLAGS %INCDIR
59bld::tool::fppkeys   %CPP_KEY %FPP_DEF
60
61
62# Pre-process code before analysing dependencies
63bld::pp              1
64
65
66# Ignore the following dependencies
67bld::excl_dep        inc::netcdf.inc
68bld::excl_dep        use::netcdf
69bld::excl_dep        h::netcdf.inc
70bld::excl_dep        h::mpif.h
71bld::excl_dep        inc::mpif.h
72bld::excl_dep        use::ioipsl
73bld::excl_dep        use::intersurf
74bld::excl_dep        use::mod_prism_proto
75bld::excl_dep        use::mod_prism_def_partition_proto
76bld::excl_dep        use::mod_prism_get_proto
77bld::excl_dep        use::mod_prism_put_proto
78bld::excl_dep        use::mkl_dfti
79# Don't generate interface files
80bld::tool::geninterface none
81
82# Allow ".inc" as an extension for CPP include files
83bld::infile_ext::inc  CPP::INCLUDE
84
85# extension for module output
86bld::outfile_ext::mod .mod
Note: See TracBrowser for help on using the repository browser.