summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Protocols/Protocols.mpc
blob: 4e0c3ec233b4a3474438bca663f5d2024fe28650 (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
// -*- MPC -*-
// $Id$

project(*IDL): taoidldefaults {
  IDL_Files {
    test.idl
  }
  custom_only = 1
}

project(*Receiver): taoserver {
  after += *IDL
  exename = receiver
  Source_Files {
    receiver.cpp
    testS.cpp
    testC.cpp
  }
  IDL_Files {
  }
}

project(*Distributor): rt_server {
  after += *IDL
  exename = distributor
  Source_Files {
    distributor.cpp
    testS.cpp
    testC.cpp
  }
  IDL_Files {
  }
}

project(*Sender): rt_client {
  after += *IDL
  includes += ../../tests/RTCORBA/Diffserv
  Source_Files {
    sender.cpp
    testC.cpp
  }
  IDL_Files {
  }
}