summaryrefslogtreecommitdiff
path: root/tests/Makefile.dirs
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-17 21:49:04 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-17 21:49:04 +0000
commitb1e7304b4fa05fcaa09753a9e77fa2dca85fe09e (patch)
treef6f6d6c005bf2d97bdb450d27bb26fa461ac3d90 /tests/Makefile.dirs
parente83a1631cd3ba3acab4d3583b3428f15ee0b29ac (diff)
downloadATCD-dre_030425.tar.gz
ChangeLogTag:Sat May 17 19:31:43 UTC 2003 Don Hinton <dhinton@dresystems.com>dre_030425
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