source: XIOS/trunk/bld.cfg @ 393

Last change on this file since 393 was 374, checked in by aclsce, 12 years ago
  • Created test_client (from test_cs) to have test_client and xios_server instead of test_cs
  • Modifed make_xios to allow the installation through make_xios
  • Modified bld.cfg to add the creation of new executable file test_client.exe
File size: 1.9 KB
RevLine 
[245]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
13%CFLAGS           %BASE_CFLAGS %COMPIL_CFLAGS
14%FFLAGS           %BASE_FFLAGS %COMPIL_FFLAGS
15%LD_FLAGS         %ARCH_LD %BASE_LD
16
17
18dest::root   $PWD
19
20bld::infile_ext::cpp   C::SOURCE
21bld::infile_ext::conf  CPP::INCLUDE
22bld::infile_ext::hpp   CPP::INCLUDE
23
24
25search_src           true
[291]26src::zzz .
[316]27src::date $PWD/extern/boost/src/date_time
[371]28src::blitz $PWD/extern/blitz/src
[291]29bld::lib xios
30bld::target libxios.a
[316]31#bld::target test.exe
32#bld::target generate_fortran_interface.exe
[374]33bld::target xios_server.exe test_cs.exe test_client.exe
[245]34bld::exe_dep
35
36bld::tool::cc        %CCOMPILER
37bld::tool::fc        %FCOMPILER
[356]38bld::tool::fpp       cpp -P
[327]39bld::tool::cpp       cpp
[371]40bld::tool::cppflags  %BASE_INC -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include -I${PWD}/extern/blitz/include 
[329]41bld::tool::fppflags  -std=c99 %BASE_INC -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include
[245]42bld::tool::ld        %LINKER
43bld::tool::ldflags   %LD_FLAGS 
[371]44bld::tool::cflags    %CFLAGS %CBASE_INC -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include -I${PWD}/extern/blitz/include 
[329]45bld::tool::fflags    %FFLAGS %FBASE_INC 
[287]46bld::tool::cppkeys   %CPP_KEY
47bld::tool::fppkeys   %CPP_KEY
[329]48bld::tool::make   gmake
[245]49
50# Pre-process code before analysing dependencies
[327]51bld::pp    false         
52bld::pp::interface/fortran              true
53bld::pp::interface/fortran_attr         true
[287]54bld::excl_dep        use::mod_prism_get_comm
[300]55bld::excl_dep        use::mod_prism_get_localcomm_proto
[287]56bld::excl_dep        use::mod_prism_proto
[245]57bld::excl_dep        inc::mpif.h
Note: See TracBrowser for help on using the repository browser.