~ubuntu-branches/ubuntu/raring/xserver-xorg-input-synaptics/raring-proposed

« back to all changes in this revision

Viewing changes to man/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Chase Douglas
  • Date: 2012-01-19 17:44:47 UTC
  • mfrom: (2.1.7 experimental)
  • Revision ID: package-import@ubuntu.com-20120119174447-3im0n1v2g2c4pyij
Tags: 1.5.0+git20120101-1ubuntu2
* Add some error handling so eventcomm-test doesn't segfault
  - Modified 127_multitouch.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
 
# @configure_input@
3
 
 
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.
7
 
# This Makefile.in is free software; the Free Software Foundation
8
 
# gives unlimited permission to copy and/or distribute it,
9
 
# with or without modifications, as long as this notice is preserved.
10
 
 
11
 
# This program is distributed in the hope that it will be useful,
12
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14
 
# PARTICULAR PURPOSE.
15
 
 
16
 
@SET_MAKE@
17
 
 
18
 
# $Id$
19
 
#
20
 
# Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
21
 
#
22
 
# Permission is hereby granted, free of charge, to any person obtaining a
23
 
# copy of this software and associated documentation files (the "Software"),
24
 
# to deal in the Software without restriction, including without limitation
25
 
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
26
 
# and/or sell copies of the Software, and to permit persons to whom the
27
 
# Software is furnished to do so, subject to the following conditions:
28
 
#
29
 
# The above copyright notice and this permission notice (including the next
30
 
# paragraph) shall be included in all copies or substantial portions of the
31
 
# Software.
32
 
#
33
 
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
34
 
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
35
 
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
36
 
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
37
 
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
38
 
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
39
 
# DEALINGS IN THE SOFTWARE.
40
 
41
 
 
42
 
VPATH = @srcdir@
43
 
pkgdatadir = $(datadir)/@PACKAGE@
44
 
pkgincludedir = $(includedir)/@PACKAGE@
45
 
pkglibdir = $(libdir)/@PACKAGE@
46
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
47
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
48
 
install_sh_DATA = $(install_sh) -c -m 644
49
 
install_sh_PROGRAM = $(install_sh) -c
50
 
install_sh_SCRIPT = $(install_sh) -c
51
 
INSTALL_HEADER = $(INSTALL_DATA)
52
 
transform = $(program_transform_name)
53
 
NORMAL_INSTALL = :
54
 
PRE_INSTALL = :
55
 
POST_INSTALL = :
56
 
NORMAL_UNINSTALL = :
57
 
PRE_UNINSTALL = :
58
 
POST_UNINSTALL = :
59
 
build_triplet = @build@
60
 
host_triplet = @host@
61
 
subdir = man
62
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
63
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
64
 
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
65
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
66
 
        $(ACLOCAL_M4)
67
 
mkinstalldirs = $(install_sh) -d
68
 
CONFIG_HEADER = $(top_builddir)/config.h
69
 
CONFIG_CLEAN_FILES =
70
 
CONFIG_CLEAN_VPATH_FILES =
71
 
AM_V_GEN = $(am__v_GEN_$(V))
72
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
73
 
am__v_GEN_0 = @echo "  GEN   " $@;
74
 
AM_V_at = $(am__v_at_$(V))
75
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
76
 
am__v_at_0 = @
77
 
SOURCES =
78
 
DIST_SOURCES =
79
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
80
 
am__vpath_adj = case $$p in \
81
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
82
 
    *) f=$$p;; \
83
 
  esac;
84
 
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
85
 
am__install_max = 40
86
 
am__nobase_strip_setup = \
87
 
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
88
 
am__nobase_strip = \
89
 
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
90
 
am__nobase_list = $(am__nobase_strip_setup); \
91
 
  for p in $$list; do echo "$$p $$p"; done | \
92
 
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
93
 
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
94
 
    if (++n[$$2] == $(am__install_max)) \
95
 
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
96
 
    END { for (dir in files) print dir, files[dir] }'
97
 
am__base_list = \
98
 
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
99
 
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
100
 
am__installdirs = "$(DESTDIR)$(drivermandir)" \
101
 
        "$(DESTDIR)$(synclientmandir)" "$(DESTDIR)$(syndaemonmandir)"
102
 
DATA = $(driverman_DATA) $(synclientman_DATA) $(syndaemonman_DATA)
103
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
104
 
ACLOCAL = @ACLOCAL@
105
 
ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
106
 
ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
107
 
AMTAR = @AMTAR@
108
 
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
109
 
APP_MAN_DIR = @APP_MAN_DIR@
110
 
APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
111
 
AR = @AR@
112
 
AUTOCONF = @AUTOCONF@
113
 
AUTOHEADER = @AUTOHEADER@
114
 
AUTOMAKE = @AUTOMAKE@
115
 
AWK = @AWK@
116
 
CC = @CC@
117
 
CCDEPMODE = @CCDEPMODE@
118
 
CFLAGS = @CFLAGS@
119
 
CHANGELOG_CMD = @CHANGELOG_CMD@
120
 
CPP = @CPP@
121
 
CPPFLAGS = @CPPFLAGS@
122
 
CWARNFLAGS = @CWARNFLAGS@
123
 
CYGPATH_W = @CYGPATH_W@
124
 
DEFS = @DEFS@
125
 
DEPDIR = @DEPDIR@
126
 
DLLTOOL = @DLLTOOL@
127
 
DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
128
 
DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
129
 
DRIVER_NAME = @DRIVER_NAME@
130
 
DSYMUTIL = @DSYMUTIL@
131
 
DUMPBIN = @DUMPBIN@
132
 
ECHO_C = @ECHO_C@
133
 
ECHO_N = @ECHO_N@
134
 
ECHO_T = @ECHO_T@
135
 
EGREP = @EGREP@
136
 
EXEEXT = @EXEEXT@
137
 
FGREP = @FGREP@
138
 
FILE_MAN_DIR = @FILE_MAN_DIR@
139
 
FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
140
 
GREP = @GREP@
141
 
INSTALL = @INSTALL@
142
 
INSTALL_CMD = @INSTALL_CMD@
143
 
INSTALL_DATA = @INSTALL_DATA@
144
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
145
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
146
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
147
 
LD = @LD@
148
 
LDFLAGS = @LDFLAGS@
149
 
LIBOBJS = @LIBOBJS@
150
 
LIBS = @LIBS@
151
 
LIBTOOL = @LIBTOOL@
152
 
LIB_MAN_DIR = @LIB_MAN_DIR@
153
 
LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
154
 
LIPO = @LIPO@
155
 
LN_S = @LN_S@
156
 
LTLIBOBJS = @LTLIBOBJS@
157
 
MAINT = @MAINT@
158
 
MAKEINFO = @MAKEINFO@
159
 
MANIFEST_TOOL = @MANIFEST_TOOL@
160
 
MAN_SUBSTS = @MAN_SUBSTS@
161
 
MISC_MAN_DIR = @MISC_MAN_DIR@
162
 
MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
163
 
MKDIR_P = @MKDIR_P@
164
 
NM = @NM@
165
 
NMEDIT = @NMEDIT@
166
 
OBJDUMP = @OBJDUMP@
167
 
OBJEXT = @OBJEXT@
168
 
OTOOL = @OTOOL@
169
 
OTOOL64 = @OTOOL64@
170
 
PACKAGE = @PACKAGE@
171
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
172
 
PACKAGE_NAME = @PACKAGE_NAME@
173
 
PACKAGE_STRING = @PACKAGE_STRING@
174
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
175
 
PACKAGE_URL = @PACKAGE_URL@
176
 
PACKAGE_VERSION = @PACKAGE_VERSION@
177
 
PATH_SEPARATOR = @PATH_SEPARATOR@
178
 
PKG_CONFIG = @PKG_CONFIG@
179
 
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
180
 
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
181
 
RANLIB = @RANLIB@
182
 
SED = @SED@
183
 
SET_MAKE = @SET_MAKE@
184
 
SHELL = @SHELL@
185
 
STRICT_CFLAGS = @STRICT_CFLAGS@
186
 
STRIP = @STRIP@
187
 
VERSION = @VERSION@
188
 
XI_CFLAGS = @XI_CFLAGS@
189
 
XI_LIBS = @XI_LIBS@
190
 
XORG_CFLAGS = @XORG_CFLAGS@
191
 
XORG_LIBS = @XORG_LIBS@
192
 
XORG_MAN_PAGE = @XORG_MAN_PAGE@
193
 
XTST_CFLAGS = @XTST_CFLAGS@
194
 
XTST_LIBS = @XTST_LIBS@
195
 
abs_builddir = @abs_builddir@
196
 
abs_srcdir = @abs_srcdir@
197
 
abs_top_builddir = @abs_top_builddir@
198
 
abs_top_srcdir = @abs_top_srcdir@
199
 
ac_ct_AR = @ac_ct_AR@
200
 
ac_ct_CC = @ac_ct_CC@
201
 
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
202
 
am__include = @am__include@
203
 
am__leading_dot = @am__leading_dot@
204
 
am__quote = @am__quote@
205
 
am__tar = @am__tar@
206
 
am__untar = @am__untar@
207
 
bindir = @bindir@
208
 
build = @build@
209
 
build_alias = @build_alias@
210
 
build_cpu = @build_cpu@
211
 
build_os = @build_os@
212
 
build_vendor = @build_vendor@
213
 
builddir = @builddir@
214
 
configdir = @configdir@
215
 
datadir = @datadir@
216
 
datarootdir = @datarootdir@
217
 
docdir = @docdir@
218
 
dvidir = @dvidir@
219
 
exec_prefix = @exec_prefix@
220
 
host = @host@
221
 
host_alias = @host_alias@
222
 
host_cpu = @host_cpu@
223
 
host_os = @host_os@
224
 
host_vendor = @host_vendor@
225
 
htmldir = @htmldir@
226
 
includedir = @includedir@
227
 
infodir = @infodir@
228
 
inputdir = @inputdir@
229
 
install_sh = @install_sh@
230
 
libdir = @libdir@
231
 
libexecdir = @libexecdir@
232
 
localedir = @localedir@
233
 
localstatedir = @localstatedir@
234
 
mandir = @mandir@
235
 
mkdir_p = @mkdir_p@
236
 
oldincludedir = @oldincludedir@
237
 
pdfdir = @pdfdir@
238
 
prefix = @prefix@
239
 
program_transform_name = @program_transform_name@
240
 
psdir = @psdir@
241
 
sbindir = @sbindir@
242
 
sdkdir = @sdkdir@
243
 
sharedstatedir = @sharedstatedir@
244
 
srcdir = @srcdir@
245
 
sysconfdir = @sysconfdir@
246
 
target_alias = @target_alias@
247
 
top_build_prefix = @top_build_prefix@
248
 
top_builddir = @top_builddir@
249
 
top_srcdir = @top_srcdir@
250
 
synclientmandir = $(APP_MAN_DIR)
251
 
synclientman_PRE = synclient.man
252
 
synclientman_DATA = $(synclientman_PRE:man=@APP_MAN_SUFFIX@)
253
 
syndaemonmandir = $(APP_MAN_DIR)
254
 
syndaemonman_PRE = syndaemon.man
255
 
syndaemonman_DATA = $(syndaemonman_PRE:man=@APP_MAN_SUFFIX@)
256
 
drivermandir = $(DRIVER_MAN_DIR)
257
 
driverman_PRE = @DRIVER_NAME@.man
258
 
driverman_DATA = $(driverman_PRE:man=@DRIVER_MAN_SUFFIX@)
259
 
EXTRA_DIST = @DRIVER_NAME@.man synclient.man syndaemon.man
260
 
CLEANFILES = $(driverman_DATA) $(synclientman_DATA) $(syndaemonman_DATA)
261
 
SUFFIXES = .$(DRIVER_MAN_SUFFIX) .man
262
 
all: all-am
263
 
 
264
 
.SUFFIXES:
265
 
.SUFFIXES: .$(DRIVER_MAN_SUFFIX) .man .$(APP_MAN_SUFFIX)
266
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
267
 
        @for dep in $?; do \
268
 
          case '$(am__configure_deps)' in \
269
 
            *$$dep*) \
270
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
271
 
                && { if test -f $@; then exit 0; else break; fi; }; \
272
 
              exit 1;; \
273
 
          esac; \
274
 
        done; \
275
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/Makefile'; \
276
 
        $(am__cd) $(top_srcdir) && \
277
 
          $(AUTOMAKE) --foreign man/Makefile
278
 
.PRECIOUS: Makefile
279
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
280
 
        @case '$?' in \
281
 
          *config.status*) \
282
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
283
 
          *) \
284
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
285
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
286
 
        esac;
287
 
 
288
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
289
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
290
 
 
291
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
292
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
293
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
294
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
295
 
$(am__aclocal_m4_deps):
296
 
 
297
 
mostlyclean-libtool:
298
 
        -rm -f *.lo
299
 
 
300
 
clean-libtool:
301
 
        -rm -rf .libs _libs
302
 
install-drivermanDATA: $(driverman_DATA)
303
 
        @$(NORMAL_INSTALL)
304
 
        test -z "$(drivermandir)" || $(MKDIR_P) "$(DESTDIR)$(drivermandir)"
305
 
        @list='$(driverman_DATA)'; test -n "$(drivermandir)" || list=; \
306
 
        for p in $$list; do \
307
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
308
 
          echo "$$d$$p"; \
309
 
        done | $(am__base_list) | \
310
 
        while read files; do \
311
 
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(drivermandir)'"; \
312
 
          $(INSTALL_DATA) $$files "$(DESTDIR)$(drivermandir)" || exit $$?; \
313
 
        done
314
 
 
315
 
uninstall-drivermanDATA:
316
 
        @$(NORMAL_UNINSTALL)
317
 
        @list='$(driverman_DATA)'; test -n "$(drivermandir)" || list=; \
318
 
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
319
 
        test -n "$$files" || exit 0; \
320
 
        echo " ( cd '$(DESTDIR)$(drivermandir)' && rm -f" $$files ")"; \
321
 
        cd "$(DESTDIR)$(drivermandir)" && rm -f $$files
322
 
install-synclientmanDATA: $(synclientman_DATA)
323
 
        @$(NORMAL_INSTALL)
324
 
        test -z "$(synclientmandir)" || $(MKDIR_P) "$(DESTDIR)$(synclientmandir)"
325
 
        @list='$(synclientman_DATA)'; test -n "$(synclientmandir)" || list=; \
326
 
        for p in $$list; do \
327
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
328
 
          echo "$$d$$p"; \
329
 
        done | $(am__base_list) | \
330
 
        while read files; do \
331
 
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(synclientmandir)'"; \
332
 
          $(INSTALL_DATA) $$files "$(DESTDIR)$(synclientmandir)" || exit $$?; \
333
 
        done
334
 
 
335
 
uninstall-synclientmanDATA:
336
 
        @$(NORMAL_UNINSTALL)
337
 
        @list='$(synclientman_DATA)'; test -n "$(synclientmandir)" || list=; \
338
 
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
339
 
        test -n "$$files" || exit 0; \
340
 
        echo " ( cd '$(DESTDIR)$(synclientmandir)' && rm -f" $$files ")"; \
341
 
        cd "$(DESTDIR)$(synclientmandir)" && rm -f $$files
342
 
install-syndaemonmanDATA: $(syndaemonman_DATA)
343
 
        @$(NORMAL_INSTALL)
344
 
        test -z "$(syndaemonmandir)" || $(MKDIR_P) "$(DESTDIR)$(syndaemonmandir)"
345
 
        @list='$(syndaemonman_DATA)'; test -n "$(syndaemonmandir)" || list=; \
346
 
        for p in $$list; do \
347
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
348
 
          echo "$$d$$p"; \
349
 
        done | $(am__base_list) | \
350
 
        while read files; do \
351
 
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(syndaemonmandir)'"; \
352
 
          $(INSTALL_DATA) $$files "$(DESTDIR)$(syndaemonmandir)" || exit $$?; \
353
 
        done
354
 
 
355
 
uninstall-syndaemonmanDATA:
356
 
        @$(NORMAL_UNINSTALL)
357
 
        @list='$(syndaemonman_DATA)'; test -n "$(syndaemonmandir)" || list=; \
358
 
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
359
 
        test -n "$$files" || exit 0; \
360
 
        echo " ( cd '$(DESTDIR)$(syndaemonmandir)' && rm -f" $$files ")"; \
361
 
        cd "$(DESTDIR)$(syndaemonmandir)" && rm -f $$files
362
 
tags: TAGS
363
 
TAGS:
364
 
 
365
 
ctags: CTAGS
366
 
CTAGS:
367
 
 
368
 
 
369
 
distdir: $(DISTFILES)
370
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
371
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
372
 
        list='$(DISTFILES)'; \
373
 
          dist_files=`for file in $$list; do echo $$file; done | \
374
 
          sed -e "s|^$$srcdirstrip/||;t" \
375
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
376
 
        case $$dist_files in \
377
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
378
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
379
 
                           sort -u` ;; \
380
 
        esac; \
381
 
        for file in $$dist_files; do \
382
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
383
 
          if test -d $$d/$$file; then \
384
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
385
 
            if test -d "$(distdir)/$$file"; then \
386
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
387
 
            fi; \
388
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
389
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
390
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
391
 
            fi; \
392
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
393
 
          else \
394
 
            test -f "$(distdir)/$$file" \
395
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
396
 
            || exit 1; \
397
 
          fi; \
398
 
        done
399
 
check-am: all-am
400
 
check: check-am
401
 
all-am: Makefile $(DATA)
402
 
installdirs:
403
 
        for dir in "$(DESTDIR)$(drivermandir)" "$(DESTDIR)$(synclientmandir)" "$(DESTDIR)$(syndaemonmandir)"; do \
404
 
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
405
 
        done
406
 
install: install-am
407
 
install-exec: install-exec-am
408
 
install-data: install-data-am
409
 
uninstall: uninstall-am
410
 
 
411
 
install-am: all-am
412
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
413
 
 
414
 
installcheck: installcheck-am
415
 
install-strip:
416
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
417
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
418
 
          `test -z '$(STRIP)' || \
419
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
420
 
mostlyclean-generic:
421
 
 
422
 
clean-generic:
423
 
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
424
 
 
425
 
distclean-generic:
426
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
427
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
428
 
 
429
 
maintainer-clean-generic:
430
 
        @echo "This command is intended for maintainers to use"
431
 
        @echo "it deletes files that may require special tools to rebuild."
432
 
clean: clean-am
433
 
 
434
 
clean-am: clean-generic clean-libtool mostlyclean-am
435
 
 
436
 
distclean: distclean-am
437
 
        -rm -f Makefile
438
 
distclean-am: clean-am distclean-generic
439
 
 
440
 
dvi: dvi-am
441
 
 
442
 
dvi-am:
443
 
 
444
 
html: html-am
445
 
 
446
 
html-am:
447
 
 
448
 
info: info-am
449
 
 
450
 
info-am:
451
 
 
452
 
install-data-am: install-drivermanDATA install-synclientmanDATA \
453
 
        install-syndaemonmanDATA
454
 
 
455
 
install-dvi: install-dvi-am
456
 
 
457
 
install-dvi-am:
458
 
 
459
 
install-exec-am:
460
 
 
461
 
install-html: install-html-am
462
 
 
463
 
install-html-am:
464
 
 
465
 
install-info: install-info-am
466
 
 
467
 
install-info-am:
468
 
 
469
 
install-man:
470
 
 
471
 
install-pdf: install-pdf-am
472
 
 
473
 
install-pdf-am:
474
 
 
475
 
install-ps: install-ps-am
476
 
 
477
 
install-ps-am:
478
 
 
479
 
installcheck-am:
480
 
 
481
 
maintainer-clean: maintainer-clean-am
482
 
        -rm -f Makefile
483
 
maintainer-clean-am: distclean-am maintainer-clean-generic
484
 
 
485
 
mostlyclean: mostlyclean-am
486
 
 
487
 
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
488
 
 
489
 
pdf: pdf-am
490
 
 
491
 
pdf-am:
492
 
 
493
 
ps: ps-am
494
 
 
495
 
ps-am:
496
 
 
497
 
uninstall-am: uninstall-drivermanDATA uninstall-synclientmanDATA \
498
 
        uninstall-syndaemonmanDATA
499
 
 
500
 
.MAKE: install-am install-strip
501
 
 
502
 
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
503
 
        distclean distclean-generic distclean-libtool distdir dvi \
504
 
        dvi-am html html-am info info-am install install-am \
505
 
        install-data install-data-am install-drivermanDATA install-dvi \
506
 
        install-dvi-am install-exec install-exec-am install-html \
507
 
        install-html-am install-info install-info-am install-man \
508
 
        install-pdf install-pdf-am install-ps install-ps-am \
509
 
        install-strip install-synclientmanDATA \
510
 
        install-syndaemonmanDATA installcheck installcheck-am \
511
 
        installdirs maintainer-clean maintainer-clean-generic \
512
 
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
513
 
        ps ps-am uninstall uninstall-am uninstall-drivermanDATA \
514
 
        uninstall-synclientmanDATA uninstall-syndaemonmanDATA
515
 
 
516
 
 
517
 
# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure
518
 
.man.$(DRIVER_MAN_SUFFIX):
519
 
        $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
520
 
.man.$(APP_MAN_SUFFIX):
521
 
        $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
522
 
 
523
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
524
 
# Otherwise a system limit (for SysV at least) may be exceeded.
525
 
.NOEXPORT: