blob: 51443902e14cc9c68ea5aac5bcad9ad7ee3bcbec (
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(RTCORBA) : taolib, tao_output, install, pi, tao_versioning_idl_defaults {
sharedname = TAO_RTCORBA
dynamicflags = TAO_RTCORBA_BUILD_DLL
requires += rt_corba
idlflags += -Sci -SS -Sorb -GX \
-Wb,export_macro=TAO_RTCORBA_Export \
-Wb,export_include=tao/RTCORBA/rtcorba_export.h \
-o RTCORBA
Source_Files {
RTCORBA
}
Header_Files {
RTCORBA
}
Inline_Files {
RTCORBA
}
Template_Files {
RTCORBA
}
Resource_Files {
RTCORBA
}
PIDL_Files {
RTCORBA
}
IDL_Files {
idlflags += -Sa \
-Wb,unique_include=tao/RTCORBA/RTCORBA.h
RTCORBA/RTCORBA_include.pidl
}
IDL_Files {
idlflags += -Gp -Gd \
-Wb,include_guard=TAO_RTCORBA_SAFE_INCLUDE \
-Wb,safe_include=tao/RTCORBA/RTCORBA.h
RTCORBA/RTCORBA.pidl
}
Pkgconfig_Files {
RTCORBA/TAO_RTCORBA.pc.in
}
}
|