source:
vendors/XMLIO_SERVER/r_51/bld.cfg
@
1981
Last change on this file since 1981 was 1897, checked in by flavoni, 14 years ago | |
---|---|
File size: 1.4 KB |
Line | |
---|---|
1 | # ----------------------- FCM extract configuration file ----------------------- |
2 | cfg::type bld |
3 | cfg::version 1.0 |
4 | |
5 | |
6 | # ------------------------------------------------------------------------------ |
7 | # Build information |
8 | # ------------------------------------------------------------------------------ |
9 | |
10 | inc arch.fcm |
11 | inc config.fcm |
12 | |
13 | dir::root $PWD |
14 | |
15 | search_src 0 |
16 | src::ioserver src/IOSERVER |
17 | src::xmlio src/XMLIO |
18 | bld::lib::ioserver ioserver |
19 | bld::lib::xmlio xmlio |
20 | bld::target libioserver.a libxmlio.a |
21 | #bld::target main.exe client.exe server.exe |
22 | bld::target server.exe |
23 | |
24 | bld::tool::fc %COMPILER |
25 | bld::tool::ld %LINKER |
26 | bld::tool::ar %AR |
27 | bld::tool::make %MAKE |
28 | bld::tool::fflags %FFLAGS %INCDIR |
29 | bld::tool::ldflags %BASE_LD %LIB |
30 | bld::tool::cppflags %FPP_FLAGS %INCDIR |
31 | bld::tool::fppflags %FPP_FLAGS %INCDIR |
32 | bld::tool::fppkeys %CPP_KEY |
33 | # Pre-process code before analysing dependencies |
34 | bld::pp 1 |
35 | |
36 | |
37 | # Ignore the following dependencies |
38 | bld::excl_dep inc::VT.inc |
39 | bld::excl_dep use::ioipsl |
40 | bld::excl_dep use::flib_dom |
41 | bld::excl_dep inc::mpif.h |
42 | bld::excl_dep use::mpi |
43 | bld::excl_dep use::mod_prism_get_comm |
44 | bld::excl_dep use::mod_prism_proto |
45 | |
46 | # Don't generate interface files |
47 | bld::tool::geninterface none |
48 | |
49 | bld::outfile_ext::mod .mod |
50 |
Note: See TracBrowser
for help on using the repository browser.