source: XMLIO_V2/trunk/bld.cfg @ 66

Last change on this file since 66 was 66, checked in by ymipsl, 14 years ago

ajout trunk xmlioserver
YM

File size: 1.0 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::hpp  CPP::INCLUDE
22
23
24search_src           false
25src::xmlio XMLIO
26bld::lib::xmlio xmlio
27bld::target libxmlio.a
28bld::target main.exe
29bld::exe_dep
30
31bld::tool::cc        %CCOMPILER
32bld::tool::fc        %FCOMPILER
33bld::tool::cppflags  -I${PWD}/../external/include
34bld::tool::ld        %LINKER
35bld::tool::ldflags   %LD_FLAGS
36bld::tool::cflags    %CFLAGS -I${PWD}/../external/include
37bld::tool::fflags    %FFLAGS
38
39# Pre-process code before analysing dependencies
40bld::pp              false
41
Note: See TracBrowser for help on using the repository browser.