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

DIRS = \
        Deactivation \
        Destruction \
        Identity \
        Non_Servant_Upcalls \
        Single_Threaded_POA \
        wait_for_completion

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