.gitignore | 4 ChangeLog | 159 ++- Makefile.am | 12 Makefile.in | 433 -------- XResproto.h | 1 aclocal.m4 | 879 ---------------- configure | 2587 ------------------------------------------------- configure.ac | 6 debian/README.source | 73 + debian/changelog | 13 debian/compat | 2 debian/control | 12 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 -- 19 files changed, 448 insertions(+), 5095 deletions(-)
New commits: commit 083d59ae12fbcaac6dcc7ddc8731c77680c3897d Author: Julien Cristau <[email protected]> Date: Sun Sep 13 18:11:28 2009 +0200 Prepare changelog for upload diff --git a/debian/changelog b/debian/changelog index ffec799..1161a26 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -x11proto-resource (1.1.0-1) UNRELEASED; urgency=low +x11proto-resource (1.1.0-1) unstable; urgency=low * Bump debhelper compat level to 5. * Run autoreconf at build time. @@ -9,7 +9,7 @@ x11proto-resource (1.1.0-1) UNRELEASED; urgency=low * Bump Standards-Version to 3.8.3. * New upstream release. - -- Julien Cristau <[email protected]> Sun, 13 Sep 2009 17:58:33 +0200 + -- Julien Cristau <[email protected]> Sun, 13 Sep 2009 18:11:17 +0200 x11proto-resource (1.0.2-5) unstable; urgency=low commit ace762cdc74b315c3b2b983c53f9731ae7518284 Author: Julien Cristau <[email protected]> Date: Sun Sep 13 18:10:02 2009 +0200 Bump build-dep on xutils-dev for new util-macros diff --git a/debian/control b/debian/control index 51ba779..be74991 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.8.3 Vcs-Git: git://git.debian.org/git/pkg-xorg/proto/x11proto-resource Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-resource.git commit 181fc52e12a7e855bd451dc573b20dad77ac149a Author: Julien Cristau <[email protected]> Date: Sun Sep 13 18:09:32 2009 +0200 Bump changelogs diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..e3df722 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,157 @@ +commit 11843ce15572214833063a26ac87a2fa6ab74bca +Author: Peter Hutterer <[email protected]> +Date: Tue Aug 25 16:13:15 2009 +1000 + + resourceproto 1.1.0 + +commit 2388aa12158fca3d8c38ee59ecc5cf35eafa7d57 +Author: Peter Hutterer <[email protected]> +Date: Tue Aug 25 16:29:38 2009 +1000 + + Remove RCS tags. + +commit 0a4fd7fc0cf0f56fbe112bd14725560adfa67b73 +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 40fded7637faa3548052cbf419d48ea081b1b5cb +Author: James Cloos <[email protected]> +Date: Thu Dec 6 16:39:06 2007 -0500 + + Replace static ChangeLog with dist-hook to generate from git log + +commit 2740cf052e07fef8808991863409829bab22f016 +Author: James Cloos <[email protected]> +Date: Mon Sep 3 05:54:15 2007 -0400 + + Add *~ to .gitignore to skip patch/emacs droppings + +commit c24f19b61eb4a59b7a71f8aa238f3093d71b2fb2 +Author: Alan Coopersmith <[email protected]> +Date: Fri Jul 14 18:56:31 2006 -0700 + + renamed: .cvsignore -> .gitignore + +commit 9268501218b3f4eb1b0ce13bfab9e9543adc01a1 +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 0002f2f7e13aeabd494b55be2280b060410a6e8a +Author: Kevin E Martin <[email protected]> +Date: Wed Oct 19 02:48:15 2005 +0000 + + Update package version number for RC1 release. + +commit e09681a1043fbc48447033b78de2c87252507d1b +Author: Eric Anholt <[email protected]> +Date: Tue Aug 2 19:19:39 2005 +0000 + + Add basic .cvsignore files for proto modules. + +commit f6008b2e1f5051ab421abbe08614aac67847742e +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 79eb18feab7f1a9e07d97adb3be754b3c863d696 +Author: Søren Sandmann Pedersen <[email protected]> +Date: Tue Jun 7 18:51:23 2005 +0000 + + - symlink.sh: Move XRes.h from proto/Resource to + lib/XRes/include/X11/extensions + - symlink.sh: Add XRes linking + - xc/lib/XRes/*.c: conditionally include config.h + - lib/XRes: add directories and build system. + +commit 53500326172c6277a698926f78e042f80f03bb2d +Author: Daniel Stone <[email protected]> +Date: Sat May 21 04:18:30 2005 +0000 + + Set version to 1.0. + +commit f5f3a42ee3de80dfbb798727c77ad0454b70723e +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 5d91974af1155de1086434a36a6c1531a8d80d7b +Author: Adam Jackson <[email protected]> +Date: Thu May 19 00:10:19 2005 +0000 + + Require automake 1.7 in AM_INIT_AUTOMAKE + +commit d66e491cd3a75b7e88177b9857dd7079d11361fe +Author: Josh Triplett <[email protected]> +Date: Tue May 17 19:43:16 2005 +0000 + + Add COPYING file for Resource. Per the advice of Daniel Stone, Resource + falls under the generic XFree86 catch-all license (from before the + problematic license change). + +commit 7e6e21adc53035ddffba7bb29676b7f483956df8 +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 f7ef242967454e96ecc41751ed04b8ec434d17c8 +Author: Kevin E Martin <[email protected]> +Date: Fri May 6 01:46:31 2005 +0000 + + Initial build system files for proto module. + +commit e33c0b156299bb0d582b573ffe185699d6415b88 +Author: Egbert Eich <[email protected]> +Date: Fri Apr 23 18:43:06 2004 +0000 + + Merging XORG-CURRENT into trunk + +commit eeb54769c6aec119ae900ed41a1cd12d62c88aa9 +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 600d724bb28e8604eefa891daf2adefc38f6c03a +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 17c656129e003eba2f71b644c335eabb96e3361a +Author: Egbert Eich <[email protected]> +Date: Thu Feb 26 13:35:11 2004 +0000 + + readding XFree86's cvs IDs + +commit d2ba0bfffba0903acdfd37973c0c11be3bbfec48 +Author: Egbert Eich <[email protected]> +Date: Thu Feb 26 09:22:27 2004 +0000 + + Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 + +commit 7d9398ff4706c144a8562f2272c89b67947c7e0d +Author: Kaleb Keithley <[email protected]> +Date: Fri Nov 14 16:48:42 2003 +0000 + + XFree86 4.3.0.1 + +commit 258c66ae0da974c415026fcf4961b1ced793eaaf +Author: Kaleb Keithley <[email protected]> +Date: Fri Nov 14 16:48:42 2003 +0000 + + Initial revision diff --git a/debian/changelog b/debian/changelog index ae93947..ffec799 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -x11proto-resource (1.0.2-6) UNRELEASED; urgency=low +x11proto-resource (1.1.0-1) UNRELEASED; urgency=low * Bump debhelper compat level to 5. * Run autoreconf at build time. @@ -7,6 +7,7 @@ x11proto-resource (1.0.2-6) UNRELEASED; urgency=low This was only needed for upgrades from sarge. * Add dependency on x11proto-core-dev. * Bump Standards-Version to 3.8.3. + * New upstream release. -- Julien Cristau <[email protected]> Sun, 13 Sep 2009 17:58:33 +0200 commit ceba2ab4f47dcf9443d702ff7652c3d7f3f13199 Author: Julien Cristau <[email protected]> Date: Sun Sep 13 18:08:13 2009 +0200 Bump Standards-Version to 3.8.3. diff --git a/debian/changelog b/debian/changelog index 52cfcd1..ae93947 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ x11proto-resource (1.0.2-6) UNRELEASED; urgency=low * Drop Pre-Depends on x11-common and Conflicts/Replaces on libxres-dev. This was only needed for upgrades from sarge. * Add dependency on x11proto-core-dev. + * Bump Standards-Version to 3.8.3. -- Julien Cristau <[email protected]> Sun, 13 Sep 2009 17:58:33 +0200 diff --git a/debian/control b/debian/control index ba7e9dd..51ba779 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 5.0.0), automake, xutils-dev -Standards-Version: 3.7.3 +Standards-Version: 3.8.3 Vcs-Git: git://git.debian.org/git/pkg-xorg/proto/x11proto-resource Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-resource.git commit ca2f1fb41725e4ec0329b4bb794d2013e4a04a73 Author: Julien Cristau <[email protected]> Date: Sun Sep 13 18:07:29 2009 +0200 Add dependency on x11proto-core-dev. diff --git a/debian/changelog b/debian/changelog index 5ace706..52cfcd1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ x11proto-resource (1.0.2-6) UNRELEASED; urgency=low * Parse space-separated DEB_BUILD_OPTIONS, and handle parallel=N. * Drop Pre-Depends on x11-common and Conflicts/Replaces on libxres-dev. This was only needed for upgrades from sarge. + * Add dependency on x11proto-core-dev. -- Julien Cristau <[email protected]> Sun, 13 Sep 2009 17:58:33 +0200 diff --git a/debian/control b/debian/control index 678fb1f..ba7e9dd 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-resource.git Package: x11proto-resource-dev Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends}, x11proto-core-dev Description: X11 Resource extension wire protocol This package provides development headers describing the wire protocol for the Resource extension, used to measure resource usage from clients commit d17a1f7dae2066c1cf2efe9efa4186fd373b92f4 Author: Julien Cristau <[email protected]> Date: Sun Sep 13 18:06:01 2009 +0200 Drop Pre-Depends on x11-common and Conflicts/Replaces on libxres-dev. This was only needed for upgrades from sarge. diff --git a/debian/changelog b/debian/changelog index 5f849a2..5ace706 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ x11proto-resource (1.0.2-6) UNRELEASED; urgency=low * Bump debhelper compat level to 5. * Run autoreconf at build time. * Parse space-separated DEB_BUILD_OPTIONS, and handle parallel=N. + * Drop Pre-Depends on x11-common and Conflicts/Replaces on libxres-dev. + This was only needed for upgrades from sarge. -- Julien Cristau <[email protected]> Sun, 13 Sep 2009 17:58:33 +0200 diff --git a/debian/control b/debian/control index b796d12..678fb1f 100644 --- a/debian/control +++ b/debian/control @@ -14,9 +14,6 @@ Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-resource.git Package: x11proto-resource-dev Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} -Conflicts: libxres-dev (<< 6.8.2-21) -Replaces: libxres-dev (<< 6.8.2-21) -Pre-Depends: x11-common (>= 1:7.0.0) Description: X11 Resource extension wire protocol This package provides development headers describing the wire protocol for the Resource extension, used to measure resource usage from clients commit 063ee6d6e4423ffdadccf389c2c57e2c0e48e5e2 Author: Julien Cristau <[email protected]> Date: Sun Sep 13 18:04:19 2009 +0200 Parse space-separated DEB_BUILD_OPTIONS, and handle parallel=N. diff --git a/debian/changelog b/debian/changelog index aba6334..5f849a2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ x11proto-resource (1.0.2-6) UNRELEASED; urgency=low * Bump debhelper compat level to 5. * Run autoreconf at build time. + * Parse space-separated DEB_BUILD_OPTIONS, and handle parallel=N. -- Julien Cristau <[email protected]> Sun, 13 Sep 2009 17:58:33 +0200 diff --git a/debian/rules b/debian/rules index 9dbf5f6..b1ea7f6 100755 --- a/debian/rules +++ b/debian/rules @@ -12,13 +12,14 @@ PACKAGE = x11proto-resource-dev include debian/xsfbs/xsfbs.mk CFLAGS = -Wall -g -ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) +ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 else CFLAGS += -O2 endif -ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) - INSTALL_PROGRAM += -s +ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) + NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) + MAKEFLAGS += -j$(NUMJOBS) endif DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) commit d3e4b37ed1ecd9e91f29d94baa54897eea664167 Author: Julien Cristau <[email protected]> Date: Sun Sep 13 18:03:01 2009 +0200 Delete generated files diff --git a/Makefile.in b/Makefile.in deleted file mode 100644 index 7350c8e..0000000 --- a/Makefile.in +++ /dev/null @@ -1,433 +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@ -resourcedir = $(includedir)/X11/extensions -resource_HEADERS = \ - XResproto.h - - -pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = resourceproto.pc - -EXTRA_DIST = autogen.sh resourceproto.pc.in -subdir = . -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_CLEAN_FILES = resourceproto.pc -DIST_SOURCES = -DATA = $(pkgconfig_DATA) - -HEADERS = $(resource_HEADERS) - -DIST_COMMON = $(resource_HEADERS) $(srcdir)/Makefile.in \ - $(srcdir)/configure COPYING ChangeLog Makefile.am aclocal.m4 \ - configure configure.ac install-sh missing mkinstalldirs \ - resourceproto.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) -resourceproto.pc: $(top_builddir)/config.status resourceproto.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 -resourceHEADERS_INSTALL = $(INSTALL_HEADER) -install-resourceHEADERS: $(resource_HEADERS) - @$(NORMAL_INSTALL) - $(mkinstalldirs) $(DESTDIR)$(resourcedir) - @list='$(resource_HEADERS)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f="`echo $$p | sed -e 's|^.*/||'`"; \ - echo " $(resourceHEADERS_INSTALL) $$d$$p $(DESTDIR)$(resourcedir)/$$f"; \ - $(resourceHEADERS_INSTALL) $$d$$p $(DESTDIR)$(resourcedir)/$$f; \ - done - -uninstall-resourceHEADERS: - @$(NORMAL_UNINSTALL) - @list='$(resource_HEADERS)'; for p in $$list; do \ - f="`echo $$p | sed -e 's|^.*/||'`"; \ - echo " rm -f $(DESTDIR)$(resourcedir)/$$f"; \ - rm -f $(DESTDIR)$(resourcedir)/$$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)$(resourcedir) -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-resourceHEADERS - -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-resourceHEADERS - -.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-resourceHEADERS 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-resourceHEADERS - -# 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]) -fi - -# test whether we have cygpath -if test -z "$CYGPATH_W"; then - if (cygpath --version) >/dev/null 2>/dev/null; then - CYGPATH_W='cygpath -w' - else - CYGPATH_W=echo - fi -fi -AC_SUBST([CYGPATH_W]) - -# Define the identity of the package. -dnl Distinguish between old-style and new-style calls. -m4_ifval([$2], -[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl - AC_SUBST([PACKAGE], [$1])dnl - AC_SUBST([VERSION], [$2])], -[_AM_SET_OPTIONS([$1])dnl - AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl - AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl - -_AM_IF_OPTION([no-define],, -[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) - AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl - -# Some tools Automake needs. -AC_REQUIRE([AM_SANITY_CHECK])dnl -AC_REQUIRE([AC_ARG_PROGRAM])dnl -AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}) -AM_MISSING_PROG(AUTOCONF, autoconf) -AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}) -AM_MISSING_PROG(AUTOHEADER, autoheader) -AM_MISSING_PROG(MAKEINFO, makeinfo) -AM_MISSING_PROG(AMTAR, tar) -AM_PROG_INSTALL_SH -AM_PROG_INSTALL_STRIP -# We need awk for the "check" target. The system "awk" is bad on -# some platforms. -AC_REQUIRE([AC_PROG_AWK])dnl -AC_REQUIRE([AC_PROG_MAKE_SET])dnl -AC_REQUIRE([AM_SET_LEADING_DOT])dnl - -_AM_IF_OPTION([no-dependencies],, -[AC_PROVIDE_IFELSE([AC_PROG_CC], - [_AM_DEPENDENCIES(CC)], - [define([AC_PROG_CC], - defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl -AC_PROVIDE_IFELSE([AC_PROG_CXX], - [_AM_DEPENDENCIES(CXX)], - [define([AC_PROG_CXX], - defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl -]) -]) - - -# When config.status generates a header, we must update the stamp-h file. -# This file resides in the same directory as the config header -# that is generated. The stamp files are numbered to have different names. - -# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the -# loop where config.status creates the headers, so we can generate -# our stamp files there. -AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], -[# Compute $1's index in $config_headers. -_am_stamp_count=1 -for _am_header in $config_headers :; do - case $_am_header in - $1 | $1:* ) - break ;; - * ) - _am_stamp_count=`expr $_am_stamp_count + 1` ;; - esac -done -echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count]) - -# Copyright 2002 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 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

