2002/ws/desc/wsdl20 Makefile.core,NONE,1.1 Makefile,1.4,1.5

Update of /sources/public/2002/ws/desc/wsdl20
In directory homer:/tmp/cvs-serv8454

Modified Files:
	Makefile 
Added Files:
	Makefile.core 
Log Message:
Renamed Makefile into Makefile.core
Made a central Makefile


Index: Makefile
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Makefile	30 Jul 2004 11:46:17 -0000	1.4
--- Makefile	30 Jul 2004 14:11:29 -0000	1.5
***************
*** 1,25 ****
! # $Id$
  
! PREFIX=wsdl20
! SOURCE.xml=$(PREFIX).xml
  
! SCHEMAS=\
! wsdl20.xsd\
! wsdl20-instance.xsd\
! wsdl20-rpc.xsd
  
! IMAGES=
  
! FILES=\
! $(WSDL20.xml) \
! $(IMAGES) \
! status.xml \
! acknowledgements.xml \
! xmlspec.dtd \
! entitiesedcopy.dtd \
! entitieswd.dtd \
! entities.dtd \
! xmlspec.xsl \
! xmlspec-wsdl.xsl
  
! include Makefile.base
--- 1,27 ----
! PART1=Makefile.core
! PART2=Makefile.patterns
! PART3=Makefile.bindings
  
! default:
! 	@echo "Please do either:";\
! 	echo "make all: builds all drafts";\
! 	echo "make {draft}: builds {draft}, where {draft} is one of:";\
! 	echo "	core / part1";\
! 	echo "	extensions / part2";\
! 	echo "	bindings / part3"
  
! all: part1 part2 part3
  
! core: part1
! part1:
! 	make -f $(PART1)
  
! extensions: part2
! part2:
! 	make -f $(PART2)
  
! bindings: part3
! part3:
! 	make -f $(PART3)
! 
! .PHONY: default all part1 part2 part3 core extensions bindings

--- NEW FILE: Makefile.core ---
# -*-makefile-*-
# $Id: Makefile.core,v 1.1 2004/07/30 14:11:30 hugo Exp $

PREFIX=wsdl20
SOURCE.xml=$(PREFIX).xml

SCHEMAS=\
wsdl20.xsd\
wsdl20-instance.xsd\
wsdl20-rpc.xsd

IMAGES=

FILES=\
$(SOURCE.xml) \
$(IMAGES) \
status.xml \
acknowledgements.xml \
xmlspec.dtd \
entitiesedcopy.dtd \
entitieswd.dtd \
entities.dtd \
xmlspec.xsl \
xmlspec-wsdl.xsl

include Makefile.base

Received on Friday, 30 July 2004 10:12:02 UTC