summaryrefslogtreecommitdiff
path: root/Conductor/Conductor.mpc
blob: e2cd6a3db0de73a6000beb8df23f71e9fab090b1 (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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
// $Id$
// This file is generated with "generate_component_mpc.pl Conductor"

project(Conductor_idl_gen) : taoidldefaults, anytypecode, race_idl {
  avoids += ace_for_tao
  custom_only = 1
  idlflags += -Wb,stub_export_macro=CONDUCTOR_STUB_Export \
              -Wb,stub_export_include=Conductor_stub_export.h \
              -Wb,skel_export_macro=CONDUCTOR_SVNT_Export \
              -Wb,skel_export_include=Conductor_svnt_export.h

  IDL_Files {
    Conductor.idl
  }
}

project(Conductor_cidl_gen) : ciaocidldefaults, taoidldefaults, race_idl {
  avoids += ace_for_tao
  custom_only = 1
  cidlflags += --svnt-export-macro CONDUCTOR_SVNT_Export \
               --svnt-export-include Conductor_svnt_export.h

  idlflags += -Wb,export_macro=CONDUCTOR_EXEC_Export \
              -Wb,export_include=Conductor_exec_export.h \
              -SS

  CIDL_Files {
    Conductor.cidl
  }

  IDL_Files {
    ConductorE.idl
  }
}

project(Conductor_stub) : ccm_stub, race_common {
  avoids += ace_for_tao
  after += Conductor_idl_gen \
           OpString_stub \
           Data_Base_stub \
           DAnCE_Output_Adapter_stub \
           RACE_common_stub \
           Controller_Base_stub

  libs += OpString_stub \
          Data_Base_Component_stub\
          DAnCE_OA_Component_stub \
          RACE_common_stub \
          Controller_Base_stub

  sharedname = Conductor_Component_stub
  dynamicflags   = CONDUCTOR_STUB_BUILD_DLL

  IDL_Files {
  }

  Source_Files {
    ConductorC.cpp
  }

  Header_Files {
    ConductorC.h
    Conductor_stub_export.h
  }

  Inline_Files {
    ConductorC.inl
  }
}

project(Conductor_exec) : ciao_executor, ciao_config_handlers, race_common {
  avoids += ace_for_tao
  after   += Conductor_cidl_gen Conductor_stub RACE_utils
  sharedname = Conductor_Component_exec
  libs += Conductor_Component_stub \
           RACE_utils \
           OpString_stub \
           Data_Base_Component_stub \
           DAnCE_OA_Component_stub \
           RACE_common_stub \
           Controller_Base_stub

  includes += $(RACE_ROOT)/utils
  dynamicflags   = CONDUCTOR_EXEC_BUILD_DLL

  IDL_Files {
  }

  Source_Files {
    Admin_exec.cpp
    ConductorEC.cpp
    Conductor_exec.cpp
  }

  Header_Files {
    Admin_exec.h
    ConductorEC.h
    Conductor_exec.h
    Conductor_exec_export.h
  }

  Inline_Files {
    ConductorEC.inl
  }
}


project(Conductor_svnt) : ciao_servant, race_common {
  avoids += ace_for_tao
  after += Conductor_exec

  libs += OpString_stub \
	  Data_Base_Component_stub\
	  DAnCE_OA_Component_stub \
	  RACE_common_stub \
          Conductor_Component_exec \
          Conductor_Component_stub \
          Controller_Base_stub

  sharedname  = Conductor_Component_svnt
  dynamicflags = CONDUCTOR_SVNT_BUILD_DLL

  CIDL_Files {
  }

  IDL_Files {
  }

  Source_Files {
    ConductorS.cpp
    Conductor_svnt.cpp
  }

  Header_Files {
    ConductorS.h
    Conductor_svnt.h
    Conductor_svnt_export.h
  }

  Inline_Files {
    ConductorS.inl
  }
}