.gitignore                       |    2 
 ChangeLog                        |  373 
 Makefile.am                      |    7 
 Makefile.in                      |  684 -
 aclocal.m4                       | 8256 -------------
 config.guess                     | 1526 --
 config.h.in                      |   99 
 config.sub                       | 1658 --
 config/50-x11-input-joystick.fdi |   41 
 configure                        |23416 ---------------------------------------
 configure.ac                     |   18 
 debian/changelog                 |   10 
 debian/control                   |   18 
 debian/rules                     |   20 
 debian/xsfbs/repack.sh           |   32 
 debian/xsfbs/xsfbs-autoreconf.mk |  150 
 debian/xsfbs/xsfbs.mk            |  104 
 debian/xsfbs/xsfbs.sh            |  405 
 depcomp                          |  589 
 include/Makefile.am              |   23 
 include/joystick-properties.h    |  123 
 install-sh                       |  519 
 ltmain.sh                        | 6964 -----------
 man/Makefile.in                  |  424 
 man/joystick.man                 |   25 
 missing                          |  367 
 mkinstalldirs                    |  161 
 src/Makefile.am                  |    3 
 src/Makefile.in                  |  544 
 src/backend_bsd.c                |   44 
 src/backend_bsd.h                |    6 
 src/backend_evdev.c              |   27 
 src/backend_evdev.h              |    6 
 src/backend_joystick.c           |   26 
 src/backend_joystick.h           |    6 
 src/jstk.c                       |  224 
 src/jstk.h                       |   51 
 src/jstk_axis.c                  |   83 
 src/jstk_axis.h                  |    1 
 src/jstk_key.c                   |  180 
 src/jstk_key.h                   |    4 
 src/jstk_options.c               |   88 
 src/jstk_options.h               |    3 
 src/jstk_properties.c            |  347 
 src/jstk_properties.h            |   31 
 xorg-joystick.pc.in              |    7 
 46 files changed, 1722 insertions(+), 45973 deletions(-)

New commits:
commit e13fd64ce669da539cdccd7a5a9728f7534c8f30
Author: Julien Cristau <jcris...@debian.org>
Date:   Thu Apr 9 16:12:54 2009 +0100

    Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index efb6301..71ac20e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-input-joystick (1:1.4.0-1) UNRELEASED; urgency=low
+xserver-xorg-input-joystick (1:1.4.0-1) unstable; urgency=low
 
   * Run autoreconf on build.
   * Allow parallel builds.
@@ -6,7 +6,7 @@ xserver-xorg-input-joystick (1:1.4.0-1) UNRELEASED; urgency=low
   * Build against xserver 1.6.
   * Use Vcs-* instead of XS-Vcs-*.
 
- -- Julien Cristau <jcris...@debian.org>  Thu, 09 Apr 2009 16:06:42 +0100
+ -- Julien Cristau <jcris...@debian.org>  Thu, 09 Apr 2009 16:12:48 +0100
 
 xserver-xorg-input-joystick (1:1.3.2-1) unstable; urgency=low
 

commit 408377bc1c90840309e400fd1790be354446879d
Author: Julien Cristau <jcris...@debian.org>
Date:   Thu Apr 9 16:11:04 2009 +0100

    Use Vcs-* instead of XS-Vcs-*.

diff --git a/debian/changelog b/debian/changelog
index 66dd4ec..efb6301 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ xserver-xorg-input-joystick (1:1.4.0-1) UNRELEASED; urgency=low
   * Allow parallel builds.
   * New upstream release.
   * Build against xserver 1.6.
+  * Use Vcs-* instead of XS-Vcs-*.
 
  -- Julien Cristau <jcris...@debian.org>  Thu, 09 Apr 2009 16:06:42 +0100
 
diff --git a/debian/control b/debian/control
index 036de46..f3222d5 100644
--- a/debian/control
+++ b/debian/control
@@ -17,8 +17,8 @@ Build-Depends:
  x11proto-kb-dev,
  dpkg-dev (>= 1.14.17)
 Standards-Version: 3.7.2
-XS-Vcs-Git: 
git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-input-joystick
-XS-Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-input-joystick.git
+Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-input-joystick
+Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-input-joystick.git
 
 Package: xserver-xorg-input-joystick
 Architecture: any

commit c6a4881e4f713c6d92f83bfc3cd3711df6a9a90a
Author: Julien Cristau <jcris...@debian.org>
Date:   Thu Apr 9 16:10:41 2009 +0100

    Build against xserver 1.6.

diff --git a/debian/changelog b/debian/changelog
index bb4d42e..66dd4ec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ xserver-xorg-input-joystick (1:1.4.0-1) UNRELEASED; urgency=low
   * Run autoreconf on build.
   * Allow parallel builds.
   * New upstream release.
+  * Build against xserver 1.6.
 
  -- Julien Cristau <jcris...@debian.org>  Thu, 09 Apr 2009 16:06:42 +0100
 
diff --git a/debian/control b/debian/control
index 8d94d88..036de46 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends:
  automake,
  libtool,
  xutils-dev,
- xserver-xorg-dev (>= 2:1.4),
+ xserver-xorg-dev (>= 2:1.6),
  x11proto-input-dev,
  x11proto-core-dev,
  x11proto-randr-dev,

commit b1c113b1108b4ac55a07bce6e668008973f49b11
Author: Julien Cristau <jcris...@debian.org>
Date:   Thu Apr 9 16:09:53 2009 +0100

    update changelogs

diff --git a/ChangeLog b/ChangeLog
index 481004d..c524a7f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,376 @@
+commit 43e2f0526894cb5eacac8730a21ccdf415421d72
+Author: Sascha Hlusiak <saschahlus...@arcor.de>
+Date:   Sun Dec 28 18:57:36 2008 +0100
+
+    Prepare for 1.4.0 release
+
+commit fd80f1c2b5b91e0260dc28e9b5e259025ea379e5
+Author: Sascha Hlusiak <saschahlus...@arcor.de>
+Date:   Sun Dec 28 17:32:44 2008 +0100
+
+    Matched comments in joystick-properties.h with previous commit
+
+commit f81b9077d13b614262556a7401068f016fe2b365
+Author: Sascha Hlusiak <saschahlus...@arcor.de>
+Date:   Sun Dec 28 17:28:50 2008 +0100
+
+    Export JSTK_* constants with joystick-properties.h
+
+commit 79028fc80fe7cbd452a18b4ddf92c328a1fe1393
+Author: Sascha Hlusiak <saschahlus...@arcor.de>
+Date:   Sun Dec 28 17:24:08 2008 +0100
+
+    Rename constants for better distinction
+    
+    @jstk.h:
+        TYPE_* -> JSTK_TYPE_*
+        MAPPING_* -> JSTK_MAPPING_*
+
+commit 38b4c9b3bd814296971abfe6ef01f531367a43bb
+Author: Peter Hutterer <peter.hutte...@redhat.com>
+Date:   Mon Oct 13 10:46:10 2008 +1030
+
+    properties: handle checkonly flag in SetProperty.
+    
+    If checkonly is TRUE, don't touch any values, just check vor validity of 
the
+    data.
+    
+    Signed-off-by: Sascha Hlusiak <saschahlus...@arcor.de>
+
+commit 0da072fde42d899b56cc7b05d7b3db2815ac3b9a
+Author: Sascha Hlusiak <saschahlus...@arcor.de>
+Date:   Wed Oct 1 23:14:22 2008 +0200
+
+    Install joystick-properties.h and xorg-joystick.pc for clients.
+    
+    Let's clients be aware of properties made available by the driver.
+
+commit 3c2a323a3a14bc27a7a5d9f4470b4abd83c424ec
+Author: Sascha Hlusiak <saschahlus...@arcor.de>
+Date:   Wed Oct 1 21:43:49 2008 +0200
+
+    Option for per-axis valuators. Defaults to off for all axes.
+    
+    Old: Each axis had an extra valuator, starting with 2 (0 and 1 are pointer 
movement)
+    New: Add "valuator" to axis option to give it an extra valuator of range 
-32768 to 32768.
+    Default: Off for all axes, since rarely used (and broken anyway right now).
+
+commit 432805db42b1f7d69131406c8b58571d224e1c47
+Author: Sascha Hlusiak <saschahlus...@arcor.de>
+Date:   Tue Sep 30 19:02:17 2008 +0200
+
+    Remove XKB calls since we don't make use of it anyway.
+    
+    No error messages because of missing xkb rules, yay.
+
+commit 8a5b8e08aa27c5a33982ab293c68c026cba789c5
+Author: Sascha Hlusiak <saschahlus...@arcor.de>
+Date:   Tue Sep 30 18:35:27 2008 +0200
+
+    Do not require randrproto
+
+commit ba8ea1799cf8911c22b0d90a865cb6e215b23e1c
+Author: Sascha Hlusiak <saschahlus...@arcor.de>
+Date:   Tue Sep 30 18:13:19 2008 +0200
+
+    Support for setting Button Number property
+    
+    does not change the button map, which is assumed to be default. Buttons 
can still be
+    reordered using xmodmap.
+
+commit 5c72d146865982dfa727d469d789ceaa6ac33b8d
+Author: Sascha Hlusiak <saschahlus...@arcor.de>
+Date:   Tue Sep 30 18:08:04 2008 +0200
+
+    Replace dynamic button map with static one
+    
+    Saves some configuration efforts but caps logical button numbers to 
BUTTONMAP_SIZE=32.
+    Makes property support much easier.
+
+commit 03175f968c4177de2208a2d8e73f9c8106630a6b
+Author: Sascha Hlusiak <saschahlus...@arcor.de>
+Date:   Tue Sep 30 00:35:01 2008 +0200
+
+    Name all properties uppercase
+    
+    Just looks better
+
+commit 34ca7d26830b5c58a35b9aec7f7cdd6d4446c456
+Author: Sascha Hlusiak <saschahlus...@arcor.de>
+Date:   Tue Sep 30 00:30:24 2008 +0200
+
+    Do not accept fewer values anymore when setting properties
+    
+    Supplied number of values have to match the numbers of axes/buttons 
exactly. Fewer values are not accepted
+    anymore, because the omitted information get lost. That way we ensure that 
the properties are always complete
+    when requested by clients.
+
+commit e1c3b5e3041c2fda5d4080f24aa988399cb793bd
+Author: Sascha Hlusiak <saschahlus...@arcor.de>
+Date:   Tue Sep 30 00:17:41 2008 +0200
+
+    Exporting num_axes values instead of MAXAXES
+    
+    Only export the number of axes/buttons in properties that we actually have.
+    No need to export MAXAXES values, if we don't support them.
+
+commit ab79083b13bcf2810f57ae26444d179f6323ec03
+Author: Sascha Hlusiak <saschahlus...@arcor.de>
+Date:   Tue Sep 30 00:01:38 2008 +0200
+
+    Save probed number of axes/buttons for joystick backend
+
+commit e8432b7f8e8c515faa55d25f6028b7e5e7ce9c7c
+Author: Sascha Hlusiak <saschahlus...@arcor.de>
+Date:   Tue Sep 30 00:01:16 2008 +0200
+
+    Probed number of buttons shall not exceed MAXBUTTONS
+    
+    Same for axes.
+
+commit 06c607ebc10945342728dd3552eee6b894f55c51
+Author: Sascha Hlusiak <saschahlus...@arcor.de>
+Date:   Mon Sep 29 23:47:53 2008 +0200
+
+    Compile fix on BSD
+
+commit f4be58b1ea017d5f17aeba228b53c30a1f8609bf
+Author: Sascha Hlusiak <saschahlus...@arcor.de>
+Date:   Mon Sep 29 23:36:12 2008 +0200
+
+    Probe device once on INIT and re-use found information.
+    
+    Makes reopening a device on vt-enter much smoother and throws less 
warnings.
+    Remember number of found axes and buttons.
+
+commit b56085c73d8780d8353380ecbc4b9cdb3f085b2f
+Author: Sascha Hlusiak <saschahlus...@arcor.de>
+Date:   Mon Sep 29 22:56:29 2008 +0200
+
+    Export number of configurable buttons/axes as readonly properties.
+    
+    This number does not need to match the number of valuators/buttons.
+
+commit ebf31b61b3d1d9ad0048429a75b99bf5952ad6b8
+Author: Sascha Hlusiak <saschahlus...@arcor.de>
+Date:   Sun Sep 28 16:41:17 2008 +0200
+
+    jstk_key.c: missing include
+    
+    xf86optionListDup is defined in xf86Optrec.h
+
+commit 3794afd9784480fa503cbffa16382c0e38e1fa8b
+Author: Peter Hutterer <peter.hutte...@redhat.com>
+Date:   Fri Sep 26 17:19:29 2008 +0930
+
+    Adjust joystick properties to new property API.
+    
+    ConfigureProperty doesn't exist anymore, ChangeProperty has two parameters
+    less. SetProperty handler must return Status.
+    Mark all properties as non-deletable.
+
+commit 6e635e394a7423734d36d99dc744203b759a8d42
+Merge: f04e3c8 a1b87df
+Author: Sascha Hlusiak <saschahlus...@arcor.de>
+Date:   Tue Sep 16 20:58:40 2008 +0200
+
+    Merge branch 'input-properties'
+    
+    Conflicts:
+       src/jstk.h
+       src/jstk_key.c
+
+commit a1b87df15dd2ad2a5593fed198b32053be5825cc
+Author: Sascha Hlusiak <saschahlus...@arcor.de>
+Date:   Mon Sep 15 19:29:07 2008 +0200
+
+    Set type_name of slave keyboard device to XI_JOYSTICK as well.
+
+commit 57d1201f584a74b9d6822e55ff66a0786de4ea2b
+Author: Sascha Hlusiak <saschahlus...@arcor.de>
+Date:   Mon Sep 15 19:27:52 2008 +0200
+
+    Set type_name to XI_JOYSTICK. Let's not claim we are XI_MOUSE.
+
+commit f04e3c822229b51e5a4048d7e91fa34f69e361e9
+Author: Sascha Hlusiak <saschahlus...@arcor.de>
+Date:   Mon Sep 15 19:24:40 2008 +0200
+
+    Set type_name to XI_JOYSTICK. Let's not claim we are XI_MOUSE.
+
+commit 282fc3068ed734e099efe272c740e6c8e5495176
+Author: Christoph Brill <egore...@egore911.de>
+Date:   Sun Sep 7 11:11:50 2008 +0200
+
+    Make "less joystick.man" work
+
+commit 838dfffe9833b52626d5a528fc08d2838438ee46
+Author: Sascha Hlusiak <saschahlus...@arcor.de>
+Date:   Sat Sep 6 19:05:29 2008 +0200
+
+    Initialize PtrFeedbackClassDeviceStruct for pointer device
+
+commit f691491bc96d1c7944f4036dde4090f11066aea4
+Author: Sascha Hlusiak <saschahlus...@arcor.de>
+Date:   Sat Sep 6 19:03:52 2008 +0200
+
+    Silence warning about implicit cast
+
+commit 911986c4c702979fe48d3a2c18e238710a513449
+Author: Sascha Hlusiak <saschahlus...@arcor.de>
+Date:   Sat Sep 6 17:26:32 2008 +0200
+
+    Always add second input device for keys only
+    
+    Having one device for both mouse and keyboard events breaks with MPX and 
custom keymaps, because the keymap is
+    copied to the core pointer instead of the core keyboard.
+    
+    Easiest fix for that is to have two separate input devices. One single 
instance of the driver will now create
+    a second input device that has only keyboard capabilities. It shares all 
the config with the master and will
+    be removed when the master device is removed.
+    
+    The creation of this second device is a little hack-ish. I hope things are 
done right.
+
+commit 5a3ecea272a980df0ac4c40826cf095399e7b022
+Author: Sascha Hlusiak <saschahlus...@arcor.de>
+Date:   Sat Sep 6 13:08:51 2008 +0200
+
+    make dist hook: git-log > git log
+    
+    I somehow don't have those nice aliases. This should make it work on every 
system.
+
+commit 9d42b7f972f58a7cf97b8a57e1b6b85984c6476a
+Author: Sascha Hlusiak <saschahlus...@arcor.de>
+Date:   Sat Sep 6 12:58:41 2008 +0200
+
+    Update man page concerning custom driver options through hal
+    
+    Warning is obsoleted by xorg-server-1.5
+
+commit 235f5d12489f5f5f662e8f7b617108a01fdffed0
+Author: Sascha Hlusiak <saschahlus...@arcor.de>
+Date:   Sat Sep 6 12:55:08 2008 +0200
+
+    Bump to 1.3.3
+
+commit 30333076a39dd50e6356789cd03c49712b43427c
+Author: Sascha Hlusiak <saschahlus...@arcor.de>
+Date:   Sat Sep 6 12:40:12 2008 +0200
+
+    Add ChangeLog to .gitignore
+
+commit 579670d163d7ab2623d975ac85f6626a5499bf32
+Author: Sascha Hlusiak <saschahlus...@arcor.de>
+Date:   Sat Sep 6 12:39:12 2008 +0200
+
+    Remove duplicated code in jstkInitKeys
+    
+    Too much copy'n'paste
+
+commit 17c4f79d50ab69f954fec5a8daa327c4a1a64597
+Author: Sascha Hlusiak <saschahlus...@arcor.de>
+Date:   Sat Sep 6 12:38:16 2008 +0200
+
+    Adding empty ctrlProc to prevent crashing of X when running without XKB
+    
+    X calls ctrlProc without checks for NULL in some places, especially when 
running "X -kb". Adding
+    that function back to be safe.
+
+commit ea36125872ad4411f3529392761bff6e35006ce4
+Author: Sascha Hlusiak <saschahlus...@arcor.de>
+Date:   Mon Sep 1 00:05:07 2008 +0200
+
+    Adding empty ctrlProc to prevent crashing of X when running without XKB
+    
+    X calls ctrlProc without checks for NULL in some places, especially when 
running "X -kb". Adding
+    that function back to be safe.
+
+commit c39d709366332bd2d1ef306a0b801333f6cd3f7a
+Author: Sascha Hlusiak <saschahlus...@arcor.de>
+Date:   Sun Aug 31 19:24:38 2008 +0200
+
+    Remove duplicated code in jstkInitKeys
+    
+    Too much copy'n'paste
+
+commit 28c1dad7be2419a1ffa7b5f0897e88a1ccac36f5
+Author: Sascha Hlusiak <saschahlus...@arcor.de>
+Date:   Sun Aug 31 00:42:39 2008 +0200
+
+    Added valid-values-information to properties
+    
+    Show user, what cryptic numbers are valid for axis type, axis mapping and 
button mapping.
+
+commit eb866c65372fd880e5ffa80318cdb6dcf8c86e30
+Author: Sascha Hlusiak <saschahlus...@arcor.de>
+Date:   Sun Aug 31 00:30:11 2008 +0200
+
+    Typo in valid values for property "Generate Key Events"
+
+commit 63fd6fdd9c012e0017e310d22cfcb45a2a741547
+Author: Sascha Hlusiak <saschahlus...@arcor.de>
+Date:   Sun Aug 31 00:28:37 2008 +0200
+
+    Property support for axis type, axis mapping and button mapping
+    
+    Added prototypes for unimplemented properties.
+
+commit 13813e0982e5274e2ef6d9ea167ebffbea9dbd9c
+Author: Sascha Hlusiak <saschahlus...@arcor.de>
+Date:   Sat Aug 23 23:38:57 2008 +0200
+
+    Add ChangeLog to .gitignore
+
+commit 0410505147a416844fae6dcf6f9ea782f1b74863
+Author: Sascha Hlusiak <saschahlus...@arcor.de>
+Date:   Sat Aug 23 23:31:33 2008 +0200
+
+    Expose device properties for mouse_enabled, keys_enabled and axes 
deadzones.
+    
+    Deadzones takes up to MAXAXES 32 bit numbers. If only one value is 
supplied, it is applied to all axes the same. If multiple values are
+    supplied, they are applied to the axis they stand for, all other values 
are untouched.
+
+commit e64b4ebcd121a9080d1da39e5037182df7edfdbb
+Author: Sascha Hlusiak <saschahlus...@arcor.de>
+Date:   Sat Aug 23 22:02:54 2008 +0200
+
+    Add support for device properties.
+    
+    Only exported property for now is DebugLevel.
+
+commit 5e91f0bdd4fa529d1d5f0f8ffc87aaf9fbec2a88
+Author: Sascha Hlusiak <saschahlus...@arcor.de>
+Date:   Sat Aug 23 21:18:41 2008 +0200
+
+    Remove stale comment
+
+commit a4d96de5fdbeedec1f196c2b5f4e5b498bf8e31f
+Author: Matthieu Herrb <matthieu.he...@laas.fr>
+Date:   Sat Aug 23 17:01:40 2008 +0200
+
+    Fix check for BSD dev/usb/usbhid.h (needs dev/usb/usb.h).
+
+commit 7d6f9a32ab7e6e3e8d241fa3a230ffcf91dec468
+Author: Peter Hutterer <peter.hutte...@redhat.com>
+Date:   Thu Aug 14 15:41:37 2008 +0930
+
+    Fix build. xf86Version.h -> xorgVersion.h
+
+commit 1d67c9d801a6304267f8a821af13328fda95e497
+Author: Sascha Hlusiak <saschahlus...@arcor.de>
+Date:   Thu Jun 19 11:10:02 2008 +0200
+
+    Added more examples for the x11_options properties of xorg-server-1.5
+    
+    Since xorg-server-1.5 you can pass arbitrary options using the x11_options 
namespace. No additional
+    hacks are neccessary to make hal hotplug the joystick driver.
+
+commit 10203ddef9adbd27f2a9ac51d98703308f86d982
+Author: Peter Hutterer <pe...@cs.unisa.edu.au>
+Date:   Mon May 26 22:09:32 2008 +0930
+
+    Check for XINPUT ABI 3.
+
 commit 0961ffa84825f3f32d9c973f054400ab9d2b7c08
 Author: Sascha Hlusiak <saschahlus...@arcor.de>
 Date:   Sun Apr 27 19:16:29 2008 +0200
diff --git a/debian/changelog b/debian/changelog
index 474c7e0..bb4d42e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,8 @@
-xserver-xorg-input-joystick (1:1.3.2-2) UNRELEASED; urgency=low
+xserver-xorg-input-joystick (1:1.4.0-1) UNRELEASED; urgency=low
 
   * Run autoreconf on build.
   * Allow parallel builds.
+  * New upstream release.
 
  -- Julien Cristau <jcris...@debian.org>  Thu, 09 Apr 2009 16:06:42 +0100
 

commit 962ea1a012ad36db323bb18591a6282ef7fc4c6b
Author: Julien Cristau <jcris...@debian.org>
Date:   Thu Apr 9 16:08:24 2009 +0100

    delete generated files

diff --git a/Makefile.in b/Makefile.in
deleted file mode 100644
index 5755fc6..0000000
--- a/Makefile.in
+++ /dev/null
@@ -1,684 +0,0 @@
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008  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@
-
-#  Copyright 2005 Adam Jackson.
-#
-#  Permission is hereby granted, free of charge, to any person obtaining a
-#  copy of this software and associated documentation files (the "Software"),
-#  to deal in the Software without restriction, including without limitation
-#  on the rights to use, copy, modify, merge, publish, distribute, sub
-#  license, and/or sell copies of the Software, and to permit persons to whom
-#  the Software is furnished to do so, subject to the following conditions:
-#
-#  The above copyright notice and this permission notice (including the next
-#  paragraph) shall be included in all copies or substantial portions of the
-#  Software.
-#
-#  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-#  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-#  FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.  IN NO EVENT SHALL
-#  ADAM JACKSON BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
-#  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-#  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-VPATH = @srcdir@
-pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-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 = :
-build_triplet = @build@
-host_triplet = @host@
-subdir = .
-DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
-       $(srcdir)/Makefile.in $(srcdir)/config.h.in \
-       $(top_srcdir)/configure COPYING ChangeLog config.guess \
-       config.sub depcomp install-sh ltmain.sh missing mkinstalldirs
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-       $(ACLOCAL_M4)
-am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
- configure.lineno config.status.lineno
-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-CONFIG_HEADER = config.h
-CONFIG_CLEAN_FILES =
-SOURCES =
-DIST_SOURCES =
-RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
-       html-recursive info-recursive install-data-recursive \
-       install-dvi-recursive install-exec-recursive \
-       install-html-recursive install-info-recursive \
-       install-pdf-recursive install-ps-recursive install-recursive \
-       installcheck-recursive installdirs-recursive pdf-recursive \
-       ps-recursive uninstall-recursive
-RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive        \
-  distclean-recursive maintainer-clean-recursive
-ETAGS = etags
-CTAGS = ctags
-DIST_SUBDIRS = $(SUBDIRS)
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-distdir = $(PACKAGE)-$(VERSION)
-top_distdir = $(distdir)
-am__remove_distdir = \
-  { test ! -d $(distdir) \
-    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
-         && rm -fr $(distdir); }; }
-DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
-GZIP_ENV = --best
-distuninstallcheck_listfiles = find . -type f -print
-distcleancheck_listfiles = find . -type f -print
-ACLOCAL = @ACLOCAL@
-ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
-ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
-AMTAR = @AMTAR@
-APP_MAN_DIR = @APP_MAN_DIR@
-APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
-AR = @AR@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
-DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
-DRIVER_NAME = @DRIVER_NAME@
-DSYMUTIL = @DSYMUTIL@
-ECHO = @ECHO@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-F77 = @F77@
-FFLAGS = @FFLAGS@
-FILE_MAN_DIR = @FILE_MAN_DIR@
-FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
-GREP = @GREP@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-LDFLAGS = @LDFLAGS@
-LIBOBJS = @LIBOBJS@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIB_MAN_DIR = @LIB_MAN_DIR@
-LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
-LN_S = @LN_S@
-LTLIBOBJS = @LTLIBOBJS@
-MAINT = @MAINT@
-MAKEINFO = @MAKEINFO@
-MISC_MAN_DIR = @MISC_MAN_DIR@
-MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
-MKDIR_P = @MKDIR_P@
-NMEDIT = @NMEDIT@
-OBJEXT = @OBJEXT@
-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@
-PKG_CONFIG = @PKG_CONFIG@
-RANLIB = @RANLIB@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-VERSION = @VERSION@
-XORG_CFLAGS = @XORG_CFLAGS@
-XORG_LIBS = @XORG_LIBS@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_F77 = @ac_ct_F77@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-inputdir = @inputdir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-sysconfdir = @sysconfdir@
-target_alias = @target_alias@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-AUTOMAKE_OPTIONS = foreign
-SUBDIRS = src man config
-EXTRA_DIST = autogen.sh ChangeLog
-CLEANFILES = ChangeLog
-all: config.h
-       $(MAKE) $(AM_MAKEFLAGS) all-recursive
-
-.SUFFIXES:
-am--refresh:
-       @:
-$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  
$(am__configure_deps)
-       @for dep in $?; do \
-         case '$(am__configure_deps)' in \
-           *$$dep*) \
-             echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
-             cd $(srcdir) && $(AUTOMAKE) --foreign  \
-               && exit 0; \
-             exit 1;; \
-         esac; \
-       done; \
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
-       cd $(top_srcdir) && \
-         $(AUTOMAKE) --foreign  Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-       @case '$?' in \
-         *config.status*) \
-           echo ' $(SHELL) ./config.status'; \
-           $(SHELL) ./config.status;; \
-         *) \
-           echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ 
$(am__depfiles_maybe)'; \
-           cd $(top_builddir) && $(SHELL) ./config.status $@ 
$(am__depfiles_maybe);; \
-       esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure 
$(CONFIG_STATUS_DEPENDENCIES)
-       $(SHELL) ./config.status --recheck
-
-$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
-       cd $(srcdir) && $(AUTOCONF)
-$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
-       cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
-
-config.h: stamp-h1
-       @if test ! -f $@; then \
-         rm -f stamp-h1; \
-         $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
-       else :; fi
-
-stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
-       @rm -f stamp-h1
-       cd $(top_builddir) && $(SHELL) ./config.status config.h
-$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
-       cd $(top_srcdir) && $(AUTOHEADER)
-       rm -f stamp-h1
-       touch $@
-
-distclean-hdr:
-       -rm -f config.h stamp-h1
-
-mostlyclean-libtool:
-       -rm -f *.lo
-
-clean-libtool:
-       -rm -rf .libs _libs
-
-distclean-libtool:
-       -rm -f libtool
-
-# This directory's subdirectories are mostly independent; you can cd
-# into them and run `make' without going through this Makefile.
-# To change the values of `make' variables: instead of editing Makefiles,
-# (1) if the variable is set in `config.status', edit `config.status'
-#     (which will cause the Makefiles to be regenerated when you run `make');
-# (2) otherwise, pass the desired values on the `make' command line.
-$(RECURSIVE_TARGETS):
-       @failcom='exit 1'; \
-       for f in x $$MAKEFLAGS; do \
-         case $$f in \
-           *=* | --[!k]*);; \
-           *k*) failcom='fail=yes';; \
-         esac; \
-       done; \
-       dot_seen=no; \
-       target=`echo $@ | sed s/-recursive//`; \
-       list='$(SUBDIRS)'; for subdir in $$list; do \
-         echo "Making $$target in $$subdir"; \
-         if test "$$subdir" = "."; then \
-           dot_seen=yes; \
-           local_target="$$target-am"; \
-         else \
-           local_target="$$target"; \
-         fi; \
-         (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
-         || eval $$failcom; \
-       done; \
-       if test "$$dot_seen" = "no"; then \
-         $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
-       fi; test -z "$$fail"
-
-$(RECURSIVE_CLEAN_TARGETS):
-       @failcom='exit 1'; \
-       for f in x $$MAKEFLAGS; do \
-         case $$f in \
-           *=* | --[!k]*);; \
-           *k*) failcom='fail=yes';; \
-         esac; \
-       done; \
-       dot_seen=no; \
-       case "$@" in \
-         distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
-         *) list='$(SUBDIRS)' ;; \
-       esac; \
-       rev=''; for subdir in $$list; do \
-         if test "$$subdir" = "."; then :; else \
-           rev="$$subdir $$rev"; \
-         fi; \
-       done; \
-       rev="$$rev ."; \
-       target=`echo $@ | sed s/-recursive//`; \
-       for subdir in $$rev; do \
-         echo "Making $$target in $$subdir"; \
-         if test "$$subdir" = "."; then \
-           local_target="$$target-am"; \
-         else \
-           local_target="$$target"; \
-         fi; \
-         (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
-         || eval $$failcom; \
-       done && test -z "$$fail"
-tags-recursive:
-       list='$(SUBDIRS)'; for subdir in $$list; do \
-         test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); 
\
-       done
-ctags-recursive:
-       list='$(SUBDIRS)'; for subdir in $$list; do \
-         test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) 
ctags); \
-       done
-
-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; nonemtpy = 1; } \
-             END { if (nonempty) { for (i in files) print i; }; }'`; \
-       mkid -fID $$unique
-tags: TAGS
-
-TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
-               $(TAGS_FILES) $(LISP)
-       tags=; \
-       here=`pwd`; \
-       if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
-         include_option=--etags-include; \
-         empty_fix=.; \
-       else \
-         include_option=--include; \
-         empty_fix=; \
-       fi; \
-       list='$(SUBDIRS)'; for subdir in $$list; do \
-         if test "$$subdir" = .; then :; else \
-           test ! -f $$subdir/TAGS || \
-             tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
-         fi; \
-       done; \
-       list='$(SOURCES) $(HEADERS) config.h.in $(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; nonempty = 1; } \
-             END { if (nonempty) { for (i in files) print i; }; }'`; \
-       if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
-         test -n "$$unique" || unique=$$empty_fix; \
-         $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-           $$tags $$unique; \
-       fi
-ctags: CTAGS
-CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
-               $(TAGS_FILES) $(LISP)
-       tags=; \
-       list='$(SOURCES) $(HEADERS) config.h.in $(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; nonempty = 1; } \
-             END { if (nonempty) { 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
-
-distdir: $(DISTFILES)
-       $(am__remove_distdir)
-       test -d $(distdir) || mkdir $(distdir)
-       @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-       topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-       list='$(DISTFILES)'; \
-         dist_files=`for file in $$list; do echo $$file; done | \
-         sed -e "s|^$$srcdirstrip/||;t" \
-             -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-       case $$dist_files in \
-         */*) $(MKDIR_P) `echo "$$dist_files" | \
-                          sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-                          sort -u` ;; \
-       esac; \
-       for file in $$dist_files; do \
-         if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-         if test -d $$d/$$file; then \
-           dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-           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
-       list='$(DIST_SUBDIRS)'; for subdir in $$list; do \


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to