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