summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/services/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/services/Makefile')
-rw-r--r--cpp/test/Ice/services/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/cpp/test/Ice/services/Makefile b/cpp/test/Ice/services/Makefile
deleted file mode 100644
index 857e2d10cf6..00000000000
--- a/cpp/test/Ice/services/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# **********************************************************************
-#
-# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
-#
-# This copy of Ice Touch is licensed to you under the terms described in the
-# ICE_TOUCH_LICENSE file included in this distribution.
-#
-# **********************************************************************
-
-top_srcdir = ../../..
-
-CLIENT = $(call mktestname,client)
-
-TARGETS = $(CLIENT)
-
-SLICE_OBJS = Test.o
-
-COBJS = Client.o \
- AllTests.o \
- $(SLICE_OBJS)
-
-OBJS = $(COBJS)
-
-include $(top_srcdir)/config/Make.rules
-
-CPPFLAGS := -I. -I../../include $(CPPFLAGS)
-LIBS := -lGlacier2$(libsuffix) -lIceStorm$(libsuffix) -lIceGrid$(libsuffix) $(LIBS)
-
-$(CLIENT): $(COBJS)
- rm -f $@
- $(call mktest,$@,$(COBJS),$(LIBS))