blob: f6ce074aa013c73d6155a781349750f150e2fa1c (
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
|
//$Id$
project : taolib, tao_output, portableserver, objreftemplate, pi, install, tao_versioning_idl_defaults {
sharedname = TAO_IORInterceptor
dynamicflags = TAO_IORINTERCEPTOR_BUILD_DLL
Source_Files {
IORInterceptor
}
Header_Files {
IORInterceptor
}
Inline_Files {
IORInterceptor
}
Template_Files {
IORInterceptor
}
Resource_Files {
IORInterceptor
}
PIDL_Files {
IORInterceptor
}
IDL_Files {
idlflags += -Gp -Gd -Sci -SS -Sorb -Sa -St \
-Wb,export_macro=TAO_IORInterceptor_Export \
-Wb,export_include=tao/IORInterceptor/iorinterceptor_export.h \
-Wb,include_guard=TAO_IORINTERCEPTOR_SAFE_INCLUDE \
-Wb,safe_include=tao/IORInterceptor/IORInterceptor.h \
-o IORInterceptor
IORInterceptor/IORInterceptor.pidl
}
IDL_Files {
idlflags += -Gp -Gd -Sci -SS -Sorb -Sa -St \
-Wb,export_macro=TAO_IORInterceptor_Export \
-Wb,export_include=tao/IORInterceptor/iorinterceptor_export.h \
-o IORInterceptor
IORInterceptor/IORInfo.pidl
}
Pkgconfig_Files {
IORInterceptor/TAO_IORInterceptor.pc.in
}
}
|