blob: 03b121800fc07a2a2f632ec6c3de39fd0a50ecd2 (
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
|
//$Id$
project : taolib, core, rtcorba, portableserver {
sharedname = TAO_RTPortableServer
dynamicflags = TAO_RTPORTABLESERVER_BUILD_DLL
Source_Files {
RTPortableServer
}
Header_Files {
RTPortableServer
}
Inline_Files {
RTPortableServer
}
Template_Files {
RTPortableServer
}
Resource_Files {
RTPortableServer
}
PIDL_Files {
RTPortableServer
}
IDL_Files {
idlflags += -Gp -Gd -Ge 1 -Sci -SS -Sorb -GX \
-Wb,export_macro=TAO_RTPortableServer_Export \
-Wb,export_include=tao/RTPortableServer/rtportableserver_export.h \
-Wb,include_guard=TAO_RT_PORTABLESERVER_SAFE_INCLUDE \
-Wb,safe_include=tao/RTPortableServer/RTPortableServer.h \
-o RTPortableServer
RTPortableServer/RTPortableServer.pidl
}
IDL_Files {
idlflags += -Ge 1 -SS -Sorb -GX -Sci \
-Wb,export_macro=TAO_RTPortableServer_Export \
-Wb,export_include=tao/RTPortableServer/rtportableserver_export.h \
-Wb,unique_include=tao/RTPortableServer/RTPortableServer.h \
-o RTPortableServer
RTPortableServer/RTPortableServer_include.pidl
}
Pkgconfig_Files {
RTPortableServer/TAO_RTPortableServer.pc.in
}
}
|