Makefile.in revision 57ee1794
1# Makefile.in generated by automake 1.13.2 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@
244RANLIB = @RANLIB@
245SED = @SED@
246SET_MAKE = @SET_MAKE@
247SHELL = @SHELL@
248STRICT_CFLAGS = @STRICT_CFLAGS@
249STRIP = @STRIP@
250STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@
251VERSION = @VERSION@
252XMLTO = @XMLTO@
253XORG_MAN_PAGE = @XORG_MAN_PAGE@
254XORG_SGML_PATH = @XORG_SGML_PATH@
255XSLTPROC = @XSLTPROC@
256XSL_STYLESHEET = @XSL_STYLESHEET@
257XTST_CFLAGS = @XTST_CFLAGS@
258XTST_LIBS = @XTST_LIBS@
259abs_builddir = @abs_builddir@
260abs_srcdir = @abs_srcdir@
261abs_top_builddir = @abs_top_builddir@
262abs_top_srcdir = @abs_top_srcdir@
263ac_ct_AR = @ac_ct_AR@
264ac_ct_CC = @ac_ct_CC@
265ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
266am__include = @am__include@
267am__leading_dot = @am__leading_dot@
268am__quote = @am__quote@
269am__tar = @am__tar@
270am__untar = @am__untar@
271bindir = @bindir@
272build = @build@
273build_alias = @build_alias@
274build_cpu = @build_cpu@
275build_os = @build_os@
276build_vendor = @build_vendor@
277builddir = @builddir@
278datadir = @datadir@
279datarootdir = @datarootdir@
280docdir = @docdir@
281dvidir = @dvidir@
282exec_prefix = @exec_prefix@
283host = @host@
284host_alias = @host_alias@
285host_cpu = @host_cpu@
286host_os = @host_os@
287host_vendor = @host_vendor@
288htmldir = @htmldir@
289includedir = @includedir@
290infodir = @infodir@
291install_sh = @install_sh@
292libdir = @libdir@
293libexecdir = @libexecdir@
294localedir = @localedir@
295localstatedir = @localstatedir@
296mandir = @mandir@
297mkdir_p = @mkdir_p@
298oldincludedir = @oldincludedir@
299pdfdir = @pdfdir@
300prefix = @prefix@
301program_transform_name = @program_transform_name@
302psdir = @psdir@
303sbindir = @sbindir@
304sharedstatedir = @sharedstatedir@
305srcdir = @srcdir@
306sysconfdir = @sysconfdir@
307target_alias = @target_alias@
308top_build_prefix = @top_build_prefix@
309top_builddir = @top_builddir@
310top_srcdir = @top_srcdir@
311libmandir = $(LIB_MAN_DIR)
312libman_xml = XTest.xml
313libman_PRE = \
314	XTestQueryExtension.man \
315	XTestCompareCursorWithWindow.man \
316	XTestCompareCurrentCursorWithWindow.man \
317	XTestFakeKeyEvent.man \
318	XTestFakeButtonEvent.man \
319	XTestFakeMotionEvent.man \
320	XTestFakeRelativeMotionEvent.man \
321	XTestGrabControl.man \
322	XTestSetGContextOfGC.man \
323	XTestSetVisualIDOfVisual.man \
324	XTestDiscard.man
325
326EXTRA_DIST = $(libman_PRE) $(libman_xml) x.stamp
327CLEANFILES = $(libman_DATA) $(am__append_1)
328MAINTAINERCLEANFILES = $(libman_PRE) $(am__append_2)
329@INSTALL_MANPAGES_TRUE@libman_DATA = $(libman_PRE:man=@LIB_MAN_SUFFIX@)
330
331# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure
332SUFFIXES = .$(LIB_MAN_SUFFIX) .man
333all: all-am
334
335.SUFFIXES:
336.SUFFIXES: .$(LIB_MAN_SUFFIX) .man
337$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
338	@for dep in $?; do \
339	  case '$(am__configure_deps)' in \
340	    *$$dep*) \
341	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
342	        && { if test -f $@; then exit 0; else break; fi; }; \
343	      exit 1;; \
344	  esac; \
345	done; \
346	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/Makefile'; \
347	$(am__cd) $(top_srcdir) && \
348	  $(AUTOMAKE) --foreign man/Makefile
349.PRECIOUS: Makefile
350Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
351	@case '$?' in \
352	  *config.status*) \
353	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
354	  *) \
355	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
356	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
357	esac;
358
359$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
360	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
361
362$(top_srcdir)/configure:  $(am__configure_deps)
363	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
364$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
365	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
366$(am__aclocal_m4_deps):
367
368mostlyclean-libtool:
369	-rm -f *.lo
370
371clean-libtool:
372	-rm -rf .libs _libs
373install-libmanDATA: $(libman_DATA)
374	@$(NORMAL_INSTALL)
375	@list='$(libman_DATA)'; test -n "$(libmandir)" || list=; \
376	if test -n "$$list"; then \
377	  echo " $(MKDIR_P) '$(DESTDIR)$(libmandir)'"; \
378	  $(MKDIR_P) "$(DESTDIR)$(libmandir)" || exit 1; \
379	fi; \
380	for p in $$list; do \
381	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
382	  echo "$$d$$p"; \
383	done | $(am__base_list) | \
384	while read files; do \
385	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(libmandir)'"; \
386	  $(INSTALL_DATA) $$files "$(DESTDIR)$(libmandir)" || exit $$?; \
387	done
388
389uninstall-libmanDATA:
390	@$(NORMAL_UNINSTALL)
391	@list='$(libman_DATA)'; test -n "$(libmandir)" || list=; \
392	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
393	dir='$(DESTDIR)$(libmandir)'; $(am__uninstall_files_from_dir)
394tags TAGS:
395
396ctags CTAGS:
397
398cscope cscopelist:
399
400
401distdir: $(DISTFILES)
402	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
403	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
404	list='$(DISTFILES)'; \
405	  dist_files=`for file in $$list; do echo $$file; done | \
406	  sed -e "s|^$$srcdirstrip/||;t" \
407	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
408	case $$dist_files in \
409	  */*) $(MKDIR_P) `echo "$$dist_files" | \
410			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
411			   sort -u` ;; \
412	esac; \
413	for file in $$dist_files; do \
414	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
415	  if test -d $$d/$$file; then \
416	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
417	    if test -d "$(distdir)/$$file"; then \
418	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
419	    fi; \
420	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
421	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
422	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
423	    fi; \
424	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
425	  else \
426	    test -f "$(distdir)/$$file" \
427	    || cp -p $$d/$$file "$(distdir)/$$file" \
428	    || exit 1; \
429	  fi; \
430	done
431check-am: all-am
432check: check-am
433all-am: Makefile $(DATA)
434installdirs:
435	for dir in "$(DESTDIR)$(libmandir)"; do \
436	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
437	done
438install: install-am
439install-exec: install-exec-am
440install-data: install-data-am
441uninstall: uninstall-am
442
443install-am: all-am
444	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
445
446installcheck: installcheck-am
447install-strip:
448	if test -z '$(STRIP)'; then \
449	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
450	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
451	      install; \
452	else \
453	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
454	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
455	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
456	fi
457mostlyclean-generic:
458
459clean-generic:
460	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
461
462distclean-generic:
463	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
464	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
465
466maintainer-clean-generic:
467	@echo "This command is intended for maintainers to use"
468	@echo "it deletes files that may require special tools to rebuild."
469	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
470clean: clean-am
471
472clean-am: clean-generic clean-libtool mostlyclean-am
473
474distclean: distclean-am
475	-rm -f Makefile
476distclean-am: clean-am distclean-generic
477
478dvi: dvi-am
479
480dvi-am:
481
482html: html-am
483
484html-am:
485
486info: info-am
487
488info-am:
489
490install-data-am: install-libmanDATA
491
492install-dvi: install-dvi-am
493
494install-dvi-am:
495
496install-exec-am:
497
498install-html: install-html-am
499
500install-html-am:
501
502install-info: install-info-am
503
504install-info-am:
505
506install-man:
507
508install-pdf: install-pdf-am
509
510install-pdf-am:
511
512install-ps: install-ps-am
513
514install-ps-am:
515
516installcheck-am:
517
518maintainer-clean: maintainer-clean-am
519	-rm -f Makefile
520maintainer-clean-am: distclean-am maintainer-clean-generic
521
522mostlyclean: mostlyclean-am
523
524mostlyclean-am: mostlyclean-generic mostlyclean-libtool
525
526pdf: pdf-am
527
528pdf-am:
529
530ps: ps-am
531
532ps-am:
533
534uninstall-am: uninstall-libmanDATA
535
536.MAKE: install-am install-strip
537
538.PHONY: all all-am check check-am clean clean-generic clean-libtool \
539	cscopelist-am ctags-am distclean distclean-generic \
540	distclean-libtool distdir dvi dvi-am html html-am info info-am \
541	install install-am install-data install-data-am install-dvi \
542	install-dvi-am install-exec install-exec-am install-html \
543	install-html-am install-info install-info-am \
544	install-libmanDATA install-man install-pdf install-pdf-am \
545	install-ps install-ps-am install-strip installcheck \
546	installcheck-am installdirs maintainer-clean \
547	maintainer-clean-generic mostlyclean mostlyclean-generic \
548	mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
549	uninstall-am uninstall-libmanDATA
550
551
552.man.$(LIB_MAN_SUFFIX):
553	$(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
554
555# This is ugly, but handling of tools with multiple outputs in make is a
556# huge PITA. The commands below are taken from the automake manual:
557# http://www.gnu.org/software/automake/manual/automake.html#Multiple-Outputs
558@HAVE_XMLTO_TRUE@x.stamp: $(libman_xml)
559@HAVE_XMLTO_TRUE@	@rm -f x.tmp
560@HAVE_XMLTO_TRUE@	@touch x.tmp
561@HAVE_XMLTO_TRUE@	$(XMLTO) man $^
562@HAVE_XMLTO_TRUE@	@for man in $(libman_PRE); do \
563@HAVE_XMLTO_TRUE@	  out=`echo $$man | sed 's/\.man/.__libmansuffix__/'`; \
564@HAVE_XMLTO_TRUE@	  echo mv -f $$out $$man; \
565@HAVE_XMLTO_TRUE@	  mv -f $$out $$man || exit 1; \
566@HAVE_XMLTO_TRUE@	done
567@HAVE_XMLTO_TRUE@	@mv -f x.tmp $@
568@HAVE_XMLTO_TRUE@$(libman_PRE): x.stamp
569@HAVE_XMLTO_TRUE@	@if test -f $@; then :; else \
570@HAVE_XMLTO_TRUE@	  rm -f $<; \
571@HAVE_XMLTO_TRUE@	  $(MAKE) $(AM_MAKEFLAGS) $<; \
572@HAVE_XMLTO_TRUE@	fi
573
574# Tell versions [3.59,3.63) of GNU make to not export all variables.
575# Otherwise a system limit (for SysV at least) may be exceeded.
576.NOEXPORT:
577