source: XMLIO_V2/dev/common/bld.cfg @ 287

Last change on this file since 287 was 287, checked in by ymipsl, 13 years ago

Mise à jour arch Titane
=> utilisation avec bibliothèque netcdf4 patch plus hdf5 1.8.7

YM

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