summaryrefslogtreecommitdiff
path: root/modules/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient.mpc
blob: 6ccc38cc06bd4b7ec62766810dacea99fe144567 (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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
// $Id$
// This file is generated with "generate_component_mpc.pl -l .. -p Benchmark -i -c RoundTripClient"

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

  libs     += Benchmark_stub

  idlflags += -Wb,stub_export_macro=ROUNDTRIPCLIENT_STUB_Export 
  idlflags += -Wb,stub_export_include=RoundTripClient_stub_export.h 
  idlflags += -Wb,skel_export_macro=ROUNDTRIPCLIENT_SVNT_Export 
  idlflags += -Wb,skel_export_include=RoundTripClient_svnt_export.h

  dynamicflags   = ROUNDTRIPCLIENT_STUB_BUILD_DLL

  IDL_Files {
    RoundTripClient.idl
  }

  Source_Files {
    RoundTripClientC.cpp
  }
}

project(RoundTripClient_svnt) : ciao_servant_dnc {
  avoids += ace_for_tao
  after += Benchmark_svnt RoundTripClient_stub
  sharedname  = RoundTripClient_svnt
  libs    += RoundTripClient_stub Benchmark_stub Benchmark_svnt
  libpaths += ..

  idlflags +=  -Wb,export_macro=ROUNDTRIPCLIENT_SVNT_Export 
  idlflags +=-Wb,export_include=RoundTripClient_svnt_export.h

  dynamicflags = ROUNDTRIPCLIENT_SVNT_BUILD_DLL

  CIDL_Files {
    RoundTripClient.cidl
  }

  IDL_Files {
    RoundTripClientE.idl
  }

  Source_Files {
    RoundTripClientEC.cpp
    RoundTripClientS.cpp
    RoundTripClient_svnt.cpp
  }
}


project(RoundTripClient_exec) : ciao_component_dnc {
  avoids += ace_for_tao
  after += RoundTripClient_svnt

  sharedname = RoundTripClient_exec

  libs      += RoundTripClient_stub Benchmark_stub Benchmark_svnt RoundTripClient_svnt

  libpaths += ..

  idlflags  += -Wb,export_macro=ROUNDTRIPCLIENT_EXEC_Export 
  idlflags  += -Wb,export_include=RoundTripClient_exec_export.h

  dynamicflags   = ROUNDTRIPCLIENT_EXEC_BUILD_DLL

  IDL_Files {
    RoundTripClientEI.idl
  }

  Source_Files {
    RoundTripClientEIC.cpp
    RoundTripClient_exec.cpp
  }
}


project (*client) : ciao_client_dnc {
  avoids += ace_for_tao
  exename = client
  after += RoundTripClient_stub
  libs += RoundTripClient_stub Benchmark_stub
  libpaths += ..

  IDL_Files {
  }

  Source_Files {
    client.cpp
  }
}


//project (RoundTripClient_controller) : ciao_client_dnc {
//  exename = controller
//  after += RoundTripClient_stub
//  libs += RoundTripClient_stub Benchmark_stub
//  libpaths += ..
//
//  IDL_Files {
//  }
//
//  Source_Files {
//    controller.cpp
//  }
//}