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@ 16VPATH = @srcdir@ 17am__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} 28am__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 70am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 71am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 72pkgdatadir = $(datadir)/@PACKAGE@ 73pkgincludedir = $(includedir)/@PACKAGE@ 74pkglibdir = $(libdir)/@PACKAGE@ 75pkglibexecdir = $(libexecdir)/@PACKAGE@ 76am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 77install_sh_DATA = $(install_sh) -c -m 644 78install_sh_PROGRAM = $(install_sh) -c 79install_sh_SCRIPT = $(install_sh) -c 80INSTALL_HEADER = $(INSTALL_DATA) 81transform = $(program_transform_name) 82NORMAL_INSTALL = : 83PRE_INSTALL = : 84POST_INSTALL = : 85NORMAL_UNINSTALL = : 86PRE_UNINSTALL = : 87POST_UNINSTALL = : 88build_triplet = @build@ 89host_triplet = @host@ 90@WITH_DOC_TRUE@am__append_1 = doc 91subdir = . 92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 93am__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 98am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 99 $(ACLOCAL_M4) 100DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ 101 $(am__configure_deps) $(am__DIST_COMMON) 102am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 103 configure.lineno config.status.lineno 104mkinstalldirs = $(install_sh) -d 105CONFIG_HEADER = config.h 106CONFIG_CLEAN_FILES = freebsd/Makefile 107CONFIG_CLEAN_VPATH_FILES = 108AM_V_P = $(am__v_P_@AM_V@) 109am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 110am__v_P_0 = false 111am__v_P_1 = : 112AM_V_GEN = $(am__v_GEN_@AM_V@) 113am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 114am__v_GEN_0 = @echo " GEN " $@; 115am__v_GEN_1 = 116AM_V_at = $(am__v_at_@AM_V@) 117am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 118am__v_at_0 = @ 119am__v_at_1 = 120SOURCES = 121DIST_SOURCES = 122RECURSIVE_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 130am__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 135RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 136 distclean-recursive maintainer-clean-recursive 137am__recursive_targets = \ 138 $(RECURSIVE_TARGETS) \ 139 $(RECURSIVE_CLEAN_TARGETS) \ 140 $(am__extra_recursive_targets) 141AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 142 cscope distdir distdir-am dist dist-all distcheck 143am__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. 148am__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. 156am__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)` 161DIST_SUBDIRS = misc include lib bin modules doc t 162am__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 165DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 166distdir = $(PACKAGE)-$(VERSION) 167top_distdir = $(distdir) 168am__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 174am__post_remove_distdir = $(am__remove_distdir) 175am__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" 200DIST_ARCHIVES = $(distdir).tar.gz 201GZIP_ENV = --best 202DIST_TARGETS = dist-gzip 203# Exists only to be overridden by the user if desired. 204AM_DISTCHECK_DVI_TARGET = dvi 205distuninstallcheck_listfiles = find . -type f -print 206am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 207 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 208distcleancheck_listfiles = find . -type f -print 209ACLOCAL = @ACLOCAL@ 210AMTAR = @AMTAR@ 211AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 212AR = @AR@ 213AUTOCONF = @AUTOCONF@ 214AUTOHEADER = @AUTOHEADER@ 215AUTOMAKE = @AUTOMAKE@ 216AWK = @AWK@ 217CC = @CC@ 218CCDEPMODE = @CCDEPMODE@ 219CFLAGS = @CFLAGS@ 220CPP = @CPP@ 221CPPFLAGS = @CPPFLAGS@ 222CRYB_TEST_CFLAGS = @CRYB_TEST_CFLAGS@ 223CRYB_TEST_LIBS = @CRYB_TEST_LIBS@ 224CRYB_TEST_VERSION = @CRYB_TEST_VERSION@ 225CSCOPE = @CSCOPE@ 226CTAGS = @CTAGS@ 227CXX = @CXX@ 228CXXCPP = @CXXCPP@ 229CXXDEPMODE = @CXXDEPMODE@ 230CXXFLAGS = @CXXFLAGS@ 231CYGPATH_W = @CYGPATH_W@ 232DEFS = @DEFS@ 233DEPDIR = @DEPDIR@ 234DLLTOOL = @DLLTOOL@ 235DL_LIBS = @DL_LIBS@ 236DSYMUTIL = @DSYMUTIL@ 237DUMPBIN = @DUMPBIN@ 238ECHO_C = @ECHO_C@ 239ECHO_N = @ECHO_N@ 240ECHO_T = @ECHO_T@ 241EGREP = @EGREP@ 242ETAGS = @ETAGS@ 243EXEEXT = @EXEEXT@ 244FGREP = @FGREP@ 245FILECMD = @FILECMD@ 246GREP = @GREP@ 247INSTALL = @INSTALL@ 248INSTALL_DATA = @INSTALL_DATA@ 249INSTALL_PROGRAM = @INSTALL_PROGRAM@ 250INSTALL_SCRIPT = @INSTALL_SCRIPT@ 251INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 252LD = @LD@ 253LDFLAGS = @LDFLAGS@ 254LIBOBJS = @LIBOBJS@ 255LIBS = @LIBS@ 256LIBTOOL = @LIBTOOL@ 257LIB_MAJ = @LIB_MAJ@ 258LIPO = @LIPO@ 259LN_S = @LN_S@ 260LTLIBOBJS = @LTLIBOBJS@ 261LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 262MAKEINFO = @MAKEINFO@ 263MANIFEST_TOOL = @MANIFEST_TOOL@ 264MKDIR_P = @MKDIR_P@ 265NM = @NM@ 266NMEDIT = @NMEDIT@ 267OBJDUMP = @OBJDUMP@ 268OBJEXT = @OBJEXT@ 269OPENPAM_MODULES_DIR = @OPENPAM_MODULES_DIR@ 270OTOOL = @OTOOL@ 271OTOOL64 = @OTOOL64@ 272PACKAGE = @PACKAGE@ 273PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 274PACKAGE_NAME = @PACKAGE_NAME@ 275PACKAGE_STRING = @PACKAGE_STRING@ 276PACKAGE_TARNAME = @PACKAGE_TARNAME@ 277PACKAGE_URL = @PACKAGE_URL@ 278PACKAGE_VERSION = @PACKAGE_VERSION@ 279PATH_SEPARATOR = @PATH_SEPARATOR@ 280PKG_CONFIG = @PKG_CONFIG@ 281PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 282PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 283RANLIB = @RANLIB@ 284SED = @SED@ 285SET_MAKE = @SET_MAKE@ 286SHELL = @SHELL@ 287STRIP = @STRIP@ 288SYSTEM_LIBPAM = @SYSTEM_LIBPAM@ 289VERSION = @VERSION@ 290abs_builddir = @abs_builddir@ 291abs_srcdir = @abs_srcdir@ 292abs_top_builddir = @abs_top_builddir@ 293abs_top_srcdir = @abs_top_srcdir@ 294ac_ct_AR = @ac_ct_AR@ 295ac_ct_CC = @ac_ct_CC@ 296ac_ct_CXX = @ac_ct_CXX@ 297ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 298am__include = @am__include@ 299am__leading_dot = @am__leading_dot@ 300am__quote = @am__quote@ 301am__tar = @am__tar@ 302am__untar = @am__untar@ 303bindir = @bindir@ 304build = @build@ 305build_alias = @build_alias@ 306build_cpu = @build_cpu@ 307build_os = @build_os@ 308build_vendor = @build_vendor@ 309builddir = @builddir@ 310clang_ver = @clang_ver@ 311datadir = @datadir@ 312datarootdir = @datarootdir@ 313docdir = @docdir@ 314dvidir = @dvidir@ 315exec_prefix = @exec_prefix@ 316host = @host@ 317host_alias = @host_alias@ 318host_cpu = @host_cpu@ 319host_os = @host_os@ 320host_vendor = @host_vendor@ 321htmldir = @htmldir@ 322includedir = @includedir@ 323infodir = @infodir@ 324install_sh = @install_sh@ 325libdir = @libdir@ 326libexecdir = @libexecdir@ 327localedir = @localedir@ 328localstatedir = @localstatedir@ 329mandir = @mandir@ 330mkdir_p = @mkdir_p@ 331oldincludedir = @oldincludedir@ 332pdfdir = @pdfdir@ 333pkgconfigdir = @pkgconfigdir@ 334prefix = @prefix@ 335program_transform_name = @program_transform_name@ 336psdir = @psdir@ 337runstatedir = @runstatedir@ 338sbindir = @sbindir@ 339sharedstatedir = @sharedstatedir@ 340srcdir = @srcdir@ 341sysconfdir = @sysconfdir@ 342target_alias = @target_alias@ 343top_build_prefix = @top_build_prefix@ 344top_builddir = @top_builddir@ 345top_srcdir = @top_srcdir@ 346ACLOCAL_AMFLAGS = -I m4 347SUBDIRS = misc include lib bin modules $(am__append_1) t 348EXTRA_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 360all: config.h 361 $(MAKE) $(AM_MAKEFLAGS) all-recursive 362 363.SUFFIXES: 364am--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 379Makefile: $(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 398config.h: stamp-h1 399 @test -f $@ || rm -f stamp-h1 400 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 401 402stamp-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 410distclean-hdr: 411 -rm -f config.h stamp-h1 412freebsd/Makefile: $(top_builddir)/config.status $(top_srcdir)/freebsd/Makefile.in 413 cd $(top_builddir) && $(SHELL) ./config.status $@ 414 415mostlyclean-libtool: 416 -rm -f *.lo 417 418clean-libtool: 419 -rm -rf .libs _libs 420 421distclean-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 458ID: $(am__tagged_files) 459 $(am__define_uniq_tagged_files); mkid -fID $$unique 460tags: tags-recursive 461TAGS: tags 462 463tags-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 491ctags: ctags-recursive 492 493CTAGS: ctags 494ctags-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 500GTAGS: 501 here=`$(am__cd) $(top_builddir) && pwd` \ 502 && $(am__cd) $(top_srcdir) \ 503 && gtags -i $(GTAGS_ARGS) "$$here" 504cscope: cscope.files 505 test ! -s cscope.files \ 506 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 507clean-cscope: 508 -rm -f cscope.files 509cscope.files: clean-cscope cscopelist 510cscopelist: cscopelist-recursive 511 512cscopelist-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 526distclean-tags: 527 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 528 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 529distdir: $(BUILT_SOURCES) 530 $(MAKE) $(AM_MAKEFLAGS) distdir-am 531 532distdir-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)" 596dist-gzip: distdir 597 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz 598 $(am__post_remove_distdir) 599 600dist-bzip2: distdir 601 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 602 $(am__post_remove_distdir) 603 604dist-lzip: distdir 605 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 606 $(am__post_remove_distdir) 607 608dist-xz: distdir 609 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 610 $(am__post_remove_distdir) 611 612dist-zstd: distdir 613 tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst 614 $(am__post_remove_distdir) 615 616dist-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 623dist-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 630dist-zip: distdir 631 -rm -f $(distdir).zip 632 zip -rq $(distdir).zip $(distdir) 633 $(am__post_remove_distdir) 634 635dist 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. 642distcheck: 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' 700distuninstallcheck: 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 717distcleancheck: 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 726check-am: all-am 727check: check-recursive 728all-am: Makefile config.h 729installdirs: installdirs-recursive 730installdirs-am: 731install: install-recursive 732install-exec: install-exec-recursive 733install-data: install-data-recursive 734uninstall: uninstall-recursive 735 736install-am: all-am 737 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 738 739installcheck: installcheck-recursive 740install-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 750mostlyclean-generic: 751 752clean-generic: 753 754distclean-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 758maintainer-clean-generic: 759 @echo "This command is intended for maintainers to use" 760 @echo "it deletes files that may require special tools to rebuild." 761clean: clean-recursive 762 763clean-am: clean-generic clean-libtool mostlyclean-am 764 765distclean: distclean-recursive 766 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 767 -rm -f Makefile 768distclean-am: clean-am distclean-generic distclean-hdr \ 769 distclean-libtool distclean-tags 770 771dvi: dvi-recursive 772 773dvi-am: 774 775html: html-recursive 776 777html-am: 778 779info: info-recursive 780 781info-am: 782 783install-data-am: 784 785install-dvi: install-dvi-recursive 786 787install-dvi-am: 788 789install-exec-am: 790 791install-html: install-html-recursive 792 793install-html-am: 794 795install-info: install-info-recursive 796 797install-info-am: 798 799install-man: 800 801install-pdf: install-pdf-recursive 802 803install-pdf-am: 804 805install-ps: install-ps-recursive 806 807install-ps-am: 808 809installcheck-am: 810 811maintainer-clean: maintainer-clean-recursive 812 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 813 -rm -rf $(top_srcdir)/autom4te.cache 814 -rm -f Makefile 815maintainer-clean-am: distclean-am maintainer-clean-generic 816 817mostlyclean: mostlyclean-recursive 818 819mostlyclean-am: mostlyclean-generic mostlyclean-libtool 820 821pdf: pdf-recursive 822 823pdf-am: 824 825ps: ps-recursive 826 827ps-am: 828 829uninstall-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: 877