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

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