You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by da...@apache.org on 2004/03/24 14:32:27 UTC

cvs commit: ws-axis/c/samples/server build.sh

damitha     2004/03/24 05:32:27

  Modified:    c/samples/client/interoptests/cbase Makefile.am
  Added:       c/samples/client build.sh run.sh
               c/samples/server build.sh
  Log:
  In the process of automating the build process
  
  Revision  Changes    Path
  1.1                  ws-axis/c/samples/client/build.sh
  
  Index: build.sh
  ===================================================================
  sh autogen.sh
  sh runconfig.sh
  make
  make install
  
  
  
  1.1                  ws-axis/c/samples/client/run.sh
  
  Index: run.sh
  ===================================================================
  echo "running interoptests/cbase..."
  echo "-----------------------------"
  ./cbase
  
  echo "-----------------------------"
  
  
  
  
  1.4       +3 -3      ws-axis/c/samples/client/interoptests/cbase/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/samples/client/interoptests/cbase/Makefile.am,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Makefile.am	24 Mar 2004 12:50:03 -0000	1.3
  +++ Makefile.am	24 Mar 2004 13:32:27 -0000	1.4
  @@ -1,7 +1,7 @@
  -bin_PROGRAMS = interopbase
  +bin_PROGRAMS = cbase
   SUBDIRS =
   AM_CPPFLAGS = -Wshadow -Wall -pedantic -ansi
  -interopbase_SOURCES = InteropBaseClient.c InteropTestPortType.c  SOAPStruct.c
  +cbase_SOURCES = InteropBaseClient.c InteropTestPortType.c  SOAPStruct.c
   
  -interopbase_LDADD   =  $(AXISCPP_HOME)/bin/libaxiscpp_client.a -L$(AXISCPP_HOME)/lib/expat -lexpat -lltdl -lssl -lstdc++
  +cbase_LDADD   =  $(AXISCPP_HOME)/bin/libaxiscpp_client.a -L$(AXISCPP_HOME)/lib/expat -lexpat -lltdl -lssl -lstdc++
   INCLUDES = -I$(AXISCPP_HOME)/include
  
  
  
  1.1                  ws-axis/c/samples/server/build.sh
  
  Index: build.sh
  ===================================================================
  sh autogen.sh
  sh runconfig.sh
  make
  make install