summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Security/Callback/Callback.mpc
blob: e2a379ae985a0f19186f57cc41ff59356bde685d (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 {
    server.idl
    client.idl
  }
  custom_only = 1
}

project(*security server): taoexe, portableserver, ssl {
  after += *idl

  IDL_Files {
  }

  Source_Files {
    clientC.cpp
    serverC.cpp
    serverS.cpp
    server_i.cpp
    server.cpp
  }
}

project(*security client): taoexe, portableserver, ssl {
  after += *idl

  IDL_Files {
  }

  Source_Files {
    clientC.cpp
    clientS.cpp
    serverC.cpp
    client_i.cpp
    client.cpp
  }
}