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

project(Protocols_Sender_stub): ciao_client_dnc, exceptions {
  avoids += ace_for_tao
  libs += Protocols_stub
  after += Protocols_stub
  sharedname = Protocols_Sender_stub
  idlflags += -Wb,stub_export_macro=SENDER_STUB_Export -Wb,stub_export_include=Sender_stub_export.h -Wb,skel_export_macro=SENDER_SVNT_Export -Wb,skel_export_include=Sender_svnt_export.h
  dynamicflags   = SENDER_STUB_BUILD_DLL

  IDL_Files {
    Sender.idl
  }

  Source_Files {
    SenderC.cpp
  }
}

project(Protocols_Sender_svnt) : ciao_servant_dnc, exceptions {
  avoids += ace_for_tao
  after += Protocols_svnt Protocols_Sender_stub
  sharedname  = Protocols_Sender_svnt
  libs    += Protocols_Sender_stub Protocols_stub Protocols_svnt
  idlflags  +=  -Wb,export_macro=SENDER_SVNT_Export -Wb,export_include=Sender_svnt_export.h
  dynamicflags = SENDER_SVNT_BUILD_DLL

  CIDL_Files {
    Sender.cidl
  }

  IDL_Files {
    SenderE.idl
  }

  Source_Files {
    SenderEC.cpp
    SenderS.cpp
    Sender_svnt.cpp
  }
}


project(Protocols_Sender_exec) : ciao_component_dnc, rtcorba, exceptions {
  avoids += ace_for_tao
  after   += Protocols_Sender_svnt
  sharedname = Protocols_Sender_exec
  libs      += Protocols_Sender_stub Protocols_Sender_svnt Protocols_stub Protocols_svnt
  includes += ../../../../tests/RTCORBA/Diffserv
  idlflags  +=  -Wb,export_macro=SENDER_EXEC_Export -Wb,export_include=Sender_exec_export.h
  dynamicflags   = SENDER_EXEC_BUILD_DLL

  IDL_Files {
  }

  Source_Files {
    Sender_exec.cpp
  }
}