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