blob: c98ab463c1cc76e09bc571c57bd3e736dc827abd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
//$Id$
project : taolib, core, core_anytypecode, tao_versioning_idl_defaults {
avoids += ace_for_tao // Requires Unix domain sockets and MEM stuff
sharedname = TAO_Strategies
dynamicflags = TAO_STRATEGIES_BUILD_DLL
Source_Files {
Strategies
}
Header_Files {
Strategies
}
Inline_Files {
Strategies
}
Template_Files {
Strategies
}
Resource_Files {
Strategies
}
PIDL_Files {
Strategies
}
IDL_Files {
idlflags += -Sci -SS -Gp -Gd -Ge 1 -Sorb -DCORBA3 \
-Wb,export_macro=TAO_Strategies_Export \
-Wb,export_include=tao/Strategies/strategies_export.h \
-o Strategies
idlflags -= -St
Strategies/uiop_endpoints.pidl
Strategies/sciop_endpoints.pidl
}
Pkgconfig_Files {
Strategies/TAO_Strategies.pc.in
}
}
|