You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ar...@locus.apache.org on 2000/06/03 03:13:29 UTC

cvs commit: xml-xerces/c/obj version.incl Makefile.in

aruna1      00/06/02 18:13:29

  Modified:    c/obj    Makefile.in
  Added:       c/obj    version.incl
  Log:
  Version number consolidated into single file for unix
  
  Revision  Changes    Path
  1.16      +2 -57     xml-xerces/c/obj/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/obj/Makefile.in,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- Makefile.in	2000/06/02 23:46:10	1.15
  +++ Makefile.in	2000/06/03 01:13:29	1.16
  @@ -54,66 +54,8 @@
   # <http://www.apache.org/>.
   #
   #
  -# $Log: Makefile.in,v $
  -# Revision 1.15  2000/06/02 23:46:10  aruna1
  -# Changed version no. to 1_2
  +# $Id: Makefile.in,v 1.16 2000/06/03 01:13:29 aruna1 Exp $
   #
  -# Revision 1.14  2000/04/17 22:25:43  abagchi
  -# Follow the SMP/E procedures for the OS/390 BATCH install
  -#
  -# Revision 1.13  2000/03/17 19:28:28  abagchi
  -# Now generates object files in platform-specific directories
  -#
  -# Revision 1.12  2000/03/01 22:30:00  abagchi
  -# Object files are now created directly under obj directory
  -#
  -# Revision 1.11  2000/02/09 22:04:54  abagchi
  -# AS/400 change
  -#
  -# Revision 1.10  2000/02/06 07:47:16  rahulj
  -# Year 2K copyright swat.
  -#
  -# Revision 1.9  2000/01/21 22:21:15  abagchi
  -# OS390 Change: changed the batch target name from XML4C30 to XERCES11
  -#
  -# Revision 1.8  2000/01/18 00:01:15  aruna1
  -# Changed version number
  -#
  -# Revision 1.7  1999/12/20 23:04:51  aruna1
  -# "transcoder information transferred"
  -#
  -# Revision 1.6  1999/12/17 01:28:52  rahulj
  -# Merged in changes submitted for UnixWare 7 port. Platform
  -# specific files are still missing.
  -#
  -# Revision 1.5  1999/12/14 23:53:17  rahulj
  -# Removed the offending Ctrl-M's from the commit message
  -# logs which was giving packaging problems.
  -#
  -# PR:
  -# Obtained from:
  -# Submitted by:
  -# Reviewed by:
  -#
  -# Revision 1.4  1999/11/24 23:21:42  rahulj
  -# Now works under HPUX 10.20 with CC and aCC, with ICU and native
  -# distclean target now remove and remaining Makefile(s)
  -# clean target now removes the template repository directory
  -#
  -# Revision 1.3  1999/11/23 01:59:16  rahulj
  -# Code now works under HPUX 11. Tested inmemory message loader.
  -# Revamped makefiles. Builds with both DCE threads as well as pthread libraries.
  -#
  -# Revision 1.2  1999/11/12 20:38:43  rahulj
  -# Replaced XML4CROOT with XERCESCROOT.
  -#
  -# Revision 1.1.1.1  1999/11/09 01:10:49  twl
  -# Initial checkin
  -#
  -# Revision 1.2  1999/11/08 20:43:14  rahul
  -# Swat for adding in Product name and CVS comment log variable.
  -#
  -#
   
   ###################################################################
   #                    IMPORTANT NOTE                               #
  @@ -134,6 +76,7 @@
   OSVER = @osver@
   TRANSCODER = @transcoder@
   
  +include version.incl
   include ../src/Makefile.incl
   
   LIB=${XERCESCROOT}/lib
  @@ -147,7 +90,6 @@
   LIBNAME=libxercesc
   endif
   THISLIB=${LIB}/${LIBNAME}
  -VER=1_2
   
   ALL_OBJECTS=$(wildcard $(XML_OBJ_DIR)/*.o)
   
  
  
  
  1.1                  xml-xerces/c/obj/version.incl
  
  Index: version.incl
  ===================================================================
  #
  # The Apache Software License, Version 1.1
  #
  # Copyright (c) 1999-2000 The Apache Software Foundation.  All rights
  # reserved.
  #
  # Redistribution and use in source and binary forms, with or without
  # modification, are permitted provided that the following conditions
  # are met:
  #
  # 1. Redistributions of source code must retain the above copyright
  #    notice, this list of conditions and the following disclaimer.
  #
  # 2. Redistributions in binary form must reproduce the above copyright
  #    notice, this list of conditions and the following disclaimer in
  #    the documentation and/or other materials provided with the
  #    distribution.
  #
  # 3. The end-user documentation included with the redistribution,
  #    if any, must include the following acknowledgment:
  #       "This product includes software developed by the
  #        Apache Software Foundation (http://www.apache.org/)."
  #    Alternately, this acknowledgment may appear in the software itself,
  #    if and wherever such third-party acknowledgments normally appear.
  #
  # 4. The names "Xerces" and "Apache Software Foundation" must
  #    not be used to endorse or promote products derived from this
  #    software without prior written permission. For written
  #    permission, please contact apache\@apache.org.
  #
  # 5. Products derived from this software may not be called "Apache",
  #    nor may "Apache" appear in their name, without prior written
  #    permission of the Apache Software Foundation.
  #
  # THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  # WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  # OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  # DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
  # ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  # USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  # ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  # OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  # SUCH DAMAGE.
  # ====================================================================
  #
  # This software consists of voluntary contributions made by many
  # individuals on behalf of the Apache Software Foundation, and was
  # originally based on software copyright (c) 1999, International
  # Business Machines, Inc., http://www.ibm.com .  For more information
  # on the Apache Software Foundation, please see
  # <http://www.apache.org/>.
  #
  #
  # $Id: version.incl,v 1.1 2000/06/03 01:13:29 aruna1 Exp $
  #
  VER=1_2