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