summaryrefslogtreecommitdiff
path: root/netsvcs
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1998-10-21 00:51:23 +0000
committerSteve Huston <shuston@riverace.com>1998-10-21 00:51:23 +0000
commite65d3d8f061a9b9d327476af8dbe2cf796da299c (patch)
tree1d75f59e2b6e004501509ba3a014bdafeca32111 /netsvcs
parent7a4ef50bd0fa2fcf60b2aed3d385587bcc533afd (diff)
downloadATCD-e65d3d8f061a9b9d327476af8dbe2cf796da299c.tar.gz
Added ACELIB to LIBS to link in libACE.
Diffstat (limited to 'netsvcs')
-rw-r--r--netsvcs/clients/Naming/Client/Makefile26
1 files changed, 14 insertions, 12 deletions
diff --git a/netsvcs/clients/Naming/Client/Makefile b/netsvcs/clients/Naming/Client/Makefile
index 70ab42035aa..21296e110ef 100644
--- a/netsvcs/clients/Naming/Client/Makefile
+++ b/netsvcs/clients/Naming/Client/Makefile
@@ -1,34 +1,36 @@
#----------------------------------------------------------------------------
-# $Id$
+# $Id$
#
-# Makefile for the ACE client-side Name_Server test
+# Makefile for the ACE client-side Name_Server test
#----------------------------------------------------------------------------
#----------------------------------------------------------------------------
-# Local macros
+# Local macros
#----------------------------------------------------------------------------
-BIN = main
+BIN = main
LIB = libClient_Test.a
-SHLIB = libClient_Test.$(SOEXT)
+SHLIB = libClient_Test.$(SOEXT)
-FILES = Client_Test
+FILES = Client_Test
PSRC = $(addsuffix .cpp,$(BIN))
-OBJ = $(SRC:%.cpp=$(VDIR)%.o)
+OBJ = $(SRC:%.cpp=$(VDIR)%.o)
LSRC = $(addsuffix .cpp,$(FILES))
LOBJ = $(LSRC:%.cpp=$(VDIR)%.o)
-SHOBJ = $(addsuffix .so,$(FILES))
+SHOBJ = $(addsuffix .so,$(FILES))
+
+LIBS += $(ACELIB)
LDLIBS = -lClient_Test
VLDLIBS = $(LDLIBS:%=%$(VAR))
-BUILD = $(VLIB) $(VSHLIB) $(SHLIBA) $(VBIN)
+BUILD = $(VLIB) $(VSHLIB) $(SHLIBA) $(VBIN)
#----------------------------------------------------------------------------
-# Include macros and targets
+# Include macros and targets
#----------------------------------------------------------------------------
include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
@@ -40,11 +42,11 @@ include $(ACE_ROOT)/include/makeinclude/rules.bin.GNU
include $(ACE_ROOT)/include/makeinclude/rules.local.GNU
#----------------------------------------------------------------------------
-# Local targets
+# Local targets
#----------------------------------------------------------------------------
#----------------------------------------------------------------------------
-# Dependencies
+# Dependencies
#----------------------------------------------------------------------------
# DO NOT DELETE THIS LINE -- g++dep uses it.
# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.