summaryrefslogtreecommitdiff
path: root/modules/CIAO/performance-tests/Protocols/common/Protocols.mpc
blob: e7dc5609bc2a935877cc5b49ea22a904bf113c6e (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
// $Id$
// This file is generated with "generate_component_mpc.pl -n Protocols"

project(Protocols_stub): taolib_with_idl {

  sharedname = Protocols_stub
  idlflags += -St \
              -Wb,stub_export_macro=PROTOCOLS_STUB_Export \
              -Wb,stub_export_include=Protocols_stub_export.h \
              -Wb,skel_export_macro=PROTOCOLS_SKEL_Export \
              -Wb,skel_export_include=Protocols_skel_export.h
  dynamicflags   = PROTOCOLS_STUB_BUILD_DLL

  IDL_Files {
    Protocols.idl
  }

  Source_Files {
    ProtocolsC.cpp
  }

  Header_Files {
    Protocols_stub_export.h
  }
}

project(Protocols_skel) : portableserver {
  after +=  Protocols_stub
  sharedname  = Protocols_skel
  libs    += Protocols_stub

  idlflags += -St \
              -Wb,stub_export_macro=PROTOCOLS_STUB_Export \
              -Wb,stub_export_include=Protocols_stub_export.h \
              -Wb,skel_export_macro=PROTOCOLS_SKEL_Export \
              -Wb,skel_export_include=Protocols_skel_export.h
  dynamicflags = PROTOCOLS_SKEL_BUILD_DLL

  IDL_Files {
    Protocols.idl
  }

  Source_Files {
    ProtocolsS.cpp
  }

  Header_Files {
    Protocols_skel_export.h
  }
}