summaryrefslogtreecommitdiff
path: root/modules/CIAO/examples/Null_Component/Null_Component.mpc
blob: b639ceb08282bacc733d686860d88531a04beb23 (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
// $Id$
// This file is generated with "generate_component_mpc.pl -p Null_Interface Null_Component"

project(Null_Interface_Null_Component_stub): ciao_client_dnc {
  after += Null_Interface_stub
  sharedname = Null_Component_stub
  libs += Null_Interface_stub
  idlflags += -Wb,stub_export_macro=NULL_COMPONENT_STUB_Export \
              -Wb,stub_export_include=Null_Component_stub_export.h \
              -Wb,skel_export_macro=NULL_COMPONENT_SVNT_Export \
              -Wb,skel_export_include=Null_Component_svnt_export.h
  dynamicflags   = NULL_COMPONENT_STUB_BUILD_DLL

  IDL_Files {
    Null_Component.idl
  }

  Source_Files {
    Null_ComponentC.cpp
  }
}

project(Null_Interface_Null_Component_svnt) : ciao_servant_dnc {
  after += Null_Interface_skel Null_Interface_Null_Component_stub
  sharedname  = Null_Component_svnt
  libs    += Null_Component_stub \
             Null_Interface_stub \
             Null_Interface_skel

  idlflags += -Wb,export_macro=NULL_COMPONENT_SVNT_Export \
              -Wb,export_include=Null_Component_svnt_export.h
  dynamicflags = NULL_COMPONENT_SVNT_BUILD_DLL

  CIDL_Files {
    Null_Component.cidl
  }

  IDL_Files {
    Null_ComponentE.idl
  }

  Source_Files {
    Null_ComponentEC.cpp
    Null_ComponentS.cpp
    Null_Component_svnt.cpp
  }
}


project(Null_Interface_Null_Component_exec) : ciao_component_dnc {
  after   += Null_Interface_Null_Component_svnt
  sharedname = Null_Component_exec
  libs      += Null_Component_stub \
               Null_Component_svnt \
               Null_Interface_stub \
               Null_Interface_skel

  idlflags  +=  -Wb,export_macro=NULL_COMPONENT_EXEC_Export \
                -Wb,export_include=Null_Component_exec_export.h
  dynamicflags   = NULL_COMPONENT_EXEC_BUILD_DLL

  IDL_Files {

  }

  Source_Files {

    Null_Component_exec.cpp
  }
}