summaryrefslogtreecommitdiff
path: root/CIAO/performance-tests/Benchmark/RoundTrip/RoundTrip.mpc
blob: 3a6e310d8ae427e69df264d276323fba6af3b148 (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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
// $Id$
// This file is generated with "generate_component_mpc.pl -l .. -p Benchmark -i -c RoundTrip"

project(RoundTrip_stub): ciao_client_dnc {
  avoids += ace_for_tao
  after += Benchmark_stub
  sharedname = RoundTrip_stub

  libs     += Benchmark_stub

  idlflags += -Wb,stub_export_macro=ROUNDTRIP_STUB_Export 
  idlflags += -Wb,stub_export_include=RoundTrip_stub_export.h 
  idlflags += -Wb,skel_export_macro=ROUNDTRIP_SVNT_Export 
  idlflags += -Wb,skel_export_include=RoundTrip_svnt_export.h

  dynamicflags   = ROUNDTRIP_STUB_BUILD_DLL

  IDL_Files {
    RoundTrip.idl
  }

  Source_Files {
    RoundTripC.cpp
  }
}

project(RoundTrip_svnt) : ciao_servant_dnc {
  avoids += ace_for_tao
  after += Benchmark_svnt RoundTrip_stub
  sharedname  = RoundTrip_svnt

  libs    += RoundTrip_stub Benchmark_stub Benchmark_svnt

  libpaths += ..

  idlflags +=  -Wb,export_macro=ROUNDTRIP_SVNT_Export 
  idlflags += -Wb,export_include=RoundTrip_svnt_export.h

  dynamicflags = ROUNDTRIP_SVNT_BUILD_DLL

  CIDL_Files {
    RoundTrip.cidl
  }

  IDL_Files {
    RoundTripE.idl
  }

  Source_Files {
    RoundTripEC.cpp
    RoundTripS.cpp
    RoundTrip_svnt.cpp
  }
}


project(RoundTrip_exec) : ciao_component_dnc {
  avoids += ace_for_tao
  after += RoundTrip_svnt
  sharedname = RoundTrip_exec

  libs     += RoundTrip_stub Benchmark_stub Benchmark_svnt RoundTrip_svnt
  libpaths += ..

  idlflags +=  -Wb,export_macro=ROUNDTRIP_EXEC_Export 
  idlflags += -Wb,export_include=RoundTrip_exec_export.h

  dynamicflags   = ROUNDTRIP_EXEC_BUILD_DLL

  IDL_Files {
    RoundTripEI.idl
  }

  Source_Files {
    RoundTripEIC.cpp
    RoundTrip_exec.cpp
  }
}



project (RoundTrip_client) : ciao_client_dnc, valuetype, strategies{
  avoids += ace_for_tao
  exename = client
  after += RoundTrip_stub
  libs += RoundTrip_stub Benchmark_stub
  libpaths += ..

  IDL_Files {
  }

  Source_Files {
    client.cpp
  }
}