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