summaryrefslogtreecommitdiff
path: root/TAO/tests/Param_Test/Param_Test.mpc
blob: 97a74931b30b04a63a6ef1115e3b5d2e74928c16 (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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
// -*- MPC -*-
// $Id$

project(*idl): taoidldefaults {
  IDL_Files {
    idlflags -= -Sa -St
    param_test.idl
  }
  custom_only = 1
}

project(*Server): taoserver, codeset, avoids_minimum_corba, avoids_corba_e_compact, avoids_corba_e_micro {
  after  += *idl

  Source_Files {
    param_testS.cpp
    param_testC.cpp
    param_test_i.cpp
    server.cpp
  }

  Header_Files {
    param_testS.h
    param_testC.h
    param_test_i.h
  }

  Inline_Files {
    param_testS.inl
    param_testC.inl
  }

  IDL_Files {
  }
}

project(*Client): taoserver, codeset, avoids_minimum_corba, avoids_ace_for_tao, dynamicinterface {
  exename = client
  after  += *idl

  Source_Files {
    param_testC.cpp
    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
  }

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

  Inline_Files {
    param_testC.inl
  }

  IDL_Files {
  }
}

project(*Anyop): taoserver, codeset, avoids_minimum_corba, avoids_corba_e_compact, avoids_corba_e_micro {
  exename = anyop
  after  += *idl

  Source_Files {
    param_testC.cpp
    anyop.cpp
  }

  Header_Files {
    param_testC.h
  }

  Inline_Files {
    param_testC.inl
  }

  IDL_Files {
  }
}