summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/performance-tests/RTEvent/RTCORBA_Baseline/RTCORBA_Baseline.mpc
blob: e06d042b76c0d7ae7b4a208edbc4a6fc7798971e (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
// $Id$

project(*idl): orbsvcsexe, rtcorbaevent, strategies, minimum_corba {
  custom_only = 1

  IDL_Files {
    Test.idl
  }
}

project(*server): orbsvcsexe, rtcorbaevent, strategies, minimum_corba {
  after    += *idl
  after    += RTEC_Perf
  libs     += TAO_RTEC_Perf
  includes += ../lib $(TAO_ROOT)/orbsvcs

  IDL_Files {
  }

  Source_Files {
    server.cpp
    Roundtrip.cpp
    TestS.cpp
    TestC.cpp
  }
}

project(*client): orbsvcsexe, rtcorbaevent, strategies, minimum_corba {
  after    += *idl
  after    += RTEC_Perf
  libs     += TAO_RTEC_Perf
  includes += ../lib $(TAO_ROOT)/orbsvcs

  IDL_Files {
  }

  Source_Files {
    TestC.cpp
    client.cpp
  }
}