source: XIOS/trunk/bld.cfg @ 316

Last change on this file since 316 was 316, checked in by ymipsl, 12 years ago
  • Change date format :

dd/mm/yyyy-hh:mm:ss becomes yyyy-mm-dd hh:mm:ss

  • add boost date_time functionality

YM

File size: 1.6 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
28bld::lib xios
29bld::target libxios.a
30#bld::target test.exe
31#bld::target generate_fortran_interface.exe
32bld::target xios_server.exe test_cs.exe 
33bld::exe_dep
34
35bld::tool::cc        %CCOMPILER
36bld::tool::fc        %FCOMPILER
37bld::tool::cppflags  %BASE_INC -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include -I/usr/include
38bld::tool::ld        %LINKER
39bld::tool::ldflags   %LD_FLAGS 
40bld::tool::cflags    %CFLAGS %CBASE_INC -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include -I/usr/include
41bld::tool::fflags    %FFLAGS %FBASE_INC -I/usr/include
42bld::tool::cppkeys   %CPP_KEY
43bld::tool::fppkeys   %CPP_KEY
44
45# Pre-process code before analysing dependencies
46bld::pp              false
47bld::excl_dep        use::mod_prism_get_comm
48bld::excl_dep        use::mod_prism_get_localcomm_proto
49bld::excl_dep        use::mod_prism_proto
50bld::excl_dep        inc::mpif.h
Note: See TracBrowser for help on using the repository browser.