summaryrefslogtreecommitdiff
path: root/TAO/CIAO/performance-tests/Protocols/common/Protocols.mpc
blob: 4f6dad4530619224cdfc627db7655da61f98c401 (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 {
  
  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 {
  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
  }
}