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

NAME = context_switch_time

OBJFILES = \
	$(OBJDIR)\context_switch_time.obj

CPPDIR = .

LIBFILES = \
        $(ACE_LIB)

CFLAGS = $(ACE_CFLAGS)

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