aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAge
* config: refactor and comment the sdkdir distcheck workaroundGaetan Nadon2010-04-19
| | | | | | | Seperate legitimate sdkdir usage from distcheck workaround. Comment this non obvious workaround. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon2009-11-23
| | | | | Now that the INSTALL file is generated. Allows running make maintainer-clean.
* INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon2009-11-19
| | | | | Automake 'foreign' option is specified in configure.ac. Remove from Makefile.am
* INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon2009-11-19
| | | | | | | Add missing INSTALL file. Use standard GNU file on building tarball README may have been updated Remove AUTHORS file as it is empty and no content available yet. Remove NEWS file as it is empty and no content available yet.
* Several driver modules do not have a ChangeLog target in Makefile.am #23814Gaetan Nadon2009-11-19
| | | | | | | | | The git generated ChangeLog replaces the hand written one. Update configure.ac to xorg-macros level 1.3. Use XORG_DEFAULT_OPTIONS which replaces four XORG_* macros Update Makefile.am to add ChangeLog target if missing Remove ChangeLog from EXTRA_DIST or *CLEAN variables This is a pre-req for the INSTALL_CMD
* Remove test/ directory.Peter Hutterer2009-03-26
| | | | | | | | This shouldn't really be part of the driver source, it's better to just have it as a separate repository. Code has moved to git://people.freedesktop.org/~whot/testdevices.git Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Really fix distcheckDan Nicholson2009-02-03
| | | | | | | | | | distcheck has an annoying feature where it checks that all files install under $prefix. Unfortunately, this conflicts with the desire to install headers to the SDK directory. Workaround by passing --with-sdkdir during distcheck. Signed-off-by: Dan Nicholson <dbn.lists@gmail.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Janitor: make distcheck, .gitignore.Paulo Cesar Pereira de Andrade2009-02-02
| | | | | | | Remove non toplevel .gitignore and .cvsignore files. The "make distcheck correction" for $(sdkdir) probably has a better approach using a "*-hook:" target, or possibly making $sdkdir a configure time option that could be set with DISTCHECK_CONFIGURE_FLAGS.
* Add test/ directory for uinput-based test devices.Peter Hutterer2008-10-30
| | | | | | | | | | Three test devices provided: btn0 .... Provides BTN_0, BTN_1, BTN_2 instead of BTN_LEFT, BTN_MIDDLE, BTN_RIGHT. abs ..... Provdes x/y absolute axes, jumps between 100/100 and 120/120. absrel .. Provides relative x/y axes and absolute x/y axes at the same time. Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
* Install xorg-evdev.pc for clients who need evdev-properties.hPeter Hutterer2008-10-03
|
* Remove static ChangeLog, autogenerate as part of make dist.Peter Hutterer2008-07-03
| | | | Hook taken from xserver's Makefile.am
* Build skeletons for input drivers. Should basically work.Adam Jackson2005-07-12