summaryrefslogtreecommitdiff
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
parent8cc5a1629234d2901a084908188adda85c2b2d96 (diff)
downloadATCD-d68781ad7076936bf997631dbe4caf0a41ad3197.tar.gz
* Makefile: Added to repository.
-rw-r--r--TAO/ChangeLog-98c4
-rw-r--r--TAO/Makefile26
2 files changed, 30 insertions, 0 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index 535562729fa..eedc4c50f21 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -1,5 +1,9 @@
Wed Mar 19 10:25:21 1997 Chris Cleeland <cleeland@cs.wustl.edu>
+ * IIOP/docs/us/codecount/*.count: Added to repository.
+
+ * Makefile: Added to repository.
+
* IIOP/objbase.h: Moved to IIOP/compat.
* IIOP/initguid.h: Moved to IIOP/compat.
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
+