summaryrefslogtreecommitdiff
path: root/performance-tests/Misc/preempt.bor
blob: bc5ab39c4ee57cb59b2385dac8f8084657988980 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

#
# 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>