summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/IORInterceptor/PI_IORInterceptor.mpc
blob: 441c641931dcff0fa9205e86b810a7a15c296cf3 (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): taoexe, portableserver {
  requires += interceptors
  idlflags += -I$(TAO_ROOT)

  Source_Files {
    test_i.cpp
    FOO_IORInterceptor_ORBInitializer.cpp
    FOO_IORInterceptor.cpp
    server.cpp
  }
}

project(*Client): taoexe {
  requires += interceptors
  idlflags += -I$(TAO_ROOT)

  Source_Files {
    testC.cpp
    FOO_Client_ORBInitializer.cpp
    FOO_ClientRequestInterceptor.cpp
    client.cpp
  }
}