Makefile.in revision 10f94802
1# Makefile.in generated by automake 1.17 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2024 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) 2007, Oracle and/or its affiliates.
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))
96am__rm_f = rm -f $(am__rm_f_notfound)
97am__rm_rf = rm -rf $(am__rm_f_notfound)
98pkgdatadir = $(datadir)/@PACKAGE@
99pkgincludedir = $(includedir)/@PACKAGE@
100pkglibdir = $(libdir)/@PACKAGE@
101pkglibexecdir = $(libexecdir)/@PACKAGE@
102am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
103install_sh_DATA = $(install_sh) -c -m 644
104install_sh_PROGRAM = $(install_sh) -c
105install_sh_SCRIPT = $(install_sh) -c
106INSTALL_HEADER = $(INSTALL_DATA)
107transform = $(program_transform_name)
108NORMAL_INSTALL = :
109PRE_INSTALL = :
110POST_INSTALL = :
111NORMAL_UNINSTALL = :
112PRE_UNINSTALL = :
113POST_UNINSTALL = :
114build_triplet = @build@
115host_triplet = @host@
116@HAVE_XMLTO_TRUE@am__append_1 = x.tmp
117@HAVE_XMLTO_TRUE@am__append_2 = x.stamp
118subdir = man
119ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
120am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
121	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
122	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
123	$(top_srcdir)/configure.ac
124am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
125	$(ACLOCAL_M4)
126DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
127mkinstalldirs = $(install_sh) -d
128CONFIG_HEADER = $(top_builddir)/config.h
129CONFIG_CLEAN_FILES =
130CONFIG_CLEAN_VPATH_FILES =
131AM_V_P = $(am__v_P_@AM_V@)
132am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
133am__v_P_0 = false
134am__v_P_1 = :
135AM_V_GEN = $(am__v_GEN_@AM_V@)
136am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
137am__v_GEN_0 = @echo "  GEN     " $@;
138am__v_GEN_1 = 
139AM_V_at = $(am__v_at_@AM_V@)
140am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
141am__v_at_0 = @
142am__v_at_1 = 
143SOURCES =
144DIST_SOURCES =
145am__can_run_installinfo = \
146  case $$AM_UPDATE_INFO_DIR in \
147    n|no|NO) false;; \
148    *) (install-info --version) >/dev/null 2>&1;; \
149  esac
150am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
151am__vpath_adj = case $$p in \
152    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
153    *) f=$$p;; \
154  esac;
155am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
156am__install_max = 40
157am__nobase_strip_setup = \
158  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
159am__nobase_strip = \
160  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
161am__nobase_list = $(am__nobase_strip_setup); \
162  for p in $$list; do echo "$$p $$p"; done | \
163  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
164  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
165    if (++n[$$2] == $(am__install_max)) \
166      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
167    END { for (dir in files) print dir, files[dir] }'
168am__base_list = \
169  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
170  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
171am__uninstall_files_from_dir = { \
172  { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
173  || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
174       $(am__cd) "$$dir" && echo $$files | $(am__xargs_n) 40 $(am__rm_f); }; \
175  }
176am__installdirs = "$(DESTDIR)$(libmandir)"
177DATA = $(libman_DATA)
178am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
179am__DIST_COMMON = $(srcdir)/Makefile.in
180DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
181ACLOCAL = @ACLOCAL@
182ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
183ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
184AMTAR = @AMTAR@
185AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
186APP_MAN_DIR = @APP_MAN_DIR@
187APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
188AR = @AR@
189AUTOCONF = @AUTOCONF@
190AUTOHEADER = @AUTOHEADER@
191AUTOMAKE = @AUTOMAKE@
192AWK = @AWK@
193BASE_CFLAGS = @BASE_CFLAGS@
194CC = @CC@
195CCDEPMODE = @CCDEPMODE@
196CFLAGS = @CFLAGS@
197CHANGELOG_CMD = @CHANGELOG_CMD@
198CPPFLAGS = @CPPFLAGS@
199CSCOPE = @CSCOPE@
200CTAGS = @CTAGS@
201CWARNFLAGS = @CWARNFLAGS@
202CYGPATH_W = @CYGPATH_W@
203DEFS = @DEFS@
204DEPDIR = @DEPDIR@
205DLLTOOL = @DLLTOOL@
206DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
207DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
208DSYMUTIL = @DSYMUTIL@
209DUMPBIN = @DUMPBIN@
210ECHO_C = @ECHO_C@
211ECHO_N = @ECHO_N@
212ECHO_T = @ECHO_T@
213EGREP = @EGREP@
214ETAGS = @ETAGS@
215EXEEXT = @EXEEXT@
216FGREP = @FGREP@
217FILECMD = @FILECMD@
218FILE_MAN_DIR = @FILE_MAN_DIR@
219FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
220FOP = @FOP@
221GREP = @GREP@
222INSTALL = @INSTALL@
223INSTALL_CMD = @INSTALL_CMD@
224INSTALL_DATA = @INSTALL_DATA@
225INSTALL_PROGRAM = @INSTALL_PROGRAM@
226INSTALL_SCRIPT = @INSTALL_SCRIPT@
227INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
228LD = @LD@
229LDFLAGS = @LDFLAGS@
230LIBOBJS = @LIBOBJS@
231LIBS = @LIBS@
232LIBTOOL = @LIBTOOL@
233LIB_MAN_DIR = @LIB_MAN_DIR@
234LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
235LINT = @LINT@
236LINTLIB = @LINTLIB@
237LINT_FLAGS = @LINT_FLAGS@
238LIPO = @LIPO@
239LN_S = @LN_S@
240LTLIBOBJS = @LTLIBOBJS@
241LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
242MAKEINFO = @MAKEINFO@
243MANIFEST_TOOL = @MANIFEST_TOOL@
244MAN_SUBSTS = @MAN_SUBSTS@
245MISC_MAN_DIR = @MISC_MAN_DIR@
246MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
247MKDIR_P = @MKDIR_P@
248NM = @NM@
249NMEDIT = @NMEDIT@
250OBJDUMP = @OBJDUMP@
251OBJEXT = @OBJEXT@
252OTOOL = @OTOOL@
253OTOOL64 = @OTOOL64@
254PACKAGE = @PACKAGE@
255PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
256PACKAGE_NAME = @PACKAGE_NAME@
257PACKAGE_STRING = @PACKAGE_STRING@
258PACKAGE_TARNAME = @PACKAGE_TARNAME@
259PACKAGE_URL = @PACKAGE_URL@
260PACKAGE_VERSION = @PACKAGE_VERSION@
261PATH_SEPARATOR = @PATH_SEPARATOR@
262PKG_CONFIG = @PKG_CONFIG@
263PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
264PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
265RANLIB = @RANLIB@
266SED = @SED@
267SET_MAKE = @SET_MAKE@
268SHELL = @SHELL@
269STRICT_CFLAGS = @STRICT_CFLAGS@
270STRIP = @STRIP@
271STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@
272VERSION = @VERSION@
273XMLTO = @XMLTO@
274XORG_MAN_PAGE = @XORG_MAN_PAGE@
275XORG_SGML_PATH = @XORG_SGML_PATH@
276XSLTPROC = @XSLTPROC@
277XSL_STYLESHEET = @XSL_STYLESHEET@
278XTST_CFLAGS = @XTST_CFLAGS@
279XTST_LIBS = @XTST_LIBS@
280abs_builddir = @abs_builddir@
281abs_srcdir = @abs_srcdir@
282abs_top_builddir = @abs_top_builddir@
283abs_top_srcdir = @abs_top_srcdir@
284ac_ct_AR = @ac_ct_AR@
285ac_ct_CC = @ac_ct_CC@
286ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
287am__include = @am__include@
288am__leading_dot = @am__leading_dot@
289am__quote = @am__quote@
290am__rm_f_notfound = @am__rm_f_notfound@
291am__tar = @am__tar@
292am__untar = @am__untar@
293am__xargs_n = @am__xargs_n@
294bindir = @bindir@
295build = @build@
296build_alias = @build_alias@
297build_cpu = @build_cpu@
298build_os = @build_os@
299build_vendor = @build_vendor@
300builddir = @builddir@
301datadir = @datadir@
302datarootdir = @datarootdir@
303docdir = @docdir@
304dvidir = @dvidir@
305exec_prefix = @exec_prefix@
306host = @host@
307host_alias = @host_alias@
308host_cpu = @host_cpu@
309host_os = @host_os@
310host_vendor = @host_vendor@
311htmldir = @htmldir@
312includedir = @includedir@
313infodir = @infodir@
314install_sh = @install_sh@
315libdir = @libdir@
316libexecdir = @libexecdir@
317localedir = @localedir@
318localstatedir = @localstatedir@
319mandir = @mandir@
320mkdir_p = @mkdir_p@
321oldincludedir = @oldincludedir@
322pdfdir = @pdfdir@
323prefix = @prefix@
324program_transform_name = @program_transform_name@
325psdir = @psdir@
326runstatedir = @runstatedir@
327sbindir = @sbindir@
328sharedstatedir = @sharedstatedir@
329srcdir = @srcdir@
330sysconfdir = @sysconfdir@
331target_alias = @target_alias@
332top_build_prefix = @top_build_prefix@
333top_builddir = @top_builddir@
334top_srcdir = @top_srcdir@
335libmandir = $(LIB_MAN_DIR)
336libman_xml = XTest.xml
337libman_PRE = \
338	XTestQueryExtension.man \
339	XTestCompareCursorWithWindow.man \
340	XTestCompareCurrentCursorWithWindow.man \
341	XTestFakeKeyEvent.man \
342	XTestFakeButtonEvent.man \
343	XTestFakeMotionEvent.man \
344	XTestFakeRelativeMotionEvent.man \
345	XTestGrabControl.man \
346	XTestSetGContextOfGC.man \
347	XTestSetVisualIDOfVisual.man \
348	XTestDiscard.man
349
350EXTRA_DIST = $(libman_PRE) $(libman_xml) x.stamp
351CLEANFILES = $(libman_DATA) $(am__append_1)
352MAINTAINERCLEANFILES = $(libman_PRE) $(am__append_2)
353@INSTALL_MANPAGES_TRUE@libman_DATA = $(libman_PRE:man=@LIB_MAN_SUFFIX@)
354
355# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure
356SUFFIXES = .$(LIB_MAN_SUFFIX) .man
357all: all-am
358
359.SUFFIXES:
360.SUFFIXES: .$(LIB_MAN_SUFFIX) .man
361$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
362	@for dep in $?; do \
363	  case '$(am__configure_deps)' in \
364	    *$$dep*) \
365	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
366	        && { if test -f $@; then exit 0; else break; fi; }; \
367	      exit 1;; \
368	  esac; \
369	done; \
370	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/Makefile'; \
371	$(am__cd) $(top_srcdir) && \
372	  $(AUTOMAKE) --foreign man/Makefile
373Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
374	@case '$?' in \
375	  *config.status*) \
376	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
377	  *) \
378	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
379	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
380	esac;
381
382$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
383	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
384
385$(top_srcdir)/configure:  $(am__configure_deps)
386	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
387$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
388	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
389$(am__aclocal_m4_deps):
390
391mostlyclean-libtool:
392	-rm -f *.lo
393
394clean-libtool:
395	-rm -rf .libs _libs
396install-libmanDATA: $(libman_DATA)
397	@$(NORMAL_INSTALL)
398	@list='$(libman_DATA)'; test -n "$(libmandir)" || list=; \
399	if test -n "$$list"; then \
400	  echo " $(MKDIR_P) '$(DESTDIR)$(libmandir)'"; \
401	  $(MKDIR_P) "$(DESTDIR)$(libmandir)" || exit 1; \
402	fi; \
403	for p in $$list; do \
404	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
405	  echo "$$d$$p"; \
406	done | $(am__base_list) | \
407	while read files; do \
408	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(libmandir)'"; \
409	  $(INSTALL_DATA) $$files "$(DESTDIR)$(libmandir)" || exit $$?; \
410	done
411
412uninstall-libmanDATA:
413	@$(NORMAL_UNINSTALL)
414	@list='$(libman_DATA)'; test -n "$(libmandir)" || list=; \
415	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
416	dir='$(DESTDIR)$(libmandir)'; $(am__uninstall_files_from_dir)
417tags TAGS:
418
419ctags CTAGS:
420
421cscope cscopelist:
422
423distdir: $(BUILT_SOURCES)
424	$(MAKE) $(AM_MAKEFLAGS) distdir-am
425
426distdir-am: $(DISTFILES)
427	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
428	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
429	list='$(DISTFILES)'; \
430	  dist_files=`for file in $$list; do echo $$file; done | \
431	  sed -e "s|^$$srcdirstrip/||;t" \
432	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
433	case $$dist_files in \
434	  */*) $(MKDIR_P) `echo "$$dist_files" | \
435			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
436			   sort -u` ;; \
437	esac; \
438	for file in $$dist_files; do \
439	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
440	  if test -d $$d/$$file; then \
441	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
442	    if test -d "$(distdir)/$$file"; then \
443	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
444	    fi; \
445	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
446	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
447	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
448	    fi; \
449	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
450	  else \
451	    test -f "$(distdir)/$$file" \
452	    || cp -p $$d/$$file "$(distdir)/$$file" \
453	    || exit 1; \
454	  fi; \
455	done
456check-am: all-am
457check: check-am
458all-am: Makefile $(DATA)
459installdirs:
460	for dir in "$(DESTDIR)$(libmandir)"; do \
461	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
462	done
463install: install-am
464install-exec: install-exec-am
465install-data: install-data-am
466uninstall: uninstall-am
467
468install-am: all-am
469	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
470
471installcheck: installcheck-am
472install-strip:
473	if test -z '$(STRIP)'; then \
474	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
475	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
476	      install; \
477	else \
478	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
479	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
480	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
481	fi
482mostlyclean-generic:
483
484clean-generic:
485	-$(am__rm_f) $(CLEANFILES)
486
487distclean-generic:
488	-$(am__rm_f) $(CONFIG_CLEAN_FILES)
489	-test . = "$(srcdir)" || $(am__rm_f) $(CONFIG_CLEAN_VPATH_FILES)
490
491maintainer-clean-generic:
492	@echo "This command is intended for maintainers to use"
493	@echo "it deletes files that may require special tools to rebuild."
494	-$(am__rm_f) $(MAINTAINERCLEANFILES)
495clean: clean-am
496
497clean-am: clean-generic clean-libtool mostlyclean-am
498
499distclean: distclean-am
500	-rm -f Makefile
501distclean-am: clean-am distclean-generic
502
503dvi: dvi-am
504
505dvi-am:
506
507html: html-am
508
509html-am:
510
511info: info-am
512
513info-am:
514
515install-data-am: install-libmanDATA
516
517install-dvi: install-dvi-am
518
519install-dvi-am:
520
521install-exec-am:
522
523install-html: install-html-am
524
525install-html-am:
526
527install-info: install-info-am
528
529install-info-am:
530
531install-man:
532
533install-pdf: install-pdf-am
534
535install-pdf-am:
536
537install-ps: install-ps-am
538
539install-ps-am:
540
541installcheck-am:
542
543maintainer-clean: maintainer-clean-am
544	-rm -f Makefile
545maintainer-clean-am: distclean-am maintainer-clean-generic
546
547mostlyclean: mostlyclean-am
548
549mostlyclean-am: mostlyclean-generic mostlyclean-libtool
550
551pdf: pdf-am
552
553pdf-am:
554
555ps: ps-am
556
557ps-am:
558
559uninstall-am: uninstall-libmanDATA
560
561.MAKE: install-am install-strip
562
563.PHONY: all all-am check check-am clean clean-generic clean-libtool \
564	cscopelist-am ctags-am distclean distclean-generic \
565	distclean-libtool distdir dvi dvi-am html html-am info info-am \
566	install install-am install-data install-data-am install-dvi \
567	install-dvi-am install-exec install-exec-am install-html \
568	install-html-am install-info install-info-am \
569	install-libmanDATA install-man install-pdf install-pdf-am \
570	install-ps install-ps-am install-strip installcheck \
571	installcheck-am installdirs maintainer-clean \
572	maintainer-clean-generic mostlyclean mostlyclean-generic \
573	mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
574	uninstall-am uninstall-libmanDATA
575
576.PRECIOUS: Makefile
577
578
579.man.$(LIB_MAN_SUFFIX):
580	$(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
581
582# This is ugly, but handling of tools with multiple outputs in make is a
583# huge PITA. The commands below are taken from the automake manual:
584# http://www.gnu.org/software/automake/manual/automake.html#Multiple-Outputs
585@HAVE_XMLTO_TRUE@x.stamp: $(libman_xml)
586@HAVE_XMLTO_TRUE@	@rm -f x.tmp
587@HAVE_XMLTO_TRUE@	@touch x.tmp
588@HAVE_XMLTO_TRUE@	$(XMLTO) man $^
589@HAVE_XMLTO_TRUE@	@for man in $(libman_PRE); do \
590@HAVE_XMLTO_TRUE@	  out=`echo $$man | sed 's/\.man/.__libmansuffix__/'`; \
591@HAVE_XMLTO_TRUE@	  echo mv -f $$out $$man; \
592@HAVE_XMLTO_TRUE@	  mv -f $$out $$man || exit 1; \
593@HAVE_XMLTO_TRUE@	done
594@HAVE_XMLTO_TRUE@	@mv -f x.tmp $@
595@HAVE_XMLTO_TRUE@$(libman_PRE): x.stamp
596@HAVE_XMLTO_TRUE@	@if test -f $@; then :; else \
597@HAVE_XMLTO_TRUE@	  rm -f $<; \
598@HAVE_XMLTO_TRUE@	  $(MAKE) $(AM_MAKEFLAGS) $<; \
599@HAVE_XMLTO_TRUE@	fi
600
601# Tell versions [3.59,3.63) of GNU make to not export all variables.
602# Otherwise a system limit (for SysV at least) may be exceeded.
603.NOEXPORT:
604
605# Tell GNU make to disable its built-in pattern rules.
606%:: %,v
607%:: RCS/%,v
608%:: RCS/%
609%:: s.%
610%:: SCCS/s.%
611