summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-04 18:25:52 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-04 18:25:52 +0000
commit3333a9650327b0ad6ed1a94d149f7f45299929ea (patch)
treea120cf8fc6b43f1ac65a800726c674a916d4c358
parent16da45db10c8be34d97987e635352d109f0b970b (diff)
downloadATCD-3333a9650327b0ad6ed1a94d149f7f45299929ea.tar.gz
removed VBIN definition, now that it's in wrapper_macros.GNU
-rw-r--r--TAO/orbsvcs/Dump_Schedule/Makefile2
-rw-r--r--TAO/orbsvcs/Event_Service/Makefile2
-rw-r--r--TAO/orbsvcs/LifeCycle_Service/Makefile2
-rw-r--r--TAO/orbsvcs/Scheduling_Service/Makefile2
-rw-r--r--TAO/orbsvcs/tests/EC_Custom_Marshal/Makefile2
-rw-r--r--TAO/orbsvcs/tests/EC_Mcast/Makefile2
-rw-r--r--TAO/orbsvcs/tests/EC_Multiple/Makefile2
-rw-r--r--TAO/orbsvcs/tests/EC_Throughput/Makefile2
-rw-r--r--TAO/orbsvcs/tests/Event_Latency/Makefile2
-rw-r--r--TAO/orbsvcs/tests/Logger/Makefile2
-rw-r--r--TAO/tests/Quoter/Makefile2
11 files changed, 11 insertions, 11 deletions
diff --git a/TAO/orbsvcs/Dump_Schedule/Makefile b/TAO/orbsvcs/Dump_Schedule/Makefile
index 652b3e682d2..df3ff94bf4d 100644
--- a/TAO/orbsvcs/Dump_Schedule/Makefile
+++ b/TAO/orbsvcs/Dump_Schedule/Makefile
@@ -1,7 +1,7 @@
# $Id$
BIN = Dump_Schedule
-VBIN = $(BIN:%=%$(VAR))
+
DUMP_SRCS = \
Dump_Schedule.cpp
diff --git a/TAO/orbsvcs/Event_Service/Makefile b/TAO/orbsvcs/Event_Service/Makefile
index 457a031a40e..739d0d0e1e0 100644
--- a/TAO/orbsvcs/Event_Service/Makefile
+++ b/TAO/orbsvcs/Event_Service/Makefile
@@ -3,7 +3,7 @@
#
BIN = Event_Service
-VBIN = $(BIN:%=%$(VAR))
+
LSRC = \
Event_Service.cpp \
diff --git a/TAO/orbsvcs/LifeCycle_Service/Makefile b/TAO/orbsvcs/LifeCycle_Service/Makefile
index 22d73b0b731..0e97205ff06 100644
--- a/TAO/orbsvcs/LifeCycle_Service/Makefile
+++ b/TAO/orbsvcs/LifeCycle_Service/Makefile
@@ -12,7 +12,7 @@ TAO_IDLFLAGS=-I$(TAO_ROOT)/orbsvcs/orbsvcs
BIN = Life_Cycle_Service
-VBIN = $(BIN:%=%$(VAR))
+
# The following lines tell the souce code that the trading
# service is available.
diff --git a/TAO/orbsvcs/Scheduling_Service/Makefile b/TAO/orbsvcs/Scheduling_Service/Makefile
index 9cb11804d8d..604e8f174a3 100644
--- a/TAO/orbsvcs/Scheduling_Service/Makefile
+++ b/TAO/orbsvcs/Scheduling_Service/Makefile
@@ -3,7 +3,7 @@
#
BIN = Scheduling_Service
-VBIN = $(BIN:%=%$(VAR))
+
SCHEDULE_SRCS = \
Scheduling_Service.cpp
diff --git a/TAO/orbsvcs/tests/EC_Custom_Marshal/Makefile b/TAO/orbsvcs/tests/EC_Custom_Marshal/Makefile
index 1aa6752b11e..b889fb25d22 100644
--- a/TAO/orbsvcs/tests/EC_Custom_Marshal/Makefile
+++ b/TAO/orbsvcs/tests/EC_Custom_Marshal/Makefile
@@ -1,7 +1,7 @@
# $Id$
BIN = ECM_Supplier ECM_Consumer
-VBIN = $(BIN:%=%$(VAR))
+
LDLIBS= -lorbsvcs -lTAO
ifndef TAO_ROOT
diff --git a/TAO/orbsvcs/tests/EC_Mcast/Makefile b/TAO/orbsvcs/tests/EC_Mcast/Makefile
index 9a64f1754b2..21aad88533c 100644
--- a/TAO/orbsvcs/tests/EC_Mcast/Makefile
+++ b/TAO/orbsvcs/tests/EC_Mcast/Makefile
@@ -1,7 +1,7 @@
# $Id$
BIN = EC_Mcast
-VBIN = $(BIN:%=%$(VAR))
+
SRC = $(BIN:%=%$(VAR).cpp)
LDLIBS= -lorbsvcs -lTAO
diff --git a/TAO/orbsvcs/tests/EC_Multiple/Makefile b/TAO/orbsvcs/tests/EC_Multiple/Makefile
index cfac00ee041..8e16f498077 100644
--- a/TAO/orbsvcs/tests/EC_Multiple/Makefile
+++ b/TAO/orbsvcs/tests/EC_Multiple/Makefile
@@ -1,7 +1,7 @@
# $Id$
BIN = EC_Multiple
-VBIN = $(BIN:%=%$(VAR))
+
SRC = $(BIN:%=%$(VAR).cpp)
LDLIBS= -lorbsvcs -lTAO
diff --git a/TAO/orbsvcs/tests/EC_Throughput/Makefile b/TAO/orbsvcs/tests/EC_Throughput/Makefile
index 923bced4d41..54a27c97530 100644
--- a/TAO/orbsvcs/tests/EC_Throughput/Makefile
+++ b/TAO/orbsvcs/tests/EC_Throughput/Makefile
@@ -1,7 +1,7 @@
# $Id$
BIN = ECT_Supplier ECT_Consumer
-VBIN = $(BIN:%=%$(VAR))
+
LDLIBS= -lorbsvcs -lTAO
ifndef TAO_ROOT
diff --git a/TAO/orbsvcs/tests/Event_Latency/Makefile b/TAO/orbsvcs/tests/Event_Latency/Makefile
index dd26e4e96c8..a9deee19a35 100644
--- a/TAO/orbsvcs/tests/Event_Latency/Makefile
+++ b/TAO/orbsvcs/tests/Event_Latency/Makefile
@@ -1,7 +1,7 @@
# $Id$
BIN = Event_Latency
-VBIN = $(BIN:%=%$(VAR))
+
EVENT_LATENCY_SRCS= \
Event_Latency.cpp
diff --git a/TAO/orbsvcs/tests/Logger/Makefile b/TAO/orbsvcs/tests/Logger/Makefile
index 37b3476653e..470bcd0418d 100644
--- a/TAO/orbsvcs/tests/Logger/Makefile
+++ b/TAO/orbsvcs/tests/Logger/Makefile
@@ -21,7 +21,7 @@ SRC = Logging_Test.cpp \
LOGGING_TEST_OBJS = Logging_Test_i.o Logging_Test.o
BIN = Logging_Test
-VBIN = $(BIN:%=%$(VAR))
+
VLDLIBS = $(LDLIBS:%=%$(VAR))
#----------------------------------------------------------------------------
diff --git a/TAO/tests/Quoter/Makefile b/TAO/tests/Quoter/Makefile
index ab405dcf22b..f82ad30d39f 100644
--- a/TAO/tests/Quoter/Makefile
+++ b/TAO/tests/Quoter/Makefile
@@ -9,7 +9,7 @@ endif # TAO_ROOT
TAO_IDLFLAGS=-I$(TAO_ROOT)/orbsvcs/orbsvcs
BIN = client server Factory_Finder Generic_Factory
-VBIN = $(BIN:%=%$(VAR))
+
# The following lines tell the souce code that the trading
# service is available.