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