Last change
on this file since 2227 was
295,
checked in by ymipsl, 13 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 ----------------------- |
---|
2 | cfg::type bld |
---|
3 | cfg::version 1.0 |
---|
4 | |
---|
5 | |
---|
6 | # ------------------------------------------------------------------------------ |
---|
7 | # Build information |
---|
8 | # ------------------------------------------------------------------------------ |
---|
9 | |
---|
10 | inc arch.fcm |
---|
11 | inc config.fcm |
---|
12 | |
---|
13 | dir::root $PWD |
---|
14 | |
---|
15 | search_src 1 |
---|
16 | bld::lib xmlf90 |
---|
17 | bld::target libxmlf90.a |
---|
18 | |
---|
19 | bld::tool::fc %COMPILER |
---|
20 | bld::tool::ld %LINKER |
---|
21 | bld::tool::ar %AR |
---|
22 | bld::tool::make %MAKE |
---|
23 | bld::tool::fflags %FFLAGS |
---|
24 | bld::tool::ldflags %BASE_LD |
---|
25 | |
---|
26 | # Pre-process code before analysing dependencies |
---|
27 | bld::pp 1 |
---|
28 | |
---|
29 | |
---|
30 | # Don't generate interface files |
---|
31 | bld::tool::geninterface none |
---|
32 | |
---|
33 | # Allow ".inc" as an extension for CPP include files |
---|
34 | bld::outfile_ext::mod .mod |
---|
35 | bld::tool::SHELL /bin/bash |
---|
Note: See
TracBrowser
for help on using the repository browser.