summaryrefslogtreecommitdiff
path: root/CIAO/examples/space/Exec/Exec_Component.mpc
blob: d266998c01f5cbad181ed61984bb66e030331e80 (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
// $Id$
// This file is generated with "generate_component_mpc.pl Exec_Component"

project(Exec_Component_stub): ciao_client_dnc {

  after += Event_Types_stub
  includes += ../common
  libs    += Event_Types_stub
  sharedname = Exec_Component_stub
  idlflags += -Wb,stub_export_macro=EXEC_COMPONENT_STUB_Export \
              -Wb,stub_export_include=Exec_Component_stub_export.h \
              -Wb,skel_export_macro=EXEC_COMPONENT_SVNT_Export \
              -Wb,skel_export_include=Exec_Component_svnt_export.h \
              -I ../common
  dynamicflags   = EXEC_COMPONENT_STUB_BUILD_DLL


  IDL_Files {
    Exec_Component.idl
  }

  Source_Files {
    Exec_ComponentC.cpp
  }
}

project(Exec_Component_svnt) : ciao_servant_dnc {
  after +=  Exec_Component_stub Event_Types_svnt
  sharedname  = Exec_Component_svnt
  libs    += Exec_Component_stub Event_Types_stub Event_Types_svnt
  includes += ../common

  idlflags  +=  -Wb,export_macro=EXEC_COMPONENT_SVNT_Export \
                -Wb,export_include=Exec_Component_svnt_export.h \
                -I ../common
  dynamicflags = EXEC_COMPONENT_SVNT_BUILD_DLL

  cidlflags -= --
  cidlflags += -I ../common --

  CIDL_Files {
    Exec_Component.cidl
  }

  IDL_Files {
    Exec_ComponentE.idl
  }

  Source_Files {
    Exec_ComponentEC.cpp
    Exec_ComponentS.cpp
    Exec_Component_svnt.cpp
  }
}


project(Exec_Component_exec) : ciao_component_dnc {
  includes += ../common
  after   += Exec_Component_svnt
  sharedname = Exec_Component_exec
  libs      += Exec_Component_stub \
               Exec_Component_svnt \
               Event_Types_stub \
               Event_Types_svnt


  idlflags  +=  -Wb,export_macro=EXEC_COMPONENT_EXEC_Export \
                -Wb,export_include=Exec_Component_exec_export.h
  dynamicflags   = EXEC_COMPONENT_EXEC_BUILD_DLL

  IDL_Files {

  }

  Source_Files {

    Exec_Component_exec.cpp
  }
}