summaryrefslogtreecommitdiff
path: root/tests/RMCast/Makefile.bor
blob: 6606e571664722867fe6856d6b243db0ecf78b89 (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
26
27
28
29
30
31
32
33
#----------------------------------------------------------------------------
#
# $Id$
#
# Makefile for building the ACE RMCast tests
#
# Author: Christopher Kohlhoff <chris@kohlhoff.com>
#
#----------------------------------------------------------------------------

NAMES = \
	RMCast_Fragment_Test \
	RMCast_Membership_Test \
	RMCast_Reassembly_Test \
	RMCast_Reordering_Test \
	RMCast_Retransmission_Test \
	RMCast_UDP_Best_Effort_Test

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

CFLAGS = \
	$(ACE_CFLAGS) \
	$(ACE_RMCAST_CFLAGS) \
	-I..

CPPDIR = .;..

LIBFILES = \
	$(ACE_LIB) \
	$(ACE_RMCAST_LIB)

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