cvs-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Cvs-cvs] ccvs/lib ChangeLog Makefile.am Makefile.gnulib ... [signed-com


From: Derek Robert Price
Subject: [Cvs-cvs] ccvs/lib ChangeLog Makefile.am Makefile.gnulib ... [signed-commits4]
Date: Wed, 12 Apr 2006 17:52:51 +0000

CVSROOT:        /cvsroot/cvs
Module name:    ccvs
Branch:         signed-commits4
Changes by:     Derek Robert Price <address@hidden>     06/04/12 17:52:51

Modified files:
        lib            : ChangeLog Makefile.am Makefile.gnulib 
                         Makefile.in 

Log message:
        * Makefile.am: Backout previous change introduced by gnulib-tool.
        Remove now automatic inclusion of time_r.
        * Makefile.gnulib: Regenerated by gnulib-update.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/lib/ChangeLog.diff?only_with_tag=signed-commits4&tr1=1.498.2.1&tr2=1.498.2.2&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/lib/Makefile.am.diff?only_with_tag=signed-commits4&tr1=1.107.2.1&tr2=1.107.2.2&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/lib/Makefile.gnulib.diff?only_with_tag=signed-commits4&tr1=1.68&tr2=1.68.2.1&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/lib/Makefile.in.diff?only_with_tag=signed-commits4&tr1=1.204.2.1&tr2=1.204.2.2&r1=text&r2=text

Patches:
Index: ccvs/lib/ChangeLog
diff -u ccvs/lib/ChangeLog:1.498.2.1 ccvs/lib/ChangeLog:1.498.2.2
--- ccvs/lib/ChangeLog:1.498.2.1        Wed Apr 12 02:36:57 2006
+++ ccvs/lib/ChangeLog  Wed Apr 12 17:52:51 2006
@@ -1,3 +1,9 @@
+2006-04-12  Derek Price  <address@hidden>
+
+       * Makefile.am: Backout previous change introduced by gnulib-tool.
+       Remove now automatic inclusion of time_r.
+       * Makefile.gnulib: Regenerated by gnulib-update.
+
 2005-10-27  Derek Price  <address@hidden>
 
        * Makefile.am (libcvs_SOURCES): Add base64.[ch].
Index: ccvs/lib/Makefile.am
diff -u ccvs/lib/Makefile.am:1.107.2.1 ccvs/lib/Makefile.am:1.107.2.2
--- ccvs/lib/Makefile.am:1.107.2.1      Wed Apr 12 02:36:57 2006
+++ ccvs/lib/Makefile.am        Wed Apr 12 17:52:51 2006
@@ -1,34 +1,62 @@
-## Process this file with automake to produce Makefile.in.
-# Copyright (C) 2004 Free Software Foundation, Inc.
+## Process this file with automake to produce Makefile.in
+# Makefile for library files used by GNU CVS.
 #
-# This file is free software, distributed under the terms of the GNU
-# General Public License.  As a special exception to the GNU General
-# Public License, this file may be distributed as part of a program
-# that contains a configuration script generated by Automake, under
-# the same distribution terms as the rest of that program.
+# Copyright (C) 1986-2005 The Free Software Foundation, Inc.
 #
-# Generated by gnulib-tool.
-# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib 
--m4-base=m4 --aux-dir=build-aux --macro-prefix=gl allocsa atexit base64 
canon-host canonicalize closeout dirname dup2 error exit exitfail extensions 
fnmatch fnmatch-posix ftruncate getdate gethostname getline getlogin_r 
getndelim2 getnline getopt getpagesize getpass-gnu gettext gettime gettimeofday 
glob lstat malloc md5 memmove minmax mkdir mkstemp mktime nanosleep 
pagealign_alloc pathmax quotearg readlink realloc regex rename restrict 
save-cwd setenv stat-macros stdbool stdint strcase strdup strerror strftime 
strstr strtoul strtoumax time_r timespec tzset unlocked-io vasnprintf vasprintf 
xalloc-die xgethostname xreadlink xsize yesno
+# Portions Copyright (C) 1998-2005 Derek Price, Ximbiot <http://ximbiot.com>,
+#                                  and others.
 
-AUTOMAKE_OPTIONS = 1.5 gnits no-dependencies
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+
+noinst_LIBRARIES = libcvs.a
+
+# Should look into unifying regular expression matching in CVS
+# with the diff library (perhaps to have the caller, CVS, do the
+# matching?)
+libcvs_a_SOURCES = \
+       sighandle.c \
+       system.h \
+       wait.h \
+       xselect.h \
+       xtime.h
+## Because @LIBOBJS@ is included below and AC_LIBOBJ is sometimes called on
+## these files from configure.in, automake automatically knows about many of
+## the *.c files in this directory.
+libcvs_a_LIBADD = \
+       @LIBOBJS@
 
-noinst_LIBRARIES = libgnu.a
 
-libgnu_a_SOURCES =
-libgnu_a_LIBADD = @LIBOBJS@
-noinst_HEADERS =
-EXTRA_DIST =
+
+## Zero some variables so Automake will allow us to use += on them.
 BUILT_SOURCES =
-SUFFIXES =
 MOSTLYCLEANFILES =
-CLEANFILES =
 DISTCLEANFILES =
 MAINTAINERCLEANFILES =
+TESTS =
+check_PROGRAMS =
+
+EXTRA_DIST = \
+       .cvsignore \
+       ChangeLog.fsf \
+       Makefile.gnulib \
+       build_lib.com \
+       libcvs.dep \
+       libcvs.dsp \
+       libcvs.mak \
+       test-getdate.sh
 
 ## begin gnulib module alloca
 
 
-libgnu_a_LIBADD += @ALLOCA@
+libcvs_a_LIBADD += @ALLOCA@
 ## end   gnulib module alloca
 
 ## begin gnulib module alloca-opt
@@ -47,32 +75,40 @@
 
 ## begin gnulib module allocsa
 
-libgnu_a_SOURCES += allocsa.h allocsa.c
+libcvs_a_SOURCES += allocsa.h allocsa.c
 EXTRA_DIST += allocsa.valgrind
 
 ## end   gnulib module allocsa
 
 ## begin gnulib module base64
 
-libgnu_a_SOURCES += base64.h base64.c
+libcvs_a_SOURCES += base64.h base64.c
 
 ## end   gnulib module base64
 
 ## begin gnulib module cycle-check
 
-libgnu_a_SOURCES += cycle-check.c cycle-check.h dev-ino.h
+libcvs_a_SOURCES += cycle-check.c cycle-check.h dev-ino.h
 
 ## end   gnulib module cycle-check
 
 ## begin gnulib module dirname
 
-libgnu_a_SOURCES += basename.c stripslash.c
+libcvs_a_SOURCES += basename.c stripslash.c
 
 ## end   gnulib module dirname
 
+## For GNULIB's error module.
+##
+## This module isn't fully imported since GNULIB's error.c would conflict with
+## src/error.c (which knows how to send error messages over the network).  We
+## don't compile error.c into libcvs on purpose.  It can get compiled later as
+## part of the getdate test program,
+libcvs_a_SOURCES += error.h
+
 ## begin gnulib module exit
 
-libgnu_a_SOURCES += exit.h
+libcvs_a_SOURCES += exit.h
 
 ## end   gnulib module exit
 
@@ -92,12 +128,31 @@
 
 ## begin gnulib module getaddrinfo
 
-libgnu_a_SOURCES += getaddrinfo.h
+libcvs_a_SOURCES += getaddrinfo.h
 
 ## end   gnulib module getaddrinfo
 
 ## begin gnulib module getdate
 
+## CVS test scripts for getdate.
+TESTS += test-getdate.sh
+MOSTLYCLEANFILES += getdate-expected getdate-got getdate.diff
+DISTCLEANFILES += getdate.log
+# Program required by test-getdate.sh for testing getdate.y.
+check_PROGRAMS += getdate
+getdate_SOURCES = \
+       error.c \
+       getdate.y
+## This source file was added only for the getdate test program when compiled
+## with GNULIB's error.c.
+getdate_SOURCES += \
+       progname.c
+getdate_CPPFLAGS = -DTEST
+getdate_LDADD = \
+       $(noinst_LIBRARIES) \
+       $(LIB_CLOCK_GETTIME) \
+       $(LIBINTL)
+
 BUILT_SOURCES += getdate.c
 MAINTAINERCLEANFILES += getdate.c
 EXTRA_DIST += getdate.c
@@ -112,7 +167,7 @@
 
 ## begin gnulib module getnline
 
-libgnu_a_SOURCES += getnline.h getnline.c
+libcvs_a_SOURCES += getnline.h getnline.c
 
 ## end   gnulib module getnline
 
@@ -132,7 +187,7 @@
 
 ## begin gnulib module gettext-h
 
-libgnu_a_SOURCES += gettext.h
+libcvs_a_SOURCES += gettext.h
 
 ## end   gnulib module gettext-h
 
@@ -140,48 +195,43 @@
 
 BUILT_SOURCES += $(GLOB_H)
 
-# We need the following in order to create <glob.h> when the system
+# We need the following in order to create an <getopt.h> when the system
 # doesn't have one that works with the given compiler.
+all-local $(libcvs_a_OBJECTS): $(GLOB_H)
 glob.h: glob_.h
        cp $(srcdir)/glob_.h address@hidden
        mv address@hidden $@
 MOSTLYCLEANFILES += glob.h glob.h-t
 
-## end   gnulib module glob
-
-## begin gnulib module intprops
-
-EXTRA_DIST += intprops.h
-
-## end   gnulib module intprops
+## end   gnulib module glob.c
 
 ## begin gnulib module mbchar
 
-libgnu_a_SOURCES += mbchar.h
+libcvs_a_SOURCES += mbchar.h
 
 ## end   gnulib module mbchar
 
 ## begin gnulib module mbuiter
 
-libgnu_a_SOURCES += mbuiter.h
+libcvs_a_SOURCES += mbuiter.h
 
 ## end   gnulib module mbuiter
 
 ## begin gnulib module minmax
 
-libgnu_a_SOURCES += minmax.h
+libcvs_a_SOURCES += minmax.h
 
 ## end   gnulib module minmax
 
 ## begin gnulib module setenv
 
-libgnu_a_SOURCES += setenv.h
+libcvs_a_SOURCES += setenv.h
 
 ## end   gnulib module setenv
 
 ## begin gnulib module size_max
 
-libgnu_a_SOURCES += size_max.h
+libcvs_a_SOURCES += size_max.h
 
 ## end   gnulib module size_max
 
@@ -193,7 +243,8 @@
 # We need the following in order to create <stdbool.h> when the system
 # doesn't have one that works.
 stdbool.h: stdbool_.h
-       sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool_.h > 
address@hidden
+       sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' \
+               < $(srcdir)/stdbool_.h > address@hidden
        mv address@hidden $@
 MOSTLYCLEANFILES += stdbool.h stdbool.h-t
 
@@ -215,93 +266,62 @@
 
 ## begin gnulib module strcase
 
-libgnu_a_SOURCES += strcase.h
+libcvs_a_SOURCES += strcase.h
 
 ## end   gnulib module strcase
 
 ## begin gnulib module strnlen1
 
-libgnu_a_SOURCES += strnlen1.h strnlen1.c
+libcvs_a_SOURCES += strnlen1.h strnlen1.c
 
 ## end   gnulib module strnlen1
 
 ## begin gnulib module strstr
 
-libgnu_a_SOURCES += strstr.h
+libcvs_a_SOURCES += strstr.h
 
 ## end   gnulib module strstr
 
-## begin gnulib module sys_socket
-
-BUILT_SOURCES += $(SYS_SOCKET_H)
-EXTRA_DIST += socket_.h
-
-# We need the following in order to create <sys/socket.h> when the system
-# doesn't have one that works with the given compiler.
-sys/socket.h: socket_.h
-       test -d sys || mkdir sys
-       cp $(srcdir)/socket_.h address@hidden
-       mv address@hidden $@
-MOSTLYCLEANFILES += sys/socket.h sys/socket.h-t
-
-mostlyclean-local:
-       -rmdir sys 2>/dev/null
-
-## end   gnulib module sys_socket
-
-## begin gnulib module time_r
-
-libgnu_a_SOURCES += time_r.h
-
-## end   gnulib module time_r
-
-## begin gnulib module unistd
-
-BUILT_SOURCES += $(UNISTD_H)
-
-# We need the following in order to create an empty placeholder for
-# <unistd.h> when the system doesn't have one.
-unistd.h:
-       echo '/* Empty placeholder for address@hidden  */' >$@
-MOSTLYCLEANFILES += unistd.h
-
-## end   gnulib module unistd
-
 ## begin gnulib module vasnprintf
 
-libgnu_a_SOURCES += printf-args.h printf-parse.h vasnprintf.h
+libcvs_a_SOURCES += printf-args.h printf-parse.h vasnprintf.h
 
 ## end   gnulib module vasnprintf
 
 ## begin gnulib module vasprintf
 
-libgnu_a_SOURCES += vasprintf.h
+libcvs_a_SOURCES += vasprintf.h
 
 ## end   gnulib module vasprintf
 
 ## begin gnulib module verify
 
-libgnu_a_SOURCES += verify.h
+libcvs_a_SOURCES += verify.h
 
 ## end   gnulib module verify
 
 ## begin gnulib module xalloc-die
 
-libgnu_a_SOURCES += xalloc-die.c
+libcvs_a_SOURCES += xalloc-die.c
 
 ## end   gnulib module xalloc-die
 
 ## begin gnulib module xgethostname
 
-libgnu_a_SOURCES += xgethostname.h xgethostname.c
+libcvs_a_SOURCES += xgethostname.h xgethostname.c
 
 ## end   gnulib module xgethostname
 
 ## begin gnulib module xsize
 
-libgnu_a_SOURCES += xsize.h
+libcvs_a_SOURCES += xsize.h
 
 ## end   gnulib module xsize
 
-
-# Makefile.am ends here
+# Until Automake gets its act together
+distclean-local:
+       rm -f fnmatch.h
+
+# for backwards compatibility with the old makefiles
+realclean: maintainer-clean
+.PHONY: realclean
Index: ccvs/lib/Makefile.gnulib
diff -u /dev/null ccvs/lib/Makefile.gnulib:1.68.2.1
--- /dev/null   Wed Apr 12 17:52:51 2006
+++ ccvs/lib/Makefile.gnulib    Wed Apr 12 17:52:51 2006
@@ -0,0 +1,307 @@
+## Process this file with automake to produce Makefile.in.
+# Copyright (C) 2004 Free Software Foundation, Inc.
+#
+# This file is free software, distributed under the terms of the GNU
+# General Public License.  As a special exception to the GNU General
+# Public License, this file may be distributed as part of a program
+# that contains a configuration script generated by Automake, under
+# the same distribution terms as the rest of that program.
+#
+# Generated by gnulib-tool.
+# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib 
--m4-base=m4 --aux-dir=build-aux --macro-prefix=gl allocsa atexit base64 
canon-host canonicalize closeout dirname dup2 error exit exitfail extensions 
fnmatch fnmatch-posix ftruncate getdate gethostname getline getlogin_r 
getndelim2 getnline getopt getpagesize getpass-gnu gettext gettime gettimeofday 
glob lstat malloc md5 memmove minmax mkdir mkstemp mktime nanosleep 
pagealign_alloc pathmax quotearg readlink realloc regex rename restrict 
save-cwd setenv stat-macros stdbool stdint strcase strdup strerror strftime 
strstr strtoul strtoumax time_r timespec tzset unlocked-io vasnprintf vasprintf 
xalloc-die xgethostname xreadlink xsize yesno
+
+AUTOMAKE_OPTIONS = 1.5 gnits no-dependencies
+
+noinst_LIBRARIES = libgnu.a
+
+libgnu_a_SOURCES =
+libgnu_a_LIBADD = @LIBOBJS@
+noinst_HEADERS =
+EXTRA_DIST =
+BUILT_SOURCES =
+SUFFIXES =
+MOSTLYCLEANFILES =
+CLEANFILES =
+DISTCLEANFILES =
+MAINTAINERCLEANFILES =
+
+## begin gnulib module alloca
+
+
+libgnu_a_LIBADD += @ALLOCA@
+## end   gnulib module alloca
+
+## begin gnulib module alloca-opt
+
+BUILT_SOURCES += $(ALLOCA_H)
+EXTRA_DIST += alloca_.h
+
+# We need the following in order to create <alloca.h> when the system
+# doesn't have one that works with the given compiler.
+alloca.h: alloca_.h
+       cp $(srcdir)/alloca_.h address@hidden
+       mv address@hidden $@
+MOSTLYCLEANFILES += alloca.h alloca.h-t
+
+## end   gnulib module alloca-opt
+
+## begin gnulib module allocsa
+
+libgnu_a_SOURCES += allocsa.h allocsa.c
+EXTRA_DIST += allocsa.valgrind
+
+## end   gnulib module allocsa
+
+## begin gnulib module base64
+
+libgnu_a_SOURCES += base64.h base64.c
+
+## end   gnulib module base64
+
+## begin gnulib module cycle-check
+
+libgnu_a_SOURCES += cycle-check.c cycle-check.h dev-ino.h
+
+## end   gnulib module cycle-check
+
+## begin gnulib module dirname
+
+libgnu_a_SOURCES += basename.c stripslash.c
+
+## end   gnulib module dirname
+
+## begin gnulib module exit
+
+libgnu_a_SOURCES += exit.h
+
+## end   gnulib module exit
+
+## begin gnulib module fnmatch
+
+BUILT_SOURCES += $(FNMATCH_H)
+EXTRA_DIST += fnmatch_.h fnmatch_loop.c
+
+# We need the following in order to create <fnmatch.h> when the system
+# doesn't have one that supports the required API.
+fnmatch.h: fnmatch_.h
+       cp $(srcdir)/fnmatch_.h address@hidden
+       mv address@hidden $@
+MOSTLYCLEANFILES += fnmatch.h fnmatch.h-t
+
+## end   gnulib module fnmatch
+
+## begin gnulib module getaddrinfo
+
+libgnu_a_SOURCES += getaddrinfo.h
+
+## end   gnulib module getaddrinfo
+
+## begin gnulib module getdate
+
+BUILT_SOURCES += getdate.c
+MAINTAINERCLEANFILES += getdate.c
+EXTRA_DIST += getdate.c
+
+## end   gnulib module getdate
+
+## begin gnulib module getndelim2
+
+EXTRA_DIST += getndelim2.h getndelim2.c
+
+## end   gnulib module getndelim2
+
+## begin gnulib module getnline
+
+libgnu_a_SOURCES += getnline.h getnline.c
+
+## end   gnulib module getnline
+
+## begin gnulib module getopt
+
+BUILT_SOURCES += $(GETOPT_H)
+EXTRA_DIST += getopt_.h getopt_int.h
+
+# We need the following in order to create <getopt.h> when the system
+# doesn't have one that works with the given compiler.
+getopt.h: getopt_.h
+       cp $(srcdir)/getopt_.h address@hidden
+       mv address@hidden $@
+MOSTLYCLEANFILES += getopt.h getopt.h-t
+
+## end   gnulib module getopt
+
+## begin gnulib module gettext-h
+
+libgnu_a_SOURCES += gettext.h
+
+## end   gnulib module gettext-h
+
+## begin gnulib module glob
+
+BUILT_SOURCES += $(GLOB_H)
+
+# We need the following in order to create <glob.h> when the system
+# doesn't have one that works with the given compiler.
+glob.h: glob_.h
+       cp $(srcdir)/glob_.h address@hidden
+       mv address@hidden $@
+MOSTLYCLEANFILES += glob.h glob.h-t
+
+## end   gnulib module glob
+
+## begin gnulib module intprops
+
+EXTRA_DIST += intprops.h
+
+## end   gnulib module intprops
+
+## begin gnulib module mbchar
+
+libgnu_a_SOURCES += mbchar.h
+
+## end   gnulib module mbchar
+
+## begin gnulib module mbuiter
+
+libgnu_a_SOURCES += mbuiter.h
+
+## end   gnulib module mbuiter
+
+## begin gnulib module minmax
+
+libgnu_a_SOURCES += minmax.h
+
+## end   gnulib module minmax
+
+## begin gnulib module setenv
+
+libgnu_a_SOURCES += setenv.h
+
+## end   gnulib module setenv
+
+## begin gnulib module size_max
+
+libgnu_a_SOURCES += size_max.h
+
+## end   gnulib module size_max
+
+## begin gnulib module stdbool
+
+BUILT_SOURCES += $(STDBOOL_H)
+EXTRA_DIST += stdbool_.h
+
+# We need the following in order to create <stdbool.h> when the system
+# doesn't have one that works.
+stdbool.h: stdbool_.h
+       sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool_.h > 
address@hidden
+       mv address@hidden $@
+MOSTLYCLEANFILES += stdbool.h stdbool.h-t
+
+## end   gnulib module stdbool
+
+## begin gnulib module stdint
+
+BUILT_SOURCES += $(STDINT_H)
+EXTRA_DIST += stdint_.h
+
+# We need the following in order to create <stdint.h> when the system
+# doesn't have one that works with the given compiler.
+stdint.h: stdint_.h
+       sed -e 
's/@''HAVE_LONG_64BIT''@/$(HAVE_LONG_64BIT)/g;s/@''HAVE_LONG_LONG_64BIT@/$(HAVE_LONG_LONG_64BIT)/g'
 < $(srcdir)/stdint_.h > address@hidden
+       mv address@hidden $@
+MOSTLYCLEANFILES += stdint.h stdint.h-t
+
+## end   gnulib module stdint
+
+## begin gnulib module strcase
+
+libgnu_a_SOURCES += strcase.h
+
+## end   gnulib module strcase
+
+## begin gnulib module strnlen1
+
+libgnu_a_SOURCES += strnlen1.h strnlen1.c
+
+## end   gnulib module strnlen1
+
+## begin gnulib module strstr
+
+libgnu_a_SOURCES += strstr.h
+
+## end   gnulib module strstr
+
+## begin gnulib module sys_socket
+
+BUILT_SOURCES += $(SYS_SOCKET_H)
+EXTRA_DIST += socket_.h
+
+# We need the following in order to create <sys/socket.h> when the system
+# doesn't have one that works with the given compiler.
+sys/socket.h: socket_.h
+       test -d sys || mkdir sys
+       cp $(srcdir)/socket_.h address@hidden
+       mv address@hidden $@
+MOSTLYCLEANFILES += sys/socket.h sys/socket.h-t
+
+mostlyclean-local:
+       -rmdir sys 2>/dev/null
+
+## end   gnulib module sys_socket
+
+## begin gnulib module time_r
+
+libgnu_a_SOURCES += time_r.h
+
+## end   gnulib module time_r
+
+## begin gnulib module unistd
+
+BUILT_SOURCES += $(UNISTD_H)
+
+# We need the following in order to create an empty placeholder for
+# <unistd.h> when the system doesn't have one.
+unistd.h:
+       echo '/* Empty placeholder for address@hidden  */' >$@
+MOSTLYCLEANFILES += unistd.h
+
+## end   gnulib module unistd
+
+## begin gnulib module vasnprintf
+
+libgnu_a_SOURCES += printf-args.h printf-parse.h vasnprintf.h
+
+## end   gnulib module vasnprintf
+
+## begin gnulib module vasprintf
+
+libgnu_a_SOURCES += vasprintf.h
+
+## end   gnulib module vasprintf
+
+## begin gnulib module verify
+
+libgnu_a_SOURCES += verify.h
+
+## end   gnulib module verify
+
+## begin gnulib module xalloc-die
+
+libgnu_a_SOURCES += xalloc-die.c
+
+## end   gnulib module xalloc-die
+
+## begin gnulib module xgethostname
+
+libgnu_a_SOURCES += xgethostname.h xgethostname.c
+
+## end   gnulib module xgethostname
+
+## begin gnulib module xsize
+
+libgnu_a_SOURCES += xsize.h
+
+## end   gnulib module xsize
+
+
+# Makefile.am ends here
Index: ccvs/lib/Makefile.in
diff -u ccvs/lib/Makefile.in:1.204.2.1 ccvs/lib/Makefile.in:1.204.2.2
--- ccvs/lib/Makefile.in:1.204.2.1      Wed Apr 12 02:36:57 2006
+++ ccvs/lib/Makefile.in        Wed Apr 12 17:52:51 2006
@@ -14,17 +14,22 @@
 
 @SET_MAKE@
 
-# Copyright (C) 2004 Free Software Foundation, Inc.
+# Makefile for library files used by GNU CVS.
 #
-# This file is free software, distributed under the terms of the GNU
-# General Public License.  As a special exception to the GNU General
-# Public License, this file may be distributed as part of a program
-# that contains a configuration script generated by Automake, under
-# the same distribution terms as the rest of that program.
+# Copyright (C) 1986-2005 The Free Software Foundation, Inc.
 #
-# Generated by gnulib-tool.
-# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib 
--m4-base=m4 --aux-dir=build-aux --macro-prefix=gl allocsa atexit base64 
canon-host canonicalize closeout dirname dup2 error exit exitfail extensions 
fnmatch fnmatch-posix ftruncate getdate gethostname getline getlogin_r 
getndelim2 getnline getopt getpagesize getpass-gnu gettext gettime gettimeofday 
glob lstat malloc md5 memmove minmax mkdir mkstemp mktime nanosleep 
pagealign_alloc pathmax quotearg readlink realloc regex rename restrict 
save-cwd setenv stat-macros stdbool stdint strcase strdup strerror strftime 
strstr strtoul strtoumax time_r timespec tzset unlocked-io vasnprintf vasprintf 
xalloc-die xgethostname xreadlink xsize yesno
+# Portions Copyright (C) 1998-2005 Derek Price, Ximbiot <http://ximbiot.com>,
+#                                  and others.
 
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
 
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@
@@ -48,24 +53,24 @@
 POST_UNINSTALL = :
 build_triplet = @build@
 host_triplet = @host@
+check_PROGRAMS = getdate$(EXEEXT)
 subdir = lib
-DIST_COMMON = README $(noinst_HEADERS) $(srcdir)/Makefile.am \
-       $(srcdir)/Makefile.in ChangeLog __fpending.c __fpending.h \
-       alloca.c asnprintf.c asprintf.c atexit.c canon-host.c \
-       canon-host.h canonicalize.c canonicalize.h chdir-long.c \
-       chdir-long.h closeout.c closeout.h creat-safer.c dirname.c \
-       dirname.h dup-safer.c dup2.c error.c error.h exitfail.c \
-       exitfail.h fcntl--.h fcntl-safer.h fd-safer.c filenamecat.c \
-       filenamecat.h fncase.c fnmatch.c fseeko.c ftello.c ftruncate.c \
-       gai_strerror.c getaddrinfo.c getcwd.c getcwd.h getdate.h \
-       getdate.y getdelim.c getdelim.h gethostname.c getline.c \
-       getline.h getlogin_r.c getlogin_r.h getndelim2.c getopt.c \
-       getopt1.c getpagesize.h getpass.c getpass.h gettime.c \
-       gettimeofday.c glob-libc.h glob.c glob_.h intprops.h lstat.c \
-       lstat.h malloc.c mbchar.c md5.c md5.h memchr.c memmove.c \
-       mempcpy.c mempcpy.h memrchr.c memrchr.h mkdir.c mkdirat.c \
-       mkstemp.c mktime.c nanosleep.c open-safer.c openat-die.c \
-       openat-priv.h openat.c openat.h pagealign_alloc.c \
+DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
+       ChangeLog __fpending.c __fpending.h alloca.c asnprintf.c \
+       asprintf.c atexit.c canon-host.c canon-host.h canonicalize.c \
+       canonicalize.h chdir-long.c chdir-long.h closeout.c closeout.h \
+       creat-safer.c dirname.c dirname.h dup-safer.c dup2.c \
+       exitfail.c exitfail.h fcntl--.h fcntl-safer.h fd-safer.c \
+       filenamecat.c filenamecat.h fncase.c fnmatch.c fseeko.c \
+       ftello.c ftruncate.c gai_strerror.c getaddrinfo.c getcwd.c \
+       getcwd.h getdate.c getdate.h getdate.y getdelim.c getdelim.h \
+       gethostname.c getline.c getline.h getlogin_r.c getlogin_r.h \
+       getndelim2.c getopt.c getopt1.c getpagesize.h getpass.c \
+       getpass.h gettime.c gettimeofday.c glob-libc.h glob.c glob_.h \
+       intprops.h lstat.c lstat.h malloc.c mbchar.c md5.c md5.h \
+       memchr.c memmove.c mempcpy.c mempcpy.h memrchr.c memrchr.h \
+       mkdir.c mkdirat.c mkstemp.c mktime.c nanosleep.c open-safer.c \
+       openat-die.c openat-priv.h openat.c openat.h pagealign_alloc.c \
        pagealign_alloc.h pathmax.h pipe-safer.c printf-args.c \
        printf-parse.c quotearg.c quotearg.h readlink.c realloc.c \
        regcomp.c regex.c regex.h regex_internal.c regex_internal.h \
@@ -73,10 +78,10 @@
        stat-macros.h strcasecmp.c strdup.c strdup.h strerror.c \
        strftime.c strftime.h strncasecmp.c strstr.c strtoimax.c \
        strtol.c strtoll.c strtoul.c strtoull.c strtoumax.c \
-       sunos57-select.c tempname.c time_r.c timespec.h unistd--.h \
-       unistd-safer.h unlocked-io.h unsetenv.c vasnprintf.c \
-       vasprintf.c waitpid.c xalloc.h xgetcwd.c xgetcwd.h xmalloc.c \
-       xreadlink.c xreadlink.h yesno.c yesno.h
+       sunos57-select.c tempname.c time_r.c time_r.h timespec.h \
+       unistd--.h unistd-safer.h unlocked-io.h unsetenv.c \
+       vasnprintf.c vasprintf.c waitpid.c xalloc.h xgetcwd.c \
+       xgetcwd.h xmalloc.c xreadlink.c xreadlink.h yesno.c yesno.h
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/m4/acx_extract_cpp_defn.m4 \
        $(top_srcdir)/m4/acx_with_external_zlib.m4 \
@@ -156,24 +161,31 @@
 LIBRARIES = $(noinst_LIBRARIES)
 AR = ar
 ARFLAGS = cru
-libgnu_a_AR = $(AR) $(ARFLAGS)
-libgnu_a_DEPENDENCIES = @LIBOBJS@ @ALLOCA@
-am_libgnu_a_OBJECTS = allocsa.$(OBJEXT) base64.$(OBJEXT) \
-       cycle-check.$(OBJEXT) basename.$(OBJEXT) stripslash.$(OBJEXT) \
-       getnline.$(OBJEXT) strnlen1.$(OBJEXT) xalloc-die.$(OBJEXT) \
-       xgethostname.$(OBJEXT)
-libgnu_a_OBJECTS = $(am_libgnu_a_OBJECTS)
+libcvs_a_AR = $(AR) $(ARFLAGS)
+libcvs_a_DEPENDENCIES = @LIBOBJS@ @ALLOCA@
+am_libcvs_a_OBJECTS = sighandle.$(OBJEXT) allocsa.$(OBJEXT) \
+       base64.$(OBJEXT) cycle-check.$(OBJEXT) basename.$(OBJEXT) \
+       stripslash.$(OBJEXT) getnline.$(OBJEXT) strnlen1.$(OBJEXT) \
+       xalloc-die.$(OBJEXT) xgethostname.$(OBJEXT)
+libcvs_a_OBJECTS = $(am_libcvs_a_OBJECTS)
+am_getdate_OBJECTS = getdate-error.$(OBJEXT) getdate-getdate.$(OBJEXT) \
+       getdate-progname.$(OBJEXT)
+getdate_OBJECTS = $(am_getdate_OBJECTS)
+am__DEPENDENCIES_1 = libcvs.a
+am__DEPENDENCIES_2 =
+getdate_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) \
+       $(am__DEPENDENCIES_2)
 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
-depcomp =
-am__depfiles_maybe =
+depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
+am__depfiles_maybe = depfiles
 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 CCLD = $(CC)
 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)
-SOURCES = $(libgnu_a_SOURCES)
-DIST_SOURCES = $(libgnu_a_SOURCES)
-HEADERS = $(noinst_HEADERS)
+YLWRAP = $(top_srcdir)/build-aux/ylwrap
+SOURCES = $(libcvs_a_SOURCES) $(getdate_SOURCES)
+DIST_SOURCES = $(libcvs_a_SOURCES) $(getdate_SOURCES)
 ETAGS = etags
 CTAGS = ctags
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
@@ -315,29 +327,40 @@
 sysconfdir = @sysconfdir@
 target_alias = @target_alias@
 with_default_rsh = @with_default_rsh@
-AUTOMAKE_OPTIONS = 1.5 gnits no-dependencies
-noinst_LIBRARIES = libgnu.a
-libgnu_a_SOURCES = allocsa.h allocsa.c base64.h base64.c cycle-check.c \
-       cycle-check.h dev-ino.h basename.c stripslash.c exit.h \
+noinst_LIBRARIES = libcvs.a
+
+# Should look into unifying regular expression matching in CVS
+# with the diff library (perhaps to have the caller, CVS, do the
+# matching?)
+libcvs_a_SOURCES = sighandle.c system.h wait.h xselect.h xtime.h \
+       allocsa.h allocsa.c base64.h base64.c cycle-check.c \
+       cycle-check.h dev-ino.h basename.c stripslash.c error.h exit.h \
        getaddrinfo.h getnline.h getnline.c gettext.h mbchar.h \
        mbuiter.h minmax.h setenv.h size_max.h strcase.h strnlen1.h \
-       strnlen1.c strstr.h time_r.h printf-args.h printf-parse.h \
-       vasnprintf.h vasprintf.h verify.h xalloc-die.c xgethostname.h \
+       strnlen1.c strstr.h printf-args.h printf-parse.h vasnprintf.h \
+       vasprintf.h verify.h xalloc-die.c xgethostname.h \
        xgethostname.c xsize.h
-libgnu_a_LIBADD = @LIBOBJS@ @ALLOCA@
-noinst_HEADERS = 
-EXTRA_DIST = alloca_.h allocsa.valgrind fnmatch_.h fnmatch_loop.c \
-       getdate.c getndelim2.h getndelim2.c getopt_.h getopt_int.h \
-       intprops.h stdbool_.h stdint_.h socket_.h
+libcvs_a_LIBADD = @LIBOBJS@ @ALLOCA@
 BUILT_SOURCES = $(ALLOCA_H) $(FNMATCH_H) getdate.c $(GETOPT_H) \
-       $(GLOB_H) $(STDBOOL_H) $(STDINT_H) $(SYS_SOCKET_H) $(UNISTD_H)
-SUFFIXES = 
-MOSTLYCLEANFILES = alloca.h alloca.h-t fnmatch.h fnmatch.h-t getopt.h \
-       getopt.h-t glob.h glob.h-t stdbool.h stdbool.h-t stdint.h \
-       stdint.h-t sys/socket.h sys/socket.h-t unistd.h
-CLEANFILES = 
-DISTCLEANFILES = 
+       $(GLOB_H) $(STDBOOL_H) $(STDINT_H)
+MOSTLYCLEANFILES = alloca.h alloca.h-t fnmatch.h fnmatch.h-t \
+       getdate-expected getdate-got getdate.diff getopt.h getopt.h-t \
+       glob.h glob.h-t stdbool.h stdbool.h-t stdint.h stdint.h-t
+DISTCLEANFILES = getdate.log
 MAINTAINERCLEANFILES = getdate.c
+TESTS = test-getdate.sh
+EXTRA_DIST = .cvsignore ChangeLog.fsf Makefile.gnulib build_lib.com \
+       libcvs.dep libcvs.dsp libcvs.mak test-getdate.sh alloca_.h \
+       allocsa.valgrind fnmatch_.h fnmatch_loop.c getdate.c \
+       getndelim2.h getndelim2.c getopt_.h getopt_int.h stdbool_.h \
+       stdint_.h
+getdate_SOURCES = error.c getdate.y progname.c
+getdate_CPPFLAGS = -DTEST
+getdate_LDADD = \
+       $(noinst_LIBRARIES) \
+       $(LIB_CLOCK_GETTIME) \
+       $(LIBINTL)
+
 all: $(BUILT_SOURCES)
        $(MAKE) $(AM_MAKEFLAGS) all-am
 
@@ -352,9 +375,9 @@
              exit 1;; \
          esac; \
        done; \
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits  lib/Makefile'; \
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/Makefile'; \
        cd $(top_srcdir) && \
-         $(AUTOMAKE) --gnits  lib/Makefile
+         $(AUTOMAKE) --gnu  lib/Makefile
 .PRECIOUS: Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
        @case '$?' in \
@@ -375,10 +398,16 @@
 
 clean-noinstLIBRARIES:
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
-libgnu.a: $(libgnu_a_OBJECTS) $(libgnu_a_DEPENDENCIES) 
-       -rm -f libgnu.a
-       $(libgnu_a_AR) libgnu.a $(libgnu_a_OBJECTS) $(libgnu_a_LIBADD)
-       $(RANLIB) libgnu.a
+libcvs.a: $(libcvs_a_OBJECTS) $(libcvs_a_DEPENDENCIES) 
+       -rm -f libcvs.a
+       $(libcvs_a_AR) libcvs.a $(libcvs_a_OBJECTS) $(libcvs_a_LIBADD)
+       $(RANLIB) libcvs.a
+
+clean-checkPROGRAMS:
+       -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
+getdate$(EXEEXT): $(getdate_OBJECTS) $(getdate_DEPENDENCIES) 
+       @rm -f getdate$(EXEEXT)
+       $(LINK) $(getdate_LDFLAGS) $(getdate_OBJECTS) $(getdate_LDADD) $(LIBS)
 
 mostlyclean-compile:
        -rm -f *.$(OBJEXT)
@@ -386,32 +415,169 @@
 distclean-compile:
        -rm -f *.tab.c
 
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden/$(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden/$(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden/$(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden/$(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden/$(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden/$(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden/$(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden/$(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden/$(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden/$(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden/$(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden/$(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden/$(DEPDIR)/address@hidden@
+
 .c.o:
-       $(COMPILE) -c $<
address@hidden@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ 
$<; \
address@hidden@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f 
"$(DEPDIR)/$*.Tpo"; exit 1; fi
address@hidden@@am__fastdepCC_FALSE@    source='$<' object='$@' libtool=no 
@AMDEPBACKSLASH@
address@hidden@@am__fastdepCC_FALSE@    DEPDIR=$(DEPDIR) $(CCDEPMODE) 
$(depcomp) @AMDEPBACKSLASH@
address@hidden@ $(COMPILE) -c $<
 
 .c.obj:
-       $(COMPILE) -c `$(CYGPATH_W) '$<'`
address@hidden@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ 
`$(CYGPATH_W) '$<'`; \
address@hidden@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f 
"$(DEPDIR)/$*.Tpo"; exit 1; fi
address@hidden@@am__fastdepCC_FALSE@    source='$<' object='$@' libtool=no 
@AMDEPBACKSLASH@
address@hidden@@am__fastdepCC_FALSE@    DEPDIR=$(DEPDIR) $(CCDEPMODE) 
$(depcomp) @AMDEPBACKSLASH@
address@hidden@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
+
+getdate-error.o: error.c
address@hidden@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) 
$(getdate_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT getdate-error.o -MD 
-MP -MF "$(DEPDIR)/getdate-error.Tpo" -c -o getdate-error.o `test -f 'error.c' 
|| echo '$(srcdir)/'`error.c; \
address@hidden@ then mv -f "$(DEPDIR)/getdate-error.Tpo" 
"$(DEPDIR)/getdate-error.Po"; else rm -f "$(DEPDIR)/getdate-error.Tpo"; exit 1; 
fi
address@hidden@@am__fastdepCC_FALSE@    source='error.c' 
object='getdate-error.o' libtool=no @AMDEPBACKSLASH@
address@hidden@@am__fastdepCC_FALSE@    DEPDIR=$(DEPDIR) $(CCDEPMODE) 
$(depcomp) @AMDEPBACKSLASH@
address@hidden@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) 
$(getdate_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getdate-error.o 
`test -f 'error.c' || echo '$(srcdir)/'`error.c
+
+getdate-error.obj: error.c
address@hidden@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) 
$(getdate_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT getdate-error.obj 
-MD -MP -MF "$(DEPDIR)/getdate-error.Tpo" -c -o getdate-error.obj `if test -f 
'error.c'; then $(CYGPATH_W) 'error.c'; else $(CYGPATH_W) '$(srcdir)/error.c'; 
fi`; \
address@hidden@ then mv -f "$(DEPDIR)/getdate-error.Tpo" 
"$(DEPDIR)/getdate-error.Po"; else rm -f "$(DEPDIR)/getdate-error.Tpo"; exit 1; 
fi
address@hidden@@am__fastdepCC_FALSE@    source='error.c' 
object='getdate-error.obj' libtool=no @AMDEPBACKSLASH@
address@hidden@@am__fastdepCC_FALSE@    DEPDIR=$(DEPDIR) $(CCDEPMODE) 
$(depcomp) @AMDEPBACKSLASH@
address@hidden@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) 
$(getdate_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getdate-error.obj 
`if test -f 'error.c'; then $(CYGPATH_W) 'error.c'; else $(CYGPATH_W) 
'$(srcdir)/error.c'; fi`
+
+getdate-getdate.o: getdate.c
address@hidden@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) 
$(getdate_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT getdate-getdate.o 
-MD -MP -MF "$(DEPDIR)/getdate-getdate.Tpo" -c -o getdate-getdate.o `test -f 
'getdate.c' || echo '$(srcdir)/'`getdate.c; \
address@hidden@ then mv -f "$(DEPDIR)/getdate-getdate.Tpo" 
"$(DEPDIR)/getdate-getdate.Po"; else rm -f "$(DEPDIR)/getdate-getdate.Tpo"; 
exit 1; fi
address@hidden@@am__fastdepCC_FALSE@    source='getdate.c' 
object='getdate-getdate.o' libtool=no @AMDEPBACKSLASH@
address@hidden@@am__fastdepCC_FALSE@    DEPDIR=$(DEPDIR) $(CCDEPMODE) 
$(depcomp) @AMDEPBACKSLASH@
address@hidden@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) 
$(getdate_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getdate-getdate.o 
`test -f 'getdate.c' || echo '$(srcdir)/'`getdate.c
+
+getdate-getdate.obj: getdate.c
address@hidden@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) 
$(getdate_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT getdate-getdate.obj 
-MD -MP -MF "$(DEPDIR)/getdate-getdate.Tpo" -c -o getdate-getdate.obj `if test 
-f 'getdate.c'; then $(CYGPATH_W) 'getdate.c'; else $(CYGPATH_W) 
'$(srcdir)/getdate.c'; fi`; \
address@hidden@ then mv -f "$(DEPDIR)/getdate-getdate.Tpo" 
"$(DEPDIR)/getdate-getdate.Po"; else rm -f "$(DEPDIR)/getdate-getdate.Tpo"; 
exit 1; fi
address@hidden@@am__fastdepCC_FALSE@    source='getdate.c' 
object='getdate-getdate.obj' libtool=no @AMDEPBACKSLASH@
address@hidden@@am__fastdepCC_FALSE@    DEPDIR=$(DEPDIR) $(CCDEPMODE) 
$(depcomp) @AMDEPBACKSLASH@
address@hidden@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) 
$(getdate_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o 
getdate-getdate.obj `if test -f 'getdate.c'; then $(CYGPATH_W) 'getdate.c'; 
else $(CYGPATH_W) '$(srcdir)/getdate.c'; fi`
+
+getdate-progname.o: progname.c
address@hidden@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) 
$(getdate_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT getdate-progname.o 
-MD -MP -MF "$(DEPDIR)/getdate-progname.Tpo" -c -o getdate-progname.o `test -f 
'progname.c' || echo '$(srcdir)/'`progname.c; \
address@hidden@ then mv -f "$(DEPDIR)/getdate-progname.Tpo" 
"$(DEPDIR)/getdate-progname.Po"; else rm -f "$(DEPDIR)/getdate-progname.Tpo"; 
exit 1; fi
address@hidden@@am__fastdepCC_FALSE@    source='progname.c' 
object='getdate-progname.o' libtool=no @AMDEPBACKSLASH@
address@hidden@@am__fastdepCC_FALSE@    DEPDIR=$(DEPDIR) $(CCDEPMODE) 
$(depcomp) @AMDEPBACKSLASH@
address@hidden@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) 
$(getdate_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getdate-progname.o 
`test -f 'progname.c' || echo '$(srcdir)/'`progname.c
+
+getdate-progname.obj: progname.c
address@hidden@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) 
$(getdate_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT getdate-progname.obj 
-MD -MP -MF "$(DEPDIR)/getdate-progname.Tpo" -c -o getdate-progname.obj `if 
test -f 'progname.c'; then $(CYGPATH_W) 'progname.c'; else $(CYGPATH_W) 
'$(srcdir)/progname.c'; fi`; \
address@hidden@ then mv -f "$(DEPDIR)/getdate-progname.Tpo" 
"$(DEPDIR)/getdate-progname.Po"; else rm -f "$(DEPDIR)/getdate-progname.Tpo"; 
exit 1; fi
address@hidden@@am__fastdepCC_FALSE@    source='progname.c' 
object='getdate-progname.obj' libtool=no @AMDEPBACKSLASH@
address@hidden@@am__fastdepCC_FALSE@    DEPDIR=$(DEPDIR) $(CCDEPMODE) 
$(depcomp) @AMDEPBACKSLASH@
address@hidden@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) 
$(getdate_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o 
getdate-progname.obj `if test -f 'progname.c'; then $(CYGPATH_W) 'progname.c'; 
else $(CYGPATH_W) '$(srcdir)/progname.c'; fi`
 
 .y.c:
-       $(YACCCOMPILE) $<
-       if test -f y.tab.h; then \
-         to=`echo "$*_H" | sed \
-                -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/' \
-                -e 's/[^ABCDEFGHIJKLMNOPQRSTUVWXYZ]/_/g'`; \
-         sed -e "/^#/!b" -e "s/Y_TAB_H/$$to/g" -e "s|y\.tab\.h|$*.h|" \
-            y.tab.h >$*.ht; \
-         rm -f y.tab.h; \
-         if cmp -s $*.ht $*.h; then \
-           rm -f $*.ht ;\
-         else \
-           mv $*.ht $*.h; \
-         fi; \
-       fi
-       if test -f y.output; then \
-         mv y.output $*.output; \
-       fi
-       sed '/^#/ s|y\.tab\.c|$@|' y.tab.c >address@hidden && mv address@hidden 
$@
-       rm -f y.tab.c
+       $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- 
$(YACCCOMPILE)
 uninstall-info-am:
 
 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
@@ -462,6 +628,79 @@
 distclean-tags:
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
+check-TESTS: $(TESTS)
+       @failed=0; all=0; xfail=0; xpass=0; skip=0; \
+       srcdir=$(srcdir); export srcdir; \
+       list='$(TESTS)'; \
+       if test -n "$$list"; then \
+         for tst in $$list; do \
+           if test -f ./$$tst; then dir=./; \
+           elif test -f $$tst; then dir=; \
+           else dir="$(srcdir)/"; fi; \
+           if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
+             all=`expr $$all + 1`; \
+             case " $(XFAIL_TESTS) " in \
+             *" $$tst "*) \
+               xpass=`expr $$xpass + 1`; \
+               failed=`expr $$failed + 1`; \
+               echo "XPASS: $$tst"; \
+             ;; \
+             *) \
+               echo "PASS: $$tst"; \
+             ;; \
+             esac; \
+           elif test $$? -ne 77; then \
+             all=`expr $$all + 1`; \
+             case " $(XFAIL_TESTS) " in \
+             *" $$tst "*) \
+               xfail=`expr $$xfail + 1`; \
+               echo "XFAIL: $$tst"; \
+             ;; \
+             *) \
+               failed=`expr $$failed + 1`; \
+               echo "FAIL: $$tst"; \
+             ;; \
+             esac; \
+           else \
+             skip=`expr $$skip + 1`; \
+             echo "SKIP: $$tst"; \
+           fi; \
+         done; \
+         if test "$$failed" -eq 0; then \
+           if test "$$xfail" -eq 0; then \
+             banner="All $$all tests passed"; \
+           else \
+             banner="All $$all tests behaved as expected ($$xfail expected 
failures)"; \
+           fi; \
+         else \
+           if test "$$xpass" -eq 0; then \
+             banner="$$failed of $$all tests failed"; \
+           else \
+             banner="$$failed of $$all tests did not behave as expected 
($$xpass unexpected passes)"; \
+           fi; \
+         fi; \
+         dashes="$$banner"; \
+         skipped=""; \
+         if test "$$skip" -ne 0; then \
+           skipped="($$skip tests were not run)"; \
+           test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
+             dashes="$$skipped"; \
+         fi; \
+         report=""; \
+         if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
+           report="Please report to $(PACKAGE_BUGREPORT)"; \
+           test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
+             dashes="$$report"; \
+         fi; \
+         dashes=`echo "$$dashes" | sed s/./=/g`; \
+         echo "$$dashes"; \
+         echo "$$banner"; \
+         test -z "$$skipped" || echo "$$skipped"; \
+         test -z "$$report" || echo "$$report"; \
+         echo "$$dashes"; \
+         test "$$failed" -eq 0; \
+       else :; fi
+
 distdir: $(DISTFILES)
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
@@ -490,9 +729,11 @@
          fi; \
        done
 check-am: all-am
+       $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
+       $(MAKE) $(AM_MAKEFLAGS) check-TESTS
 check: $(BUILT_SOURCES)
        $(MAKE) $(AM_MAKEFLAGS) check-am
-all-am: Makefile $(LIBRARIES) $(HEADERS)
+all-am: Makefile $(LIBRARIES)
 installdirs:
 install: $(BUILT_SOURCES)
        $(MAKE) $(AM_MAKEFLAGS) install-am
@@ -513,7 +754,6 @@
        -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
 
 clean-generic:
-       -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
 distclean-generic:
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
@@ -522,16 +762,19 @@
 maintainer-clean-generic:
        @echo "This command is intended for maintainers to use"
        @echo "it deletes files that may require special tools to rebuild."
+       -rm -f getdate.c
        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
 clean: clean-am
 
-clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
+clean-am: clean-checkPROGRAMS clean-generic clean-noinstLIBRARIES \
+       mostlyclean-am
 
 distclean: distclean-am
+       -rm -rf $(DEPDIR) ./$(DEPDIR)
        -rm -f Makefile
 distclean-am: clean-am distclean-compile distclean-generic \
-       distclean-tags
+       distclean-local distclean-tags
 
 dvi: dvi-am
 
@@ -554,13 +797,13 @@
 installcheck-am:
 
 maintainer-clean: maintainer-clean-am
+       -rm -rf $(DEPDIR) ./$(DEPDIR)
        -rm -f Makefile
 maintainer-clean-am: distclean-am maintainer-clean-generic
 
 mostlyclean: mostlyclean-am
 
-mostlyclean-am: mostlyclean-compile mostlyclean-generic \
-       mostlyclean-local
+mostlyclean-am: mostlyclean-compile mostlyclean-generic
 
 pdf: pdf-am
 
@@ -572,16 +815,16 @@
 
 uninstall-am: uninstall-info-am
 
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
-       clean-noinstLIBRARIES ctags distclean distclean-compile \
-       distclean-generic distclean-tags distdir dvi dvi-am html \
-       html-am info info-am install install-am install-data \
-       install-data-am install-exec install-exec-am install-info \
-       install-info-am install-man install-strip installcheck \
-       installcheck-am installdirs maintainer-clean \
-       maintainer-clean-generic mostlyclean mostlyclean-compile \
-       mostlyclean-generic mostlyclean-local pdf pdf-am ps ps-am tags \
-       uninstall uninstall-am uninstall-info-am
+.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
+       clean-checkPROGRAMS clean-generic clean-noinstLIBRARIES ctags \
+       distclean distclean-compile distclean-generic distclean-local \
+       distclean-tags distdir dvi dvi-am html html-am info info-am \
+       install install-am install-data install-data-am install-exec \
+       install-exec-am install-info install-info-am install-man \
+       install-strip installcheck installcheck-am installdirs \
+       maintainer-clean maintainer-clean-generic mostlyclean \
+       mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
+       tags uninstall uninstall-am uninstall-info-am
 
 
 # We need the following in order to create <alloca.h> when the system
@@ -602,8 +845,9 @@
        cp $(srcdir)/getopt_.h address@hidden
        mv address@hidden $@
 
-# We need the following in order to create <glob.h> when the system
+# We need the following in order to create an <getopt.h> when the system
 # doesn't have one that works with the given compiler.
+all-local $(libcvs_a_OBJECTS): $(GLOB_H)
 glob.h: glob_.h
        cp $(srcdir)/glob_.h address@hidden
        mv address@hidden $@
@@ -611,7 +855,8 @@
 # We need the following in order to create <stdbool.h> when the system
 # doesn't have one that works.
 stdbool.h: stdbool_.h
-       sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool_.h > 
address@hidden
+       sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' \
+               < $(srcdir)/stdbool_.h > address@hidden
        mv address@hidden $@
 
 # We need the following in order to create <stdint.h> when the system
@@ -620,22 +865,13 @@
        sed -e 
's/@''HAVE_LONG_64BIT''@/$(HAVE_LONG_64BIT)/g;s/@''HAVE_LONG_LONG_64BIT@/$(HAVE_LONG_LONG_64BIT)/g'
 < $(srcdir)/stdint_.h > address@hidden
        mv address@hidden $@
 
-# We need the following in order to create <sys/socket.h> when the system
-# doesn't have one that works with the given compiler.
-sys/socket.h: socket_.h
-       test -d sys || mkdir sys
-       cp $(srcdir)/socket_.h address@hidden
-       mv address@hidden $@
-
-mostlyclean-local:
-       -rmdir sys 2>/dev/null
-
-# We need the following in order to create an empty placeholder for
-# <unistd.h> when the system doesn't have one.
-unistd.h:
-       echo '/* Empty placeholder for address@hidden  */' >$@
-
-# Makefile.am ends here
+# Until Automake gets its act together
+distclean-local:
+       rm -f fnmatch.h
+
+# for backwards compatibility with the old makefiles
+realclean: maintainer-clean
+.PHONY: realclean
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:




reply via email to

[Prev in Thread] Current Thread [Next in Thread]