summaryrefslogtreecommitdiff
path: root/modules/CIAO/tests/IDL_Test/Reused_Facet_Interface/Basic.mpc
blob: 73bec73a93ab2a0931021b633be8a6a10184e7c6 (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
// $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

  IDL_Files {
    Basic.idl
  }
}

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

  sharedname = Basic_stub
  dynamicflags   = BASIC_STUB_BUILD_DLL

  IDL_Files {
  }

  Source_Files {
    BasicC.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
  }
}