summaryrefslogtreecommitdiff
path: root/cpp/test/IceStorm/Makefile.mak
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/IceStorm/Makefile.mak')
-rw-r--r--cpp/test/IceStorm/Makefile.mak25
1 files changed, 0 insertions, 25 deletions
diff --git a/cpp/test/IceStorm/Makefile.mak b/cpp/test/IceStorm/Makefile.mak
deleted file mode 100644
index f571f7fefb8..00000000000
--- a/cpp/test/IceStorm/Makefile.mak
+++ /dev/null
@@ -1,25 +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 = single \
- federation \
- federation2 \
- stress \
- rep1 \
- repstress \
- repgrid
-
-$(EVERYTHING)::
- @for %i in ( $(SUBDIRS) ) do \
- @echo "making $@ in %i" && \
- cmd /c "cd %i && $(MAKE) -nologo -f Makefile.mak $@" || exit 1