summaryrefslogtreecommitdiff
path: root/cpp/test/Slice/structure/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Slice/structure/Makefile')
-rw-r--r--cpp/test/Slice/structure/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/cpp/test/Slice/structure/Makefile b/cpp/test/Slice/structure/Makefile
deleted file mode 100644
index 53397a2db76..00000000000
--- a/cpp/test/Slice/structure/Makefile
+++ /dev/null
@@ -1,28 +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)
-
-SLICE_OBJS = Test.o \
- Forward.o
-
-OBJS = Client.o \
- $(SLICE_OBJS)
-
-include $(top_srcdir)/config/Make.rules
-
-CPPFLAGS := -I. -I../../include $(CPPFLAGS)
-
-$(CLIENT): $(OBJS)
- rm -f $@
- $(call mktest,$@,$(OBJS),$(LIBS))