.gitignore | 4 ChangeLog | 196 +++ Makefile.am | 15 Makefile.in | 434 -------- aclocal.m4 | 879 ---------------- configure | 2587 ------------------------------------------------- configure.ac | 8 debian/README.source | 73 + debian/changelog | 21 debian/compat | 2 debian/control | 11 debian/rules | 16 debian/xsfbs/repack.sh | 32 debian/xsfbs/xsfbs.mk | 51 debian/xsfbs/xsfbs.sh | 522 ++------- install-sh | 294 ----- missing | 336 ------ mkinstalldirs | 111 -- record.h | 211 --- recordconst.h | 54 + recordproto.h | 306 +++++ recordstr.h | 326 ------ 22 files changed, 860 insertions(+), 5629 deletions(-)
New commits: commit b820188b4fe14eacf209c9556a410e645c4de8fb Author: Timo Aaltonen <[email protected]> Date: Sat Nov 21 10:48:27 2009 +0200 Update the changelogs. diff --git a/ChangeLog b/ChangeLog index d3ec9a7..81eec58 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +commit 38fd3772f3a5a107fa6e9d94e0be7bd276f771b6 +Author: Peter Hutterer <[email protected]> +Date: Thu Oct 1 19:38:36 2009 +1000 + + recordproto 1.14 + + Signed-off-by: Peter Hutterer <[email protected]> + +commit fd428befaa8a76b216d5e42e63b688d4d55fdbc5 +Author: Peter Hutterer <[email protected]> +Date: Thu Oct 1 19:38:12 2009 +1000 + + Require macros 1.3 for XORG_DEFAULT_OPTIONS + + Signed-off-by: Peter Hutterer <[email protected]> + commit 379a691a45f4a637b8b7bbea9d3c7c2454f5cde6 Author: Peter Hutterer <[email protected]> Date: Sat Aug 15 21:47:26 2009 +1000 diff --git a/debian/changelog b/debian/changelog index b4938cf..60b20a2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +x11proto-record (1.14-1) UNRELEASED; urgency=low + + * New upstream release. + + -- Timo Aaltonen <[email protected]> Sat, 21 Nov 2009 10:47:10 +0200 + x11proto-record (1.13.99.1-1) experimental; urgency=low * Run autoreconf at build time. commit 38fd3772f3a5a107fa6e9d94e0be7bd276f771b6 Author: Peter Hutterer <[email protected]> Date: Thu Oct 1 19:38:36 2009 +1000 recordproto 1.14 Signed-off-by: Peter Hutterer <[email protected]> diff --git a/configure.ac b/configure.ac index 21d84aa..1709ce6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.57]) -AC_INIT([RecordProto], [1.13.99.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg]) +AC_INIT([RecordProto], [1.14], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) # Require xorg-macros: XORG_DEFAULT_OPTIONS commit fd428befaa8a76b216d5e42e63b688d4d55fdbc5 Author: Peter Hutterer <[email protected]> Date: Thu Oct 1 19:38:12 2009 +1000 Require macros 1.3 for XORG_DEFAULT_OPTIONS Signed-off-by: Peter Hutterer <[email protected]> diff --git a/configure.ac b/configure.ac index 4debcb3..21d84aa 100644 --- a/configure.ac +++ b/configure.ac @@ -2,11 +2,11 @@ AC_PREREQ([2.57]) AC_INIT([RecordProto], [1.13.99.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) -# Require xorg-macros: XORG_CHANGELOG -m4_ifndef([XORG_MACROS_VERSION], [AC_FATAL([must install xorg-macros 1.2 or later before running autoconf/autogen])]) -XORG_MACROS_VERSION(1.2) -XORG_RELEASE_VERSION -XORG_CHANGELOG +# Require xorg-macros: XORG_DEFAULT_OPTIONS +m4_ifndef([XORG_MACROS_VERSION], [AC_FATAL([must install xorg-macros 1.3 or later before running autoconf/autogen])]) +XORG_MACROS_VERSION(1.3) + +XORG_DEFAULT_OPTIONS AC_OUTPUT([Makefile recordproto.pc]) commit f0dc4c031762ad861a54bf22ea1f929090897198 Author: Julien Cristau <[email protected]> Date: Sun Sep 13 11:01:31 2009 +0200 Prepare changelog for upload diff --git a/debian/changelog b/debian/changelog index edebbf3..b4938cf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -x11proto-record (1.13.99.1-1) UNRELEASED; urgency=low +x11proto-record (1.13.99.1-1) experimental; urgency=low * Run autoreconf at build time. * Parse space-separated DEB_BUILD_OPTIONS, handle parallel=N. @@ -11,7 +11,7 @@ x11proto-record (1.13.99.1-1) UNRELEASED; urgency=low * Break older libxtst-dev to make sure record.h doesn't go missing. * Bump Standards-Version to 3.8.3. - -- Julien Cristau <[email protected]> Sat, 12 Sep 2009 18:46:39 +0200 + -- Julien Cristau <[email protected]> Sun, 13 Sep 2009 11:01:22 +0200 x11proto-record (1.13.2-5) unstable; urgency=low commit cf95d76ef0cf977c6ad19e1b62e858d4fdb792ea Author: Julien Cristau <[email protected]> Date: Sun Sep 13 10:56:55 2009 +0200 Bump Standards-Version to 3.8.3. diff --git a/debian/changelog b/debian/changelog index 838abf2..edebbf3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ x11proto-record (1.13.99.1-1) UNRELEASED; urgency=low + Xlib headers moved to libXtst * Bump xutils-dev build-dep to 1:7.4+4. * Break older libxtst-dev to make sure record.h doesn't go missing. + * Bump Standards-Version to 3.8.3. -- Julien Cristau <[email protected]> Sat, 12 Sep 2009 18:46:39 +0200 diff --git a/debian/control b/debian/control index 9318780..1493d34 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 5.0.0), automake, xutils-dev (>= 1:7.4+4) -Standards-Version: 3.7.3 +Standards-Version: 3.8.3 Vcs-Git: git://git.debian.org/git/pkg-xorg/proto/x11proto-record Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-record.git commit 82b58a8154d911c3941ec743fb963dda8321b6fd Author: Julien Cristau <[email protected]> Date: Sun Sep 13 10:56:26 2009 +0200 Break older libxtst-dev to make sure record.h doesn't go missing. diff --git a/debian/changelog b/debian/changelog index c90ec81..838abf2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ x11proto-record (1.13.99.1-1) UNRELEASED; urgency=low * New upstream release candidate + Xlib headers moved to libXtst * Bump xutils-dev build-dep to 1:7.4+4. + * Break older libxtst-dev to make sure record.h doesn't go missing. -- Julien Cristau <[email protected]> Sat, 12 Sep 2009 18:46:39 +0200 diff --git a/debian/control b/debian/control index a0dbc60..9318780 100644 --- a/debian/control +++ b/debian/control @@ -14,6 +14,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-record.git Package: x11proto-record-dev Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} +Breaks: libxtst-dev (<< 2:1.0.99.2) Description: X11 Record extension wire protocol This package provides development headers describing the wire protocol for the Record extension, used to record and play back event sequences. commit 3e1d8c9b849be9d3b2287f35e539c9afa8217d60 Author: Julien Cristau <[email protected]> Date: Sun Sep 13 10:55:11 2009 +0200 Bump xutils-dev build-dep to 1:7.4+4. diff --git a/debian/changelog b/debian/changelog index fcfe334..c90ec81 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ x11proto-record (1.13.99.1-1) UNRELEASED; urgency=low This was needed for upgrades from sarge. * New upstream release candidate + Xlib headers moved to libXtst + * Bump xutils-dev build-dep to 1:7.4+4. -- Julien Cristau <[email protected]> Sat, 12 Sep 2009 18:46:39 +0200 diff --git a/debian/control b/debian/control index 582777e..a0dbc60 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: David Nusinow <[email protected]>, Andres Salomon <dilin...@debian. Build-Depends: debhelper (>= 5.0.0), automake, - xutils-dev + xutils-dev (>= 1:7.4+4) Standards-Version: 3.7.3 Vcs-Git: git://git.debian.org/git/pkg-xorg/proto/x11proto-record Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-record.git commit fffc84419d39ba2f02d4dd4dfb3c823983a67bf5 Author: Julien Cristau <[email protected]> Date: Sun Sep 13 10:52:22 2009 +0200 Bump changelogs diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..d3ec9a7 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,178 @@ +commit 379a691a45f4a637b8b7bbea9d3c7c2454f5cde6 +Author: Peter Hutterer <[email protected]> +Date: Sat Aug 15 21:47:26 2009 +1000 + + Bump to 1.13.99.1 + +commit a7419fc173ccb949e6b20e1608bdcb816157a17f +Author: Peter Hutterer <[email protected]> +Date: Tue Aug 18 11:08:27 2009 +1000 + + Rename recordstr.h to recordproto.h, provide a stub instead. + + Renaming for consistency with other protocol packages. recordstr.h is a + simple stub warning against the use of this header. + + Signed-off-by: Peter Hutterer <[email protected]> + +commit 5e35e18e81da8a6a891bc73ac828d45eae91c53c +Author: Peter Hutterer <[email protected]> +Date: Fri Aug 14 13:34:52 2009 +1000 + + Remove xlib headers, rename record.h to recordconst.h. + + Xlib headers moved to libXtst. + + This patch also moves some defines from recordstr.h into recordconst.h. + These defines are the ones possibly used by clients (e.g. RECORD_NAME). + Clients should never need to include recordstr.h. + + Signed-off-by: Peter Hutterer <[email protected]> + +commit 59c7795cb8cf932c5c5942bb07278854c89a6a67 +Author: Peter Hutterer <[email protected]> +Date: Fri Aug 14 13:29:13 2009 +1000 + + remove RCS tags + + Signed-off-by: Peter Hutterer <[email protected]> + +commit eb14a315478af94dc588e1ed29628830deef90e4 +Author: Paulo Cesar Pereira de Andrade <[email protected]> +Date: Tue Jan 27 20:06:28 2009 -0200 + + Janitor: Correct make distcheck and dont distribute autogen.sh + +commit b38fe6228b369c7bf32e4003658395dd45352257 +Author: James Cloos <[email protected]> +Date: Thu Dec 6 16:39:05 2007 -0500 + + Replace static ChangeLog with dist-hook to generate from git log + +commit ecaf1d1c89a1ce914c387c8d9722d6cdaa82a9e6 +Author: James Cloos <[email protected]> +Date: Mon Sep 3 05:54:13 2007 -0400 + + Add *~ to .gitignore to skip patch/emacs droppings + +commit 400d7a5db8cb56464a2ff48b21a1b53e7cc5b295 +Author: Alan Coopersmith <[email protected]> +Date: Fri Jul 14 18:56:28 2006 -0700 + + renamed: .cvsignore -> .gitignore + +commit 18c27afa9a8a96bd8ba05ba6cd1e3bf0922601cb +Author: Kevin E Martin <[email protected]> +Date: Thu Dec 15 00:24:38 2005 +0000 + + Update package version number for final X11R7 release candidate. + +commit 6f8dbc14edcff010da66a1bf2d0f5e570f2d0812 +Author: Kevin E Martin <[email protected]> +Date: Wed Oct 19 02:48:14 2005 +0000 + + Update package version number for RC1 release. + +commit b298e441128e479b12615acab77df63a1ce516b1 +Author: Eric Anholt <[email protected]> +Date: Tue Aug 2 19:19:39 2005 +0000 + + Add basic .cvsignore files for proto modules. + +commit b9e116fe4b9970696029d79c63bb36a0960a7861 +Author: Kevin E Martin <[email protected]> +Date: Fri Jul 29 21:22:56 2005 +0000 + + Various changes preparing packages for RC0: + - Verify and update package version numbers as needed + - Implement versioning scheme + - Change bug address to point to bugzilla bug entry form + - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to + reenable it) + - Fix makedepend to use pkgconfig and pass distcheck + - Update build script to build macros first + - Update modular Xorg version + +commit a895a7e1f18706d4a91a390f1266bbd4a46f8231 +Author: Daniel Stone <[email protected]> +Date: Sat May 21 04:15:05 2005 +0000 + + Set version to 1.13. + +commit 3e7909df321b6969bc020d84a54bea6af31fc80c +Author: Adam Jackson <[email protected]> +Date: Thu May 19 00:22:40 2005 +0000 + + revert last change, didn't do right thing at all, sorry for the noise + +commit 8f287f8cfaeac5c28560fa94ca215244c1bb7776 +Author: Adam Jackson <[email protected]> +Date: Thu May 19 00:10:19 2005 +0000 + + Require automake 1.7 in AM_INIT_AUTOMAKE + +commit 3cb43fd0e261894865a8a86d598adb41eec0cc0e +Author: Josh Triplett <[email protected]> +Date: Tue May 17 07:08:40 2005 +0000 + + Add COPYING file for Record. + +commit 7bb7d5ca1396f83d81cc4164b975e5dc2597e678 +Author: Søren Sandmann Pedersen <[email protected]> +Date: Mon May 9 18:20:06 2005 +0000 + + Change all the protonames from <extension>Ext to <extension>Proto. + +commit 81198a3b1bbff8109801c64c44f732bb26abcb89 +Author: Kevin E Martin <[email protected]> +Date: Fri May 6 01:46:31 2005 +0000 + + Initial build system files for proto module. + +commit c7dc29e5d64a7fc308874512321f43c194ac11e2 +Author: Egbert Eich <[email protected]> +Date: Fri Apr 23 18:43:06 2004 +0000 + + Merging XORG-CURRENT into trunk + +commit b62b2b4b4cd80f05e48c634d16e05bed76f80607 +Author: Egbert Eich <[email protected]> +Date: Sun Mar 14 08:31:36 2004 +0000 + + Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004 + +commit f6c0db4c6e249901109722da6d5bd7be3bde377c +Author: Egbert Eich <[email protected]> +Date: Wed Mar 3 12:10:54 2004 +0000 + + Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004 + +commit 28f7d2358c7b2a07f08ea9b872aab5ee42440b56 +Author: Egbert Eich <[email protected]> +Date: Thu Feb 26 13:35:14 2004 +0000 + + readding XFree86's cvs IDs + +commit c435e3cc568e9d690f7b1291084e676ae3376d54 +Author: Egbert Eich <[email protected]> +Date: Thu Feb 26 09:22:28 2004 +0000 + + Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 + +commit 45626afe8e328c1c1deb32cb6e96914ba8923101 +Author: Kaleb Keithley <[email protected]> +Date: Tue Nov 25 19:28:02 2003 +0000 + + XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks + +commit 3b9115eb4dd86b813ac3423f2d508535a2fcaf09 +Author: Kaleb Keithley <[email protected]> +Date: Fri Nov 14 16:48:43 2003 +0000 + + XFree86 4.3.0.1 + +commit 5891b79405209d51d5fcf20ff562cf7120c3017f +Author: Kaleb Keithley <[email protected]> +Date: Fri Nov 14 15:54:35 2003 +0000 + + R6.6 is the Xorg base-line diff --git a/debian/changelog b/debian/changelog index 984a73f..fcfe334 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,12 @@ -x11proto-record (1.13.2-6) UNRELEASED; urgency=low +x11proto-record (1.13.99.1-1) UNRELEASED; urgency=low * Run autoreconf at build time. * Parse space-separated DEB_BUILD_OPTIONS, handle parallel=N. * Bump debhelper compat level to 5. * Drop Pre-Depends on x11-common and Conflicts/Replaces on libxtst-dev. This was needed for upgrades from sarge. + * New upstream release candidate + + Xlib headers moved to libXtst -- Julien Cristau <[email protected]> Sat, 12 Sep 2009 18:46:39 +0200 commit 6571a4a367ddcd64fd47bcdc35bf56e388797803 Author: Julien Cristau <[email protected]> Date: Sun Sep 13 10:47:43 2009 +0200 Drop Pre-Depends on x11-common and Conflicts/Replaces on libxtst-dev. This was needed for upgrades from sarge. diff --git a/debian/changelog b/debian/changelog index 73b3546..984a73f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ x11proto-record (1.13.2-6) UNRELEASED; urgency=low * Run autoreconf at build time. * Parse space-separated DEB_BUILD_OPTIONS, handle parallel=N. * Bump debhelper compat level to 5. + * Drop Pre-Depends on x11-common and Conflicts/Replaces on libxtst-dev. + This was needed for upgrades from sarge. -- Julien Cristau <[email protected]> Sat, 12 Sep 2009 18:46:39 +0200 diff --git a/debian/control b/debian/control index 723d474..582777e 100644 --- a/debian/control +++ b/debian/control @@ -14,9 +14,6 @@ Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-record.git Package: x11proto-record-dev Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} -Conflicts: libxtst-dev (<< 6.8.2-21) -Replaces: libxtst-dev (<< 6.8.2-21) -Pre-Depends: x11-common (>= 1:7.0.0) Description: X11 Record extension wire protocol This package provides development headers describing the wire protocol for the Record extension, used to record and play back event sequences. commit 57f347e77c1de0a6952d73dd097827faa9f4e29a Author: Julien Cristau <[email protected]> Date: Sun Sep 13 10:46:40 2009 +0200 Delete generated files diff --git a/Makefile.in b/Makefile.in deleted file mode 100644 index c124126..0000000 --- a/Makefile.in +++ /dev/null @@ -1,434 +0,0 @@ -# Makefile.in generated by automake 1.7.9 from Makefile.am. -# @configure_input@ - -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 -# Free Software Foundation, Inc. -# This Makefile.in is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -...@set_make@ - -srcdir = @srcdir@ -top_srcdir = @top_srcdir@ -VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ -pkgincludedir = $(includedir)/@PACKAGE@ -top_builddir = . - -am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -INSTALL = @INSTALL@ -install_sh_DATA = $(install_sh) -c -m 644 -install_sh_PROGRAM = $(install_sh) -c -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -ACLOCAL = @ACLOCAL@ -AMTAR = @AMTAR@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CYGPATH_W = @CYGPATH_W@ -DEFS = @DEFS@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LTLIBOBJS = @LTLIBOBJS@ -MAKEINFO = @MAKEINFO@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -VERSION = @VERSION@ -ac_ct_STRIP = @ac_ct_STRIP@ -am__leading_dot = @am__leading_dot@ -bindir = @bindir@ -build_alias = @build_alias@ -datadir = @datadir@ -exec_prefix = @exec_prefix@ -host_alias = @host_alias@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -oldincludedir = @oldincludedir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -sysconfdir = @sysconfdir@ -target_alias = @target_alias@ -recorddir = $(includedir)/X11/extensions -record_HEADERS = \ - record.h \ - recordstr.h - - -pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = recordproto.pc - -EXTRA_DIST = autogen.sh recordproto.pc.in -subdir = . -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_CLEAN_FILES = recordproto.pc -DIST_SOURCES = -DATA = $(pkgconfig_DATA) - -HEADERS = $(record_HEADERS) - -DIST_COMMON = $(record_HEADERS) $(srcdir)/Makefile.in \ - $(srcdir)/configure COPYING ChangeLog Makefile.am aclocal.m4 \ - configure configure.ac install-sh missing mkinstalldirs \ - recordproto.pc.in -all: all-am - -.SUFFIXES: - -am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ - configure.lineno -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) - cd $(top_srcdir) && \ - $(AUTOMAKE) --foreign Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe) - -$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - $(SHELL) ./config.status --recheck -$(srcdir)/configure: $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) - cd $(srcdir) && $(AUTOCONF) - -$(ACLOCAL_M4): configure.ac - cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) -recordproto.pc: $(top_builddir)/config.status recordproto.pc.in - cd $(top_builddir) && $(SHELL) ./config.status $@ -uninstall-info-am: -pkgconfigDATA_INSTALL = $(INSTALL_DATA) -install-pkgconfigDATA: $(pkgconfig_DATA) - @$(NORMAL_INSTALL) - $(mkinstalldirs) $(DESTDIR)$(pkgconfigdir) - @list='$(pkgconfig_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f="`echo $$p | sed -e 's|^.*/||'`"; \ - echo " $(pkgconfigDATA_INSTALL) $$d$$p $(DESTDIR)$(pkgconfigdir)/$$f"; \ - $(pkgconfigDATA_INSTALL) $$d$$p $(DESTDIR)$(pkgconfigdir)/$$f; \ - done - -uninstall-pkgconfigDATA: - @$(NORMAL_UNINSTALL) - @list='$(pkgconfig_DATA)'; for p in $$list; do \ - f="`echo $$p | sed -e 's|^.*/||'`"; \ - echo " rm -f $(DESTDIR)$(pkgconfigdir)/$$f"; \ - rm -f $(DESTDIR)$(pkgconfigdir)/$$f; \ - done -recordHEADERS_INSTALL = $(INSTALL_HEADER) -install-recordHEADERS: $(record_HEADERS) - @$(NORMAL_INSTALL) - $(mkinstalldirs) $(DESTDIR)$(recorddir) - @list='$(record_HEADERS)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f="`echo $$p | sed -e 's|^.*/||'`"; \ - echo " $(recordHEADERS_INSTALL) $$d$$p $(DESTDIR)$(recorddir)/$$f"; \ - $(recordHEADERS_INSTALL) $$d$$p $(DESTDIR)$(recorddir)/$$f; \ - done - -uninstall-recordHEADERS: - @$(NORMAL_UNINSTALL) - @list='$(record_HEADERS)'; for p in $$list; do \ - f="`echo $$p | sed -e 's|^.*/||'`"; \ - echo " rm -f $(DESTDIR)$(recorddir)/$$f"; \ - rm -f $(DESTDIR)$(recorddir)/$$f; \ - done - -ETAGS = etags -ETAGSFLAGS = - -CTAGS = ctags -CTAGSFLAGS = - -tags: TAGS - -ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) ' { files[$$0] = 1; } \ - END { for (i in files) print i; }'`; \ - mkid -fID $$unique - -TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) - tags=; \ - here=`pwd`; \ - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) ' { files[$$0] = 1; } \ - END { for (i in files) print i; }'`; \ - test -z "$(ETAGS_ARGS)$$tags$$unique" \ - || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - $$tags $$unique - -ctags: CTAGS -CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) - tags=; \ - here=`pwd`; \ - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) ' { files[$$0] = 1; } \ - END { for (i in files) print i; }'`; \ - test -z "$(CTAGS_ARGS)$$tags$$unique" \ - || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ - $$tags $$unique - -GTAGS: - here=`$(am__cd) $(top_builddir) && pwd` \ - && cd $(top_srcdir) \ - && gtags -i $(GTAGS_ARGS) $$here - -distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) - -top_distdir = . -distdir = $(PACKAGE)-$(VERSION) - -am__remove_distdir = \ - { test ! -d $(distdir) \ - || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ - && rm -fr $(distdir); }; } - -GZIP_ENV = --best -distuninstallcheck_listfiles = find . -type f -print -distcleancheck_listfiles = find . -type f -print - -distdir: $(DISTFILES) - $(am__remove_distdir) - mkdir $(distdir) - $(mkinstalldirs) $(distdir)/. - @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ - list='$(DISTFILES)'; for file in $$list; do \ - case $$file in \ - $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ - $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ - esac; \ - if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test "$$dir" != "$$file" && test "$$dir" != "."; then \ - dir="/$$dir"; \ - $(mkinstalldirs) "$(distdir)$$dir"; \ - else \ - dir=''; \ - fi; \ - if test -d $$d/$$file; then \ - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ - fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ - else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ - || exit 1; \ - fi; \ - done - -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ - ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ - ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ - ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ - || chmod -R a+r $(distdir) -dist-gzip: distdir - $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz - $(am__remove_distdir) - -dist-bzip2: distdir - $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2 - $(am__remove_distdir) - -dist dist-all: distdir - $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz - $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2 - $(am__remove_distdir) - -# This target untars the dist file and tries a VPATH configuration. Then -# it guarantees that the distribution is self-contained by making another -# tarfile. -distcheck: dist - $(am__remove_distdir) - GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - - chmod -R a-w $(distdir); chmod a+w $(distdir) - mkdir $(distdir)/_build - mkdir $(distdir)/_inst - chmod a-w $(distdir) - dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ - && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ - && cd $(distdir)/_build \ - && ../configure --srcdir=.. --prefix="$$dc_install_base" \ - $(DISTCHECK_CONFIGURE_FLAGS) \ - && $(MAKE) $(AM_MAKEFLAGS) \ - && $(MAKE) $(AM_MAKEFLAGS) dvi \ - && $(MAKE) $(AM_MAKEFLAGS) check \ - && $(MAKE) $(AM_MAKEFLAGS) install \ - && $(MAKE) $(AM_MAKEFLAGS) installcheck \ - && $(MAKE) $(AM_MAKEFLAGS) uninstall \ - && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ - distuninstallcheck \ - && chmod -R a-w "$$dc_install_base" \ - && ({ \ - (cd ../.. && $(mkinstalldirs) "$$dc_destdir") \ - && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ - && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ - && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ - distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ - } || { rm -rf "$$dc_destdir"; exit 1; }) \ - && rm -rf "$$dc_destdir" \ - && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \ - && rm -f $(distdir).tar.gz \ - && $(MAKE) $(AM_MAKEFLAGS) distcleancheck - $(am__remove_distdir) - @echo "$(distdir).tar.gz is ready for distribution" | \ - sed 'h;s/./=/g;p;x;p;x' -distuninstallcheck: - @cd $(distuninstallcheck_dir) \ - && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ - || { echo "ERROR: files left after uninstall:" ; \ - if test -n "$(DESTDIR)"; then \ - echo " (check DESTDIR support)"; \ - fi ; \ - $(distuninstallcheck_listfiles) ; \ - exit 1; } >&2 -distcleancheck: distclean - @if test '$(srcdir)' = . ; then \ - echo "ERROR: distcleancheck can only run from a VPATH build" ; \ - exit 1 ; \ - fi - @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ - || { echo "ERROR: files left in build directory after distclean:" ; \ - $(distcleancheck_listfiles) ; \ - exit 1; } >&2 -check-am: all-am -check: check-am -all-am: Makefile $(DATA) $(HEADERS) - -installdirs: - $(mkinstalldirs) $(DESTDIR)$(pkgconfigdir) $(DESTDIR)$(recorddir) -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -rm -f $(CONFIG_CLEAN_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-am - -clean-am: clean-generic mostlyclean-am - -distclean: distclean-am - -rm -f $(am__CONFIG_DISTCLEAN_FILES) - -rm -f Makefile -distclean-am: clean-am distclean-generic distclean-tags - -dvi: dvi-am - -dvi-am: - -info: info-am - -info-am: - -install-data-am: install-pkgconfigDATA install-recordHEADERS - -install-exec-am: - -install-info: install-info-am - -install-man: - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f $(am__CONFIG_DISTCLEAN_FILES) - -rm -rf $(top_srcdir)/autom4te.cache - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-generic - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: uninstall-info-am uninstall-pkgconfigDATA \ - uninstall-recordHEADERS - -.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic ctags \ - dist dist-all dist-bzip2 dist-gzip distcheck distclean \ - distclean-generic distclean-tags distcleancheck distdir \ - distuninstallcheck dvi dvi-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-pkgconfigDATA \ - install-recordHEADERS install-strip installcheck \ - installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ - pdf-am ps ps-am tags uninstall uninstall-am uninstall-info-am \ - uninstall-pkgconfigDATA uninstall-recordHEADERS - -# 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: diff --git a/aclocal.m4 b/aclocal.m4 deleted file mode 100644 index 50595c2..0000000 --- a/aclocal.m4 +++ /dev/null @@ -1,879 +0,0 @@ -# generated automatically by aclocal 1.7.9 -*- Autoconf -*- - -# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002 -# Free Software Foundation, Inc. -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -# Do all the work for Automake. -*- Autoconf -*- - -# This macro actually does too much some checks are only needed if -# your package does certain things. But this isn't really a big deal. - -# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 -# Free Software Foundation, Inc. - -# 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. - -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -# 02111-1307, USA. - -# serial 10 - -AC_PREREQ([2.54]) - -# Autoconf 2.50 wants to disallow AM_ names. We explicitly allow -# the ones we care about. -m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl - -# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) -# AM_INIT_AUTOMAKE([OPTIONS]) -# ----------------------------------------------- -# The call with PACKAGE and VERSION arguments is the old style -# call (pre autoconf-2.50), which is being phased out. PACKAGE -# and VERSION should now be passed to AC_INIT and removed from -# the call to AM_INIT_AUTOMAKE. -# We support both call styles for the transition. After -# the next Automake release, Autoconf can make the AC_INIT -# arguments mandatory, and then we can depend on a new Autoconf -# release and drop the old call support. -AC_DEFUN([AM_INIT_AUTOMAKE], -[AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl - AC_REQUIRE([AC_PROG_INSTALL])dnl -# test to see if srcdir already configured -if test "`cd $srcdir && pwd`" != "`pwd`" && - test -f $srcdir/config.status; then - AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

