source: XMLIO_V2/dev/dev_rv/bld.cfg @ 125

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

merging dev -> dev_rv

File size: 1.1 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 -L${PWD}/../external/lib -lPOCO_XML -lPOCO_Foundation -lpthread
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.