summaryrefslogtreecommitdiff
path: root/CIAO/examples/BasicSP/EC/EC.mpc
blob: d1068ec6e281518aa4a07ba8cf3762977b2401d9 (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
// $Id$
// This file is generated with "generate_component_mpc.pl -l .. -p BasicSP -i -c EC"

project(EC_DnC_stub): ciao_client_dnc {
  avoids += ace_for_tao
  after += BasicSP_DnC_stub

  sharedname = EC_stub

  idlflags += -Wb,stub_export_macro=EC_STUB_Export 
  idlflags += -Wb,stub_export_include=EC_stub_export.h 
  idlflags += -Wb,skel_export_macro=EC_SVNT_Export 
  idlflags += -Wb,skel_export_include=EC_svnt_export.h

  dynamicflags   = EC_STUB_BUILD_DLL

  libs   += BasicSP_stub

  IDL_Files {
    EC.idl
  }

  Source_Files {
    ECC.cpp
  }
}

project(EC_DnC_svnt) : ciao_servant_dnc {
  avoids += ace_for_tao
  after     += BasicSP_DnC_svnt EC_DnC_stub
  sharedname = EC_svnt

  libpaths  += ..

  idlflags  += -Wb,export_macro=EC_SVNT_Export 
  idlflags  += -Wb,export_include=EC_svnt_export.h

  dynamicflags = EC_SVNT_BUILD_DLL

  libs      += EC_stub BasicSP_stub BasicSP_svnt

  CIDL_Files {
    EC.cidl
  }

  IDL_Files {
    ECE.idl
  }

  Source_Files {
    ECEC.cpp
    ECS.cpp
    EC_svnt.cpp
  }
}


project(EC_DnC_exec) : ciao_component_dnc {
  avoids += ace_for_tao
  after    += EC_DnC_svnt
  sharedname = EC_exec

  libs     += EC_stub BasicSP_stub BasicSP_svnt EC_svnt

  libpaths += ..

  idlflags +=  -Wb,export_macro=EC_EXEC_Export 
  idlflags += -Wb,export_include=EC_exec_export.h

  dynamicflags   = EC_EXEC_BUILD_DLL

  IDL_Files {
    ECEI.idl
  }

  Source_Files {
    ECEIC.cpp
    EC_exec.cpp
  }
}



project (EC_DnC_client) : ciao_client_dnc, valuetype {
  avoids += ace_for_tao
  exename = client
  after += EC_DnC_stub
  libs += EC_stub BasicSP_stub
  libpaths += ..

  IDL_Files {
  }

  Source_Files {
    client.cpp
  }
}


project (EC_DnC_controller) : ciao_events_dnc, valuetype {
  avoids += ace_for_tao
  exename = controller
  after += EC_DnC_stub
  libs += EC_stub BasicSP_stub
  libpaths += ..

  IDL_Files {
  }

  Source_Files {
    controller.cpp
  }
}