summaryrefslogtreecommitdiff
path: root/netsvcs/Makefile
diff options
context:
space:
mode:
authornobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-02-17 00:01:25 +0000
committernobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-02-17 00:01:25 +0000
commita0999ed15e536f63a4b5da52f0b1f2b3f4f37026 (patch)
treeca98e6f1324526c50ca59b44f1fd77ef2f012d1d /netsvcs/Makefile
parent36ba28ac6cfc18b27f3232ad04486a98793c2bcb (diff)
downloadATCD-TAO-0_1_3.tar.gz
This commit was manufactured by cvs2svn to create tag 'TAO-0_1_3'.TAO-0_1_3
Diffstat (limited to 'netsvcs/Makefile')
-rw-r--r--netsvcs/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/netsvcs/Makefile b/netsvcs/Makefile
deleted file mode 100644
index bfcb06c6893..00000000000
--- a/netsvcs/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-#----------------------------------------------------------------------------
-# @(#)Makefile 1.1 10/18/96
-#
-# Makefile for the ACE network services
-#----------------------------------------------------------------------------
-
-#----------------------------------------------------------------------------
-# Local macros
-#----------------------------------------------------------------------------
-
-INFO = README
-
-# lib must come first!
-DIRS = lib \
- clients \
- servers
-
-#----------------------------------------------------------------------------
-# 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
-