You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ga...@apache.org on 2005/04/05 10:28:17 UTC

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

gareth      2005/04/05 01:28:17

  Modified:    c/src/xercesc Makefile.in Makefile.incl
  Log:
  Fix for Jira 1396. make distclean now removes all files.
  
  Revision  Changes    Path
  1.25      +2 -1      xml-xerces/c/src/xercesc/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/Makefile.in,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- Makefile.in	10 Nov 2004 16:53:44 -0000	1.24
  +++ Makefile.in	5 Apr 2005 08:28:17 -0000	1.25
  @@ -165,6 +165,7 @@
   	${MAKE} -C $(XML_OBJ) $@
   	rm -f Makefile config.cache config.log config.status
   	find . -name Makefile -print -exec rm -f {} \;
  +	rm -Rf ${XML_OBJ_DIR} ${XML_OBJ_DEPDOM_DIR} ${XML_LIB_DIR} ../../include
   	rm -f *~ core
   
   #docs::
  
  
  
  1.68      +18 -1     xml-xerces/c/src/xercesc/Makefile.incl
  
  Index: Makefile.incl
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/Makefile.incl,v
  retrieving revision 1.67
  retrieving revision 1.68
  diff -u -r1.67 -r1.68
  --- Makefile.incl	2 Feb 2005 16:41:50 -0000	1.67
  +++ Makefile.incl	5 Apr 2005 08:28:17 -0000	1.68
  @@ -665,6 +665,23 @@
   endif
   
   
  +###################### LIBNAME ####################################
  +#
  +#
  +ifneq (${PLATFORM}, OS400)
  +ifeq (${PLATFORM}, CYGWIN)
  +CYGNAME=cygxerces-c
  +CYGDEPDOM=cygxerces-depdom
  +endif
  +LIBNAME=libxerces-c
  +LINK_LIBNAME=xerces-c
  +LIBDEPDOM=libxerces-depdom
  +else
  +LIBNAME=libxercesc
  +LINK_LIBNAME=xercesc
  +LIBDEPDOM=libxercesdepdom
  +endif
  +
   ###################### SO_NAME ####################################
   #
   #
  
  
  

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