summaryrefslogtreecommitdiff
path: root/cpp/test/Glacier2/Makefile.mak
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Glacier2/Makefile.mak')
-rw-r--r--cpp/test/Glacier2/Makefile.mak26
1 files changed, 0 insertions, 26 deletions
diff --git a/cpp/test/Glacier2/Makefile.mak b/cpp/test/Glacier2/Makefile.mak
deleted file mode 100644
index 8bfac4a26f3..00000000000
--- a/cpp/test/Glacier2/Makefile.mak
+++ /dev/null
@@ -1,26 +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 = router \
- attack \
- override \
- staticFiltering \
- dynamicFiltering \
- sessionControl \
- sessionHelper \
- ssl
-
-$(EVERYTHING)::
- @for %i in ( $(SUBDIRS) ) do \
- @echo "making $@ in %i" && \
- cmd /c "cd %i && $(MAKE) -nologo -f Makefile.mak $@" || exit 1