summaryrefslogtreecommitdiff
path: root/TAO/IIOP/tests/Cubit/Orbix/Makefile
diff options
context:
space:
mode:
authorgokhale <asgokhale@users.noreply.github.com>1997-07-02 04:04:10 +0000
committergokhale <asgokhale@users.noreply.github.com>1997-07-02 04:04:10 +0000
commit281ba7a4a2e724e46a9d0e2f870600214064bc6c (patch)
tree388cc090a2db13c4c13cf0d724a09bebd51cf30f /TAO/IIOP/tests/Cubit/Orbix/Makefile
parent17dc0fc54b16db4608f5c2d33ed5b2b68942090d (diff)
downloadATCD-281ba7a4a2e724e46a9d0e2f870600214064bc6c.tar.gz
Makefile for Orbix cubit
Diffstat (limited to 'TAO/IIOP/tests/Cubit/Orbix/Makefile')
-rw-r--r--TAO/IIOP/tests/Cubit/Orbix/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/TAO/IIOP/tests/Cubit/Orbix/Makefile b/TAO/IIOP/tests/Cubit/Orbix/Makefile
new file mode 100644
index 00000000000..da4dab89170
--- /dev/null
+++ b/TAO/IIOP/tests/Cubit/Orbix/Makefile
@@ -0,0 +1,28 @@
+#----------------------------------------------------------------------------
+# @(#)Makefile 1.1 10/18/96
+#
+# Makefile for the Gateway application
+#----------------------------------------------------------------------------
+
+#----------------------------------------------------------------------------
+# Local macros
+#----------------------------------------------------------------------------
+
+INFO = README
+
+DIRS = base_server \
+ client \
+ tpr \
+ tpool \
+ tps
+
+#----------------------------------------------------------------------------
+# 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
+