blob: 54cc248a85ee79a6206b49a393b9bb8efb922ed6 (
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
|
#
# $Id$
#
DIRS = \
AMI \
AMI_Buffering \
AMI_Timeouts \
Bidirectional \
Bidirectional_NestedUpcall \
Big_Oneways \
Big_Reply \
Big_Request_Muxing \
Big_Twoways \
Blocking_Sync_None \
CDR \
Client_Leaks \
Codec \
Collocation \
Connection_Purging \
Crash_On_Write \
Cache_Growth_Test \
Crashed_Callback \
DLL_Orb \
DSI_Gateway \
DynAny_Test \
Explicit_Event_Loop \
Exposed_Policies \
Faults \
File_IO \
FL_Cube \
Forwarding \
Hello \
IDL_Test \
InterOp-Naming \
ior_corbaloc \
IORManipulation \
Leader_Followers \
LongUpcalls \
MProfile \
MProfile_Forwarding \
MT_Client \
MT_Server \
MT_Timeout \
Multiple \
Multiple_Inheritance \
Muxing \
Native_Exceptions \
Nested_Event_Loop \
NestedUpcall \
Object_Loader \
Objref_Sequence_Test \
OBV \
OctetSeq \
Oneway_Buffering \
Oneways_Invoking_Twoways \
ORB_destroy \
ORB_init \
Param_Test \
POA \
Policies \
Portable_Interceptors \
QtTests \
Queued_Message_Test \
Reliable_Oneways \
RTCORBA \
Server_Leaks \
Single_Read \
Smart_Proxies \
Strategies \
Timed_Buffered_Oneways \
Timeout \
Two_Objects
!include <$(ACE_ROOT)\include\makeinclude\recurse.bor>
|