summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/checksum/server/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/checksum/server/Makefile')
-rw-r--r--cpp/test/Ice/checksum/server/Makefile34
1 files changed, 0 insertions, 34 deletions
diff --git a/cpp/test/Ice/checksum/server/Makefile b/cpp/test/Ice/checksum/server/Makefile
deleted file mode 100644
index d104be02230..00000000000
--- a/cpp/test/Ice/checksum/server/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# **********************************************************************
-#
-# Copyright (c) 2003-2015 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 = ../../../..
-
-SERVER = $(call mktestname,server)
-
-TARGETS = $(SERVER)
-
-SLICE_OBJS = Test.o \
- Types.o \
-
-SOBJS = $(SLICE_OBJS) \
- TestI.o \
- Server.o
-
-OBJS = $(SOBJS)
-
-include $(top_srcdir)/config/Make.rules
-
-CPPFLAGS := -I. -I../../../include $(CPPFLAGS)
-
-
-SLICE2CPPFLAGS := --checksum $(SLICE2CPPFLAGS)
-
-$(SERVER): $(SOBJS)
- rm -f $@
- $(call mktest,$@,$(SOBJS),$(TEST_LIBS))