2004/ws/addressing Makefile,1.4,1.5

Update of /sources/public/2004/ws/addressing
In directory homer:/tmp/cvs-serv9761

Modified Files:
	Makefile 
Log Message:
Added soap11-ror-httpbinding


Index: Makefile
===================================================================
RCS file: /sources/public/2004/ws/addressing/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Makefile	20 Apr 2005 21:42:58 -0000	1.4
--- Makefile	10 Mar 2006 11:02:58 -0000	1.5
***************
*** 2,5 ****
--- 2,6 ----
  SOAP=Makefile.soap
  WSDL=Makefile.wsdl
+ SOAP11-ROR-HTTPBINDING=Makefile.soap11-ror-httpbinding
  TESTSUITE=Makefile.testsuite
  
***************
*** 11,14 ****
--- 12,16 ----
  	echo "	soap";\
  	echo "	wsdl";\
+ 	echo "	soap11-ror-httpbinding";\
  	echo "	testsuite"
  
***************
*** 24,27 ****
--- 26,32 ----
  	make -f $(WSDL)
  
+ soap11-ror-httpbinding:
+ 	make -f $(SOAP11-ROR-HTTPBINDING)
+ 
  testsuite:
  	make -f $(TESTSUITE)
***************
*** 31,35 ****
  	make -f $$m clean; done
  
! .PHONY: default all core soap wsdl testsuite clean
  
  # Used for nxml-mode in Emacs
--- 36,40 ----
  	make -f $$m clean; done
  
! .PHONY: default all core soap wsdl testsuite clean soap11-ror-httpbinding
  
  # Used for nxml-mode in Emacs

Received on Friday, 10 March 2006 11:03:04 UTC