summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/RootPOA/Makefile.bor
blob: 0da5d85a58374a8f1fd324d010c82261dc69c99c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# $Id$
#
# Makefile for building the RootPOA example
#

NAME = RootPOA

OBJFILES = \
        $(OBJDIR)\RootPOA.obj

CPPDIR = .;..

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