summaryrefslogtreecommitdiff
path: root/cpp/test/IceUtil/inputUtil
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/IceUtil/inputUtil')
-rw-r--r--cpp/test/IceUtil/inputUtil/.gitignore6
-rw-r--r--cpp/test/IceUtil/inputUtil/Makefile24
2 files changed, 0 insertions, 30 deletions
diff --git a/cpp/test/IceUtil/inputUtil/.gitignore b/cpp/test/IceUtil/inputUtil/.gitignore
deleted file mode 100644
index f715a76859d..00000000000
--- a/cpp/test/IceUtil/inputUtil/.gitignore
+++ /dev/null
@@ -1,6 +0,0 @@
-// Generated by makegitignore.py
-
-// IMPORTANT: Do not edit this file -- any edits made here will be lost!
-.depend
-client
-.depend
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))