summaryrefslogtreecommitdiff
path: root/tests/RMCast/Makefile.bor
blob: 93bf4f7e711d8051d823057f47dd07b52b88f433 (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
34
#----------------------------------------------------------------------------
#
# $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 $(OBJDIR)\Main.obj

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

CPPDIR = .;..

LIBFILES = \
	$(ACE_LIB) \
	$(ACE_RMCAST_LIB) \
   $(CORE_BINDIR)\Test_Output$(LIB_DECORATOR).lib

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