summaryrefslogtreecommitdiff
path: root/TAO/tests/TransportCurrent/IIOP/IIOP.mpc
blob: 2764b8c6131dac1d61b3bc5727da49077599a05a (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
39
40
41
42
43
44
45
// -*- MPC -*-
// $Id$

project(*Server): taoserver, tc_iiop, pi_server {
  after += Curren_Test_Lib_Client Current_Test_Lib_Server
  libs  += Current_Test_Lib_Client Current_Test_Lib_Server

  specific (automake) {
    includes += $(srcdir)/../lib ../lib
  } else {
    includes += . ../lib
    libpaths += ../lib
  }

  Source_Files {
    server.cpp
    Current_Test_Impl.cpp
    IIOP_Server_Request_Interceptor.cpp
    IIOP_Server_Main.cpp
    IIOP_Tester.cpp
  }

  IDL_Files {
  }
}

project(*Client): taoclient, tc_iiop, dynamicinterface {
  after += *Server Current_Test_Lib_Client Current_Test_Lib_Server
  libs  += Current_Test_Lib_Client Current_Test_Lib_Server

  specific (automake) {
    includes += $(srcdir)/../lib ../lib
  } else {
    includes += . ../lib
    libpaths += ../lib
  }

  Source_Files {
    client.cpp
    IIOP_Tester.cpp
  }

  IDL_Files {
  }
}