summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2006-04-09Changed version to 0.14.3.v0.14.3Peter Osterlund
2006-04-09Preparing to create a man page describing the parametersPeter Osterlund
that control the synaptics driver.
2006-04-09Forgot to add usbhid to the Makefile in changePeter Osterlund
0ca88facdfc56338aa9a38e2de38476579139ad0.
2006-04-09Changed version to 0.14.2.v0.14.2Peter Osterlund
2006-04-09Use better permission modes in "make install". Patch fromPeter Osterlund
Mattia Dongili <malattia@gmail.com>.
2006-04-09Changed version to 0.14.1.v0.14.1Peter Osterlund
2006-04-09Fix for build problems on Gentoo amd64 systems.Peter Osterlund
* ARCH is defined to amd64, so make sure the Makefile handles that value correctly. * When using the local X includes, the lib64 directory was missing. Fixed this with a symlink.
2006-04-09Changed version to 0.14.0.v0.14.0Peter Osterlund
2006-04-09The fix in change 2732d1ad9fb59937f14d5ec7d0a3f01a9444c843 was notPeter Osterlund
complete.
2006-04-09Another Makefile fix for x86_64 systems, from the FC3 RPM.Peter Osterlund
2006-04-09Changed version to 0.13.6.v0.13.6Peter Osterlund
2006-04-09Changed version to 0.13.5.v0.13.5Peter Osterlund
2006-04-09Makefile fix for x86_64 systems. Some setups required LIBDIRPeter Osterlund
to be set to lib64. Since this is OK for all x86_64 systems, always use LIBDIR=lib64 for x86_64 systems.
2006-04-09Added a trouble-shooting guide explaining what to do aboutPeter Osterlund
common installation problems.
2006-04-09Makefile fix to auto-detect x86_64 systems.Peter Osterlund
From Mattia Dongili <dongili@supereva.it>.
2006-04-09Changed version to 0.13.4.v0.13.4Peter Osterlund
2006-04-09Makefile tweak to make it easier to build for x86_64.Peter Osterlund
2006-04-09Changed version to 0.13.3.v0.13.3Peter Osterlund
2006-04-09Fixed Makefile dependency for changePeter Osterlund
deb6ed66a951fd0fe892a08cd4f3f802140229ce.
2006-04-09Added -V option to synclient to display the version number.Peter Osterlund
Suggested by Stefan Kombrink <katakombi@web.de> for use in the GUI configuration tool.
2006-04-09Added a LIBDIR Makefile variable to make it easier to buildPeter Osterlund
the driver on x86_64.
2006-04-09Makefile optimization. Don't call check_gcc more thanPeter Osterlund
necessary.
2006-04-09Pass -fno-pic to gcc if supported. The X driver loader can'tPeter Osterlund
load PIC code and some Gentoo users have configured gcc to generate PIC code by default. (Reported by Arturo Araya <Arturo_Araya@world.oberlin.edu>.)
2006-04-09Changed version to 0.13.2.v0.13.2Peter Osterlund
2006-04-09Changed version to 0.13.1.v0.13.1Peter Osterlund
2006-04-09Changed version to 0.13.0.v0.13.0Peter Osterlund
2006-04-09Always rebuild the tar.bz2 file. (Some dependencies werePeter Osterlund
missing and adding correct dependencies is not worth the trouble.)
2006-04-09Added (untested) support for ALPS touchpads using the 2.4Peter Osterlund
linux kernel.
2006-04-09Moved ps2_print_ident() forward declaration to ps2comm.h.Peter Osterlund
2006-04-09Added (untested) support for the FreeBSD psm mouse driver.Peter Osterlund
2006-04-09Updated Makefile dependencies.Peter Osterlund
2006-04-09Moved testprotokoll.c to the test directory.Peter Osterlund
2006-04-09Some work on abstracting out the protocol differences fromPeter Osterlund
synaptics.c to make supporting the FreeBSD psm driver possible.
2006-04-09Implemented a proper state machine for tap and dragPeter Osterlund
processing. This fixes several problems: * Double tap and drag now works. (Problem reported by Andrew Pimlott <andrew@pimlott.net>.) * Locked drags are handled correctly, even for button 2 and 3 tap-and-drag operations. * The [LR][TB]CornerButton and TapButton[123] parameters now work also for button values > 3. * The old code was too hard to understand.
2006-04-09Added back support for the TOP makefile variable.Peter Osterlund
2006-04-09Changed version to 0.12.5.v0.12.5Peter Osterlund
2006-04-09Changed version to 0.12.4.v0.12.4Peter Osterlund
2006-04-09Fixed "make clean" to also remove the distribution file.Peter Osterlund
2006-04-09Added a "distribution" target to the Makefile.Peter Osterlund
2006-04-09Automatically build using the 4.3 SDK if available. PatchPeter Osterlund
from Paul Bender <pbender@qualcomm.com>.
2006-04-09Added uninstall target to the Makefile. From Paul BenderPeter Osterlund
<pbender@qualcomm.com>.
2006-04-09Fixed "make clean" to remove ~ files in the manpagesPeter Osterlund
directory.
2006-04-09Added DESTDIR support to the Makefile. From giorgio bellussiPeter Osterlund
<giorgio.bellussi@infocamere.it> and adapted to the current Makefile version by me.
2006-04-09Added proper Makefile dependencies for synclient.1 andPeter Osterlund
syndaemon.1 so that they are re-installed if/when they are changed.
2006-04-09Makefile cleanup. Removed DRIVER variable. Removed referencePeter Osterlund
to undefined variable EXTRALIBRARYDEPS.
2006-04-09Added manpages for synclient and syndaemon. Contributed byPeter Osterlund
Mattia Dongili <dongili@supereva.it>.
2006-04-09Only use the -fno-merge-constants compiler flag if thePeter Osterlund
compiler understands it.
2006-04-09Added "syndaemon", a program that monitors keyboard activityPeter Osterlund
and disables touchpad tapping when the keyboard is being used.
2006-04-09Added X include files so that the driver can be compiledPeter Osterlund
without an external XFree86 source tree.
2006-04-09Reverted change bbb485a01aa2b24638875c97f80121ddd027b6f2. It's betterPeter Osterlund
to build the binary for 4.2.0 because this will work for both 4.2 and 4.3.