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