summaryrefslogtreecommitdiff
path: root/TAO/Makefile
diff options
context:
space:
mode:
authorcleeland <cleeland@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-03-19 16:39:04 +0000
committercleeland <cleeland@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-03-19 16:39:04 +0000
commitd68781ad7076936bf997631dbe4caf0a41ad3197 (patch)
tree1b9d2ea4a957f02f59254b510e0911be23d21a11 /TAO/Makefile
parent8cc5a1629234d2901a084908188adda85c2b2d96 (diff)
downloadATCD-d68781ad7076936bf997631dbe4caf0a41ad3197.tar.gz
* Makefile: Added to repository.
Diffstat (limited to 'TAO/Makefile')
-rw-r--r--TAO/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/TAO/Makefile b/TAO/Makefile
new file mode 100644
index 00000000000..8d2888450d3
--- /dev/null
+++ b/TAO/Makefile
@@ -0,0 +1,26 @@
+#----------------------------------------------------------------------------
+# $Id$
+#
+# Top-level Makefile for the TAO
+#----------------------------------------------------------------------------
+
+#----------------------------------------------------------------------------
+# Local macros
+#----------------------------------------------------------------------------
+
+INFO =
+
+DIRS = IIOP
+
+CLONE =
+
+#----------------------------------------------------------------------------
+# Include macros and targets
+#----------------------------------------------------------------------------
+
+include $(WRAPPER_ROOT)/include/makeinclude/wrapper_macros.GNU
+include $(WRAPPER_ROOT)/include/makeinclude/macros.GNU
+include $(WRAPPER_ROOT)/include/makeinclude/rules.common.GNU
+include $(WRAPPER_ROOT)/include/makeinclude/rules.nested.GNU
+include $(WRAPPER_ROOT)/include/makeinclude/rules.nolocal.GNU
+