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

project(*Server): strategies, rt_server {
  exename = server
  Source_Files {
    Policy_Tester.cpp
    Policy_Verifier.cpp
    RT_Properties.cpp
    server.cpp
  }
}

project(*Client): strategies, rt_server {
  exename = client
  after += *Server

  Source_Files {
    CounterC.cpp
    Policy_Tester.cpp
    Policy_Verifier.cpp
    RT_Properties.cpp
    client.cpp
  }
}