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