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

DIRS = \
        AVStreams \
        Concurrency \
	FaultTolerance \
	Event \
	EC_Throughput \
	EC_Multiple \
	EC_Mcast \
	EC_Custom_Marshal \
        ior_corbaname \
        IOR_MCast \
        LoadBalancing \
	Property \
        Simple_Naming \
        Time \
	Trading

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