You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by pe...@apache.org on 2001/11/21 20:04:13 UTC

cvs commit: xml-xerces/c/samples Makefile.in configure.in configure

peiyongz    01/11/21 11:04:12

  Modified:    c/samples Makefile.in configure.in configure
  Log:
  SEnumVal
  
  Revision  Changes    Path
  1.12      +7 -2      xml-xerces/c/samples/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/Makefile.in,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- Makefile.in	2001/05/17 15:27:35	1.11
  +++ Makefile.in	2001/11/21 19:04:12	1.12
  @@ -54,7 +54,7 @@
   # <http://www.apache.org/>.
   #
   #
  -# $Id: Makefile.in,v 1.11 2001/05/17 15:27:35 tng Exp $
  +# $Id: Makefile.in,v 1.12 2001/11/21 19:04:12 peiyongz Exp $
   #
   
   SAXPrint_DIR=SAXPrint
  @@ -70,6 +70,7 @@
   PParse_DIR=PParse
   StdInParse_DIR=StdInParse
   EnumVal_DIR=EnumVal
  +SEnumVal_DIR=SEnumVal
   CreateDOMDocument_DIR=CreateDOMDocument
   
   LIB_DIR=${XERCESCROOT}/lib
  @@ -80,7 +81,7 @@
   CFLAGS = @cflags@
   PREFIX = @prefix@
   
  -all::	saxprint sax2print saxcount sax2count domprint domcount idomprint idomcount redirect memparse pparse stdinparse enumval createdomdocument
  +all::	saxprint sax2print saxcount sax2count domprint domcount idomprint idomcount redirect memparse pparse stdinparse enumval senumval createdomdocument
   
   saxprint::
   	@echo Building "SAXPrint"
  @@ -133,6 +134,10 @@
   enumval::
   	@echo Building "EnumVal"
   	cd $(EnumVal_DIR) ; $(MAKE) $(MAKE_FLAGS) ; cd ..
  +
  +senumval::
  +	@echo Building "SEnumVal"
  +	cd $(SEnumVal_DIR) ; $(MAKE) $(MAKE_FLAGS) ; cd ..
   
   createdomdocument::
   	@echo Building "CreateDOMDocument"
  
  
  
  1.14      +1 -0      xml-xerces/c/samples/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/configure.in,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- configure.in	2001/06/06 16:29:41	1.13
  +++ configure.in	2001/11/21 19:04:12	1.14
  @@ -83,6 +83,7 @@
   PParse/Makefile \
   StdInParse/Makefile \
   EnumVal/Makefile \
  +SEnumVal/Makefile \
   CreateDOMDocument/Makefile])
   
   echo
  
  
  
  1.16      +2 -0      xml-xerces/c/samples/configure
  
  Index: configure
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/configure,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- configure	2001/06/06 16:29:39	1.15
  +++ configure	2001/11/21 19:04:12	1.16
  @@ -1467,6 +1467,7 @@
   PParse/Makefile \
   StdInParse/Makefile \
   EnumVal/Makefile \
  +SEnumVal/Makefile \
   CreateDOMDocument/Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
   EOF
   cat >> $CONFIG_STATUS <<EOF
  @@ -1572,6 +1573,7 @@
   PParse/Makefile \
   StdInParse/Makefile \
   EnumVal/Makefile \
  +SEnumVal/Makefile \
   CreateDOMDocument/Makefile"}
   EOF
   cat >> $CONFIG_STATUS <<\EOF
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org