source:
vendors/XIOS/current/bld.cfg
@
3472
Last change on this file since 3472 was 3472, checked in by rblod, 12 years ago | |
---|---|
File size: 1.8 KB |
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 | %CFLAGS %BASE_CFLAGS %COMPIL_CFLAGS |
14 | %FFLAGS %BASE_FFLAGS %COMPIL_FFLAGS |
15 | %LD_FLAGS %ARCH_LD %BASE_LD |
16 | |
17 | |
18 | dest::root $PWD |
19 | |
20 | bld::infile_ext::cpp C::SOURCE |
21 | bld::infile_ext::conf CPP::INCLUDE |
22 | bld::infile_ext::hpp CPP::INCLUDE |
23 | |
24 | |
25 | search_src true |
26 | src::zzz . |
27 | src::date $PWD/extern/boost/src/date_time |
28 | bld::lib xios |
29 | bld::target libxios.a |
30 | #bld::target test.exe |
31 | #bld::target generate_fortran_interface.exe |
32 | bld::target xios_server.exe test_cs.exe |
33 | bld::exe_dep |
34 | |
35 | bld::tool::cc %CCOMPILER |
36 | bld::tool::fc %FCOMPILER |
37 | bld::tool::fpp cpp -P |
38 | bld::tool::cpp cpp |
39 | bld::tool::cppflags %BASE_INC -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include |
40 | bld::tool::fppflags -std=c99 %BASE_INC -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include |
41 | bld::tool::ld %LINKER |
42 | bld::tool::ldflags %LD_FLAGS |
43 | bld::tool::cflags %CFLAGS %CBASE_INC -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include |
44 | bld::tool::fflags %FFLAGS %FBASE_INC |
45 | bld::tool::cppkeys %CPP_KEY |
46 | bld::tool::fppkeys %CPP_KEY |
47 | bld::tool::make gmake |
48 | |
49 | # Pre-process code before analysing dependencies |
50 | bld::pp false |
51 | bld::pp::interface/fortran true |
52 | bld::pp::interface/fortran_attr true |
53 | bld::excl_dep use::mod_prism_get_comm |
54 | bld::excl_dep use::mod_prism_get_localcomm_proto |
55 | bld::excl_dep use::mod_prism_proto |
56 | bld::excl_dep inc::mpif.h |
Note: See TracBrowser
for help on using the repository browser.