blob: ad866bf7df0ee52ea798d335ace4426b6f96b7af (
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
|
//$Id$
project : taolib, codecfactory, core, tao_versioning_idl_defaults {
sharedname = TAO_PI
dynamicflags = TAO_PI_BUILD_DLL
Source_Files {
PI
}
Header_Files {
PI
}
Inline_Files {
PI
}
Template_Files {
PI
}
Resource_Files {
PI
}
PIDL_Files {
PI
}
IDL_Files {
idlflags += -Sci -SS -Gp -Gd -Sorb -Sal -GX \
-Wb,export_macro=TAO_PI_Export \
-Wb,export_include=tao/PI/pi_export.h \
-o PI
idlflags -= -Sa -St
PI/ORBInitInfo.pidl
}
IDL_Files {
idlflags += -Sci -SS -GA -Gp -Gd -Sorb -Sal \
-Wb,export_macro=TAO_PI_Export \
-Wb,export_include=tao/PI/pi_export.h \
-o PI
idlflags -= -Sa -St
PI/ORBInitializer.pidl
PI/ClientRequestInterceptor.pidl
PI/Interceptor.pidl
PI/ClientRequestInfo.pidl
PI/RequestInfo.pidl
PI/PIForwardRequest.pidl
PI/PICurrent.pidl
PI/ProcessingModePolicy.pidl
}
IDL_Files {
idlflags += -Sci -SS -GA -Gp -Gd -Sal \
-Wb,export_macro=TAO_PI_Export \
-Wb,export_include=tao/PI/pi_export.h \
-o PI
idlflags -= -Sa -St
PI/InvalidSlot.pidl
}
Pkgconfig_Files {
PI/TAO_PI.pc.in
}
}
|