New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
bld.cfg in vendors/XIOS/r_357 – NEMO

source: vendors/XIOS/r_357/bld.cfg @ 9295

Last change on this file since 9295 was 3472, checked in by rblod, 12 years ago

Load XIOS_SRC into vendors/XIOS/current.

File size: 1.8 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::fpp       cpp -P
38bld::tool::cpp       cpp
39bld::tool::cppflags  %BASE_INC -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include 
40bld::tool::fppflags  -std=c99 %BASE_INC -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include
41bld::tool::ld        %LINKER
42bld::tool::ldflags   %LD_FLAGS 
43bld::tool::cflags    %CFLAGS %CBASE_INC -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include 
44bld::tool::fflags    %FFLAGS %FBASE_INC 
45bld::tool::cppkeys   %CPP_KEY
46bld::tool::fppkeys   %CPP_KEY
47bld::tool::make   gmake
48
49# Pre-process code before analysing dependencies
50bld::pp    false         
51bld::pp::interface/fortran              true
52bld::pp::interface/fortran_attr         true
53bld::excl_dep        use::mod_prism_get_comm
54bld::excl_dep        use::mod_prism_get_localcomm_proto
55bld::excl_dep        use::mod_prism_proto
56bld::excl_dep        inc::mpif.h
Note: See TracBrowser for help on using the repository browser.