summaryrefslogtreecommitdiff
path: root/cpp/test/IceUtil/inputUtil/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/IceUtil/inputUtil/Makefile')
-rw-r--r--cpp/test/IceUtil/inputUtil/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/cpp/test/IceUtil/inputUtil/Makefile b/cpp/test/IceUtil/inputUtil/Makefile
deleted file mode 100644
index 9f992a300a4..00000000000
--- a/cpp/test/IceUtil/inputUtil/Makefile
+++ /dev/null
@@ -1,24 +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 = Client.o
-
-include $(top_srcdir)/config/Make.rules
-
-CPPFLAGS := -I. -I../../include $(CPPFLAGS)
-
-$(CLIENT): $(OBJS)
- rm -f $@
- $(call mktest,$@,$(OBJS),$(BASELIBS))