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:16:01 UTC

cvs commit: xml-xerces/c/tests/ThreadTest Makefile.in

aruna1      00/06/02 18:16:01

  Modified:    c/tests/ThreadTest Makefile.in
  Log:
  Version number consolidated into single file for unix
  
  Revision  Changes    Path
  1.5       +2 -11     xml-xerces/c/tests/ThreadTest/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/tests/ThreadTest/Makefile.in,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Makefile.in	2000/02/26 07:20:20	1.4
  +++ Makefile.in	2000/06/03 01:16:01	1.5
  @@ -54,25 +54,8 @@
   # <http://www.apache.org/>.
   # 
   #
  -# $Log: Makefile.in,v $
  -# Revision 1.4  2000/02/26 07:20:20  rahulj
  -#  - The threading tests now work on HPUX.
  -#  - Under HPUX 10.20 we do no build DOMMemTest and DOMTest.
  -#    It crashes the compiler.
  -#  - One could not write more worse makefiles than what exists for the
  -#    tests. Hopefully, I will get bugged enough to fix them oneday.
  +# $Id: Makefile.in,v 1.5 2000/06/03 01:16:01 aruna1 Exp $
   #
  -# Revision 1.3  2000/02/18 22:57:24  abagchi
  -# Changed target directory
  -#
  -# Revision 1.2  2000/02/06 07:48:37  rahulj
  -# Year 2K copyright swat.
  -#
  -# Revision 1.1  2000/01/31 22:22:50  aruna1
  -# initial checkin
  -#
  -#
  -#
   
   ###################################################################
   #                    IMPORTANT NOTE                               #
  @@ -93,6 +76,7 @@
   LIBS = @libs@
   CC = @compiler@
   
  +include ../../obj/version.incl
   include ../Makefile.incl
   
   APP_NAME=ThreadTest