summaryrefslogtreecommitdiff
path: root/TAO/examples/RTCORBA/Makefile
diff options
context:
space:
mode:
authorpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-12-20 00:03:34 +0000
committerpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-12-20 00:03:34 +0000
commit0c306062d50b93cd98f6e0bcd1459536cff549f6 (patch)
treea44df38a5fceb93e101801c1121b46fe0bb0980b /TAO/examples/RTCORBA/Makefile
parent7717693ebe7fa9a0f303c06b9928b1d12324d368 (diff)
downloadATCD-0c306062d50b93cd98f6e0bcd1459536cff549f6.tar.gz
ChangeLogTag: Wed Dec 19 15:36:14 2001 Pradeep Gore <pradeep@cs.wustl.edu>
Diffstat (limited to 'TAO/examples/RTCORBA/Makefile')
-rw-r--r--TAO/examples/RTCORBA/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/TAO/examples/RTCORBA/Makefile b/TAO/examples/RTCORBA/Makefile
new file mode 100644
index 00000000000..5ceb4837074
--- /dev/null
+++ b/TAO/examples/RTCORBA/Makefile
@@ -0,0 +1,32 @@
+#----------------------------------------------------------------------------
+#
+# $Id$
+#
+# Makefile for the RTCORBA set of examples.
+#
+#----------------------------------------------------------------------------
+
+DIRS = Activity
+
+ifndef TAO_ROOT
+ TAO_ROOT = $(ACE_ROOT)/TAO
+endif
+
+#----------------------------------------------------------------------------
+# Include macros and targets
+#----------------------------------------------------------------------------
+
+include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
+include $(TAO_ROOT)/rules.tao.GNU
+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.nolocal.GNU
+
+#----------------------------------------------------------------------------
+# Local macros
+#----------------------------------------------------------------------------
+
+
+
+