summaryrefslogtreecommitdiff
path: root/TAO/tests/POA/Policies/makefile.bor
blob: 20936a1b892e71524d6ef9a2736f891c8eb85380 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# $Id$
#
# Makefile for building the Policies test
#

NAME = Policies


OBJFILES = \
	$(OBJDIR)\Policies.obj

CPPDIR = .

CFLAGS = \
        $(ACE_CFLAGS) \
        $(TAO_CFLAGS) \
        $(TAO_PORTABLESERVER_CFLAGS)

LIBFILES = \
        $(ACE_LIB) \
        $(TAO_LIB) \
        $(TAO_PORTABLESERVER_LIB)

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