diff options
Diffstat (limited to 'cpp/test/IceGrid/Makefile.mak')
-rw-r--r-- | cpp/test/IceGrid/Makefile.mak | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/cpp/test/IceGrid/Makefile.mak b/cpp/test/IceGrid/Makefile.mak deleted file mode 100644 index 9c61f91ae43..00000000000 --- a/cpp/test/IceGrid/Makefile.mak +++ /dev/null @@ -1,31 +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 = ..\.. - -!include $(top_srcdir)/config/Make.rules.mak - - -SUBDIRS = activation \ - admin \ - allocation \ - deployer \ - distribution \ - fileLock \ - noRestartUpdate \ - replicaGroup \ - replication \ - session \ - simple \ - update - -$(EVERYTHING):: - @for %i in ( $(SUBDIRS) ) do \ - @echo "making $@ in %i" && \ - cmd /c "cd %i && $(MAKE) -nologo -f Makefile.mak $@" || exit 1 |