xref: /netbsd-src/crypto/external/cpl/tpm-tools/dist/man/Makefile.in (revision eceb233b9bd0dfebb902ed73b531ae6964fa3f9b)
1# Makefile.in generated by automake 1.11.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6# Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18#
19# Makefile.am
20#
21#       The Initial Developer of the Original Code is International
22#       Business Machines Corporation. Portions created by IBM
23#       Corporation are Copyright (C) 2005 International Business
24#       Machines Corporation. All Rights Reserved.
25#
26#       This program is free software; you can redistribute it and/or modify
27#       it under the terms of the Common Public License as published by
28#       IBM Corporation; either version 1 of the License, or (at your option)
29#       any later version.
30#
31#       This program is distributed in the hope that it will be useful,
32#       but WITHOUT ANY WARRANTY; without even the implied warranty of
33#       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
34#       Common Public License for more details.
35#
36#       You should have received a copy of the Common Public License
37#       along with this program; if not, a copy can be viewed at
38#       http://www.opensource.org/licenses/cpl1.0.php.
39#
40VPATH = @srcdir@
41pkgdatadir = $(datadir)/@PACKAGE@
42pkgincludedir = $(includedir)/@PACKAGE@
43pkglibdir = $(libdir)/@PACKAGE@
44pkglibexecdir = $(libexecdir)/@PACKAGE@
45am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
46install_sh_DATA = $(install_sh) -c -m 644
47install_sh_PROGRAM = $(install_sh) -c
48install_sh_SCRIPT = $(install_sh) -c
49INSTALL_HEADER = $(INSTALL_DATA)
50transform = $(program_transform_name)
51NORMAL_INSTALL = :
52PRE_INSTALL = :
53POST_INSTALL = :
54NORMAL_UNINSTALL = :
55PRE_UNINSTALL = :
56POST_UNINSTALL = :
57build_triplet = @build@
58host_triplet = @host@
59target_triplet = @target@
60subdir = man
61DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
62ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
63am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
64	$(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
65	$(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
66	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
67	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
68	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
69	$(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
70	$(top_srcdir)/configure.ac
71am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
72	$(ACLOCAL_M4)
73mkinstalldirs = $(install_sh) -d
74CONFIG_HEADER = $(top_builddir)/config.h
75CONFIG_CLEAN_FILES =
76CONFIG_CLEAN_VPATH_FILES =
77SOURCES =
78DIST_SOURCES =
79RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
80	html-recursive info-recursive install-data-recursive \
81	install-dvi-recursive install-exec-recursive \
82	install-html-recursive install-info-recursive \
83	install-pdf-recursive install-ps-recursive install-recursive \
84	installcheck-recursive installdirs-recursive pdf-recursive \
85	ps-recursive uninstall-recursive
86RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
87  distclean-recursive maintainer-clean-recursive
88AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
89	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
90	distdir
91ETAGS = etags
92CTAGS = ctags
93DIST_SUBDIRS = $(SUBDIRS)
94DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
95am__relativize = \
96  dir0=`pwd`; \
97  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
98  sed_rest='s,^[^/]*/*,,'; \
99  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
100  sed_butlast='s,/*[^/]*$$,,'; \
101  while test -n "$$dir1"; do \
102    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
103    if test "$$first" != "."; then \
104      if test "$$first" = ".."; then \
105        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
106        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
107      else \
108        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
109        if test "$$first2" = "$$first"; then \
110          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
111        else \
112          dir2="../$$dir2"; \
113        fi; \
114        dir0="$$dir0"/"$$first"; \
115      fi; \
116    fi; \
117    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
118  done; \
119  reldir="$$dir2"
120ACLOCAL = @ACLOCAL@
121AMTAR = @AMTAR@
122AR = @AR@
123AUTOCONF = @AUTOCONF@
124AUTOHEADER = @AUTOHEADER@
125AUTOMAKE = @AUTOMAKE@
126AWK = @AWK@
127CC = @CC@
128CCDEPMODE = @CCDEPMODE@
129CFLAGS = @CFLAGS@
130COPY = @COPY@
131CPP = @CPP@
132CPPFLAGS = @CPPFLAGS@
133CYGPATH_W = @CYGPATH_W@
134DEFS = @DEFS@
135DEPDIR = @DEPDIR@
136DSYMUTIL = @DSYMUTIL@
137DUMPBIN = @DUMPBIN@
138ECHO = @ECHO@
139ECHO_C = @ECHO_C@
140ECHO_N = @ECHO_N@
141ECHO_T = @ECHO_T@
142EGREP = @EGREP@
143EXEEXT = @EXEEXT@
144FGREP = @FGREP@
145GMSGFMT = @GMSGFMT@
146GMSGFMT_015 = @GMSGFMT_015@
147GREP = @GREP@
148INSTALL = @INSTALL@
149INSTALL_DATA = @INSTALL_DATA@
150INSTALL_PROGRAM = @INSTALL_PROGRAM@
151INSTALL_SCRIPT = @INSTALL_SCRIPT@
152INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
153INTLLIBS = @INTLLIBS@
154INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
155LD = @LD@
156LDFLAGS = @LDFLAGS@
157LIBICONV = @LIBICONV@
158LIBINTL = @LIBINTL@
159LIBOBJS = @LIBOBJS@
160LIBS = @LIBS@
161LIBTOOL = @LIBTOOL@
162LIPO = @LIPO@
163LN_S = @LN_S@
164LTLIBICONV = @LTLIBICONV@
165LTLIBINTL = @LTLIBINTL@
166LTLIBOBJS = @LTLIBOBJS@
167MAKEINFO = @MAKEINFO@
168MKDIR = @MKDIR@
169MKDIR_P = @MKDIR_P@
170MSGFMT = @MSGFMT@
171MSGFMT_015 = @MSGFMT_015@
172MSGMERGE = @MSGMERGE@
173NM = @NM@
174NMEDIT = @NMEDIT@
175OBJDUMP = @OBJDUMP@
176OBJEXT = @OBJEXT@
177OPENSSL_LIB_DIR = @OPENSSL_LIB_DIR@
178OTOOL = @OTOOL@
179OTOOL64 = @OTOOL64@
180PACKAGE = @PACKAGE@
181PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
182PACKAGE_NAME = @PACKAGE_NAME@
183PACKAGE_STRING = @PACKAGE_STRING@
184PACKAGE_TARNAME = @PACKAGE_TARNAME@
185PACKAGE_VERSION = @PACKAGE_VERSION@
186PATH_SEPARATOR = @PATH_SEPARATOR@
187POSUB = @POSUB@
188RANLIB = @RANLIB@
189RM = @RM@
190SED = @SED@
191SET_MAKE = @SET_MAKE@
192SHELL = @SHELL@
193STRIP = @STRIP@
194USE_NLS = @USE_NLS@
195VERSION = @VERSION@
196XGETTEXT = @XGETTEXT@
197XGETTEXT_015 = @XGETTEXT_015@
198abs_builddir = @abs_builddir@
199abs_srcdir = @abs_srcdir@
200abs_top_builddir = @abs_top_builddir@
201abs_top_srcdir = @abs_top_srcdir@
202ac_ct_CC = @ac_ct_CC@
203ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
204am__include = @am__include@
205am__leading_dot = @am__leading_dot@
206am__quote = @am__quote@
207am__tar = @am__tar@
208am__untar = @am__untar@
209bindir = @bindir@
210build = @build@
211build_alias = @build_alias@
212build_cpu = @build_cpu@
213build_os = @build_os@
214build_vendor = @build_vendor@
215builddir = @builddir@
216datadir = @datadir@
217datarootdir = @datarootdir@
218docdir = @docdir@
219dvidir = @dvidir@
220exec_prefix = @exec_prefix@
221host = @host@
222host_alias = @host_alias@
223host_cpu = @host_cpu@
224host_os = @host_os@
225host_vendor = @host_vendor@
226htmldir = @htmldir@
227includedir = @includedir@
228infodir = @infodir@
229install_sh = @install_sh@
230libdir = @libdir@
231libexecdir = @libexecdir@
232localedir = @localedir@
233localstatedir = @localstatedir@
234lt_ECHO = @lt_ECHO@
235mandir = @mandir@
236mkdir_p = @mkdir_p@
237oldincludedir = @oldincludedir@
238pdfdir = @pdfdir@
239prefix = @prefix@
240program_transform_name = @program_transform_name@
241psdir = @psdir@
242sbindir = @sbindir@
243sharedstatedir = @sharedstatedir@
244srcdir = @srcdir@
245sysconfdir = @sysconfdir@
246target = @target@
247target_alias = @target_alias@
248target_cpu = @target_cpu@
249target_os = @target_os@
250target_vendor = @target_vendor@
251top_build_prefix = @top_build_prefix@
252top_builddir = @top_builddir@
253top_srcdir = @top_srcdir@
254SUBDIRS = man1 man3 man8
255all: all-recursive
256
257.SUFFIXES:
258$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
259	@for dep in $?; do \
260	  case '$(am__configure_deps)' in \
261	    *$$dep*) \
262	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
263	        && { if test -f $@; then exit 0; else break; fi; }; \
264	      exit 1;; \
265	  esac; \
266	done; \
267	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/Makefile'; \
268	$(am__cd) $(top_srcdir) && \
269	  $(AUTOMAKE) --foreign man/Makefile
270.PRECIOUS: Makefile
271Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
272	@case '$?' in \
273	  *config.status*) \
274	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
275	  *) \
276	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
277	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
278	esac;
279
280$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
281	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
282
283$(top_srcdir)/configure:  $(am__configure_deps)
284	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
285$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
286	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
287$(am__aclocal_m4_deps):
288
289mostlyclean-libtool:
290	-rm -f *.lo
291
292clean-libtool:
293	-rm -rf .libs _libs
294
295# This directory's subdirectories are mostly independent; you can cd
296# into them and run `make' without going through this Makefile.
297# To change the values of `make' variables: instead of editing Makefiles,
298# (1) if the variable is set in `config.status', edit `config.status'
299#     (which will cause the Makefiles to be regenerated when you run `make');
300# (2) otherwise, pass the desired values on the `make' command line.
301$(RECURSIVE_TARGETS):
302	@fail= failcom='exit 1'; \
303	for f in x $$MAKEFLAGS; do \
304	  case $$f in \
305	    *=* | --[!k]*);; \
306	    *k*) failcom='fail=yes';; \
307	  esac; \
308	done; \
309	dot_seen=no; \
310	target=`echo $@ | sed s/-recursive//`; \
311	list='$(SUBDIRS)'; for subdir in $$list; do \
312	  echo "Making $$target in $$subdir"; \
313	  if test "$$subdir" = "."; then \
314	    dot_seen=yes; \
315	    local_target="$$target-am"; \
316	  else \
317	    local_target="$$target"; \
318	  fi; \
319	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
320	  || eval $$failcom; \
321	done; \
322	if test "$$dot_seen" = "no"; then \
323	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
324	fi; test -z "$$fail"
325
326$(RECURSIVE_CLEAN_TARGETS):
327	@fail= failcom='exit 1'; \
328	for f in x $$MAKEFLAGS; do \
329	  case $$f in \
330	    *=* | --[!k]*);; \
331	    *k*) failcom='fail=yes';; \
332	  esac; \
333	done; \
334	dot_seen=no; \
335	case "$@" in \
336	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
337	  *) list='$(SUBDIRS)' ;; \
338	esac; \
339	rev=''; for subdir in $$list; do \
340	  if test "$$subdir" = "."; then :; else \
341	    rev="$$subdir $$rev"; \
342	  fi; \
343	done; \
344	rev="$$rev ."; \
345	target=`echo $@ | sed s/-recursive//`; \
346	for subdir in $$rev; do \
347	  echo "Making $$target in $$subdir"; \
348	  if test "$$subdir" = "."; then \
349	    local_target="$$target-am"; \
350	  else \
351	    local_target="$$target"; \
352	  fi; \
353	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
354	  || eval $$failcom; \
355	done && test -z "$$fail"
356tags-recursive:
357	list='$(SUBDIRS)'; for subdir in $$list; do \
358	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
359	done
360ctags-recursive:
361	list='$(SUBDIRS)'; for subdir in $$list; do \
362	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
363	done
364
365ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
366	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
367	unique=`for i in $$list; do \
368	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
369	  done | \
370	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
371	      END { if (nonempty) { for (i in files) print i; }; }'`; \
372	mkid -fID $$unique
373tags: TAGS
374
375TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
376		$(TAGS_FILES) $(LISP)
377	set x; \
378	here=`pwd`; \
379	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
380	  include_option=--etags-include; \
381	  empty_fix=.; \
382	else \
383	  include_option=--include; \
384	  empty_fix=; \
385	fi; \
386	list='$(SUBDIRS)'; for subdir in $$list; do \
387	  if test "$$subdir" = .; then :; else \
388	    test ! -f $$subdir/TAGS || \
389	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
390	  fi; \
391	done; \
392	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
393	unique=`for i in $$list; do \
394	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
395	  done | \
396	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
397	      END { if (nonempty) { for (i in files) print i; }; }'`; \
398	shift; \
399	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
400	  test -n "$$unique" || unique=$$empty_fix; \
401	  if test $$# -gt 0; then \
402	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
403	      "$$@" $$unique; \
404	  else \
405	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
406	      $$unique; \
407	  fi; \
408	fi
409ctags: CTAGS
410CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
411		$(TAGS_FILES) $(LISP)
412	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
413	unique=`for i in $$list; do \
414	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
415	  done | \
416	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
417	      END { if (nonempty) { for (i in files) print i; }; }'`; \
418	test -z "$(CTAGS_ARGS)$$unique" \
419	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
420	     $$unique
421
422GTAGS:
423	here=`$(am__cd) $(top_builddir) && pwd` \
424	  && $(am__cd) $(top_srcdir) \
425	  && gtags -i $(GTAGS_ARGS) "$$here"
426
427distclean-tags:
428	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
429
430distdir: $(DISTFILES)
431	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
432	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
433	list='$(DISTFILES)'; \
434	  dist_files=`for file in $$list; do echo $$file; done | \
435	  sed -e "s|^$$srcdirstrip/||;t" \
436	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
437	case $$dist_files in \
438	  */*) $(MKDIR_P) `echo "$$dist_files" | \
439			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
440			   sort -u` ;; \
441	esac; \
442	for file in $$dist_files; do \
443	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
444	  if test -d $$d/$$file; then \
445	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
446	    if test -d "$(distdir)/$$file"; then \
447	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
448	    fi; \
449	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
450	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
451	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
452	    fi; \
453	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
454	  else \
455	    test -f "$(distdir)/$$file" \
456	    || cp -p $$d/$$file "$(distdir)/$$file" \
457	    || exit 1; \
458	  fi; \
459	done
460	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
461	  if test "$$subdir" = .; then :; else \
462	    test -d "$(distdir)/$$subdir" \
463	    || $(MKDIR_P) "$(distdir)/$$subdir" \
464	    || exit 1; \
465	  fi; \
466	done
467	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
468	  if test "$$subdir" = .; then :; else \
469	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
470	    $(am__relativize); \
471	    new_distdir=$$reldir; \
472	    dir1=$$subdir; dir2="$(top_distdir)"; \
473	    $(am__relativize); \
474	    new_top_distdir=$$reldir; \
475	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
476	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
477	    ($(am__cd) $$subdir && \
478	      $(MAKE) $(AM_MAKEFLAGS) \
479	        top_distdir="$$new_top_distdir" \
480	        distdir="$$new_distdir" \
481		am__remove_distdir=: \
482		am__skip_length_check=: \
483		am__skip_mode_fix=: \
484	        distdir) \
485	      || exit 1; \
486	  fi; \
487	done
488check-am: all-am
489check: check-recursive
490all-am: Makefile
491installdirs: installdirs-recursive
492installdirs-am:
493install: install-recursive
494install-exec: install-exec-recursive
495install-data: install-data-recursive
496uninstall: uninstall-recursive
497
498install-am: all-am
499	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
500
501installcheck: installcheck-recursive
502install-strip:
503	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
504	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
505	  `test -z '$(STRIP)' || \
506	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
507mostlyclean-generic:
508
509clean-generic:
510
511distclean-generic:
512	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
513	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
514
515maintainer-clean-generic:
516	@echo "This command is intended for maintainers to use"
517	@echo "it deletes files that may require special tools to rebuild."
518clean: clean-recursive
519
520clean-am: clean-generic clean-libtool mostlyclean-am
521
522distclean: distclean-recursive
523	-rm -f Makefile
524distclean-am: clean-am distclean-generic distclean-tags
525
526dvi: dvi-recursive
527
528dvi-am:
529
530html: html-recursive
531
532html-am:
533
534info: info-recursive
535
536info-am:
537
538install-data-am:
539
540install-dvi: install-dvi-recursive
541
542install-dvi-am:
543
544install-exec-am:
545
546install-html: install-html-recursive
547
548install-html-am:
549
550install-info: install-info-recursive
551
552install-info-am:
553
554install-man:
555
556install-pdf: install-pdf-recursive
557
558install-pdf-am:
559
560install-ps: install-ps-recursive
561
562install-ps-am:
563
564installcheck-am:
565
566maintainer-clean: maintainer-clean-recursive
567	-rm -f Makefile
568maintainer-clean-am: distclean-am maintainer-clean-generic
569
570mostlyclean: mostlyclean-recursive
571
572mostlyclean-am: mostlyclean-generic mostlyclean-libtool
573
574pdf: pdf-recursive
575
576pdf-am:
577
578ps: ps-recursive
579
580ps-am:
581
582uninstall-am:
583
584.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
585	install-am install-strip tags-recursive
586
587.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
588	all all-am check check-am clean clean-generic clean-libtool \
589	ctags ctags-recursive distclean distclean-generic \
590	distclean-libtool distclean-tags distdir dvi dvi-am html \
591	html-am info info-am install install-am install-data \
592	install-data-am install-dvi install-dvi-am install-exec \
593	install-exec-am install-html install-html-am install-info \
594	install-info-am install-man install-pdf install-pdf-am \
595	install-ps install-ps-am install-strip installcheck \
596	installcheck-am installdirs installdirs-am maintainer-clean \
597	maintainer-clean-generic mostlyclean mostlyclean-generic \
598	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
599	uninstall uninstall-am
600
601
602# Tell versions [3.59,3.63) of GNU make to not export all variables.
603# Otherwise a system limit (for SysV at least) may be exceeded.
604.NOEXPORT:
605