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

project(Protocols_stub): ciao_client_dnc {

  sharedname = Protocols_stub
  idlflags += -Wb,stub_export_macro=PROTOCOLS_STUB_Export -Wb,stub_export_include=Protocols_stub_export.h -Wb,skel_export_macro=PROTOCOLS_SVNT_Export -Wb,skel_export_include=Protocols_svnt_export.h
  dynamicflags   = PROTOCOLS_STUB_BUILD_DLL

  IDL_Files {
    Protocols.idl
  }

  Source_Files {
    ProtocolsC.cpp
  }
}

project(Protocols_svnt) : ciao_servant_dnc {
  after +=  Protocols_stub
  sharedname  = Protocols_svnt
  libs    += Protocols_stub

  idlflags  +=  -Wb,export_macro=PROTOCOLS_SVNT_Export -Wb,export_include=Protocols_svnt_export.h
  dynamicflags = PROTOCOLS_SVNT_BUILD_DLL

  IDL_Files {
    Protocols.idl
  }

  Source_Files {
    ProtocolsS.cpp
  }
}