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/XMLIO_SERVER/r_193 – NEMO

source: vendors/XMLIO_SERVER/r_193/bld.cfg @ 3428

Last change on this file since 3428 was 1897, checked in by flavoni, 14 years ago

importing XMLIO_SERVER vendor

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
13dir::root   $PWD
14
15search_src           0
16src::ioserver    src/IOSERVER
17src::xmlio       src/XMLIO
18bld::lib::ioserver         ioserver
19bld::lib::xmlio            xmlio
20bld::target libioserver.a libxmlio.a
21#bld::target main.exe client.exe server.exe
22bld::target server.exe
23
24bld::tool::fc        %COMPILER
25bld::tool::ld        %LINKER
26bld::tool::ar        %AR
27bld::tool::make      %MAKE
28bld::tool::fflags    %FFLAGS %INCDIR
29bld::tool::ldflags   %BASE_LD %LIB
30bld::tool::cppflags  %FPP_FLAGS %INCDIR
31bld::tool::fppflags  %FPP_FLAGS %INCDIR
32bld::tool::fppkeys   %CPP_KEY
33# Pre-process code before analysing dependencies
34bld::pp              1
35
36
37# Ignore the following dependencies
38bld::excl_dep        inc::VT.inc
39bld::excl_dep        use::ioipsl
40bld::excl_dep        use::flib_dom
41bld::excl_dep        inc::mpif.h
42bld::excl_dep        use::mpi
43bld::excl_dep        use::mod_prism_get_comm
44bld::excl_dep        use::mod_prism_proto
45
46# Don't generate interface files
47bld::tool::geninterface none
48
49bld::outfile_ext::mod .mod
50
Note: See TracBrowser for help on using the repository browser.