source: XIOS/trunk/bld.cfg @ 462

Last change on this file since 462 was 462, checked in by ymipsl, 10 years ago

Enhancement :

  • Improving error message occuring along the xml parsing : position (line number, column) is now indicated
  • New executable : parse_xml.exe : parse the xml files and reports potential error

YM

File size: 1.9 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
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
26src::zzz .
27src::date $PWD/extern/boost/src/date_time
28src::blitz $PWD/extern/blitz/src
29src::netcdf $PWD/extern/netcdf4
30bld::lib xios
31bld::target libxios.a
32#bld::target generate_fortran_interface.exe
33bld::target xios_server.exe test_client.exe parse_xml.exe
34bld::exe_dep
35
36bld::tool::cc        %CCOMPILER
37bld::tool::fc        %FCOMPILER
38bld::tool::fpp       %FPP
39bld::tool::cpp       %CPP
40bld::tool::cppflags  %CBASE_INC -I${PWD}/extern/src_netcdf -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include -I${PWD}/extern/blitz/include 
41bld::tool::fppflags  %BASE_INC -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include 
42bld::tool::ld        %LINKER
43bld::tool::ldflags   %LD_FLAGS 
44bld::tool::cflags    %CFLAGS %CBASE_INC -I${PWD}/extern/src_netcdf -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include -I${PWD}/extern/blitz/include 
45bld::tool::fflags    %FFLAGS %FBASE_INC 
46bld::tool::cppkeys   %CPP_KEY
47bld::tool::fppkeys   %CPP_KEY
48bld::tool::make      %MAKE
49
50# Pre-process code before analysing dependencies
51bld::pp    false         
52bld::pp::interface/fortran              true
53bld::pp::interface/fortran_attr         true
54bld::excl_dep        use::mod_prism_get_comm
55bld::excl_dep        use::mod_prism_get_localcomm_proto
56bld::excl_dep        use::mod_prism_proto
57bld::excl_dep        inc::mpif.h
Note: See TracBrowser for help on using the repository browser.