summaryrefslogtreecommitdiff
path: root/tests/Makefile.dirs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile.dirs')
-rw-r--r--tests/Makefile.dirs33
1 files changed, 33 insertions, 0 deletions
diff --git a/tests/Makefile.dirs b/tests/Makefile.dirs
new file mode 100644
index 00000000000..d17be91f80a
--- /dev/null
+++ b/tests/Makefile.dirs
@@ -0,0 +1,33 @@
+#----------------------------------------------------------------------------
+# $Id$
+#
+# Makefile for the tests directories
+#----------------------------------------------------------------------------
+
+MAKEFILE = Makefile.dirs
+
+#----------------------------------------------------------------------------
+# Include macros and targets
+#----------------------------------------------------------------------------
+
+include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
+
+ifeq ($(ssl),1)
+ DIRS += SSL
+endif # ssl
+
+ifneq ($(rmcast),0)
+ DIRS += RMCast
+endif # rmcast
+
+include $(ACE_ROOT)/include/makeinclude/macros.GNU
+include $(ACE_ROOT)/include/makeinclude/rules.common.GNU
+include $(ACE_ROOT)/include/makeinclude/rules.nested.GNU
+include $(ACE_ROOT)/include/makeinclude/rules.local.GNU
+
+# DO NOT DELETE THIS LINE -- g++dep uses it.
+# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
+
+
+
+# IF YOU PUT ANYTHING HERE IT WILL GO AWAY