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

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

project(*Server): strategies, rt_server {
  after += *idl
  Source_Files {
    Policy_Tester.cpp
    Policy_Verifier.cpp
    RT_Properties.cpp
    server.cpp
  }
  Source_Files {
    CounterC.cpp
    CounterS.cpp
  }
  IDL_Files {
  }
}

project(*Client): strategies, rt_server {
  exename = client
  after += *idl
  Source_Files {
    Policy_Tester.cpp
    Policy_Verifier.cpp
    RT_Properties.cpp
    client.cpp
  }
  Source_Files {
    CounterC.cpp
  }
  IDL_Files {
  }
}