summaryrefslogtreecommitdiff
path: root/TAO/tests/OBV/Collocated/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/OBV/Collocated/Makefile')
-rw-r--r--TAO/tests/OBV/Collocated/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/TAO/tests/OBV/Collocated/Makefile b/TAO/tests/OBV/Collocated/Makefile
new file mode 100644
index 00000000000..9d032c78129
--- /dev/null
+++ b/TAO/tests/OBV/Collocated/Makefile
@@ -0,0 +1,29 @@
+#----------------------------------------------------------------------------
+#
+# $Id$
+#
+# Makefile for the OBV tests
+#
+#----------------------------------------------------------------------------
+
+#----------------------------------------------------------------------------
+# Local macros
+#----------------------------------------------------------------------------
+
+DIRS = Forward
+
+
+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