summaryrefslogtreecommitdiff
path: root/TAO/tests/ORT/ORT.mpc
blob: d29f792f22c59ae98d8d4a38588dc0cb7b6fa5ac (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
// -*- MPC -*-
// $Id$

project(Test_ORT_Server): taoserver, objreftemplate, iorinterceptor {
  requires += interceptors

  IDL_Files {
    ORT_test.idl
    ObjectReferenceFactory.idl
  }

  Source_Files {
    ORT_testC.cpp
    ORT_testS.cpp
    ObjectReferenceFactoryC.cpp
    ObjectReferenceFactory.cpp
    ORT_test_i.cpp
    ServerORBInitializer.cpp
    ServerRequestInterceptor.cpp
    ORT_test_IORInterceptor.cpp
    server.cpp
  }
}


project(Test_ORT_Client): taoclient {
  requires += interceptors
  after += Test_ORT_Server

  IDL_Files {
    ORT_test.idl
  }

  Source_Files {
    ORT_testC.cpp
    client.cpp
  }
}