blob: e0cd424393e0ecc3cc09e4c40a3f082ad7cf1d57 (
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
|
// $Id$
// This file is generated with "generate_component_mpc.pl -p HUDisplay RateGen"
project(RateGen_DnC_stub): ciao_events_base_dnc {
avoids += ace_for_tao
after += HUDisplay_DnC_stub
sharedname = RateGen_DnC_stub
idlflags += -Wb,stub_export_macro=RATEGEN_STUB_Export -Wb,stub_export_include=RateGen_stub_export.h -Wb,skel_export_macro=RATEGEN_SVNT_Export -Wb,skel_export_include=RateGen_svnt_export.h
dynamicflags = RATEGEN_STUB_BUILD_DLL
libs += HUDisplay_DnC_stub
IDL_Files {
RateGen.idl
}
Source_Files {
RateGenC.cpp
}
}
project(RateGen_DnC_svnt) : ciao_servant_dnc {
avoids += ace_for_tao
after += HUDisplay_DnC_svnt RateGen_DnC_stub
sharedname = RateGen_DnC_svnt
libs += RateGen_DnC_stub HUDisplay_DnC_stub HUDisplay_DnC_svnt
libpaths += ..
idlflags += -Wb,export_macro=RATEGEN_SVNT_Export -Wb,export_include=RateGen_svnt_export.h
dynamicflags = RATEGEN_SVNT_BUILD_DLL
CIDL_Files {
RateGen.cidl
}
IDL_Files {
RateGenE.idl
}
Source_Files {
RateGenEC.cpp
RateGenS.cpp
RateGen_svnt.cpp
}
}
project(RateGen_DnC_exec) : ciao_component_dnc {
avoids += ace_for_tao
after += RateGen_DnC_svnt
sharedname = RateGen_DnC_exec
libs += RateGen_DnC_stub RateGen_DnC_svnt HUDisplay_DnC_stub HUDisplay_DnC_svnt
libpaths += ..
idlflags += -Wb,export_macro=RATEGEN_EXEC_Export -Wb,export_include=RateGen_exec_export.h
dynamicflags = RATEGEN_EXEC_BUILD_DLL
IDL_Files {
}
Source_Files {
RateGen_exec.cpp
}
}
project (RateGen_DnC_controller) : ciao_client_dnc, valuetype {
avoids += ace_for_tao
exename = controller
after += RateGen_DnC_stub
libs += RateGen_DnC_stub HUDisplay_DnC_stub
libpaths += ..
IDL_Files {
}
Source_Files {
controller.cpp
}
}
|