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