summaryrefslogtreecommitdiff
path: root/performance-tests/Misc/test_mutex.bor
blob: 1437273aec814ea5b4c9eaf3fc69d07d2d5af383 (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 test_mutex Misc performance-test
#

NAME = test_mutex

OBJFILES = \
	$(OBJDIR)\test_mutex.obj

CPPDIR = .

LIBFILES = \
        $(ACE_LIB)

CFLAGS = $(ACE_CFLAGS)

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