summaryrefslogtreecommitdiff
path: root/TAO/tests/Param_Test/Param_Test.mpc
blob: 4ad4fa1ba44cd19f5ef8953e7264dcb3cbbcbdf0 (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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
// -*- MPC -*-
// $Id$

project(*Server): taoserver, minimum_corba {
  Source_Files {
    param_test_i.cpp
    server.cpp
  }
}

project(*Client): taoserver, minimum_corba, dynamicinterface {
  avoids += ace_for_tao
  exename = client
  after  += *Server

  Source_Files {
    any.cpp
    bd_array_seq.cpp
    bd_long_seq.cpp
    bd_short_seq.cpp
    bd_string.cpp
    bd_struct_seq.cpp
    bd_str_seq.cpp
    bd_wstring.cpp
    bd_wstr_seq.cpp
    big_union.cpp
    client.cpp
    complex_any.cpp
    driver.cpp
    except.cpp
    fixed_array.cpp
    fixed_struct.cpp
    helper.cpp
    multdim_array.cpp
    nested_struct.cpp
    objref.cpp
    objref_struct.cpp
    options.cpp
    recursive_struct.cpp
    recursive_union.cpp
    results.cpp
    short.cpp
    small_union.cpp
    typecode.cpp
    ub_any_seq.cpp
    ub_array_seq.cpp
    ub_long_seq.cpp
    ub_objref_seq.cpp
    ub_short_seq.cpp
    ub_string.cpp
    ub_struct_seq.cpp
    ub_str_seq.cpp
    ub_wstring.cpp
    ub_wstr_seq.cpp
    ulonglong.cpp
    var_array.cpp
    var_struct.cpp
  }
}

project(*Anyop): taoserver, minimum_corba {
  exename = anyop
  after += *Client

  Source_Files {
    param_testC.cpp
    anyop.cpp
  }
}