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 623 2013-02-25 07:24:51Z 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_DOC_TRUE@am__append_1 = doc
83subdir = .
84DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
85	$(top_srcdir)/configure $(am__configure_deps) \
86	$(srcdir)/config.h.in $(srcdir)/pamgdb.in $(srcdir)/mkpkgng.in \
87	INSTALL README TODO compile config.guess config.sub depcomp \
88	install-sh missing ltmain.sh
89ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
90am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
91	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
92	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
93	$(top_srcdir)/configure.ac
94am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
95	$(ACLOCAL_M4)
96am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
97 configure.lineno config.status.lineno
98mkinstalldirs = $(install_sh) -d
99CONFIG_HEADER = config.h
100CONFIG_CLEAN_FILES = pamgdb mkpkgng
101CONFIG_CLEAN_VPATH_FILES =
102AM_V_P = $(am__v_P_@AM_V@)
103am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
104am__v_P_0 = false
105am__v_P_1 = :
106AM_V_GEN = $(am__v_GEN_@AM_V@)
107am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
108am__v_GEN_0 = @echo "  GEN     " $@;
109am__v_GEN_1 = 
110AM_V_at = $(am__v_at_@AM_V@)
111am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
112am__v_at_0 = @
113am__v_at_1 = 
114SOURCES =
115DIST_SOURCES =
116RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
117	ctags-recursive dvi-recursive html-recursive info-recursive \
118	install-data-recursive install-dvi-recursive \
119	install-exec-recursive install-html-recursive \
120	install-info-recursive install-pdf-recursive \
121	install-ps-recursive install-recursive installcheck-recursive \
122	installdirs-recursive pdf-recursive ps-recursive \
123	tags-recursive uninstall-recursive
124am__can_run_installinfo = \
125  case $$AM_UPDATE_INFO_DIR in \
126    n|no|NO) false;; \
127    *) (install-info --version) >/dev/null 2>&1;; \
128  esac
129RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
130  distclean-recursive maintainer-clean-recursive
131am__recursive_targets = \
132  $(RECURSIVE_TARGETS) \
133  $(RECURSIVE_CLEAN_TARGETS) \
134  $(am__extra_recursive_targets)
135AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
136	cscope distdir dist dist-all distcheck
137am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
138	$(LISP)config.h.in
139# Read a list of newline-separated strings from the standard input,
140# and print each of them once, without duplicates.  Input order is
141# *not* preserved.
142am__uniquify_input = $(AWK) '\
143  BEGIN { nonempty = 0; } \
144  { items[$$0] = 1; nonempty = 1; } \
145  END { if (nonempty) { for (i in items) print i; }; } \
146'
147# Make sure the list of sources is unique.  This is necessary because,
148# e.g., the same source file might be shared among _SOURCES variables
149# for different programs/libraries.
150am__define_uniq_tagged_files = \
151  list='$(am__tagged_files)'; \
152  unique=`for i in $$list; do \
153    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
154  done | $(am__uniquify_input)`
155ETAGS = etags
156CTAGS = ctags
157CSCOPE = cscope
158DIST_SUBDIRS = lib bin modules include doc t
159DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
160distdir = $(PACKAGE)-$(VERSION)
161top_distdir = $(distdir)
162am__remove_distdir = \
163  if test -d "$(distdir)"; then \
164    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
165      && rm -rf "$(distdir)" \
166      || { sleep 5 && rm -rf "$(distdir)"; }; \
167  else :; fi
168am__post_remove_distdir = $(am__remove_distdir)
169am__relativize = \
170  dir0=`pwd`; \
171  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
172  sed_rest='s,^[^/]*/*,,'; \
173  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
174  sed_butlast='s,/*[^/]*$$,,'; \
175  while test -n "$$dir1"; do \
176    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
177    if test "$$first" != "."; then \
178      if test "$$first" = ".."; then \
179        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
180        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
181      else \
182        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
183        if test "$$first2" = "$$first"; then \
184          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
185        else \
186          dir2="../$$dir2"; \
187        fi; \
188        dir0="$$dir0"/"$$first"; \
189      fi; \
190    fi; \
191    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
192  done; \
193  reldir="$$dir2"
194DIST_ARCHIVES = $(distdir).tar.gz
195GZIP_ENV = --best
196DIST_TARGETS = dist-gzip
197distuninstallcheck_listfiles = find . -type f -print
198am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
199  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
200distcleancheck_listfiles = find . -type f -print
201ACLOCAL = @ACLOCAL@
202AMTAR = @AMTAR@
203AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
204AR = @AR@
205AUTOCONF = @AUTOCONF@
206AUTOHEADER = @AUTOHEADER@
207AUTOMAKE = @AUTOMAKE@
208AWK = @AWK@
209CC = @CC@
210CCDEPMODE = @CCDEPMODE@
211CFLAGS = @CFLAGS@
212CPP = @CPP@
213CPPFLAGS = @CPPFLAGS@
214CRYPTO_LIBS = @CRYPTO_LIBS@
215CRYPT_LIBS = @CRYPT_LIBS@
216CYGPATH_W = @CYGPATH_W@
217DEFS = @DEFS@
218DEPDIR = @DEPDIR@
219DLLTOOL = @DLLTOOL@
220DL_LIBS = @DL_LIBS@
221DSYMUTIL = @DSYMUTIL@
222DUMPBIN = @DUMPBIN@
223ECHO_C = @ECHO_C@
224ECHO_N = @ECHO_N@
225ECHO_T = @ECHO_T@
226EGREP = @EGREP@
227EXEEXT = @EXEEXT@
228FGREP = @FGREP@
229GREP = @GREP@
230INSTALL = @INSTALL@
231INSTALL_DATA = @INSTALL_DATA@
232INSTALL_PROGRAM = @INSTALL_PROGRAM@
233INSTALL_SCRIPT = @INSTALL_SCRIPT@
234INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
235LD = @LD@
236LDFLAGS = @LDFLAGS@
237LIBOBJS = @LIBOBJS@
238LIBS = @LIBS@
239LIBTOOL = @LIBTOOL@
240LIB_MAJ = @LIB_MAJ@
241LIPO = @LIPO@
242LN_S = @LN_S@
243LTLIBOBJS = @LTLIBOBJS@
244MAINT = @MAINT@
245MAKEINFO = @MAKEINFO@
246MANIFEST_TOOL = @MANIFEST_TOOL@
247MKDIR_P = @MKDIR_P@
248NM = @NM@
249NMEDIT = @NMEDIT@
250OBJDUMP = @OBJDUMP@
251OBJEXT = @OBJEXT@
252OPENPAM_MODULES_DIR = @OPENPAM_MODULES_DIR@
253OTOOL = @OTOOL@
254OTOOL64 = @OTOOL64@
255PACKAGE = @PACKAGE@
256PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
257PACKAGE_NAME = @PACKAGE_NAME@
258PACKAGE_STRING = @PACKAGE_STRING@
259PACKAGE_TARNAME = @PACKAGE_TARNAME@
260PACKAGE_URL = @PACKAGE_URL@
261PACKAGE_VERSION = @PACKAGE_VERSION@
262PATH_SEPARATOR = @PATH_SEPARATOR@
263RANLIB = @RANLIB@
264SED = @SED@
265SET_MAKE = @SET_MAKE@
266SHELL = @SHELL@
267STRIP = @STRIP@
268VERSION = @VERSION@
269abs_builddir = @abs_builddir@
270abs_srcdir = @abs_srcdir@
271abs_top_builddir = @abs_top_builddir@
272abs_top_srcdir = @abs_top_srcdir@
273ac_ct_AR = @ac_ct_AR@
274ac_ct_CC = @ac_ct_CC@
275ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
276am__include = @am__include@
277am__leading_dot = @am__leading_dot@
278am__quote = @am__quote@
279am__tar = @am__tar@
280am__untar = @am__untar@
281bindir = @bindir@
282build = @build@
283build_alias = @build_alias@
284build_cpu = @build_cpu@
285build_os = @build_os@
286build_vendor = @build_vendor@
287builddir = @builddir@
288datadir = @datadir@
289datarootdir = @datarootdir@
290docdir = @docdir@
291dvidir = @dvidir@
292exec_prefix = @exec_prefix@
293host = @host@
294host_alias = @host_alias@
295host_cpu = @host_cpu@
296host_os = @host_os@
297host_vendor = @host_vendor@
298htmldir = @htmldir@
299includedir = @includedir@
300infodir = @infodir@
301install_sh = @install_sh@
302libdir = @libdir@
303libexecdir = @libexecdir@
304localedir = @localedir@
305localstatedir = @localstatedir@
306mandir = @mandir@
307mkdir_p = @mkdir_p@
308oldincludedir = @oldincludedir@
309pdfdir = @pdfdir@
310prefix = @prefix@
311program_transform_name = @program_transform_name@
312psdir = @psdir@
313sbindir = @sbindir@
314sharedstatedir = @sharedstatedir@
315srcdir = @srcdir@
316sysconfdir = @sysconfdir@
317target_alias = @target_alias@
318top_build_prefix = @top_build_prefix@
319top_builddir = @top_builddir@
320top_srcdir = @top_srcdir@
321ACLOCAL_AMFLAGS = -I m4
322SUBDIRS = lib bin modules include $(am__append_1) t
323EXTRA_DIST = \
324	CREDITS \
325	HISTORY \
326	INSTALL \
327	LICENSE \
328	README \
329	RELNOTES \
330	autogen.sh \
331	misc/gendoc.pl
332
333all: config.h
334	$(MAKE) $(AM_MAKEFLAGS) all-recursive
335
336.SUFFIXES:
337am--refresh: Makefile
338	@:
339$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
340	@for dep in $?; do \
341	  case '$(am__configure_deps)' in \
342	    *$$dep*) \
343	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
344	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
345		&& exit 0; \
346	      exit 1;; \
347	  esac; \
348	done; \
349	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
350	$(am__cd) $(top_srcdir) && \
351	  $(AUTOMAKE) --foreign Makefile
352.PRECIOUS: Makefile
353Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
354	@case '$?' in \
355	  *config.status*) \
356	    echo ' $(SHELL) ./config.status'; \
357	    $(SHELL) ./config.status;; \
358	  *) \
359	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
360	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
361	esac;
362
363$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
364	$(SHELL) ./config.status --recheck
365
366$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
367	$(am__cd) $(srcdir) && $(AUTOCONF)
368$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
369	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
370$(am__aclocal_m4_deps):
371
372config.h: stamp-h1
373	@test -f $@ || rm -f stamp-h1
374	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
375
376stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
377	@rm -f stamp-h1
378	cd $(top_builddir) && $(SHELL) ./config.status config.h
379$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
380	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
381	rm -f stamp-h1
382	touch $@
383
384distclean-hdr:
385	-rm -f config.h stamp-h1
386pamgdb: $(top_builddir)/config.status $(srcdir)/pamgdb.in
387	cd $(top_builddir) && $(SHELL) ./config.status $@
388mkpkgng: $(top_builddir)/config.status $(srcdir)/mkpkgng.in
389	cd $(top_builddir) && $(SHELL) ./config.status $@
390
391mostlyclean-libtool:
392	-rm -f *.lo
393
394clean-libtool:
395	-rm -rf .libs _libs
396
397distclean-libtool:
398	-rm -f libtool config.lt
399
400# This directory's subdirectories are mostly independent; you can cd
401# into them and run 'make' without going through this Makefile.
402# To change the values of 'make' variables: instead of editing Makefiles,
403# (1) if the variable is set in 'config.status', edit 'config.status'
404#     (which will cause the Makefiles to be regenerated when you run 'make');
405# (2) otherwise, pass the desired values on the 'make' command line.
406$(am__recursive_targets):
407	@fail=; \
408	if $(am__make_keepgoing); then \
409	  failcom='fail=yes'; \
410	else \
411	  failcom='exit 1'; \
412	fi; \
413	dot_seen=no; \
414	target=`echo $@ | sed s/-recursive//`; \
415	case "$@" in \
416	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
417	  *) list='$(SUBDIRS)' ;; \
418	esac; \
419	for subdir in $$list; do \
420	  echo "Making $$target in $$subdir"; \
421	  if test "$$subdir" = "."; then \
422	    dot_seen=yes; \
423	    local_target="$$target-am"; \
424	  else \
425	    local_target="$$target"; \
426	  fi; \
427	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
428	  || eval $$failcom; \
429	done; \
430	if test "$$dot_seen" = "no"; then \
431	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
432	fi; test -z "$$fail"
433
434ID: $(am__tagged_files)
435	$(am__define_uniq_tagged_files); mkid -fID $$unique
436tags: tags-recursive
437TAGS: tags
438
439tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
440	set x; \
441	here=`pwd`; \
442	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
443	  include_option=--etags-include; \
444	  empty_fix=.; \
445	else \
446	  include_option=--include; \
447	  empty_fix=; \
448	fi; \
449	list='$(SUBDIRS)'; for subdir in $$list; do \
450	  if test "$$subdir" = .; then :; else \
451	    test ! -f $$subdir/TAGS || \
452	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
453	  fi; \
454	done; \
455	$(am__define_uniq_tagged_files); \
456	shift; \
457	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
458	  test -n "$$unique" || unique=$$empty_fix; \
459	  if test $$# -gt 0; then \
460	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
461	      "$$@" $$unique; \
462	  else \
463	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
464	      $$unique; \
465	  fi; \
466	fi
467ctags: ctags-recursive
468
469CTAGS: ctags
470ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
471	$(am__define_uniq_tagged_files); \
472	test -z "$(CTAGS_ARGS)$$unique" \
473	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
474	     $$unique
475
476GTAGS:
477	here=`$(am__cd) $(top_builddir) && pwd` \
478	  && $(am__cd) $(top_srcdir) \
479	  && gtags -i $(GTAGS_ARGS) "$$here"
480cscope: cscope.files
481	test ! -s cscope.files \
482	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
483clean-cscope:
484	-rm -f cscope.files
485cscope.files: clean-cscope cscopelist
486cscopelist: cscopelist-recursive
487
488cscopelist-am: $(am__tagged_files)
489	list='$(am__tagged_files)'; \
490	case "$(srcdir)" in \
491	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
492	  *) sdir=$(subdir)/$(srcdir) ;; \
493	esac; \
494	for i in $$list; do \
495	  if test -f "$$i"; then \
496	    echo "$(subdir)/$$i"; \
497	  else \
498	    echo "$$sdir/$$i"; \
499	  fi; \
500	done >> $(top_builddir)/cscope.files
501
502distclean-tags:
503	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
504	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
505
506distdir: $(DISTFILES)
507	$(am__remove_distdir)
508	test -d "$(distdir)" || mkdir "$(distdir)"
509	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
510	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
511	list='$(DISTFILES)'; \
512	  dist_files=`for file in $$list; do echo $$file; done | \
513	  sed -e "s|^$$srcdirstrip/||;t" \
514	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
515	case $$dist_files in \
516	  */*) $(MKDIR_P) `echo "$$dist_files" | \
517			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
518			   sort -u` ;; \
519	esac; \
520	for file in $$dist_files; do \
521	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
522	  if test -d $$d/$$file; then \
523	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
524	    if test -d "$(distdir)/$$file"; then \
525	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
526	    fi; \
527	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
528	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
529	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
530	    fi; \
531	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
532	  else \
533	    test -f "$(distdir)/$$file" \
534	    || cp -p $$d/$$file "$(distdir)/$$file" \
535	    || exit 1; \
536	  fi; \
537	done
538	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
539	  if test "$$subdir" = .; then :; else \
540	    $(am__make_dryrun) \
541	      || test -d "$(distdir)/$$subdir" \
542	      || $(MKDIR_P) "$(distdir)/$$subdir" \
543	      || exit 1; \
544	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
545	    $(am__relativize); \
546	    new_distdir=$$reldir; \
547	    dir1=$$subdir; dir2="$(top_distdir)"; \
548	    $(am__relativize); \
549	    new_top_distdir=$$reldir; \
550	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
551	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
552	    ($(am__cd) $$subdir && \
553	      $(MAKE) $(AM_MAKEFLAGS) \
554	        top_distdir="$$new_top_distdir" \
555	        distdir="$$new_distdir" \
556		am__remove_distdir=: \
557		am__skip_length_check=: \
558		am__skip_mode_fix=: \
559	        distdir) \
560	      || exit 1; \
561	  fi; \
562	done
563	-test -n "$(am__skip_mode_fix)" \
564	|| find "$(distdir)" -type d ! -perm -755 \
565		-exec chmod u+rwx,go+rx {} \; -o \
566	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
567	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
568	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
569	|| chmod -R a+r "$(distdir)"
570dist-gzip: distdir
571	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
572	$(am__post_remove_distdir)
573
574dist-bzip2: distdir
575	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
576	$(am__post_remove_distdir)
577
578dist-lzip: distdir
579	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
580	$(am__post_remove_distdir)
581
582dist-xz: distdir
583	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
584	$(am__post_remove_distdir)
585
586dist-tarZ: distdir
587	@echo WARNING: "Support for shar distribution archives is" \
588	               "deprecated." >&2
589	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
590	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
591	$(am__post_remove_distdir)
592
593dist-shar: distdir
594	@echo WARNING: "Support for distribution archives compressed with" \
595		       "legacy program 'compress' is deprecated." >&2
596	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
597	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
598	$(am__post_remove_distdir)
599
600dist-zip: distdir
601	-rm -f $(distdir).zip
602	zip -rq $(distdir).zip $(distdir)
603	$(am__post_remove_distdir)
604
605dist dist-all:
606	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
607	$(am__post_remove_distdir)
608
609# This target untars the dist file and tries a VPATH configuration.  Then
610# it guarantees that the distribution is self-contained by making another
611# tarfile.
612distcheck: dist
613	case '$(DIST_ARCHIVES)' in \
614	*.tar.gz*) \
615	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
616	*.tar.bz2*) \
617	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
618	*.tar.lz*) \
619	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
620	*.tar.xz*) \
621	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
622	*.tar.Z*) \
623	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
624	*.shar.gz*) \
625	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
626	*.zip*) \
627	  unzip $(distdir).zip ;;\
628	esac
629	chmod -R a-w $(distdir)
630	chmod u+w $(distdir)
631	mkdir $(distdir)/_build $(distdir)/_inst
632	chmod a-w $(distdir)
633	test -d $(distdir)/_build || exit 0; \
634	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
635	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
636	  && am__cwd=`pwd` \
637	  && $(am__cd) $(distdir)/_build \
638	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
639	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
640	    $(DISTCHECK_CONFIGURE_FLAGS) \
641	  && $(MAKE) $(AM_MAKEFLAGS) \
642	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
643	  && $(MAKE) $(AM_MAKEFLAGS) check \
644	  && $(MAKE) $(AM_MAKEFLAGS) install \
645	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
646	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
647	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
648	        distuninstallcheck \
649	  && chmod -R a-w "$$dc_install_base" \
650	  && ({ \
651	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
652	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
653	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
654	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
655	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
656	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
657	  && rm -rf "$$dc_destdir" \
658	  && $(MAKE) $(AM_MAKEFLAGS) dist \
659	  && rm -rf $(DIST_ARCHIVES) \
660	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
661	  && cd "$$am__cwd" \
662	  || exit 1
663	$(am__post_remove_distdir)
664	@(echo "$(distdir) archives ready for distribution: "; \
665	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
666	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
667distuninstallcheck:
668	@test -n '$(distuninstallcheck_dir)' || { \
669	  echo 'ERROR: trying to run $@ with an empty' \
670	       '$$(distuninstallcheck_dir)' >&2; \
671	  exit 1; \
672	}; \
673	$(am__cd) '$(distuninstallcheck_dir)' || { \
674	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
675	  exit 1; \
676	}; \
677	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
678	   || { echo "ERROR: files left after uninstall:" ; \
679	        if test -n "$(DESTDIR)"; then \
680	          echo "  (check DESTDIR support)"; \
681	        fi ; \
682	        $(distuninstallcheck_listfiles) ; \
683	        exit 1; } >&2
684distcleancheck: distclean
685	@if test '$(srcdir)' = . ; then \
686	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
687	  exit 1 ; \
688	fi
689	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
690	  || { echo "ERROR: files left in build directory after distclean:" ; \
691	       $(distcleancheck_listfiles) ; \
692	       exit 1; } >&2
693check-am: all-am
694check: check-recursive
695all-am: Makefile config.h
696installdirs: installdirs-recursive
697installdirs-am:
698install: install-recursive
699install-exec: install-exec-recursive
700install-data: install-data-recursive
701uninstall: uninstall-recursive
702
703install-am: all-am
704	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
705
706installcheck: installcheck-recursive
707install-strip:
708	if test -z '$(STRIP)'; then \
709	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
710	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
711	      install; \
712	else \
713	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
714	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
715	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
716	fi
717mostlyclean-generic:
718
719clean-generic:
720
721distclean-generic:
722	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
723	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
724
725maintainer-clean-generic:
726	@echo "This command is intended for maintainers to use"
727	@echo "it deletes files that may require special tools to rebuild."
728clean: clean-recursive
729
730clean-am: clean-generic clean-libtool mostlyclean-am
731
732distclean: distclean-recursive
733	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
734	-rm -f Makefile
735distclean-am: clean-am distclean-generic distclean-hdr \
736	distclean-libtool distclean-tags
737
738dvi: dvi-recursive
739
740dvi-am:
741
742html: html-recursive
743
744html-am:
745
746info: info-recursive
747
748info-am:
749
750install-data-am:
751
752install-dvi: install-dvi-recursive
753
754install-dvi-am:
755
756install-exec-am:
757
758install-html: install-html-recursive
759
760install-html-am:
761
762install-info: install-info-recursive
763
764install-info-am:
765
766install-man:
767
768install-pdf: install-pdf-recursive
769
770install-pdf-am:
771
772install-ps: install-ps-recursive
773
774install-ps-am:
775
776installcheck-am:
777
778maintainer-clean: maintainer-clean-recursive
779	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
780	-rm -rf $(top_srcdir)/autom4te.cache
781	-rm -f Makefile
782maintainer-clean-am: distclean-am maintainer-clean-generic
783
784mostlyclean: mostlyclean-recursive
785
786mostlyclean-am: mostlyclean-generic mostlyclean-libtool
787
788pdf: pdf-recursive
789
790pdf-am:
791
792ps: ps-recursive
793
794ps-am:
795
796uninstall-am:
797
798.MAKE: $(am__recursive_targets) all install-am install-strip
799
800.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
801	am--refresh check check-am clean clean-cscope clean-generic \
802	clean-libtool cscope cscopelist-am ctags ctags-am dist \
803	dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
804	dist-xz dist-zip distcheck distclean distclean-generic \
805	distclean-hdr distclean-libtool distclean-tags distcleancheck \
806	distdir distuninstallcheck dvi dvi-am html html-am info \
807	info-am install install-am install-data install-data-am \
808	install-dvi install-dvi-am install-exec install-exec-am \
809	install-html install-html-am install-info install-info-am \
810	install-man install-pdf install-pdf-am install-ps \
811	install-ps-am install-strip installcheck installcheck-am \
812	installdirs installdirs-am maintainer-clean \
813	maintainer-clean-generic mostlyclean mostlyclean-generic \
814	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
815	uninstall-am
816
817
818# Tell versions [3.59,3.63) of GNU make to not export all variables.
819# Otherwise a system limit (for SysV at least) may be exceeded.
820.NOEXPORT:
821