summaryrefslogtreecommitdiff
path: root/TAO/tests/CDR/allocator.bor
blob: 8183581eae37fccc1422ba43be54ddfdc0ca1688 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# Makefile for building the allocator test
#

NAME = allocator

OBJFILES = $(OBJDIR)\allocator.obj

CFLAGS = $(ACE_CFLAGS) $(TAO_CFLAGS)

LIBFILES = $(ACE_LIB) $(TAO_LIB)

CPPDIR = .

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