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

#
# Makefile for building the test_singleton Misc performance-test
#

NAME = test_singleton

OBJFILES = \
	$(OBJDIR)\test_singleton.obj

CPPDIR = .

LIBFILES = \
        $(ACE_LIB)

CFLAGS = $(ACE_CFLAGS)

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