diff options
Diffstat (limited to 'cpp/test/IceGrid/admin/Makefile')
-rw-r--r-- | cpp/test/IceGrid/admin/Makefile | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/cpp/test/IceGrid/admin/Makefile b/cpp/test/IceGrid/admin/Makefile deleted file mode 100644 index fc72c125a3b..00000000000 --- a/cpp/test/IceGrid/admin/Makefile +++ /dev/null @@ -1,25 +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 = server - -TARGETS = $(SERVER) - -OBJS = Server.o - -include $(top_srcdir)/config/Make.rules - -$(SERVER): $(OBJS) - rm -f $@ - $(CXX) $(LDFLAGS) $(LDEXEFLAGS) -o $@ $(OBJS) $(LIBS) - -clean:: - -rm -rf db/node db/registry db/replica-* |