source: vendor/nemo/current/NEMOGCM/EXTERNAL/XIOS/bld.cfg @ 44

Last change on this file since 44 was 44, checked in by cholod, 12 years ago

Load NEMO_TMP into vendor/nemo/current.

File size: 1.6 KB
Line 
1# ----------------------- FCM extract configuration file -----------------------
2cfg::type                           bld
3cfg::version                        1.0
4
5inc $COMPIL_DIR/arch_nemo.fcm
6inc $COMPIL_DIR/cpp.fcm
7
8# ------------------------------------------------------------------------------
9# Build information
10# ------------------------------------------------------------------------------
11
12dest::root   $PWD
13
14bld::infile_ext::cpp   C::SOURCE
15bld::infile_ext::conf  CPP::INCLUDE
16bld::infile_ext::hpp   CPP::INCLUDE
17
18
19search_src           true
20src::zzz .
21src::date $PWD/extern/boost/src/date_time
22bld::lib xios
23bld::target libxios.a
24#bld::target test.exe
25#bld::target generate_fortran_interface.exe
26bld::target xios_server.exe test_cs.exe 
27bld::exe_dep
28
29bld::tool::cc        %CC
30bld::tool::fc        %FC
31bld::tool::fpp       cpp
32bld::tool::cpp       cpp
33bld::tool::cppflags  %XIO_INC -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include 
34bld::tool::fppflags  -P %XIO_INC -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include 
35bld::tool::ld        %XIO_LD
36bld::tool::ldflags   %XIO_LDFLAGS %XIO_LDINC
37bld::tool::cflags    %XIO_CFLAGS %XIO_CINC -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include 
38bld::tool::fflags    %XIO_FFLAGS 
39bld::tool::make   %MK
40
41# Pre-process code before analysing dependencies
42bld::pp    false         
43bld::pp::interface/fortran              true
44bld::pp::interface/fortran_attr         true
45bld::excl_dep        use::mod_prism_get_comm
46bld::excl_dep        use::mod_prism_get_localcomm_proto
47bld::excl_dep        use::mod_prism_proto
48bld::excl_dep        inc::mpif.h
Note: See TracBrowser for help on using the repository browser.