summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/echo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/echo/Makefile')
-rw-r--r--cpp/test/Ice/echo/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/cpp/test/Ice/echo/Makefile b/cpp/test/Ice/echo/Makefile
deleted file mode 100644
index 55016f7004d..00000000000
--- a/cpp/test/Ice/echo/Makefile
+++ /dev/null
@@ -1,31 +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 = ../../..
-
-SERVER = $(call mktestname,server)
-
-TARGETS = $(SERVER)
-
-SLICE_OBJS = Test.o
-
-OBJS = $(SLICE_OBJS) \
- BlobjectI.o \
- Server.o
-
-SRCS = $(SOBJS:.o=.cpp)
-
-include $(top_srcdir)/config/Make.rules
-
-CPPFLAGS := -I. -I../../include $(CPPFLAGS)
-
-
-$(SERVER): $(OBJS)
- rm -f $@
- $(call mktest,$@,$(OBJS),$(TEST_LIBS))