summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/FaultTolerance/GroupRef_Manipulation/GroupRef_Manipulation.mpc
blob: 8dc4ef24e24aa8898bc7afbf3dff46f5dc778a61 (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
// -*- MPC -*-
// $Id$

project(*Server): taoserver, orbsvcsexe, iormanip, ftorb, messaging{
  requires += interceptors
  idlflags += -DCORBA3 -I$(TAO_ROOT)

  Source_Files {
    test_i.cpp
    testC.cpp
    testS.cpp
    Server_ORBInitializer.cpp
    Server_Request_Interceptor.cpp
    server.cpp
  }
}

project(*Client): taoclient, orbsvcsexe, iormanip, ftorb {
  requires += interceptors
  idlflags += -DCORBA3 -I$(TAO_ROOT)

  Source_Files {
    testC.cpp
    client.cpp
  }
}