source: XMLF90/bld.cfg @ 12

Last change on this file since 12 was 6, checked in by ymipsl, 15 years ago

Import des sources XMLF90

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
13dir::root   $PWD
14
15search_src           1
16bld::lib            xmlf90
17bld::target libxmlf90.a
18
19bld::tool::fc        %COMPILER
20bld::tool::ld        %LINKER
21bld::tool::ar        %AR
22bld::tool::make      %MAKE
23bld::tool::fflags    %FFLAGS %INCDIR 
24bld::tool::ldflags   %BASE_LD %LIBDIR
25
26# Pre-process code before analysing dependencies
27bld::pp              1
28
29
30# Ignore the following dependencies
31#bld::excl_dep        inc::netcdf.inc
32bld::excl_dep        inc::VT.inc
33bld::excl_dep        use::histcom
34bld::excl_dep        use::ioipsl
35bld::excl_dep        use::flib_dom
36bld::excl_dep        inc::mpif.h
37bld::excl_dep        use::mpi
38# Don't generate interface files
39bld::tool::geninterface none
40
41# Allow ".inc" as an extension for CPP include files
42bld::outfile_ext::mod .mod
Note: See TracBrowser for help on using the repository browser.