blob: 2b23f6802373bee925b4aead48cb3ff76ee42e94 (
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
|
//$Id$
project : taolib, core, core_anytypecode, core_strategies, tao_versioning_idl_defaults {
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 {
}
IDL_Files {
idlflags += -Sci -SS -Gp -Gd -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
Strategies/COIOP_Endpoints.pidl
}
Pkgconfig_Files {
Strategies/TAO_Strategies.pc.in
}
}
|