Makefile.in revision 294192
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# $Id: Makefile.am 648 2013-03-05 17:54:27Z des $
18VPATH = @srcdir@
19am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
20am__make_running_with_option = \
21  case $${target_option-} in \
22      ?) ;; \
23      *) echo "am__make_running_with_option: internal error: invalid" \
24              "target option '$${target_option-}' specified" >&2; \
25         exit 1;; \
26  esac; \
27  has_opt=no; \
28  sane_makeflags=$$MAKEFLAGS; \
29  if $(am__is_gnu_make); then \
30    sane_makeflags=$$MFLAGS; \
31  else \
32    case $$MAKEFLAGS in \
33      *\\[\ \	]*) \
34        bs=\\; \
35        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
36          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
37    esac; \
38  fi; \
39  skip_next=no; \
40  strip_trailopt () \
41  { \
42    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
43  }; \
44  for flg in $$sane_makeflags; do \
45    test $$skip_next = yes && { skip_next=no; continue; }; \
46    case $$flg in \
47      *=*|--*) continue;; \
48        -*I) strip_trailopt 'I'; skip_next=yes;; \
49      -*I?*) strip_trailopt 'I';; \
50        -*O) strip_trailopt 'O'; skip_next=yes;; \
51      -*O?*) strip_trailopt 'O';; \
52        -*l) strip_trailopt 'l'; skip_next=yes;; \
53      -*l?*) strip_trailopt 'l';; \
54      -[dEDm]) skip_next=yes;; \
55      -[JT]) skip_next=yes;; \
56    esac; \
57    case $$flg in \
58      *$$target_option*) has_opt=yes; break;; \
59    esac; \
60  done; \
61  test $$has_opt = yes
62am__make_dryrun = (target_option=n; $(am__make_running_with_option))
63am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
64pkgdatadir = $(datadir)/@PACKAGE@
65pkgincludedir = $(includedir)/@PACKAGE@
66pkglibdir = $(libdir)/@PACKAGE@
67pkglibexecdir = $(libexecdir)/@PACKAGE@
68am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
69install_sh_DATA = $(install_sh) -c -m 644
70install_sh_PROGRAM = $(install_sh) -c
71install_sh_SCRIPT = $(install_sh) -c
72INSTALL_HEADER = $(INSTALL_DATA)
73transform = $(program_transform_name)
74NORMAL_INSTALL = :
75PRE_INSTALL = :
76POST_INSTALL = :
77NORMAL_UNINSTALL = :
78PRE_UNINSTALL = :
79POST_UNINSTALL = :
80build_triplet = @build@
81host_triplet = @host@
82subdir = doc
83DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
84ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
85am__aclocal_m4_deps = $(top_srcdir)/configure.ac
86am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
87	$(ACLOCAL_M4)
88mkinstalldirs = $(install_sh) -d
89CONFIG_HEADER = $(top_builddir)/config.h
90CONFIG_CLEAN_FILES =
91CONFIG_CLEAN_VPATH_FILES =
92AM_V_P = $(am__v_P_@AM_V@)
93am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
94am__v_P_0 = false
95am__v_P_1 = :
96AM_V_GEN = $(am__v_GEN_@AM_V@)
97am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
98am__v_GEN_0 = @echo "  GEN     " $@;
99am__v_GEN_1 = 
100AM_V_at = $(am__v_at_@AM_V@)
101am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
102am__v_at_0 = @
103am__v_at_1 = 
104SOURCES =
105DIST_SOURCES =
106RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
107	ctags-recursive dvi-recursive html-recursive info-recursive \
108	install-data-recursive install-dvi-recursive \
109	install-exec-recursive install-html-recursive \
110	install-info-recursive install-pdf-recursive \
111	install-ps-recursive install-recursive installcheck-recursive \
112	installdirs-recursive pdf-recursive ps-recursive \
113	tags-recursive uninstall-recursive
114am__can_run_installinfo = \
115  case $$AM_UPDATE_INFO_DIR in \
116    n|no|NO) false;; \
117    *) (install-info --version) >/dev/null 2>&1;; \
118  esac
119RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
120  distclean-recursive maintainer-clean-recursive
121am__recursive_targets = \
122  $(RECURSIVE_TARGETS) \
123  $(RECURSIVE_CLEAN_TARGETS) \
124  $(am__extra_recursive_targets)
125AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
126	distdir
127am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
128# Read a list of newline-separated strings from the standard input,
129# and print each of them once, without duplicates.  Input order is
130# *not* preserved.
131am__uniquify_input = $(AWK) '\
132  BEGIN { nonempty = 0; } \
133  { items[$$0] = 1; nonempty = 1; } \
134  END { if (nonempty) { for (i in items) print i; }; } \
135'
136# Make sure the list of sources is unique.  This is necessary because,
137# e.g., the same source file might be shared among _SOURCES variables
138# for different programs/libraries.
139am__define_uniq_tagged_files = \
140  list='$(am__tagged_files)'; \
141  unique=`for i in $$list; do \
142    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
143  done | $(am__uniquify_input)`
144ETAGS = etags
145CTAGS = ctags
146DIST_SUBDIRS = $(SUBDIRS)
147DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
148am__relativize = \
149  dir0=`pwd`; \
150  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
151  sed_rest='s,^[^/]*/*,,'; \
152  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
153  sed_butlast='s,/*[^/]*$$,,'; \
154  while test -n "$$dir1"; do \
155    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
156    if test "$$first" != "."; then \
157      if test "$$first" = ".."; then \
158        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
159        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
160      else \
161        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
162        if test "$$first2" = "$$first"; then \
163          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
164        else \
165          dir2="../$$dir2"; \
166        fi; \
167        dir0="$$dir0"/"$$first"; \
168      fi; \
169    fi; \
170    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
171  done; \
172  reldir="$$dir2"
173ACLOCAL = @ACLOCAL@
174AMTAR = @AMTAR@
175AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
176AR = @AR@
177AUTOCONF = @AUTOCONF@
178AUTOHEADER = @AUTOHEADER@
179AUTOMAKE = @AUTOMAKE@
180AWK = @AWK@
181CC = @CC@
182CCDEPMODE = @CCDEPMODE@
183CFLAGS = @CFLAGS@
184CPP = @CPP@
185CPPFLAGS = @CPPFLAGS@
186CRYPTO_LIBS = @CRYPTO_LIBS@
187CRYPT_LIBS = @CRYPT_LIBS@
188CYGPATH_W = @CYGPATH_W@
189DEFS = @DEFS@
190DEPDIR = @DEPDIR@
191DLLTOOL = @DLLTOOL@
192DL_LIBS = @DL_LIBS@
193DSYMUTIL = @DSYMUTIL@
194DUMPBIN = @DUMPBIN@
195ECHO_C = @ECHO_C@
196ECHO_N = @ECHO_N@
197ECHO_T = @ECHO_T@
198EGREP = @EGREP@
199EXEEXT = @EXEEXT@
200FGREP = @FGREP@
201GREP = @GREP@
202INSTALL = @INSTALL@
203INSTALL_DATA = @INSTALL_DATA@
204INSTALL_PROGRAM = @INSTALL_PROGRAM@
205INSTALL_SCRIPT = @INSTALL_SCRIPT@
206INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
207LD = @LD@
208LDFLAGS = @LDFLAGS@
209LIBOBJS = @LIBOBJS@
210LIBS = @LIBS@
211LIBTOOL = @LIBTOOL@
212LIB_MAJ = @LIB_MAJ@
213LIPO = @LIPO@
214LN_S = @LN_S@
215LTLIBOBJS = @LTLIBOBJS@
216MAKEINFO = @MAKEINFO@
217MANIFEST_TOOL = @MANIFEST_TOOL@
218MKDIR_P = @MKDIR_P@
219NM = @NM@
220NMEDIT = @NMEDIT@
221OBJDUMP = @OBJDUMP@
222OBJEXT = @OBJEXT@
223OPENPAM_MODULES_DIR = @OPENPAM_MODULES_DIR@
224OTOOL = @OTOOL@
225OTOOL64 = @OTOOL64@
226PACKAGE = @PACKAGE@
227PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
228PACKAGE_NAME = @PACKAGE_NAME@
229PACKAGE_STRING = @PACKAGE_STRING@
230PACKAGE_TARNAME = @PACKAGE_TARNAME@
231PACKAGE_URL = @PACKAGE_URL@
232PACKAGE_VERSION = @PACKAGE_VERSION@
233PATH_SEPARATOR = @PATH_SEPARATOR@
234RANLIB = @RANLIB@
235SED = @SED@
236SET_MAKE = @SET_MAKE@
237SHELL = @SHELL@
238STRIP = @STRIP@
239VERSION = @VERSION@
240abs_builddir = @abs_builddir@
241abs_srcdir = @abs_srcdir@
242abs_top_builddir = @abs_top_builddir@
243abs_top_srcdir = @abs_top_srcdir@
244ac_ct_AR = @ac_ct_AR@
245ac_ct_CC = @ac_ct_CC@
246ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
247am__include = @am__include@
248am__leading_dot = @am__leading_dot@
249am__quote = @am__quote@
250am__tar = @am__tar@
251am__untar = @am__untar@
252bindir = @bindir@
253build = @build@
254build_alias = @build_alias@
255build_cpu = @build_cpu@
256build_os = @build_os@
257build_vendor = @build_vendor@
258builddir = @builddir@
259datadir = @datadir@
260datarootdir = @datarootdir@
261docdir = @docdir@
262dvidir = @dvidir@
263exec_prefix = @exec_prefix@
264host = @host@
265host_alias = @host_alias@
266host_cpu = @host_cpu@
267host_os = @host_os@
268host_vendor = @host_vendor@
269htmldir = @htmldir@
270includedir = @includedir@
271infodir = @infodir@
272install_sh = @install_sh@
273libdir = @libdir@
274libexecdir = @libexecdir@
275localedir = @localedir@
276localstatedir = @localstatedir@
277mandir = @mandir@
278mkdir_p = @mkdir_p@
279oldincludedir = @oldincludedir@
280pdfdir = @pdfdir@
281prefix = @prefix@
282program_transform_name = @program_transform_name@
283psdir = @psdir@
284sbindir = @sbindir@
285sharedstatedir = @sharedstatedir@
286srcdir = @srcdir@
287sysconfdir = @sysconfdir@
288target_alias = @target_alias@
289top_build_prefix = @top_build_prefix@
290top_builddir = @top_builddir@
291top_srcdir = @top_srcdir@
292SUBDIRS = man
293all: all-recursive
294
295.SUFFIXES:
296$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
297	@for dep in $?; do \
298	  case '$(am__configure_deps)' in \
299	    *$$dep*) \
300	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
301	        && { if test -f $@; then exit 0; else break; fi; }; \
302	      exit 1;; \
303	  esac; \
304	done; \
305	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \
306	$(am__cd) $(top_srcdir) && \
307	  $(AUTOMAKE) --foreign doc/Makefile
308.PRECIOUS: Makefile
309Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
310	@case '$?' in \
311	  *config.status*) \
312	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
313	  *) \
314	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
315	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
316	esac;
317
318$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
319	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
320
321$(top_srcdir)/configure:  $(am__configure_deps)
322	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
323$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
324	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
325$(am__aclocal_m4_deps):
326
327mostlyclean-libtool:
328	-rm -f *.lo
329
330clean-libtool:
331	-rm -rf .libs _libs
332
333# This directory's subdirectories are mostly independent; you can cd
334# into them and run 'make' without going through this Makefile.
335# To change the values of 'make' variables: instead of editing Makefiles,
336# (1) if the variable is set in 'config.status', edit 'config.status'
337#     (which will cause the Makefiles to be regenerated when you run 'make');
338# (2) otherwise, pass the desired values on the 'make' command line.
339$(am__recursive_targets):
340	@fail=; \
341	if $(am__make_keepgoing); then \
342	  failcom='fail=yes'; \
343	else \
344	  failcom='exit 1'; \
345	fi; \
346	dot_seen=no; \
347	target=`echo $@ | sed s/-recursive//`; \
348	case "$@" in \
349	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
350	  *) list='$(SUBDIRS)' ;; \
351	esac; \
352	for subdir in $$list; do \
353	  echo "Making $$target in $$subdir"; \
354	  if test "$$subdir" = "."; then \
355	    dot_seen=yes; \
356	    local_target="$$target-am"; \
357	  else \
358	    local_target="$$target"; \
359	  fi; \
360	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
361	  || eval $$failcom; \
362	done; \
363	if test "$$dot_seen" = "no"; then \
364	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
365	fi; test -z "$$fail"
366
367ID: $(am__tagged_files)
368	$(am__define_uniq_tagged_files); mkid -fID $$unique
369tags: tags-recursive
370TAGS: tags
371
372tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
373	set x; \
374	here=`pwd`; \
375	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
376	  include_option=--etags-include; \
377	  empty_fix=.; \
378	else \
379	  include_option=--include; \
380	  empty_fix=; \
381	fi; \
382	list='$(SUBDIRS)'; for subdir in $$list; do \
383	  if test "$$subdir" = .; then :; else \
384	    test ! -f $$subdir/TAGS || \
385	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
386	  fi; \
387	done; \
388	$(am__define_uniq_tagged_files); \
389	shift; \
390	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
391	  test -n "$$unique" || unique=$$empty_fix; \
392	  if test $$# -gt 0; then \
393	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
394	      "$$@" $$unique; \
395	  else \
396	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
397	      $$unique; \
398	  fi; \
399	fi
400ctags: ctags-recursive
401
402CTAGS: ctags
403ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
404	$(am__define_uniq_tagged_files); \
405	test -z "$(CTAGS_ARGS)$$unique" \
406	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
407	     $$unique
408
409GTAGS:
410	here=`$(am__cd) $(top_builddir) && pwd` \
411	  && $(am__cd) $(top_srcdir) \
412	  && gtags -i $(GTAGS_ARGS) "$$here"
413cscopelist: cscopelist-recursive
414
415cscopelist-am: $(am__tagged_files)
416	list='$(am__tagged_files)'; \
417	case "$(srcdir)" in \
418	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
419	  *) sdir=$(subdir)/$(srcdir) ;; \
420	esac; \
421	for i in $$list; do \
422	  if test -f "$$i"; then \
423	    echo "$(subdir)/$$i"; \
424	  else \
425	    echo "$$sdir/$$i"; \
426	  fi; \
427	done >> $(top_builddir)/cscope.files
428
429distclean-tags:
430	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
431
432distdir: $(DISTFILES)
433	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
434	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
435	list='$(DISTFILES)'; \
436	  dist_files=`for file in $$list; do echo $$file; done | \
437	  sed -e "s|^$$srcdirstrip/||;t" \
438	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
439	case $$dist_files in \
440	  */*) $(MKDIR_P) `echo "$$dist_files" | \
441			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
442			   sort -u` ;; \
443	esac; \
444	for file in $$dist_files; do \
445	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
446	  if test -d $$d/$$file; then \
447	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
448	    if test -d "$(distdir)/$$file"; then \
449	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
450	    fi; \
451	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
452	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
453	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
454	    fi; \
455	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
456	  else \
457	    test -f "$(distdir)/$$file" \
458	    || cp -p $$d/$$file "$(distdir)/$$file" \
459	    || exit 1; \
460	  fi; \
461	done
462	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
463	  if test "$$subdir" = .; then :; else \
464	    $(am__make_dryrun) \
465	      || test -d "$(distdir)/$$subdir" \
466	      || $(MKDIR_P) "$(distdir)/$$subdir" \
467	      || exit 1; \
468	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
469	    $(am__relativize); \
470	    new_distdir=$$reldir; \
471	    dir1=$$subdir; dir2="$(top_distdir)"; \
472	    $(am__relativize); \
473	    new_top_distdir=$$reldir; \
474	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
475	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
476	    ($(am__cd) $$subdir && \
477	      $(MAKE) $(AM_MAKEFLAGS) \
478	        top_distdir="$$new_top_distdir" \
479	        distdir="$$new_distdir" \
480		am__remove_distdir=: \
481		am__skip_length_check=: \
482		am__skip_mode_fix=: \
483	        distdir) \
484	      || exit 1; \
485	  fi; \
486	done
487check-am: all-am
488check: check-recursive
489all-am: Makefile
490installdirs: installdirs-recursive
491installdirs-am:
492install: install-recursive
493install-exec: install-exec-recursive
494install-data: install-data-recursive
495uninstall: uninstall-recursive
496
497install-am: all-am
498	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
499
500installcheck: installcheck-recursive
501install-strip:
502	if test -z '$(STRIP)'; then \
503	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
504	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
505	      install; \
506	else \
507	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
508	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
509	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
510	fi
511mostlyclean-generic:
512
513clean-generic:
514
515distclean-generic:
516	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
517	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
518
519maintainer-clean-generic:
520	@echo "This command is intended for maintainers to use"
521	@echo "it deletes files that may require special tools to rebuild."
522clean: clean-recursive
523
524clean-am: clean-generic clean-libtool mostlyclean-am
525
526distclean: distclean-recursive
527	-rm -f Makefile
528distclean-am: clean-am distclean-generic distclean-tags
529
530dvi: dvi-recursive
531
532dvi-am:
533
534html: html-recursive
535
536html-am:
537
538info: info-recursive
539
540info-am:
541
542install-data-am:
543
544install-dvi: install-dvi-recursive
545
546install-dvi-am:
547
548install-exec-am:
549
550install-html: install-html-recursive
551
552install-html-am:
553
554install-info: install-info-recursive
555
556install-info-am:
557
558install-man:
559
560install-pdf: install-pdf-recursive
561
562install-pdf-am:
563
564install-ps: install-ps-recursive
565
566install-ps-am:
567
568installcheck-am:
569
570maintainer-clean: maintainer-clean-recursive
571	-rm -f Makefile
572maintainer-clean-am: distclean-am maintainer-clean-generic
573
574mostlyclean: mostlyclean-recursive
575
576mostlyclean-am: mostlyclean-generic mostlyclean-libtool
577
578pdf: pdf-recursive
579
580pdf-am:
581
582ps: ps-recursive
583
584ps-am:
585
586uninstall-am:
587
588.MAKE: $(am__recursive_targets) install-am install-strip
589
590.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
591	check-am clean clean-generic clean-libtool cscopelist-am ctags \
592	ctags-am distclean distclean-generic distclean-libtool \
593	distclean-tags distdir dvi dvi-am html html-am info info-am \
594	install install-am install-data install-data-am install-dvi \
595	install-dvi-am install-exec install-exec-am install-html \
596	install-html-am install-info install-info-am install-man \
597	install-pdf install-pdf-am install-ps install-ps-am \
598	install-strip installcheck installcheck-am installdirs \
599	installdirs-am maintainer-clean maintainer-clean-generic \
600	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
601	ps ps-am tags tags-am uninstall uninstall-am
602
603
604# Tell versions [3.59,3.63) of GNU make to not export all variables.
605# Otherwise a system limit (for SysV at least) may be exceeded.
606.NOEXPORT:
607