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