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