source: XMLIO_SERVER/trunk/bld.cfg @ 8

Last change on this file since 8 was 8, checked in by ymipsl, 15 years ago

Importation des sources du serveur XMLIO

File size: 1.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
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
30
31# Pre-process code before analysing dependencies
32bld::pp              1
33
34
35# Ignore the following dependencies
36bld::excl_dep        inc::VT.inc
37bld::excl_dep        use::ioipsl
38bld::excl_dep        use::flib_dom
39bld::excl_dep        inc::mpif.h
40bld::excl_dep        use::mpi
41
42# Don't generate interface files
43bld::tool::geninterface none
44
45bld::outfile_ext::mod .mod
46
Note: See TracBrowser for help on using the repository browser.