Last change
on this file since 8 was
8,
checked in by ymipsl, 16 years ago
|
Importation des sources du serveur XMLIO
|
File size:
1.2 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 | |
---|
31 | # Pre-process code before analysing dependencies |
---|
32 | bld::pp 1 |
---|
33 | |
---|
34 | |
---|
35 | # Ignore the following dependencies |
---|
36 | bld::excl_dep inc::VT.inc |
---|
37 | bld::excl_dep use::ioipsl |
---|
38 | bld::excl_dep use::flib_dom |
---|
39 | bld::excl_dep inc::mpif.h |
---|
40 | bld::excl_dep use::mpi |
---|
41 | |
---|
42 | # Don't generate interface files |
---|
43 | bld::tool::geninterface none |
---|
44 | |
---|
45 | bld::outfile_ext::mod .mod |
---|
46 | |
---|
Note: See
TracBrowser
for help on using the repository browser.