summaryrefslogtreecommitdiff
path: root/netsvcs/clients/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'netsvcs/clients/Makefile')
-rw-r--r--netsvcs/clients/Makefile26
1 files changed, 14 insertions, 12 deletions
diff --git a/netsvcs/clients/Makefile b/netsvcs/clients/Makefile
index 43f23ea97b8..6204dcc34fd 100644
--- a/netsvcs/clients/Makefile
+++ b/netsvcs/clients/Makefile
@@ -1,24 +1,26 @@
#----------------------------------------------------------------------------
-# $Id: Makefile 1.1 10/18/96
+# $Id$
#
-# Makefile for the client programs that test the ACE network services
+# Makefile for the client programs that test the ACE network services
#----------------------------------------------------------------------------
#----------------------------------------------------------------------------
-# Local macros
+# Local macros
#----------------------------------------------------------------------------
-DIRS = Logger \
- Naming \
- Tokens
+ifeq (Other,$(findstring Other,$(ACE_COMPONENTS)))
+ DIRS = Logger \
+ Naming \
+ Tokens
+endif # Other
#----------------------------------------------------------------------------
-# Include macros and targets
+# 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
+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