summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA/Makefile.bor
blob: f188bbc8d355555b363ee665b41d29b6be01cfff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#
# Makefile for building RTCORBA tests
#

DIRS = \
	Banded_Connections \
	Client_Propagated \
	Client_Protocol \
	Destroy_Thread_Pool \
	Explicit_Binding \
	Linear_Priority \
	MT_Client_Protocol_Priority \
	ORB_init \
	Persistent_IOR \
	Policy_Combinations \
	Private_Connection \
        RTMutex \
	Server_Declared \
	Server_Protocol \
	Thread_Pool

!include <$(ACE_ROOT)\include\makeinclude\recurse.bor>