summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/Destroy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/Destroy/Makefile')
-rw-r--r--TAO/orbsvcs/tests/Notify/Destroy/Makefile39
1 files changed, 39 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/Notify/Destroy/Makefile b/TAO/orbsvcs/tests/Notify/Destroy/Makefile
new file mode 100644
index 00000000000..fe5c991cc80
--- /dev/null
+++ b/TAO/orbsvcs/tests/Notify/Destroy/Makefile
@@ -0,0 +1,39 @@
+#----------------------------------------------------------------------------
+#
+# $Id$
+#
+#----------------------------------------------------------------------------
+
+#----------------------------------------------------------------------------
+# Local macros
+#----------------------------------------------------------------------------
+
+DIRS = lib \
+ Basic \
+ performance-tests/RedGreen \
+ performance-tests/Filter \
+ Blocking \
+ Discarding \
+ MT_Dispatching \
+ Ordering \
+ Structured_Filter \
+ Structured_Multi_Filter \
+ Sequence_Multi_Filter \
+ Sequence_Multi_ETCL_Filter \
+ RT_lib \
+ Test_Filter
+
+ifndef TAO_ROOT
+ TAO_ROOT = $(ACE_ROOT)/TAO
+endif
+
+#----------------------------------------------------------------------------
+# Include macros and targets
+#----------------------------------------------------------------------------
+
+include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
+include $(ACE_ROOT)/include/makeinclude/macros.GNU
+include $(TAO_ROOT)/rules.tao.GNU
+include $(ACE_ROOT)/include/makeinclude/rules.common.GNU
+include $(ACE_ROOT)/include/makeinclude/rules.nested.GNU
+include $(ACE_ROOT)/include/makeinclude/rules.nolocal.GNU