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