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

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

NAME = childbirth_time

OBJFILES = \
	$(OBJDIR)\childbirth_time.obj

CPPDIR = .

LIBFILES = \
        $(ACE_LIB)

CFLAGS = $(ACE_CFLAGS)

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