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

« back to all changes in this revision

Viewing changes to man/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Cyril Brulebois, Julien Cristau, Chase Douglas, Cyril Brulebois
  • Date: 2012-05-20 13:56:03 UTC
  • mfrom: (1.1.9) (4.1.6 sid)
  • Revision ID: package-import@ubuntu.com-20120520135603-kz0mjqk7s0p84mz0
Tags: 1.6.0-1
[ 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
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.3 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
7
7
# This Makefile.in is free software; the Free Software Foundation
8
8
# gives unlimited permission to copy and/or distribute it,
9
9
# with or without modifications, as long as this notice is preserved.
66
66
CONFIG_HEADER = $(top_builddir)/config.h
67
67
CONFIG_CLEAN_FILES =
68
68
CONFIG_CLEAN_VPATH_FILES =
69
 
AM_V_GEN = $(am__v_GEN_$(V))
70
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
69
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
70
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
71
71
am__v_GEN_0 = @echo "  GEN   " $@;
72
 
AM_V_at = $(am__v_at_$(V))
73
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
72
AM_V_at = $(am__v_at_@AM_V@)
 
73
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
74
74
am__v_at_0 = @
75
75
SOURCES =
76
76
DIST_SOURCES =
95
95
am__base_list = \
96
96
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
97
97
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
98
am__uninstall_files_from_dir = { \
 
99
  test -z "$$files" \
 
100
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
101
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
102
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
103
  }
98
104
am__installdirs = "$(DESTDIR)$(appmandir)"
99
105
DATA = $(appman_DATA)
100
106
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
109
115
AUTOHEADER = @AUTOHEADER@
110
116
AUTOMAKE = @AUTOMAKE@
111
117
AWK = @AWK@
 
118
BASE_CFLAGS = @BASE_CFLAGS@
112
119
CC = @CC@
113
120
CCDEPMODE = @CCDEPMODE@
114
121
CFLAGS = @CFLAGS@
282
289
        @$(NORMAL_UNINSTALL)
283
290
        @list='$(appman_DATA)'; test -n "$(appmandir)" || list=; \
284
291
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
285
 
        test -n "$$files" || exit 0; \
286
 
        echo " ( cd '$(DESTDIR)$(appmandir)' && rm -f" $$files ")"; \
287
 
        cd "$(DESTDIR)$(appmandir)" && rm -f $$files
 
292
        dir='$(DESTDIR)$(appmandir)'; $(am__uninstall_files_from_dir)
288
293
tags: TAGS
289
294
TAGS:
290
295
 
339
344
 
340
345
installcheck: installcheck-am
341
346
install-strip:
342
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
343
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
344
 
          `test -z '$(STRIP)' || \
345
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
347
        if test -z '$(STRIP)'; then \
 
348
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
349
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
350
              install; \
 
351
        else \
 
352
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
353
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
354
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
355
        fi
346
356
mostlyclean-generic:
347
357
 
348
358
clean-generic: