summaryrefslogtreecommitdiff
path: root/netsvcs/clients
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-06-05 03:42:43 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-06-05 03:42:43 +0000
commite8d34594deae44d7fea71366059d11e3ee652227 (patch)
treee48ef83c9c9f1ef9d0bf36a1b8bc3a0b943ed588 /netsvcs/clients
parent86d934acf6490b0112cc6a184276b204dc1ea19f (diff)
downloadATCD-e8d34594deae44d7fea71366059d11e3ee652227.tar.gz
ChangeLogTag:Thu Jun 5 03:45:46 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'netsvcs/clients')
-rw-r--r--netsvcs/clients/Naming/Client/Makefile20
1 files changed, 9 insertions, 11 deletions
diff --git a/netsvcs/clients/Naming/Client/Makefile b/netsvcs/clients/Naming/Client/Makefile
index 5cfd21b08d3..85a5233d8f9 100644
--- a/netsvcs/clients/Naming/Client/Makefile
+++ b/netsvcs/clients/Naming/Client/Makefile
@@ -18,24 +18,22 @@ LSRC = $(addsuffix .cpp,$(FILES))
# This is needed to add ACE to the libs for the shared library.
ACE_SHLIBS += $(ACELIB)
-
-#----------------------------------------------------------------------------
-# Include macros and targets
-#----------------------------------------------------------------------------
-
-include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
-include $(ACE_ROOT)/include/makeinclude/macros.GNU
#### If the ACE library wasn't built with sufficient components, don't
#### try to build here.
ACE_BUILD_COMPONENTS := $(shell sh $(ACE_ROOT)/bin/ace_components --ace)
-ifneq ($(static_libs_only),1)
ifeq (Other,$(findstring Other,$(ACE_BUILD_COMPONENTS)))
BIN = main
+ LIB = libClient_Test.a
SHLIB = libClient_Test.$(SOEXT)
- BUILD = $(VSHLIB) $(VBIN)
- OBJDIRS = $(VDIR) $(VSHDIR)
+ BUILD = $(VSHLIB) $(VLIB) $(VBIN)
endif # Other
-endif # static_libs_only
+
+#----------------------------------------------------------------------------
+# 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.nonested.GNU
include $(ACE_ROOT)/include/makeinclude/rules.lib.GNU