Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Portable_Interceptors / Benchmark / PI_Benchmark.mpc
blob7626584c1bb6e5a43109bd21fa1ab6a77728a81d
1 // -*- MPC -*-
2 project(*idl): taoidldefaults {
3   idlflags -= -Sa -St
5   IDL_Files {
6     test.idl
7   }
8   custom_only = 1
11 project(*Server): taoserver, pi_server, interceptors {
12   after += *idl
13   Source_Files {
14     test_i.cpp
15     server_interceptors.cpp
16     marker.cpp
17     Server_ORBInitializer.cpp
18     Interceptor_Type.cpp
19     server.cpp
20   }
21   Source_Files {
22     testC.cpp
23     testS.cpp
24   }
25   IDL_Files {
26   }
29 project(*Client): taoclient, pi, interceptors {
30   after += *idl
31   Source_Files {
32     client_interceptors.cpp
33     marker.cpp
34     Client_ORBInitializer.cpp
35     Interceptor_Type.cpp
36     client.cpp
37   }
38   Source_Files {
39     testC.cpp
40   }
41   IDL_Files {
42   }