summaryrefslogtreecommitdiff
path: root/TAO/tests/POA/Makefile.bor
blob: ae9e004009fbe65efbbef0f11b8bd93e7e3888f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# Makefile for building the TAO POA tests
#

DIRS = \
        Object_Reactivation \
	Excessive_Object_Deactivations \
	Etherealization \
        POA_Destruction \
        Default_Servant \
        Identity \
        Non_Servant_Upcalls \
        Single_Threaded_POA \
	Persistent_ID \
	Policies \
        wait_for_completion 

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