~ubuntu-branches/ubuntu/trusty/xinput/trusty

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Cyril Brulebois, Julien Cristau, Chase Douglas, Cyril Brulebois
  • Date: 2012-05-20 13:56:03 UTC
  • mfrom: (0.2.5)
  • mto: This revision was merged to the branch mainline in revision 19.
  • Revision ID: package-import@ubuntu.com-20120520135603-5vkihyjg63043kiu
[ Julien Cristau ]
* Change Maintainer to the X Strike Force.
* Add Vcs-* control fields.

[ Chase Douglas ]
* Bump Standards-Version to 3.9.2
* Add build deps on libxrandr-dev and libxinerama-dev
* Bump build deps on libxi and x11proto-input-dev

[ Cyril Brulebois ]
* New upstream release.
* Replace Julien with myself in Uploaders.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
2
 
#  Copyright 2007 Peter Hutterer <peter@cs.unisa.edu.au>
3
 
4
 
#  Permission to use, copy, modify, distribute, and sell this software and its
5
 
#  documentation for any purpose is hereby granted without fee, provided that
6
 
#  the above copyright notice appear in all copies and that both that
7
 
#  copyright notice and this permission notice appear in supporting
8
 
#  documentation, and that the name of the author not be used in
9
 
#  advertising or publicity pertaining to distribution of the software without
10
 
#  specific, written prior permission.  The author makes no
11
 
#  representations about the suitability of this software for any purpose.  It
12
 
#  is provided "as is" without express or implied warranty.
13
 
14
 
#  THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
15
 
#  INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
16
 
#  EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, INDIRECT OR
17
 
#  CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
18
 
#  DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
19
 
#  TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
20
 
#  PERFORMANCE OF THIS SOFTWARE.
 
1
# Copyright © 2007 Peter Hutterer
 
2
# Copyright © 2009 Red Hat, Inc.
 
3
#
 
4
# Permission is hereby granted, free of charge, to any person obtaining a
 
5
# copy of this software and associated documentation files (the "Software"),
 
6
# to deal in the Software without restriction, including without limitation
 
7
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
 
8
# and/or sell copies of the Software, and to permit persons to whom the
 
9
# Software is furnished to do so, subject to the following conditions:
 
10
#
 
11
# The above copyright notice and this permission notice (including the next
 
12
# paragraph) shall be included in all copies or substantial portions of the
 
13
# Software.
 
14
#
 
15
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 
16
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 
17
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 
18
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 
19
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 
20
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 
21
# DEALINGS IN THE SOFTWARE.
21
22
 
22
23
bin_PROGRAMS = xinput
23
24
 
26
27
 
27
28
 
28
29
if HAVE_XI2
29
 
xinput2_files = hierarchy.c setcp.c test_xi2.c
 
30
xinput2_files = hierarchy.c setcp.c test_xi2.c transform.c
30
31
endif
31
32
 
32
33
xinput_SOURCES = \