source: XIOS/dev/dev_olga/bld.cfg @ 983

Last change on this file since 983 was 983, checked in by oabramkina, 7 years ago

My branch

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