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

project(*idl): taoidldefaults {
  IDL_Files {
    PP_Test.idl
  }
  custom_only = 1
}

project(*server): taoserver, utils, avoids_corba_e_micro {
  after += *idl
  Source_Files {
    PP_TestS.cpp
    PP_TestC.cpp
    PP_Test_Server.cpp
    PP_Test_i.cpp
    server.cpp
  }
  IDL_Files {
  }
}

project(*client) : taoclient, anytypecode {
  after += *idl
  Source_Files {
    PP_TestC.cpp
    PP_Test_Client.cpp
    client.cpp
  }
  IDL_Files {
  }
}