source: XMLF90/bld.cfg @ 1606

Last change on this file since 1606 was 295, checked in by ymipsl, 12 years ago

Set default shell to /bin/bash for FCM. Usefull for Curie platform and some other.

YM

File size: 886 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
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
24bld::tool::ldflags   %BASE_LD
25
26# Pre-process code before analysing dependencies
27bld::pp              1
28
29
30# Don't generate interface files
31bld::tool::geninterface none
32
33# Allow ".inc" as an extension for CPP include files
34bld::outfile_ext::mod .mod
35bld::tool::SHELL   /bin/bash
Note: See TracBrowser for help on using the repository browser.