summaryrefslogtreecommitdiff
path: root/modules/CIAO/examples/BasicSP/BMClosedED/BMClosedED.mpc
blob: d08061594a0d0734031f4797010cb6adbd7a8f42 (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
// $Id$
// This file is generated with "generate_component_mpc.pl -l .. -p HUDisplay -i BMClosedED"
// This file has been manually modified to add a second component implementation.

project(BMClosedED_DnC_stub): ciao_client_dnc {
  avoids += ace_for_tao
  after += BasicSP_DnC_stub
  sharedname = BMClosedED_stub

  idlflags += -Wb,stub_export_macro=BMCLOSEDED_STUB_Export 
  idlflags += -Wb,stub_export_include=BMClosedED_stub_export.h 
  idlflags += -Wb,skel_export_macro=BMCLOSEDED_SVNT_Export 
  idlflags += -Wb,skel_export_include=BMClosedED_svnt_export.h

  libs += BasicSP_stub

  dynamicflags   = BMCLOSEDED_STUB_BUILD_DLL

  IDL_Files {
    BMClosedED.idl
  }

  Source_Files {
    BMClosedEDC.cpp
  }
}

project(BMClosedED_DnC_svnt) : ciao_servant_dnc {
  avoids += ace_for_tao
  after += BasicSP_DnC_svnt BMClosedED_DnC_stub

  sharedname = BMClosedED_svnt

  libs    += BMClosedED_stub BasicSP_stub 
  libs    += BasicSP_svnt

  libpaths += ..

  idlflags  +=  -Wb,export_macro=BMCLOSEDED_SVNT_Export 
  idlflags  += -Wb,export_include=BMClosedED_svnt_export.h

  dynamicflags = BMCLOSEDED_SVNT_BUILD_DLL

  CIDL_Files {
    BMClosedED.cidl
  }

  IDL_Files {
    BMClosedEDE.idl
  }

  Source_Files {
    BMClosedEDEC.cpp
    BMClosedEDS.cpp
    BMClosedED_svnt.cpp
  }
}


project(BMClosedED_DnC_exec) : ciao_component_dnc {
  avoids += ace_for_tao
  after      += BMClosedED_DnC_svnt

  sharedname = BMClosedED_exec

  libs       += BMClosedED_stub BMClosedED_svnt 
  libs       += BasicSP_stub BasicSP_svnt

  libpaths   += ..
  idlflags   += -Wb,export_macro=BMCLOSEDED_EXEC_Export 
  idlflags   += -Wb,export_include=BMClosedED_exec_export.h

  dynamicflags   = BMCLOSEDED_EXEC_BUILD_DLL

  IDL_Files {
    BMClosedEDEI.idl
  }

  Source_Files {
    BMClosedEDEIC.cpp
    BMClosedED_exec.cpp
  }
}