summaryrefslogtreecommitdiff
path: root/TAO/tests
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests')
-rw-r--r--TAO/tests/AMI/Makefile2
-rw-r--r--TAO/tests/Codec/Makefile2
-rw-r--r--TAO/tests/DSI_Gateway/Makefile2
-rw-r--r--TAO/tests/FL_Cube/Makefile2
-rw-r--r--TAO/tests/Forwarding/Makefile2
-rw-r--r--TAO/tests/InterOp-Naming/Makefile2
-rw-r--r--TAO/tests/MProfile/Makefile2
-rw-r--r--TAO/tests/MT_Server/Makefile2
-rw-r--r--TAO/tests/Multiple_Inheritance/Makefile2
-rw-r--r--TAO/tests/Native_Exceptions/Makefile2
-rw-r--r--TAO/tests/OctetSeq/Makefile2
-rw-r--r--TAO/tests/Param_Test/Makefile3
-rw-r--r--TAO/tests/Portable_Interceptors/Benchmark/Makefile2
-rw-r--r--TAO/tests/Portable_Interceptors/Dynamic/Makefile2
-rw-r--r--TAO/tests/Portable_Interceptors/ForwardRequest/Makefile2
-rw-r--r--TAO/tests/Portable_Interceptors/IORInterceptor/Makefile2
-rw-r--r--TAO/tests/Portable_Interceptors/Service_Context_Manipulation/Makefile2
-rwxr-xr-xTAO/tests/QtTests/Makefile6
-rw-r--r--TAO/tests/Single_Read/Makefile2
-rw-r--r--TAO/tests/Timed_Buffered_Oneways/Makefile2
-rw-r--r--TAO/tests/Timeout/Makefile2
21 files changed, 2 insertions, 45 deletions
diff --git a/TAO/tests/AMI/Makefile b/TAO/tests/AMI/Makefile
index 4e54dc7a3a3..b45616c8f21 100644
--- a/TAO/tests/AMI/Makefile
+++ b/TAO/tests/AMI/Makefile
@@ -12,8 +12,6 @@ ifndef TAO_ROOT
TAO_ROOT = $(ACE_ROOT)/TAO
endif # ! TAO_ROOT
-LDLIBS = -lTAO
-
IDL_FILES = ami_test
IDL_SRC = \
$(addsuffix C.cpp, $(IDL_FILES)) \
diff --git a/TAO/tests/Codec/Makefile b/TAO/tests/Codec/Makefile
index 55bc018ea1d..cb9be61b420 100644
--- a/TAO/tests/Codec/Makefile
+++ b/TAO/tests/Codec/Makefile
@@ -10,8 +10,6 @@ ifndef TAO_ROOT
TAO_ROOT = $(ACE_ROOT)/TAO
endif # ! TAO_ROOT
-LDLIBS = -lTAO
-
IDL_FILES = test
IDL_SRC = testC
BIN = client
diff --git a/TAO/tests/DSI_Gateway/Makefile b/TAO/tests/DSI_Gateway/Makefile
index 331ed7ad80b..0eb8b3e17f6 100644
--- a/TAO/tests/DSI_Gateway/Makefile
+++ b/TAO/tests/DSI_Gateway/Makefile
@@ -12,8 +12,6 @@ ifndef TAO_ROOT
TAO_ROOT = $(ACE_ROOT)/TAO
endif # ! TAO_ROOT
-LDLIBS = -lTAO
-
IDL_FILES = test
IDL_SRC = testC.cpp testS.cpp
BIN_UNCHECKED = client server gateway
diff --git a/TAO/tests/FL_Cube/Makefile b/TAO/tests/FL_Cube/Makefile
index 51905ac30ef..2fae493a2d5 100644
--- a/TAO/tests/FL_Cube/Makefile
+++ b/TAO/tests/FL_Cube/Makefile
@@ -12,8 +12,6 @@ ifndef TAO_ROOT
TAO_ROOT = $(ACE_ROOT)/TAO
endif # ! TAO_ROOT
-LDLIBS = -lTAO
-
IDL_FILES = test
IDL_SRC = testC.cpp testS.cpp
BIN = client server
diff --git a/TAO/tests/Forwarding/Makefile b/TAO/tests/Forwarding/Makefile
index 30e1b1e5661..69ac8b712b0 100644
--- a/TAO/tests/Forwarding/Makefile
+++ b/TAO/tests/Forwarding/Makefile
@@ -12,8 +12,6 @@ ifndef TAO_ROOT
TAO_ROOT = $(ACE_ROOT)/TAO
endif # ! TAO_ROOT
-LDLIBS = -lTAO
-
IDL_FILES = test
IDL_SRC = testC.cpp testS.cpp
BIN = client server
diff --git a/TAO/tests/InterOp-Naming/Makefile b/TAO/tests/InterOp-Naming/Makefile
index a54175393ff..1e146c73db4 100644
--- a/TAO/tests/InterOp-Naming/Makefile
+++ b/TAO/tests/InterOp-Naming/Makefile
@@ -17,8 +17,6 @@ IDL_SRC = \
INSC.cpp \
INSS.cpp
-LDLIBS = -lTAO
-
PROG_SRCS = \
INS_test_client.cpp \
INS_i.cpp \
diff --git a/TAO/tests/MProfile/Makefile b/TAO/tests/MProfile/Makefile
index 15c4b60d06a..e4977b28f84 100644
--- a/TAO/tests/MProfile/Makefile
+++ b/TAO/tests/MProfile/Makefile
@@ -12,8 +12,6 @@ ifndef TAO_ROOT
TAO_ROOT = $(ACE_ROOT)/TAO
endif # ! TAO_ROOT
-LDLIBS = -lTAO
-
IDL_FILES = test
IDL_SRC = testC.cpp testS.cpp
BIN = client server
diff --git a/TAO/tests/MT_Server/Makefile b/TAO/tests/MT_Server/Makefile
index 56f24120993..e4e66b7bc94 100644
--- a/TAO/tests/MT_Server/Makefile
+++ b/TAO/tests/MT_Server/Makefile
@@ -12,8 +12,6 @@ ifndef TAO_ROOT
TAO_ROOT = $(ACE_ROOT)/TAO
endif # ! TAO_ROOT
-LDLIBS = -lTAO
-
IDL_FILES = test
IDL_SRC = testC.cpp testS.cpp
BIN = client server
diff --git a/TAO/tests/Multiple_Inheritance/Makefile b/TAO/tests/Multiple_Inheritance/Makefile
index 5cbda88a941..eba3fd5c20d 100644
--- a/TAO/tests/Multiple_Inheritance/Makefile
+++ b/TAO/tests/Multiple_Inheritance/Makefile
@@ -12,8 +12,6 @@ ifndef TAO_ROOT
TAO_ROOT = $(ACE_ROOT)/TAO
endif # ! TAO_ROOT
-LDLIBS = -lTAO
-
IDL_FILES = Multiple_Inheritance
IDL_SRC = Multiple_InheritanceC.cpp Multiple_InheritanceS.cpp
PROG_SRCS = $(IDL_SRC) server.cpp client.cpp
diff --git a/TAO/tests/Native_Exceptions/Makefile b/TAO/tests/Native_Exceptions/Makefile
index c890328ac63..06e7ad6dc6b 100644
--- a/TAO/tests/Native_Exceptions/Makefile
+++ b/TAO/tests/Native_Exceptions/Makefile
@@ -12,8 +12,6 @@ ifndef TAO_ROOT
TAO_ROOT = $(ACE_ROOT)/TAO
endif # ! TAO_ROOT
-LDLIBS = -lTAO
-
IDL_FILES = test
IDL_SRC = testC.cpp testS.cpp
BIN_UNCHECKED = client server
diff --git a/TAO/tests/OctetSeq/Makefile b/TAO/tests/OctetSeq/Makefile
index eb7f98a7ed1..04ea23e8365 100644
--- a/TAO/tests/OctetSeq/Makefile
+++ b/TAO/tests/OctetSeq/Makefile
@@ -12,8 +12,6 @@ ifndef TAO_ROOT
TAO_ROOT = $(ACE_ROOT)/TAO
endif # ! TAO_ROOT
-LDLIBS = -lTAO
-
IDL_FILES = test
IDL_SRC = testC.cpp testS.cpp
BIN = OctetSeq client server
diff --git a/TAO/tests/Param_Test/Makefile b/TAO/tests/Param_Test/Makefile
index a742fdb44cc..57246aae222 100644
--- a/TAO/tests/Param_Test/Makefile
+++ b/TAO/tests/Param_Test/Makefile
@@ -12,9 +12,6 @@ ifndef TAO_ROOT
TAO_ROOT = $(ACE_ROOT)/TAO
endif # ! TAO_ROOT
-LDLIBS = -lTAO
-LDFLAGS += -L$(TAO_ROOT)/tao
-
IDL_FILES = param_test
IDL_SRC = param_testCli.cpp param_testSer.cpp
IDL_HDR = param_testCli.h param_testSer.h
diff --git a/TAO/tests/Portable_Interceptors/Benchmark/Makefile b/TAO/tests/Portable_Interceptors/Benchmark/Makefile
index ba81280e1f0..efe08094018 100644
--- a/TAO/tests/Portable_Interceptors/Benchmark/Makefile
+++ b/TAO/tests/Portable_Interceptors/Benchmark/Makefile
@@ -12,8 +12,6 @@ ifndef TAO_ROOT
TAO_ROOT = $(ACE_ROOT)/TAO
endif # ! TAO_ROOT
-LDLIBS = -lTAO
-
IDL_FILES = test
IDL_SRC = testC.cpp testS.cpp
BIN_UNCHECKED = client server
diff --git a/TAO/tests/Portable_Interceptors/Dynamic/Makefile b/TAO/tests/Portable_Interceptors/Dynamic/Makefile
index 3d56bc32500..6521b7c42fa 100644
--- a/TAO/tests/Portable_Interceptors/Dynamic/Makefile
+++ b/TAO/tests/Portable_Interceptors/Dynamic/Makefile
@@ -12,8 +12,6 @@ ifndef TAO_ROOT
TAO_ROOT = $(ACE_ROOT)/TAO
endif # ! TAO_ROOT
-LDLIBS = -lTAO
-
IDL_FILES = test
IDL_SRC = testC.cpp testS.cpp
BIN_UNCHECKED = client server
diff --git a/TAO/tests/Portable_Interceptors/ForwardRequest/Makefile b/TAO/tests/Portable_Interceptors/ForwardRequest/Makefile
index e190948d60f..0fb2b8fa0ea 100644
--- a/TAO/tests/Portable_Interceptors/ForwardRequest/Makefile
+++ b/TAO/tests/Portable_Interceptors/ForwardRequest/Makefile
@@ -12,8 +12,6 @@ ifndef TAO_ROOT
TAO_ROOT = $(ACE_ROOT)/TAO
endif # ! TAO_ROOT
-LDLIBS = -lTAO
-
IDL_FILES = test
IDL_SRC = \
testC.cpp \
diff --git a/TAO/tests/Portable_Interceptors/IORInterceptor/Makefile b/TAO/tests/Portable_Interceptors/IORInterceptor/Makefile
index 69c83a57178..451646ac875 100644
--- a/TAO/tests/Portable_Interceptors/IORInterceptor/Makefile
+++ b/TAO/tests/Portable_Interceptors/IORInterceptor/Makefile
@@ -10,8 +10,6 @@ ifndef TAO_ROOT
TAO_ROOT = $(ACE_ROOT)/TAO
endif # ! TAO_ROOT
-LDLIBS = -lTAO
-
IDL_FILES = test
TAO_IDLFLAGS += -I../../..
IDL_SRC = testC.cpp testS.cpp
diff --git a/TAO/tests/Portable_Interceptors/Service_Context_Manipulation/Makefile b/TAO/tests/Portable_Interceptors/Service_Context_Manipulation/Makefile
index 8e3cd823115..39d1f888e83 100644
--- a/TAO/tests/Portable_Interceptors/Service_Context_Manipulation/Makefile
+++ b/TAO/tests/Portable_Interceptors/Service_Context_Manipulation/Makefile
@@ -12,8 +12,6 @@ ifndef TAO_ROOT
TAO_ROOT = $(ACE_ROOT)/TAO
endif # ! TAO_ROOT
-LDLIBS = -lTAO
-
IDL_FILES = test
IDL_SRC = testC.cpp testS.cpp
BIN_UNCHECKED = client server
diff --git a/TAO/tests/QtTests/Makefile b/TAO/tests/QtTests/Makefile
index 2cf070cb6d7..e5664787df3 100755
--- a/TAO/tests/QtTests/Makefile
+++ b/TAO/tests/QtTests/Makefile
@@ -12,8 +12,6 @@ ifndef TAO_ROOT
TAO_ROOT = $(ACE_ROOT)/TAO
endif # ! TAO_ROOT
-LDLIBS = -lTAO
-
IDL_FILES = test
IDL_SRC = testC.cpp testS.cpp
BIN = client server
@@ -26,8 +24,8 @@ TEST_MOC_OBJ = test_i_moc.o
endif #qt_reactor
ifeq ($(qt_reactor),)
-CLNT_MOC =
-TEST_MOC =
+CLNT_MOC =
+TEST_MOC =
endif #qt_reactor
SRC = $(addsuffix .cpp, $(BIN) test_i $(CLNT_MOC) $(TEST_MOC)) $(IDL_SRC)
diff --git a/TAO/tests/Single_Read/Makefile b/TAO/tests/Single_Read/Makefile
index 7bf72563779..00c49b80779 100644
--- a/TAO/tests/Single_Read/Makefile
+++ b/TAO/tests/Single_Read/Makefile
@@ -12,8 +12,6 @@ ifndef TAO_ROOT
TAO_ROOT = $(ACE_ROOT)/TAO
endif # ! TAO_ROOT
-LDLIBS = -lTAO
-
IDL_FILES = test
IDL_SRC = testC.cpp testS.cpp
BIN_UNCHECKED = client server
diff --git a/TAO/tests/Timed_Buffered_Oneways/Makefile b/TAO/tests/Timed_Buffered_Oneways/Makefile
index 7bf72563779..00c49b80779 100644
--- a/TAO/tests/Timed_Buffered_Oneways/Makefile
+++ b/TAO/tests/Timed_Buffered_Oneways/Makefile
@@ -12,8 +12,6 @@ ifndef TAO_ROOT
TAO_ROOT = $(ACE_ROOT)/TAO
endif # ! TAO_ROOT
-LDLIBS = -lTAO
-
IDL_FILES = test
IDL_SRC = testC.cpp testS.cpp
BIN_UNCHECKED = client server
diff --git a/TAO/tests/Timeout/Makefile b/TAO/tests/Timeout/Makefile
index 7d943d63800..c0dc99db0f9 100644
--- a/TAO/tests/Timeout/Makefile
+++ b/TAO/tests/Timeout/Makefile
@@ -12,8 +12,6 @@ ifndef TAO_ROOT
TAO_ROOT = $(ACE_ROOT)/TAO
endif # ! TAO_ROOT
-LDLIBS = -lTAO
-
IDL_FILES = test
IDL_SRC = testC.cpp testS.cpp
BIN_UNCHECKED = client server