summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormm4 <mm4@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-24 21:16:11 +0000
committermm4 <mm4@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-24 21:16:11 +0000
commitfab31315e6fc5497f6f1e592bbafef8c45d00182 (patch)
tree61dab3468ae491f3338b7655e656df925ecb4c92
parentd6208ca539b58c3c3399c855a417c1f36763b527 (diff)
downloadATCD-fab31315e6fc5497f6f1e592bbafef8c45d00182.tar.gz
Added make file to the repository.
-rw-r--r--TAO/examples/Advanced/Makefile38
1 files changed, 38 insertions, 0 deletions
diff --git a/TAO/examples/Advanced/Makefile b/TAO/examples/Advanced/Makefile
new file mode 100644
index 00000000000..553ec13d03e
--- /dev/null
+++ b/TAO/examples/Advanced/Makefile
@@ -0,0 +1,38 @@
+#----------------------------------------------------------------------------
+#
+# $Id$
+#
+# Makefile for the example's from Henning and Vinoski's
+# "Advanced CORBA Programming with C++"
+#
+#----------------------------------------------------------------------------
+
+#----------------------------------------------------------------------------
+# Local macros
+#----------------------------------------------------------------------------
+
+DIRS = ch_3 \
+ ch_8_and_10 \
+ ch_12 \
+ ch_18
+
+
+#----------------------------------------------------------------------------
+# 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
+
+
+
+
+
+
+
+
+
+