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

project(Filter_Component_stub): ciao_client_dnc {

  sharedname = Filter_Component_stub
  after += Event_Types_stub
  includes += ../common
  libs    += Event_Types_stub
  idlflags += -Wb,stub_export_macro=FILTER_COMPONENT_STUB_Export \
              -Wb,stub_export_include=Filter_Component_stub_export.h \
              -Wb,skel_export_macro=FILTER_COMPONENT_SVNT_Export \
              -Wb,skel_export_include=Filter_Component_svnt_export.h \
              -I ../common
  dynamicflags   = FILTER_COMPONENT_STUB_BUILD_DLL

  IDL_Files {
    Filter_Component.idl
  }

  Source_Files {
    Filter_ComponentC.cpp
  }
}

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

  idlflags  +=  -Wb,export_macro=FILTER_COMPONENT_SVNT_Export \
                -Wb,export_include=Filter_Component_svnt_export.h \
                -I ../common
  dynamicflags = FILTER_COMPONENT_SVNT_BUILD_DLL

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

  CIDL_Files {
    Filter_Component.cidl
  }

  IDL_Files {
    Filter_ComponentE.idl
  }

  Source_Files {
    Filter_ComponentEC.cpp
    Filter_ComponentS.cpp
    Filter_Component_svnt.cpp
  }
}


project(Filter_Component_exec) : ciao_component_dnc {
  after   += Filter_Component_svnt
  includes += ../common
  sharedname = Filter_Component_exec
  libs      += Filter_Component_stub \
               Filter_Component_svnt \
               Event_Types_stub \
               Event_Types_svnt

  idlflags  +=  -Wb,export_macro=FILTER_COMPONENT_EXEC_Export \
                -Wb,export_include=Filter_Component_exec_export.h
  dynamicflags   = FILTER_COMPONENT_EXEC_BUILD_DLL

  IDL_Files {

  }

  Source_Files {

    Filter_Component_exec.cpp
  }
}