summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/IOR_MCast/IOR_MCast.mpc
blob: 01fcb2cd41a7ed1a16323bdf37e14fbd2da25d59 (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
// -*- MPC -*-
// $Id$

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

project(*server): namingexe, iortable, svc_utils {
  exename = server

  after += *idl
  Source_Files {
    server_i.cpp
    MCast_Server_i.cpp
    MCastS.cpp
    MCastC.cpp
    server.cpp
  }
  IDL_Files {
  }
}

project(*client): namingexe, iortable, svc_utils {
  exename = client

  after += *idl
  Source_Files {
    ior_mcast_client_i.cpp
    server_i.cpp
    MCast_Server_i.cpp
    MCastS.cpp
    MCastC.cpp
    client.cpp
  }
  IDL_Files {
  }
}