summaryrefslogtreecommitdiff
path: root/performance-tests/Misc/preempt.bor
blob: 3b1016dc3b077807f6b5c0d0c11c4f908b21aa4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
# $Id$
#
# Makefile for building the preempt Misc performance-test
#

NAME = preempt

OBJFILES = \
	$(OBJDIR)\preempt.obj

CPPDIR = .

LIBFILES = \
        $(ACE_LIB)

CFLAGS = $(ACE_CFLAGS)

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