summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1998-04-04 00:50:26 +0000
committerSteve Huston <shuston@riverace.com>1998-04-04 00:50:26 +0000
commit62c2a340fcbe506a068c3c2ba24ece266e7fb809 (patch)
tree245acc034f33f15bec1fb392f416818d3f72c67f /apps
parent31b22722dc812c0fee524286fb292a5f5ebfc5d8 (diff)
downloadATCD-62c2a340fcbe506a068c3c2ba24ece266e7fb809.tar.gz
Changed to match today's changes to rules.bin.GNU
Diffstat (limited to 'apps')
-rw-r--r--apps/JAWS/clients/Blobby/Makefile8
-rw-r--r--apps/JAWS/clients/Caching/Makefile12
2 files changed, 7 insertions, 13 deletions
diff --git a/apps/JAWS/clients/Blobby/Makefile b/apps/JAWS/clients/Blobby/Makefile
index 1f8146d01ee..fecef14c8c2 100644
--- a/apps/JAWS/clients/Blobby/Makefile
+++ b/apps/JAWS/clients/Blobby/Makefile
@@ -1,5 +1,5 @@
#----------------------------------------------------------------------------
-# %W% %G%
+# $Id$
#
# Makefile for the ACE Adapter Web Server (JAWS) client
#----------------------------------------------------------------------------
@@ -14,9 +14,8 @@ FILES = Blob \
Blob_Handler \
Options
-LSRC = $(addsuffix .cpp,$(FILES))
-LOBJ = $(addsuffix .o,$(FILES))
-SHOBJ = $(addsuffix .so,$(FILES))
+SRC = $(addsuffix .cpp,$(FILES))
+OBJ = $(addsuffix .o,$(FILES))
BUILD = $(VBIN)
@@ -28,7 +27,6 @@ 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
include $(ACE_ROOT)/include/makeinclude/rules.bin.GNU
include $(ACE_ROOT)/include/makeinclude/rules.local.GNU
diff --git a/apps/JAWS/clients/Caching/Makefile b/apps/JAWS/clients/Caching/Makefile
index ae298ea8249..39583824f0b 100644
--- a/apps/JAWS/clients/Caching/Makefile
+++ b/apps/JAWS/clients/Caching/Makefile
@@ -1,5 +1,5 @@
#----------------------------------------------------------------------------
-# %W% %G%
+# $Id$
#
# Makefile for the ACE Adapter Web Server (JAWS) client
#----------------------------------------------------------------------------
@@ -12,13 +12,10 @@ BIN = http_client
FILES = http_handler
-LSRC = $(addsuffix .cpp,$(FILES))
-LOBJ = $(addsuffix .o,$(FILES))
-SHOBJ = $(addsuffix .so,$(FILES))
+SRC = $(addsuffix .cpp,$(FILES))
+OBJ = $(addsuffix .o,$(FILES))
-VLDLIBS = $(LDLIBS:%=%$(VAR))
-
-BUILD = $(LDLIBS) $(VBIN)
+BUILD = $(VBIN)
#----------------------------------------------------------------------------
# Include macros and targets
@@ -28,7 +25,6 @@ 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
include $(ACE_ROOT)/include/makeinclude/rules.bin.GNU
include $(ACE_ROOT)/include/makeinclude/rules.local.GNU