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