summaryrefslogtreecommitdiff
path: root/modules/CIAO/tests/IDL_Test/Reused_Facet_Interface/Basic.mpc
blob: 4e70cbe8ac3278ba5c7d74ad85c25ea56ca2a64c (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
// $Id$
// This file is generated with "generate_component_mpc.pl -n Basic"

project(Reused_Facet_Interface_Basic_idl_gen) : ciaoidldefaults, anytypecode {
  custom_only = 1
  idlflags += -Wb,stub_export_macro=BASIC_STUB_Export \
              -Wb,stub_export_include=Basic_stub_export.h \
              -Wb,skel_export_macro=BASIC_SKEL_Export \
              -Wb,skel_export_include=Basic_skel_export.h \
              -Gxhst -Gxhsk -Glem

  IDL_Files {
    Basic.idl
  }
}

project(Reused_Facet_Interface_Basic_lem_gen) : ciaoidldefaults, anytypecode {
  custom_only = 1
  after += Reused_Facet_Interface_Basic_idl_gen
  idlflags += -Wb,stub_export_macro=BASIC_STUB_Export \
              -Wb,stub_export_include=Basic_stub_export.h \
              -Wb,skel_export_macro=BASIC_SKEL_Export \
              -Wb,skel_export_include=Basic_skel_export.h \
              -Gxhst 

  IDL_Files {
    BasicE.idl
  }
}

project(Reused_Facet_Interface_Basic_stub) : ccm_stub {
  after += Reused_Facet_Interface_Basic_lem_gen
  libs  +=

  sharedname = Basic_stub
  dynamicflags   = BASIC_STUB_BUILD_DLL

  IDL_Files {
  }

  Source_Files {
    BasicC.cpp
    BasicEC.cpp
  }

  Header_Files {
    BasicC.h
    Basic_stub_export.h
  }

  Inline_Files {
    BasicC.inl
  }
}


project(Reused_Facet_Interface_Basic_skel) : ciao_executor {
  after      +=  Reused_Facet_Interface_Basic_stub
  sharedname  = Basic_skel
  libs       += Basic_stub


  dynamicflags = BASIC_SKEL_BUILD_DLL

  IDL_Files {
  }

  Source_Files {
    BasicS.cpp
  }

  Header_Files {
    BasicS.h
    Basic_skel_export.h
  }

  Inline_Files {
    BasicS.inl
  }
}