summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-24 04:29:39 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-24 04:29:39 +0000
commite74076bcebe7877c23b5f233b775e904a40312f6 (patch)
treeef6aada52e5b3aebde0cf980cb542cd9031f07c0 /apps
parentf366443b812d0df964a9bbfb5696b5e84c2e9f2e (diff)
downloadATCD-e74076bcebe7877c23b5f233b775e904a40312f6.tar.gz
ChangeLogTag:Mon Nov 24 02:38:58 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'apps')
-rw-r--r--apps/Gateway/Gateway/Makefile9
-rw-r--r--apps/Gateway/Peer/Makefile10
2 files changed, 2 insertions, 17 deletions
diff --git a/apps/Gateway/Gateway/Makefile b/apps/Gateway/Gateway/Makefile
index 0d41d34fef4..1dbd322b574 100644
--- a/apps/Gateway/Gateway/Makefile
+++ b/apps/Gateway/Gateway/Makefile
@@ -26,9 +26,7 @@ FILES = Concrete_Connection_Handlers \
Connection_Handler_Connector
LSRC = $(addsuffix .cpp,$(FILES))
-LDLIBS =
-
-BUILD = $(VLIB) $(VSHLIB) $(SHLIBA) $(VBIN)
+LDLIBS = -lGateway
#----------------------------------------------------------------------------
# Include macros and targets
@@ -46,11 +44,6 @@ include $(ACE_ROOT)/include/makeinclude/rules.local.GNU
# Local targets
#----------------------------------------------------------------------------
-ifeq ($(static_libs_only),1)
-$(VBIN): $(VLIB)
-else
-$(VBIN): $(VSHLIB)
-endif
#----------------------------------------------------------------------------
# Dependencies
diff --git a/apps/Gateway/Peer/Makefile b/apps/Gateway/Peer/Makefile
index 5089a99c972..04113ac6b95 100644
--- a/apps/Gateway/Peer/Makefile
+++ b/apps/Gateway/Peer/Makefile
@@ -17,9 +17,7 @@ FILES = Options \
Peer
LSRC = $(addsuffix .cpp,$(FILES))
-LDLIBS =
-
-BUILD = $(VLIB) $(VSHLIB) $(SHLIBA) $(VBIN)
+LDLIBS = -lPeer
#----------------------------------------------------------------------------
# Include macros and targets
@@ -39,12 +37,6 @@ include $(ACE_ROOT)/include/makeinclude/rules.local.GNU
INCLDIRS += -I../Gateway
-ifeq ($(static_libs_only),1)
-$(VBIN): $(VLIB)
-else
-$(VBIN): $(VSHLIB)
-endif
-
#----------------------------------------------------------------------------
# Dependencies
#----------------------------------------------------------------------------