You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by da...@apache.org on 2004/07/20 14:44:52 UTC

cvs commit: ws-axis/c/tests/client/xsdAnyTest1/gen_src Makefile.am

damitha     2004/07/20 05:44:52

  Modified:    c/tests/client/httpHeader/test1/rpc Makefile.am
               c/tests/client/httpHeader/test2/rpc Makefile.am
               c/tests/client/httpHeader/test3/rpc Makefile.am
               c/tests/client/httpHeader/test4/rpc Makefile.am
               c/tests/client/httpHeader/test5/rpc Makefile.am
               c/tests/client/httpHeader/test7/rpc Makefile.am
               c/tests/client/httpHeader/test8/rpc Makefile.am
               c/tests/client/interop/round1/gen_src Makefile.am
               c/tests/client/soapHeader/test2/rpc Makefile.am
               c/tests/client/soapHeader/test3/rpc Makefile.am
               c/tests/client/soapHeader/test4/rpc Makefile.am
               c/tests/client/soapHeader/test6/rpc Makefile.am
               c/tests/client/soapHeader/test8/rpc Makefile.am
               c/tests/client/stubTest/stubBase Makefile.am
               c/tests/client/threadSafe/gen_src Makefile.am
               c/tests/client/xsdAnyTest1/gen_src Makefile.am
  Log:
  
  
  Revision  Changes    Path
  1.3       +1 -1      ws-axis/c/tests/client/httpHeader/test1/rpc/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/httpHeader/test1/rpc/Makefile.am,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.am	7 Jul 2004 09:00:19 -0000	1.2
  +++ Makefile.am	20 Jul 2004 12:44:51 -0000	1.3
  @@ -3,5 +3,5 @@
   AM_CPPFLAGS = $(CPPFLAGS)
   httpHeaderTest1RPC_SOURCES = TestClient.cpp  ../../gen_src/rpc/InteropTestPortType.cpp ../../gen_src/rpc/SOAPStruct.cpp ../../gen_src/rpc/AxisClientException.cpp 
   
  -httpHeaderTest1RPC_LDADD   =  $(LDFLAGS) -laxiscpp_client
  +httpHeaderTest1RPC_LDADD   =   @LINKCLIENTLIB@
   INCLUDES = -I$(AXISCPP_HOME)/include
  
  
  
  1.3       +1 -1      ws-axis/c/tests/client/httpHeader/test2/rpc/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/httpHeader/test2/rpc/Makefile.am,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.am	7 Jul 2004 09:00:19 -0000	1.2
  +++ Makefile.am	20 Jul 2004 12:44:51 -0000	1.3
  @@ -3,5 +3,5 @@
   AM_CPPFLAGS = $(CPPFLAGS)
   httpHeaderTest2RPC_SOURCES = TestClient.cpp  ../../gen_src/rpc/InteropTestPortType.cpp ../../gen_src/rpc/SOAPStruct.cpp ../../gen_src/rpc/AxisClientException.cpp
   
  -httpHeaderTest2RPC_LDADD   =  $(LDFLAGS) -laxiscpp_client
  +httpHeaderTest2RPC_LDADD   =   @LINKCLIENTLIB@
   INCLUDES = -I$(AXISCPP_HOME)/include
  
  
  
  1.3       +1 -1      ws-axis/c/tests/client/httpHeader/test3/rpc/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/httpHeader/test3/rpc/Makefile.am,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.am	7 Jul 2004 09:00:19 -0000	1.2
  +++ Makefile.am	20 Jul 2004 12:44:52 -0000	1.3
  @@ -3,5 +3,5 @@
   AM_CPPFLAGS = $(CPPFLAGS)
   httpHeaderTest3RPC_SOURCES = TestClient.cpp  ../../gen_src/rpc/InteropTestPortType.cpp ../../gen_src/rpc/SOAPStruct.cpp ../../gen_src/rpc/AxisClientException.cpp 
   
  -httpHeaderTest3RPC_LDADD   =  $(LDFLAGS) -laxiscpp_client
  +httpHeaderTest3RPC_LDADD   =   @LINKCLIENTLIB@
   INCLUDES = -I$(AXISCPP_HOME)/include
  
  
  
  1.3       +1 -1      ws-axis/c/tests/client/httpHeader/test4/rpc/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/httpHeader/test4/rpc/Makefile.am,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.am	7 Jul 2004 09:00:21 -0000	1.2
  +++ Makefile.am	20 Jul 2004 12:44:52 -0000	1.3
  @@ -3,5 +3,5 @@
   AM_CPPFLAGS = $(CPPFLAGS)
   httpHeaderTest4RPC_SOURCES = TestClient.cpp  ../../gen_src/rpc/InteropTestPortType.cpp ../../gen_src/rpc/SOAPStruct.cpp ../../gen_src/rpc/AxisClientException.cpp 
   
  -httpHeaderTest4RPC_LDADD   =  $(LDFLAGS) -laxiscpp_client
  +httpHeaderTest4RPC_LDADD   =   @LINKCLIENTLIB@
   INCLUDES = -I$(AXISCPP_HOME)/include
  
  
  
  1.3       +1 -1      ws-axis/c/tests/client/httpHeader/test5/rpc/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/httpHeader/test5/rpc/Makefile.am,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.am	7 Jul 2004 09:00:21 -0000	1.2
  +++ Makefile.am	20 Jul 2004 12:44:52 -0000	1.3
  @@ -3,5 +3,5 @@
   AM_CPPFLAGS = $(CPPFLAGS)
   httpHeaderTest5RPC_SOURCES = TestClient.cpp  ../../gen_src/rpc/InteropTestPortType.cpp ../../gen_src/rpc/SOAPStruct.cpp ../../gen_src/rpc/AxisClientException.cpp
   
  -httpHeaderTest5RPC_LDADD   =  $(LDFLAGS) -laxiscpp_client
  +httpHeaderTest5RPC_LDADD   =   @LINKCLIENTLIB@
   INCLUDES = -I$(AXISCPP_HOME)/include
  
  
  
  1.3       +1 -1      ws-axis/c/tests/client/httpHeader/test7/rpc/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/httpHeader/test7/rpc/Makefile.am,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.am	7 Jul 2004 09:00:21 -0000	1.2
  +++ Makefile.am	20 Jul 2004 12:44:52 -0000	1.3
  @@ -3,5 +3,5 @@
   AM_CPPFLAGS = $(CPPFLAGS)
   httpHeaderTest7RPC_SOURCES = TestClient.cpp  ../../gen_src/rpc/InteropTestPortType.cpp ../../gen_src/rpc/SOAPStruct.cpp ../../gen_src/rpc/AxisClientException.cpp 
   
  -httpHeaderTest7RPC_LDADD   =  $(LDFLAGS) -laxiscpp_client
  +httpHeaderTest7RPC_LDADD   =   @LINKCLIENTLIB@
   INCLUDES = -I$(AXISCPP_HOME)/include
  
  
  
  1.3       +1 -1      ws-axis/c/tests/client/httpHeader/test8/rpc/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/httpHeader/test8/rpc/Makefile.am,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.am	7 Jul 2004 09:00:21 -0000	1.2
  +++ Makefile.am	20 Jul 2004 12:44:52 -0000	1.3
  @@ -3,5 +3,5 @@
   AM_CPPFLAGS = $(CPPFLAGS)
   httpHeaderTest8RPC_SOURCES = TestClient.cpp  ../../gen_src/rpc/InteropTestPortType.cpp ../../gen_src/rpc/SOAPStruct.cpp ../../gen_src/rpc/AxisClientException.cpp 
   
  -httpHeaderTest8RPC_LDADD   =  $(LDFLAGS) -laxiscpp_client
  +httpHeaderTest8RPC_LDADD   =   @LINKCLIENTLIB@
   INCLUDES = -I$(AXISCPP_HOME)/include
  
  
  
  1.3       +1 -1      ws-axis/c/tests/client/interop/round1/gen_src/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/interop/round1/gen_src/Makefile.am,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.am	6 Jul 2004 14:07:58 -0000	1.2
  +++ Makefile.am	20 Jul 2004 12:44:52 -0000	1.3
  @@ -2,5 +2,5 @@
   SUBDIRS =
   AM_CPPFLAGS = $(CPPFLAGS)
   SimpleTest_SOURCES =  SOAPStruct.cpp SimpleTestSoap.cpp AxisClientException.cpp ../Client.cpp
  -SimpleTest_LDADD = $(LDFLAGS)
  +SimpleTest_LDADD =  @LINKCLIENTLIB@
   INCLUDES = -I$(AXISCPP_HOME)/include
  
  
  
  1.3       +1 -1      ws-axis/c/tests/client/soapHeader/test2/rpc/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/soapHeader/test2/rpc/Makefile.am,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.am	7 Jul 2004 06:56:26 -0000	1.2
  +++ Makefile.am	20 Jul 2004 12:44:52 -0000	1.3
  @@ -3,5 +3,5 @@
   AM_CPPFLAGS = $(CPPFLAGS)
   soapHeaderTest2RPC_SOURCES = TestClient.cpp  ../../gen_src/rpc/InteropTestPortType.cpp ../../gen_src/rpc/SOAPStruct.cpp ../../gen_src/rpc/AxisClientException.cpp 
   
  -soapHeaderTest2RPC_LDADD   =  $(LDFLAGS) -laxiscpp_client
  +soapHeaderTest2RPC_LDADD   =   @LINKCLIENTLIB@
   INCLUDES = -I$(AXISCPP_HOME)/include
  
  
  
  1.3       +1 -1      ws-axis/c/tests/client/soapHeader/test3/rpc/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/soapHeader/test3/rpc/Makefile.am,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.am	7 Jul 2004 06:56:26 -0000	1.2
  +++ Makefile.am	20 Jul 2004 12:44:52 -0000	1.3
  @@ -3,5 +3,5 @@
   AM_CPPFLAGS = $(CPPFLAGS)
   soapHeaderTest3RPC_SOURCES = TestClient.cpp  ../../gen_src/rpc/InteropTestPortType.cpp ../../gen_src/rpc/SOAPStruct.cpp ../../gen_src/rpc/AxisClientException.cpp
   
  -soapHeaderTest3RPC_LDADD   =  $(LDFLAGS) -laxiscpp_client
  +soapHeaderTest3RPC_LDADD   =  @LINKCLIENTLIB@
   INCLUDES = -I$(AXISCPP_HOME)/include
  
  
  
  1.3       +1 -1      ws-axis/c/tests/client/soapHeader/test4/rpc/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/soapHeader/test4/rpc/Makefile.am,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.am	7 Jul 2004 06:56:26 -0000	1.2
  +++ Makefile.am	20 Jul 2004 12:44:52 -0000	1.3
  @@ -3,5 +3,5 @@
   AM_CPPFLAGS = $(CPPFLAGS)
   soapHeaderTest4RPC_SOURCES = TestClient.cpp  ../../gen_src/rpc/InteropTestPortType.cpp ../../gen_src/rpc/SOAPStruct.cpp ../../gen_src/rpc/AxisClientException.cpp 
   
  -soapHeaderTest4RPC_LDADD   =  $(LDFLAGS) -laxiscpp_client
  +soapHeaderTest4RPC_LDADD   =   @LINKCLIENTLIB@
   INCLUDES = -I$(AXISCPP_HOME)/include
  
  
  
  1.3       +1 -1      ws-axis/c/tests/client/soapHeader/test6/rpc/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/soapHeader/test6/rpc/Makefile.am,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.am	7 Jul 2004 06:56:26 -0000	1.2
  +++ Makefile.am	20 Jul 2004 12:44:52 -0000	1.3
  @@ -3,5 +3,5 @@
   AM_CPPFLAGS = $(CPPFLAGS)
   soapHeaderTest6RPC_SOURCES = TestClient.cpp  ../../gen_src/rpc/InteropTestPortType.cpp ../../gen_src/rpc/SOAPStruct.cpp ../../gen_src/rpc/AxisClientException.cpp 
   
  -soapHeaderTest6RPC_LDADD   =  $(LDFLAGS) -laxiscpp_client
  +soapHeaderTest6RPC_LDADD   =   @LINKCLIENTLIB@
   INCLUDES = -I$(AXISCPP_HOME)/include
  
  
  
  1.3       +1 -1      ws-axis/c/tests/client/soapHeader/test8/rpc/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/soapHeader/test8/rpc/Makefile.am,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.am	7 Jul 2004 06:56:26 -0000	1.2
  +++ Makefile.am	20 Jul 2004 12:44:52 -0000	1.3
  @@ -3,5 +3,5 @@
   AM_CPPFLAGS = $(CPPFLAGS)
   soapHeaderTest8RPC_SOURCES = TestClient.cpp  ../../gen_src/rpc/InteropTestPortType.cpp ../../gen_src/rpc/SOAPStruct.cpp ../../gen_src/rpc/AxisClientException.cpp 
   
  -soapHeaderTest8RPC_LDADD   =  $(LDFLAGS) -laxiscpp_client
  +soapHeaderTest8RPC_LDADD   =   @LINKCLIENTLIB@
   INCLUDES = -I$(AXISCPP_HOME)/include
  
  
  
  1.4       +1 -1      ws-axis/c/tests/client/stubTest/stubBase/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/stubTest/stubBase/Makefile.am,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Makefile.am	6 Jul 2004 13:12:49 -0000	1.3
  +++ Makefile.am	20 Jul 2004 12:44:52 -0000	1.4
  @@ -3,5 +3,5 @@
   AM_CPPFLAGS = $(CPPFLAGS)
   stubBase_SOURCES = InteropBaseClient.cpp InteropTestPortType.cpp  SOAPStruct.cpp AxisClientException.cpp
   
  -stubBase_LDADD   =  $(LDFLAGS)
  +stubBase_LDADD   =   @LINKCLIENTLIB@
   INCLUDES = -I$(AXISCPP_HOME)/include
  
  
  
  1.4       +1 -1      ws-axis/c/tests/client/threadSafe/gen_src/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/threadSafe/gen_src/Makefile.am,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Makefile.am	6 Jul 2004 14:07:58 -0000	1.3
  +++ Makefile.am	20 Jul 2004 12:44:52 -0000	1.4
  @@ -3,5 +3,5 @@
   AM_CPPFLAGS = $(CPPFLAGS)
   thSafeTest_SOURCES = InteropTestPortType.cpp SOAPStruct.cpp AxisClientException.cpp ../Client.cpp
   
  -thSafeTest_LDADD   =  $(LDFLAGS) -lpthread
  +thSafeTest_LDADD   = -lpthread  @LINKCLIENTLIB@
   INCLUDES = -I$(AXISCPP_HOME)/include
  
  
  
  1.3       +1 -1      ws-axis/c/tests/client/xsdAnyTest1/gen_src/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/xsdAnyTest1/gen_src/Makefile.am,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.am	6 Jul 2004 14:07:58 -0000	1.2
  +++ Makefile.am	20 Jul 2004 12:44:52 -0000	1.3
  @@ -2,5 +2,5 @@
   SUBDIRS =
   AM_CPPFLAGS = $(CPPFLAGS)
   ExtensibilityQuery_SOURCES =  ../ExtensibilityQueryMain.cpp ExtensibilityType.cpp ExtensibilityQueryPortType.cpp AxisClientException.cpp
  -ExtensibilityQuery_LDADD = $(LDFLAGS)
  +ExtensibilityQuery_LDADD =  @LINKCLIENTLIB@
   INCLUDES = -I$(AXISCPP_HOME)/include