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

NAMES = \
        alignment \
        allocator \
        basic_types \
        growth \
        octet_sequence \
        tc

OBJFILES = $(OBJDIR)\$(NAME).obj

CFLAGS = $(ACE_CFLAGS) $(TAO_CFLAGS)

LIBFILES = $(ACE_LIB) $(TAO_LIB)

CPPDIR = .

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