source: XMLIO_V2/dev/common/tools/bld.cfg @ 234

Last change on this file since 234 was 234, checked in by hozdoba, 13 years ago

Préparation nouvelle arborescence

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
13%CFLAGS           %BASE_CFLAGS %COMPIL_CFLAGS
14%FFLAGS           %BASE_FFLAGS %COMPIL_FFLAGS
15%LD_FLAGS         %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::xmlio xmlio
27bld::lib::xmlio xmlio
28bld::target libxmlio.a
29bld::target main_server.exe
30bld::exe_dep
31
32bld::tool::cc        %CCOMPILER
33bld::tool::fc        %FCOMPILER
34bld::tool::cppflags  %BASE_INC -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include -I/usr/include
35bld::tool::ld        %LINKER
36bld::tool::ldflags   %LD_FLAGS 
37bld::tool::cflags    %CFLAGS %CBASE_INC -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include -I/usr/include
38bld::tool::fflags    %FFLAGS %FBASE_INC -I/usr/include
39
40# Pre-process code before analysing dependencies
41bld::pp              false
42bld::excl_dep        inc::mpif.h
Note: See TracBrowser for help on using the repository browser.