summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/interceptor/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/interceptor/Makefile')
-rw-r--r--cpp/test/Ice/interceptor/Makefile33
1 files changed, 0 insertions, 33 deletions
diff --git a/cpp/test/Ice/interceptor/Makefile b/cpp/test/Ice/interceptor/Makefile
deleted file mode 100644
index 9ef00f49b67..00000000000
--- a/cpp/test/Ice/interceptor/Makefile
+++ /dev/null
@@ -1,33 +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
-
-COBJS = $(SLICE_OBJS) \
- TestI.o \
- Client.o \
- InterceptorI.o \
- AMDInterceptorI.o \
- MyObjectI.o
-
-OBJS = $(COBJS)
-
-include $(top_srcdir)/config/Make.rules
-
-CPPFLAGS := -I. -I../../include $(CPPFLAGS)
-
-$(CLIENT): $(COBJS)
- rm -f $@
- $(call mktest,$@,$(COBJS),$(LIBS))