summaryrefslogtreecommitdiff
path: root/cpp/test/IceUtil/thread/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/IceUtil/thread/Makefile')
-rw-r--r--cpp/test/IceUtil/thread/Makefile35
1 files changed, 0 insertions, 35 deletions
diff --git a/cpp/test/IceUtil/thread/Makefile b/cpp/test/IceUtil/thread/Makefile
deleted file mode 100644
index 62b7c89ae91..00000000000
--- a/cpp/test/IceUtil/thread/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# **********************************************************************
-#
-# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
-#
-# This copy of Ice is licensed to you under the terms described in the
-# ICE_LICENSE file included in this distribution.
-#
-# **********************************************************************
-
-top_srcdir = ../../..
-
-CLIENT = $(call mktestname,client)
-
-TARGETS = $(CLIENT)
-
-OBJS = TestBase.o \
- CreateTest.o \
- AliveTest.o \
- StartTest.o \
- SleepTest.o \
- RecMutexTest.o \
- MutexTest.o \
- MonitorMutexTest.o \
- MonitorRecMutexTest.o \
- CountDownLatchTest.o \
- TestSuite.o \
- Client.o
-
-include $(top_srcdir)/config/Make.rules
-
-CPPFLAGS := -I. -I../../include $(CPPFLAGS)
-
-$(CLIENT): $(OBJS)
- rm -f $@
- $(call mktest,$@,$(OBJS),$(BASELIBS))