]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/openpam/bin/Makefile.in
ssh: Update to OpenSSH 9.3p2
[FreeBSD/FreeBSD.git] / contrib / openpam / bin / Makefile.in
1 # Makefile.in generated by automake 1.16.5 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2021 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 VPATH = @srcdir@
17 am__is_gnu_make = { \
18   if test -z '$(MAKELEVEL)'; then \
19     false; \
20   elif test -n '$(MAKE_HOST)'; then \
21     true; \
22   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23     true; \
24   else \
25     false; \
26   fi; \
27 }
28 am__make_running_with_option = \
29   case $${target_option-} in \
30       ?) ;; \
31       *) echo "am__make_running_with_option: internal error: invalid" \
32               "target option '$${target_option-}' specified" >&2; \
33          exit 1;; \
34   esac; \
35   has_opt=no; \
36   sane_makeflags=$$MAKEFLAGS; \
37   if $(am__is_gnu_make); then \
38     sane_makeflags=$$MFLAGS; \
39   else \
40     case $$MAKEFLAGS in \
41       *\\[\ \   ]*) \
42         bs=\\; \
43         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
45     esac; \
46   fi; \
47   skip_next=no; \
48   strip_trailopt () \
49   { \
50     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51   }; \
52   for flg in $$sane_makeflags; do \
53     test $$skip_next = yes && { skip_next=no; continue; }; \
54     case $$flg in \
55       *=*|--*) continue;; \
56         -*I) strip_trailopt 'I'; skip_next=yes;; \
57       -*I?*) strip_trailopt 'I';; \
58         -*O) strip_trailopt 'O'; skip_next=yes;; \
59       -*O?*) strip_trailopt 'O';; \
60         -*l) strip_trailopt 'l'; skip_next=yes;; \
61       -*l?*) strip_trailopt 'l';; \
62       -[dEDm]) skip_next=yes;; \
63       -[JT]) skip_next=yes;; \
64     esac; \
65     case $$flg in \
66       *$$target_option*) has_opt=yes; break;; \
67     esac; \
68   done; \
69   test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72 pkgdatadir = $(datadir)/@PACKAGE@
73 pkgincludedir = $(includedir)/@PACKAGE@
74 pkglibdir = $(libdir)/@PACKAGE@
75 pkglibexecdir = $(libexecdir)/@PACKAGE@
76 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77 install_sh_DATA = $(install_sh) -c -m 644
78 install_sh_PROGRAM = $(install_sh) -c
79 install_sh_SCRIPT = $(install_sh) -c
80 INSTALL_HEADER = $(INSTALL_DATA)
81 transform = $(program_transform_name)
82 NORMAL_INSTALL = :
83 PRE_INSTALL = :
84 POST_INSTALL = :
85 NORMAL_UNINSTALL = :
86 PRE_UNINSTALL = :
87 POST_UNINSTALL = :
88 build_triplet = @build@
89 host_triplet = @host@
90 @WITH_PAMTEST_TRUE@am__append_1 = pamtest
91 @WITH_SU_TRUE@am__append_2 = su
92 subdir = bin
93 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_compiler_vendor.m4 \
95         $(top_srcdir)/m4/ax_pkg_config.m4 $(top_srcdir)/m4/libtool.m4 \
96         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
97         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
98         $(top_srcdir)/configure.ac
99 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
100         $(ACLOCAL_M4)
101 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
102 mkinstalldirs = $(install_sh) -d
103 CONFIG_HEADER = $(top_builddir)/config.h
104 CONFIG_CLEAN_FILES =
105 CONFIG_CLEAN_VPATH_FILES =
106 AM_V_P = $(am__v_P_@AM_V@)
107 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
108 am__v_P_0 = false
109 am__v_P_1 = :
110 AM_V_GEN = $(am__v_GEN_@AM_V@)
111 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
112 am__v_GEN_0 = @echo "  GEN     " $@;
113 am__v_GEN_1 = 
114 AM_V_at = $(am__v_at_@AM_V@)
115 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
116 am__v_at_0 = @
117 am__v_at_1 = 
118 SOURCES =
119 DIST_SOURCES =
120 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
121         ctags-recursive dvi-recursive html-recursive info-recursive \
122         install-data-recursive install-dvi-recursive \
123         install-exec-recursive install-html-recursive \
124         install-info-recursive install-pdf-recursive \
125         install-ps-recursive install-recursive installcheck-recursive \
126         installdirs-recursive pdf-recursive ps-recursive \
127         tags-recursive uninstall-recursive
128 am__can_run_installinfo = \
129   case $$AM_UPDATE_INFO_DIR in \
130     n|no|NO) false;; \
131     *) (install-info --version) >/dev/null 2>&1;; \
132   esac
133 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
134   distclean-recursive maintainer-clean-recursive
135 am__recursive_targets = \
136   $(RECURSIVE_TARGETS) \
137   $(RECURSIVE_CLEAN_TARGETS) \
138   $(am__extra_recursive_targets)
139 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
140         distdir distdir-am
141 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
142 # Read a list of newline-separated strings from the standard input,
143 # and print each of them once, without duplicates.  Input order is
144 # *not* preserved.
145 am__uniquify_input = $(AWK) '\
146   BEGIN { nonempty = 0; } \
147   { items[$$0] = 1; nonempty = 1; } \
148   END { if (nonempty) { for (i in items) print i; }; } \
149 '
150 # Make sure the list of sources is unique.  This is necessary because,
151 # e.g., the same source file might be shared among _SOURCES variables
152 # for different programs/libraries.
153 am__define_uniq_tagged_files = \
154   list='$(am__tagged_files)'; \
155   unique=`for i in $$list; do \
156     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
157   done | $(am__uniquify_input)`
158 DIST_SUBDIRS = openpam_dump_policy pamtest su
159 am__DIST_COMMON = $(srcdir)/Makefile.in
160 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
161 am__relativize = \
162   dir0=`pwd`; \
163   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
164   sed_rest='s,^[^/]*/*,,'; \
165   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
166   sed_butlast='s,/*[^/]*$$,,'; \
167   while test -n "$$dir1"; do \
168     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
169     if test "$$first" != "."; then \
170       if test "$$first" = ".."; then \
171         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
172         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
173       else \
174         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
175         if test "$$first2" = "$$first"; then \
176           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
177         else \
178           dir2="../$$dir2"; \
179         fi; \
180         dir0="$$dir0"/"$$first"; \
181       fi; \
182     fi; \
183     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
184   done; \
185   reldir="$$dir2"
186 ACLOCAL = @ACLOCAL@
187 AMTAR = @AMTAR@
188 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
189 AR = @AR@
190 AUTOCONF = @AUTOCONF@
191 AUTOHEADER = @AUTOHEADER@
192 AUTOMAKE = @AUTOMAKE@
193 AWK = @AWK@
194 CC = @CC@
195 CCDEPMODE = @CCDEPMODE@
196 CFLAGS = @CFLAGS@
197 CPP = @CPP@
198 CPPFLAGS = @CPPFLAGS@
199 CRYB_TEST_CFLAGS = @CRYB_TEST_CFLAGS@
200 CRYB_TEST_LIBS = @CRYB_TEST_LIBS@
201 CRYB_TEST_VERSION = @CRYB_TEST_VERSION@
202 CSCOPE = @CSCOPE@
203 CTAGS = @CTAGS@
204 CXX = @CXX@
205 CXXCPP = @CXXCPP@
206 CXXDEPMODE = @CXXDEPMODE@
207 CXXFLAGS = @CXXFLAGS@
208 CYGPATH_W = @CYGPATH_W@
209 DEFS = @DEFS@
210 DEPDIR = @DEPDIR@
211 DLLTOOL = @DLLTOOL@
212 DL_LIBS = @DL_LIBS@
213 DSYMUTIL = @DSYMUTIL@
214 DUMPBIN = @DUMPBIN@
215 ECHO_C = @ECHO_C@
216 ECHO_N = @ECHO_N@
217 ECHO_T = @ECHO_T@
218 EGREP = @EGREP@
219 ETAGS = @ETAGS@
220 EXEEXT = @EXEEXT@
221 FGREP = @FGREP@
222 FILECMD = @FILECMD@
223 GREP = @GREP@
224 INSTALL = @INSTALL@
225 INSTALL_DATA = @INSTALL_DATA@
226 INSTALL_PROGRAM = @INSTALL_PROGRAM@
227 INSTALL_SCRIPT = @INSTALL_SCRIPT@
228 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
229 LD = @LD@
230 LDFLAGS = @LDFLAGS@
231 LIBOBJS = @LIBOBJS@
232 LIBS = @LIBS@
233 LIBTOOL = @LIBTOOL@
234 LIB_MAJ = @LIB_MAJ@
235 LIPO = @LIPO@
236 LN_S = @LN_S@
237 LTLIBOBJS = @LTLIBOBJS@
238 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
239 MAKEINFO = @MAKEINFO@
240 MANIFEST_TOOL = @MANIFEST_TOOL@
241 MKDIR_P = @MKDIR_P@
242 NM = @NM@
243 NMEDIT = @NMEDIT@
244 OBJDUMP = @OBJDUMP@
245 OBJEXT = @OBJEXT@
246 OPENPAM_MODULES_DIR = @OPENPAM_MODULES_DIR@
247 OTOOL = @OTOOL@
248 OTOOL64 = @OTOOL64@
249 PACKAGE = @PACKAGE@
250 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
251 PACKAGE_NAME = @PACKAGE_NAME@
252 PACKAGE_STRING = @PACKAGE_STRING@
253 PACKAGE_TARNAME = @PACKAGE_TARNAME@
254 PACKAGE_URL = @PACKAGE_URL@
255 PACKAGE_VERSION = @PACKAGE_VERSION@
256 PATH_SEPARATOR = @PATH_SEPARATOR@
257 PKG_CONFIG = @PKG_CONFIG@
258 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
259 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
260 RANLIB = @RANLIB@
261 SED = @SED@
262 SET_MAKE = @SET_MAKE@
263 SHELL = @SHELL@
264 STRIP = @STRIP@
265 SYSTEM_LIBPAM = @SYSTEM_LIBPAM@
266 VERSION = @VERSION@
267 abs_builddir = @abs_builddir@
268 abs_srcdir = @abs_srcdir@
269 abs_top_builddir = @abs_top_builddir@
270 abs_top_srcdir = @abs_top_srcdir@
271 ac_ct_AR = @ac_ct_AR@
272 ac_ct_CC = @ac_ct_CC@
273 ac_ct_CXX = @ac_ct_CXX@
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 clang_ver = @clang_ver@
288 datadir = @datadir@
289 datarootdir = @datarootdir@
290 docdir = @docdir@
291 dvidir = @dvidir@
292 exec_prefix = @exec_prefix@
293 host = @host@
294 host_alias = @host_alias@
295 host_cpu = @host_cpu@
296 host_os = @host_os@
297 host_vendor = @host_vendor@
298 htmldir = @htmldir@
299 includedir = @includedir@
300 infodir = @infodir@
301 install_sh = @install_sh@
302 libdir = @libdir@
303 libexecdir = @libexecdir@
304 localedir = @localedir@
305 localstatedir = @localstatedir@
306 mandir = @mandir@
307 mkdir_p = @mkdir_p@
308 oldincludedir = @oldincludedir@
309 pdfdir = @pdfdir@
310 pkgconfigdir = @pkgconfigdir@
311 prefix = @prefix@
312 program_transform_name = @program_transform_name@
313 psdir = @psdir@
314 runstatedir = @runstatedir@
315 sbindir = @sbindir@
316 sharedstatedir = @sharedstatedir@
317 srcdir = @srcdir@
318 sysconfdir = @sysconfdir@
319 target_alias = @target_alias@
320 top_build_prefix = @top_build_prefix@
321 top_builddir = @top_builddir@
322 top_srcdir = @top_srcdir@
323 SUBDIRS = openpam_dump_policy $(am__append_1) $(am__append_2)
324 all: all-recursive
325
326 .SUFFIXES:
327 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
328         @for dep in $?; do \
329           case '$(am__configure_deps)' in \
330             *$$dep*) \
331               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
332                 && { if test -f $@; then exit 0; else break; fi; }; \
333               exit 1;; \
334           esac; \
335         done; \
336         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign bin/Makefile'; \
337         $(am__cd) $(top_srcdir) && \
338           $(AUTOMAKE) --foreign bin/Makefile
339 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
340         @case '$?' in \
341           *config.status*) \
342             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
343           *) \
344             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
345             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
346         esac;
347
348 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
349         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
350
351 $(top_srcdir)/configure:  $(am__configure_deps)
352         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
353 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
354         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
355 $(am__aclocal_m4_deps):
356
357 mostlyclean-libtool:
358         -rm -f *.lo
359
360 clean-libtool:
361         -rm -rf .libs _libs
362
363 # This directory's subdirectories are mostly independent; you can cd
364 # into them and run 'make' without going through this Makefile.
365 # To change the values of 'make' variables: instead of editing Makefiles,
366 # (1) if the variable is set in 'config.status', edit 'config.status'
367 #     (which will cause the Makefiles to be regenerated when you run 'make');
368 # (2) otherwise, pass the desired values on the 'make' command line.
369 $(am__recursive_targets):
370         @fail=; \
371         if $(am__make_keepgoing); then \
372           failcom='fail=yes'; \
373         else \
374           failcom='exit 1'; \
375         fi; \
376         dot_seen=no; \
377         target=`echo $@ | sed s/-recursive//`; \
378         case "$@" in \
379           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
380           *) list='$(SUBDIRS)' ;; \
381         esac; \
382         for subdir in $$list; do \
383           echo "Making $$target in $$subdir"; \
384           if test "$$subdir" = "."; then \
385             dot_seen=yes; \
386             local_target="$$target-am"; \
387           else \
388             local_target="$$target"; \
389           fi; \
390           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
391           || eval $$failcom; \
392         done; \
393         if test "$$dot_seen" = "no"; then \
394           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
395         fi; test -z "$$fail"
396
397 ID: $(am__tagged_files)
398         $(am__define_uniq_tagged_files); mkid -fID $$unique
399 tags: tags-recursive
400 TAGS: tags
401
402 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
403         set x; \
404         here=`pwd`; \
405         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
406           include_option=--etags-include; \
407           empty_fix=.; \
408         else \
409           include_option=--include; \
410           empty_fix=; \
411         fi; \
412         list='$(SUBDIRS)'; for subdir in $$list; do \
413           if test "$$subdir" = .; then :; else \
414             test ! -f $$subdir/TAGS || \
415               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
416           fi; \
417         done; \
418         $(am__define_uniq_tagged_files); \
419         shift; \
420         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
421           test -n "$$unique" || unique=$$empty_fix; \
422           if test $$# -gt 0; then \
423             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
424               "$$@" $$unique; \
425           else \
426             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
427               $$unique; \
428           fi; \
429         fi
430 ctags: ctags-recursive
431
432 CTAGS: ctags
433 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
434         $(am__define_uniq_tagged_files); \
435         test -z "$(CTAGS_ARGS)$$unique" \
436           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
437              $$unique
438
439 GTAGS:
440         here=`$(am__cd) $(top_builddir) && pwd` \
441           && $(am__cd) $(top_srcdir) \
442           && gtags -i $(GTAGS_ARGS) "$$here"
443 cscopelist: cscopelist-recursive
444
445 cscopelist-am: $(am__tagged_files)
446         list='$(am__tagged_files)'; \
447         case "$(srcdir)" in \
448           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
449           *) sdir=$(subdir)/$(srcdir) ;; \
450         esac; \
451         for i in $$list; do \
452           if test -f "$$i"; then \
453             echo "$(subdir)/$$i"; \
454           else \
455             echo "$$sdir/$$i"; \
456           fi; \
457         done >> $(top_builddir)/cscope.files
458
459 distclean-tags:
460         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
461 distdir: $(BUILT_SOURCES)
462         $(MAKE) $(AM_MAKEFLAGS) distdir-am
463
464 distdir-am: $(DISTFILES)
465         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
466         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
467         list='$(DISTFILES)'; \
468           dist_files=`for file in $$list; do echo $$file; done | \
469           sed -e "s|^$$srcdirstrip/||;t" \
470               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
471         case $$dist_files in \
472           */*) $(MKDIR_P) `echo "$$dist_files" | \
473                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
474                            sort -u` ;; \
475         esac; \
476         for file in $$dist_files; do \
477           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
478           if test -d $$d/$$file; then \
479             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
480             if test -d "$(distdir)/$$file"; then \
481               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
482             fi; \
483             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
484               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
485               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
486             fi; \
487             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
488           else \
489             test -f "$(distdir)/$$file" \
490             || cp -p $$d/$$file "$(distdir)/$$file" \
491             || exit 1; \
492           fi; \
493         done
494         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
495           if test "$$subdir" = .; then :; else \
496             $(am__make_dryrun) \
497               || test -d "$(distdir)/$$subdir" \
498               || $(MKDIR_P) "$(distdir)/$$subdir" \
499               || exit 1; \
500             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
501             $(am__relativize); \
502             new_distdir=$$reldir; \
503             dir1=$$subdir; dir2="$(top_distdir)"; \
504             $(am__relativize); \
505             new_top_distdir=$$reldir; \
506             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
507             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
508             ($(am__cd) $$subdir && \
509               $(MAKE) $(AM_MAKEFLAGS) \
510                 top_distdir="$$new_top_distdir" \
511                 distdir="$$new_distdir" \
512                 am__remove_distdir=: \
513                 am__skip_length_check=: \
514                 am__skip_mode_fix=: \
515                 distdir) \
516               || exit 1; \
517           fi; \
518         done
519 check-am: all-am
520 check: check-recursive
521 all-am: Makefile
522 installdirs: installdirs-recursive
523 installdirs-am:
524 install: install-recursive
525 install-exec: install-exec-recursive
526 install-data: install-data-recursive
527 uninstall: uninstall-recursive
528
529 install-am: all-am
530         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
531
532 installcheck: installcheck-recursive
533 install-strip:
534         if test -z '$(STRIP)'; then \
535           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
536             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
537               install; \
538         else \
539           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
540             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
541             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
542         fi
543 mostlyclean-generic:
544
545 clean-generic:
546
547 distclean-generic:
548         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
549         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
550
551 maintainer-clean-generic:
552         @echo "This command is intended for maintainers to use"
553         @echo "it deletes files that may require special tools to rebuild."
554 clean: clean-recursive
555
556 clean-am: clean-generic clean-libtool mostlyclean-am
557
558 distclean: distclean-recursive
559         -rm -f Makefile
560 distclean-am: clean-am distclean-generic distclean-tags
561
562 dvi: dvi-recursive
563
564 dvi-am:
565
566 html: html-recursive
567
568 html-am:
569
570 info: info-recursive
571
572 info-am:
573
574 install-data-am:
575
576 install-dvi: install-dvi-recursive
577
578 install-dvi-am:
579
580 install-exec-am:
581
582 install-html: install-html-recursive
583
584 install-html-am:
585
586 install-info: install-info-recursive
587
588 install-info-am:
589
590 install-man:
591
592 install-pdf: install-pdf-recursive
593
594 install-pdf-am:
595
596 install-ps: install-ps-recursive
597
598 install-ps-am:
599
600 installcheck-am:
601
602 maintainer-clean: maintainer-clean-recursive
603         -rm -f Makefile
604 maintainer-clean-am: distclean-am maintainer-clean-generic
605
606 mostlyclean: mostlyclean-recursive
607
608 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
609
610 pdf: pdf-recursive
611
612 pdf-am:
613
614 ps: ps-recursive
615
616 ps-am:
617
618 uninstall-am:
619
620 .MAKE: $(am__recursive_targets) install-am install-strip
621
622 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
623         check-am clean clean-generic clean-libtool cscopelist-am ctags \
624         ctags-am distclean distclean-generic distclean-libtool \
625         distclean-tags distdir dvi dvi-am html html-am info info-am \
626         install install-am install-data install-data-am install-dvi \
627         install-dvi-am install-exec install-exec-am install-html \
628         install-html-am install-info install-info-am install-man \
629         install-pdf install-pdf-am install-ps install-ps-am \
630         install-strip installcheck installcheck-am installdirs \
631         installdirs-am maintainer-clean maintainer-clean-generic \
632         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
633         ps ps-am tags tags-am uninstall uninstall-am
634
635 .PRECIOUS: Makefile
636
637
638 # Tell versions [3.59,3.63) of GNU make to not export all variables.
639 # Otherwise a system limit (for SysV at least) may be exceeded.
640 .NOEXPORT: