[sword-cvs] sword/tests Makefile.in,1.21,1.22

sword@www.crosswire.org sword@www.crosswire.org
Thu, 27 Feb 2003 16:34:25 -0700


Update of /usr/local/cvsroot/sword/tests
In directory www:/tmp/cvs-serv18458/tests

Modified Files:
	Makefile.in 
Log Message:
final updates to swbuf. works as expected.


Index: Makefile.in
===================================================================
RCS file: /usr/local/cvsroot/sword/tests/Makefile.in,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** Makefile.in	27 Feb 2003 09:33:02 -0000	1.21
--- Makefile.in	27 Feb 2003 23:34:22 -0000	1.22
***************
*** 45,48 ****
--- 45,54 ----
  AUTOMAKE = @AUTOMAKE@
  AWK = @AWK@
+ BUILDEXAMPLES_FALSE = @BUILDEXAMPLES_FALSE@
+ BUILDEXAMPLES_TRUE = @BUILDEXAMPLES_TRUE@
+ BUILDTESTS_FALSE = @BUILDTESTS_FALSE@
+ BUILDTESTS_TRUE = @BUILDTESTS_TRUE@
+ BUILDUTILS_FALSE = @BUILDUTILS_FALSE@
+ BUILDUTILS_TRUE = @BUILDUTILS_TRUE@
  CC = @CC@
  CCDEPMODE = @CCDEPMODE@
***************
*** 443,447 ****
  $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
  	cd $(top_srcdir) && \
! 	  $(AUTOMAKE) --gnu  tests/Makefile
  Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
  	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
--- 449,453 ----
  $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
  	cd $(top_srcdir) && \
! 	  $(AUTOMAKE) --foreign  tests/Makefile
  Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
  	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)