summaryrefslogtreecommitdiff
path: root/TAO/CIAO/DAnCE/Interfaces/Interfaces.mpc
blob: 8f8933283a26bd915a85627fbc2e6597607f9a3c (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
// -*- MPC -*-
// $Id$

project (ExecutionManager_stub): ciao_component_dnc {

  sharedname = ExecutionManager_stub

  idlflags += -Wb,stub_export_macro=ExecutionManager_stub_Export
  idlflags += -Wb,stub_export_include=ExecutionManager_stub_export.h

  dynamicflags = EXECUTIONMANAGER_STUB_BUILD_DLL

  IDL_Files {
   ExecutionManager.idl
  }

  Source_Files {
   ExecutionManagerC.cpp
  }
}

project (NodeManager_stub): ciao_component_dnc {
  sharedname = NodeManager_stub

  idlflags     += -Wb,stub_export_macro=NodeManager_stub_Export
  idlflags     += -Wb,stub_export_include=NodeManager_stub_export.h
  idlflags     += -Wb,skel_export_macro=NodeManager_svnt_Export
  idlflags     += -Wb,skel_export_include=NodeManager_svnt_export.h

  dynamicflags = NODEMANAGER_STUB_BUILD_DLL

  IDL_Files {
   NodeManager.idl
  }

  Source_Files {
   NodeManagerC.cpp
  }
}