summaryrefslogtreecommitdiff
path: root/performance-tests/Server_Concurrency/Leader_Follower/makefile.bor
blob: 023a2d2d3d9de8d2041449c60312a0f0f85ad0ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# Makefile for building the leader_follower performance-tests
#

NAME = leader_follower

OBJFILES = \
        $(OBJDIR)\leader_follower.obj

CPPDIR = .

CFLAGS = $(ACE_CFLAGS)

LIBFILES = $(ACE_LIB)

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