summaryrefslogtreecommitdiff
path: root/TAO/examples/AMI/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/AMI/Makefile')
-rw-r--r--TAO/examples/AMI/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/TAO/examples/AMI/Makefile b/TAO/examples/AMI/Makefile
new file mode 100644
index 00000000000..50ffadd7cdc
--- /dev/null
+++ b/TAO/examples/AMI/Makefile
@@ -0,0 +1,23 @@
+#----------------------------------------------------------------------------
+#
+# $Id$
+#
+# Makefile for the TAO examples
+#
+#----------------------------------------------------------------------------
+
+#----------------------------------------------------------------------------
+# Local macros
+#----------------------------------------------------------------------------
+
+DIRS = FL_Callback
+
+#----------------------------------------------------------------------------
+# Include macros and targets
+#----------------------------------------------------------------------------
+
+include $(ACE_ROOT)/include/makeinclude/wrapper_macros.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