You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ab...@locus.apache.org on 2000/02/02 00:43:14 UTC

cvs commit: xml-xerces/c/src/internal Makefile.in

abagchi     00/02/01 15:43:14

  Modified:    c/src/internal Makefile.in
  Log:
  AS/400 related change
  
  Revision  Changes    Path
  1.5       +27 -24    xml-xerces/c/src/internal/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/internal/Makefile.in,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Makefile.in	2000/01/12 20:10:38	1.4
  +++ Makefile.in	2000/02/01 23:43:14	1.5
  @@ -1,37 +1,37 @@
   #
   # The Apache Software License, Version 1.1
  -# 
  -# Copyright (c) 1999 The Apache Software Foundation.  All rights 
  +#
  +# Copyright (c) 1999 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. 
  -# 
  +#    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:  
  +#    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 
  +#    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
  @@ -45,16 +45,19 @@
   # 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/>.
  -# 
   #
  +#
   # $Log: Makefile.in,v $
  +# Revision 1.5  2000/02/01 23:43:14  abagchi
  +# AS/400 related change
  +#
   # Revision 1.4  2000/01/12 20:10:38  aruna1
   # Modified for new file and moved files
   #
  @@ -105,17 +108,17 @@
   	XMLReader.hpp \
   	XMLScanner.hpp
   
  -INTERNAL_CPP_PRIVHEADERS = 
  +INTERNAL_CPP_PRIVHEADERS =
   
  -INTERNAL_C_FILES = 
  +INTERNAL_C_FILES =
   
   INTERNAL_CPP_OBJECTS = \
  -	ElemStack.o \
  -	ReaderMgr.o \
  -	VecAttrListImpl.o \
  -	XMLReader.o \
  -	XMLScanner.o \
  -	XMLScanner2.o
  +	ElemStack.$(TO) \
  +	ReaderMgr.$(TO) \
  +	VecAttrListImpl.$(TO) \
  +	XMLReader.$(TO) \
  +	XMLScanner.$(TO) \
  +	XMLScanner2.$(TO)
   
   all:	includes $(INTERNAL_CPP_OBJECTS) publish
   
  @@ -135,7 +138,7 @@
   
   clean:
   	@echo "Making clean in $(MODULE) ..."
  -	$(RM) $(INTERNAL_CPP_OBJECTS)
  +	$(RM2) $(INTERNAL_CPP_OBJECTS)
   
   distclean:	clean
   	$(RM) Makefile $(DEPFILE)
  @@ -145,7 +148,7 @@
   	done
   	@echo "Removing all $(MODULE) object files ..."
   	@for file in $(INTERNAL_CPP_OBJECTS); do \
  -	rm -f $(ALL_OBJECTS_DIR)/$$file; \
  +	$(RM2) $(ALL_OBJECTS_DIR)/$$file; \
   	done
   
   install: