source: LMDZ5/trunk/bld.cfg @ 2798

Last change on this file since 2798 was 2755, checked in by lguez, 7 years ago

ksh is not needed.

  • Property copyright set to
    Name of program: LMDZ
    Creation date: 1984
    Version: LMDZ5
    License: CeCILL version 2
    Holder: Laboratoire de m\'et\'eorologie dynamique, CNRS, UMR 8539
    See the license file in the root directory
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 3.0 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::dyn_phys %DYN_PHYS
27src::dyn_phys_sub %DYN_PHYS_SUB
28src::sisvat  %SISVAT
29src::rrtm    %RRTM
30src::dust    %DUST
31src::strataer %STRATAER
32src::grid    %SRC_PATH/grid
33src::filtrez %FILTRE
34src::misc    %SRC_PATH/misc
35src::dyn3d_common   %DYN_COMMON
36src::phy_common %PHY_COMMON
37src::cosp    %COSP
38src::ext_src %EXT_SRC
39
40bld::lib            lmdz
41
42bld::outfile_ext::exe    %SUFF_NAME
43bld::target              liblmdz.a %EXEC%SUFF_NAME
44bld::exe_dep             
45
46
47dir::root            %CONFIG_PATH
48#dir::lib             %BASE_CONFIG_PATH
49dir::bin             %ROOT_PATH/bin
50
51#search_src           1
52
53bld::tool::fpp       %FPP
54bld::tool::fc        %COMPILER
55bld::tool::ld        %LINK
56bld::tool::ar        %AR
57bld::tool::make      %MAKE
58bld::tool::fflags    %FFLAGS %INCDIR
59bld::tool::ldflags   %LD_FLAGS %LIB 
60
61bld::tool::cppflags  %FPP_FLAGS %INCDIR
62bld::tool::fppflags  %FPP_FLAGS %INCDIR
63bld::tool::fppkeys   %CPP_KEY %FPP_DEF
64
65
66# Example of how to set specific compiling options for a specific file
67# -> this can be including in the arch.opt file
68#bld::tool::fflags::phys::readaerosol         %BASE_FFLAGS %PROD_FFLAGS  %INCDIR -C hopt -pi auto
69
70
71inc arch.opt
72
73# Pre-process code before analysing dependencies
74bld::pp              1
75
76
77# Ignore the following dependencies
78bld::excl_dep        inc::netcdf.inc
79bld::excl_dep        use::netcdf
80bld::excl_dep        use::typesizes
81bld::excl_dep        h::netcdf.inc
82bld::excl_dep        h::mpif.h
83bld::excl_dep        inc::mpif.h
84bld::excl_dep        use::ioipsl
85bld::excl_dep        use::intersurf
86bld::excl_dep        use::mod_prism_proto
87bld::excl_dep        use::mod_prism_def_partition_proto
88bld::excl_dep        use::mod_prism_get_proto
89bld::excl_dep        use::mod_prism_put_proto
90bld::excl_dep        use::mod_prism
91bld::excl_dep        use::xios
92bld::excl_dep        use::iaxis
93bld::excl_dep        use::iaxis_attr
94bld::excl_dep        use::icontext_attr
95bld::excl_dep        use::idate
96bld::excl_dep        use::idomain_attr
97bld::excl_dep        use::ifield_attr
98bld::excl_dep        use::ifile_attr
99bld::excl_dep        use::ixml_tree
100
101# Don't generate interface files
102bld::tool::geninterface none
103
104# Allow ".inc" as an extension for CPP include files
105bld::infile_ext::inc  CPP::INCLUDE
106
107# extension for module output
108bld::outfile_ext::mod .mod
109bld::tool::SHELL   /bin/bash
Note: See TracBrowser for help on using the repository browser.