summaryrefslogtreecommitdiff
path: root/TAO/Benchmark/Marshal_Test/Orbix/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/Benchmark/Marshal_Test/Orbix/Makefile')
-rw-r--r--TAO/Benchmark/Marshal_Test/Orbix/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/Benchmark/Marshal_Test/Orbix/Makefile b/TAO/Benchmark/Marshal_Test/Orbix/Makefile
index 240b57926a3..159d7beaa6b 100644
--- a/TAO/Benchmark/Marshal_Test/Orbix/Makefile
+++ b/TAO/Benchmark/Marshal_Test/Orbix/Makefile
@@ -24,11 +24,15 @@ 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
#----------------------------------------------------------------------------