summaryrefslogtreecommitdiff
path: root/TAO/Benchmark
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-16 20:36:38 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-16 20:36:38 +0000
commitb3f6ff7b5e8b89f54fd2d75e7707602cad2cf21d (patch)
treead55f6386cfaeb34f183e49eeec2891ab86d200c /TAO/Benchmark
parente77853ca01947b807c1916b7074e3716dd63b76b (diff)
downloadATCD-b3f6ff7b5e8b89f54fd2d75e7707602cad2cf21d.tar.gz
ChangeLogTag:Fri Jul 16 15:16:14 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/Benchmark')
-rw-r--r--TAO/Benchmark/Marshal_Test/Orbix/Makefile4
-rw-r--r--TAO/Benchmark/Marshal_Test/TAO/Makefile4
-rw-r--r--TAO/Benchmark/Marshal_Test/VisiBroker/Makefile4
-rw-r--r--TAO/Benchmark/benchmark/Makefile3
4 files changed, 0 insertions, 15 deletions
diff --git a/TAO/Benchmark/Marshal_Test/Orbix/Makefile b/TAO/Benchmark/Marshal_Test/Orbix/Makefile
index 159d7beaa6b..240b57926a3 100644
--- a/TAO/Benchmark/Marshal_Test/Orbix/Makefile
+++ b/TAO/Benchmark/Marshal_Test/Orbix/Makefile
@@ -24,15 +24,11 @@ MARSHAL_SERVER_OBJS = marshalS.o orbix_marshal_impl.o orbix_marshal_server.o ser
endif
BIN = client server
-BUILD = $(BIN)
-
#CLIENT_LIBS = -lITini -liiop -lorbix
#SERVER_LIBS = -lITini -liiop -lDSI -lorbix -lIRclt
CLIENT_LIBS = -liiop -lorbix
SERVER_LIBS = -liiop -lDSI -lorbix -lIRclt
-VLDLIBS = $(LDLIBS:%=%$(VAR))
-
#----------------------------------------------------------------------------
# Include macros and targets
#----------------------------------------------------------------------------
diff --git a/TAO/Benchmark/Marshal_Test/TAO/Makefile b/TAO/Benchmark/Marshal_Test/TAO/Makefile
index 8e512953752..93dcaab7b66 100644
--- a/TAO/Benchmark/Marshal_Test/TAO/Makefile
+++ b/TAO/Benchmark/Marshal_Test/TAO/Makefile
@@ -21,10 +21,6 @@ MARSHAL_SERVER_OBJS = marshalC.o marshalS.o tao_marshal_impl.o tao_marshal_serve
BIN = client server
-BUILD = $(BIN)
-
-VLDLIBS = $(LDLIBS:%=%$(VAR))
-
#----------------------------------------------------------------------------
# Include macros and targets
#----------------------------------------------------------------------------
diff --git a/TAO/Benchmark/Marshal_Test/VisiBroker/Makefile b/TAO/Benchmark/Marshal_Test/VisiBroker/Makefile
index 3b0bf024df4..2b281d3daad 100644
--- a/TAO/Benchmark/Marshal_Test/VisiBroker/Makefile
+++ b/TAO/Benchmark/Marshal_Test/VisiBroker/Makefile
@@ -21,10 +21,6 @@ MARSHAL_SERVER_OBJS = marshalC.o marshalS.o visi_marshal_impl.o visi_marshal_ser
BIN = client server
-BUILD = $(BIN)
-
-VLDLIBS = $(LDLIBS:%=%$(VAR))
-
#----------------------------------------------------------------------------
# Include macros and targets
#----------------------------------------------------------------------------
diff --git a/TAO/Benchmark/benchmark/Makefile b/TAO/Benchmark/benchmark/Makefile
index 9f5327741bf..38dc2215423 100644
--- a/TAO/Benchmark/benchmark/Makefile
+++ b/TAO/Benchmark/benchmark/Makefile
@@ -21,9 +21,6 @@ LSRC = $(addsuffix .cpp,$(FILES))
LDLIBS = -lACE
LIBS = -lACE
-VLDLIBS = $(LDLIBS:%=%$(VAR))
-
-BUILD = $(VSHLIB) $(VLIB)
ifndef TAO_ROOT
TAO_ROOT = $(ACE_ROOT)/TAO