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@ 16 17VPATH = @srcdir@ 18am__is_gnu_make = { \ 19 if test -z '$(MAKELEVEL)'; then \ 20 false; \ 21 elif test -n '$(MAKE_HOST)'; then \ 22 true; \ 23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 24 true; \ 25 else \ 26 false; \ 27 fi; \ 28} 29am__make_running_with_option = \ 30 case $${target_option-} in \ 31 ?) ;; \ 32 *) echo "am__make_running_with_option: internal error: invalid" \ 33 "target option '$${target_option-}' specified" >&2; \ 34 exit 1;; \ 35 esac; \ 36 has_opt=no; \ 37 sane_makeflags=$$MAKEFLAGS; \ 38 if $(am__is_gnu_make); then \ 39 sane_makeflags=$$MFLAGS; \ 40 else \ 41 case $$MAKEFLAGS in \ 42 *\\[\ \ ]*) \ 43 bs=\\; \ 44 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 46 esac; \ 47 fi; \ 48 skip_next=no; \ 49 strip_trailopt () \ 50 { \ 51 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 52 }; \ 53 for flg in $$sane_makeflags; do \ 54 test $$skip_next = yes && { skip_next=no; continue; }; \ 55 case $$flg in \ 56 *=*|--*) continue;; \ 57 -*I) strip_trailopt 'I'; skip_next=yes;; \ 58 -*I?*) strip_trailopt 'I';; \ 59 -*O) strip_trailopt 'O'; skip_next=yes;; \ 60 -*O?*) strip_trailopt 'O';; \ 61 -*l) strip_trailopt 'l'; skip_next=yes;; \ 62 -*l?*) strip_trailopt 'l';; \ 63 -[dEDm]) skip_next=yes;; \ 64 -[JT]) skip_next=yes;; \ 65 esac; \ 66 case $$flg in \ 67 *$$target_option*) has_opt=yes; break;; \ 68 esac; \ 69 done; \ 70 test $$has_opt = yes 71am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 72am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 73am__rm_f = rm -f $(am__rm_f_notfound) 74am__rm_rf = rm -rf $(am__rm_f_notfound) 75pkgdatadir = $(datadir)/@PACKAGE@ 76pkgincludedir = $(includedir)/@PACKAGE@ 77pkglibdir = $(libdir)/@PACKAGE@ 78pkglibexecdir = $(libexecdir)/@PACKAGE@ 79am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 80install_sh_DATA = $(install_sh) -c -m 644 81install_sh_PROGRAM = $(install_sh) -c 82install_sh_SCRIPT = $(install_sh) -c 83INSTALL_HEADER = $(INSTALL_DATA) 84transform = $(program_transform_name) 85NORMAL_INSTALL = : 86PRE_INSTALL = : 87POST_INSTALL = : 88NORMAL_UNINSTALL = : 89PRE_UNINSTALL = : 90POST_UNINSTALL = : 91build_triplet = @build@ 92host_triplet = @host@ 93subdir = misc 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 $(am__DIST_COMMON) 103mkinstalldirs = $(install_sh) -d 104CONFIG_HEADER = $(top_builddir)/config.h 105CONFIG_CLEAN_FILES = coverity.sh 106CONFIG_CLEAN_VPATH_FILES = 107SCRIPTS = $(noinst_SCRIPTS) 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 = 122am__can_run_installinfo = \ 123 case $$AM_UPDATE_INFO_DIR in \ 124 n|no|NO) false;; \ 125 *) (install-info --version) >/dev/null 2>&1;; \ 126 esac 127am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 128am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/coverity.sh.in 129DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 130ACLOCAL = @ACLOCAL@ 131AMTAR = @AMTAR@ 132AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 133AR = @AR@ 134AUTOCONF = @AUTOCONF@ 135AUTOHEADER = @AUTOHEADER@ 136AUTOMAKE = @AUTOMAKE@ 137AWK = @AWK@ 138CC = @CC@ 139CCDEPMODE = @CCDEPMODE@ 140CFLAGS = @CFLAGS@ 141CPP = @CPP@ 142CPPFLAGS = @CPPFLAGS@ 143CRYB_TEST_CFLAGS = @CRYB_TEST_CFLAGS@ 144CRYB_TEST_LIBS = @CRYB_TEST_LIBS@ 145CRYB_TEST_VERSION = @CRYB_TEST_VERSION@ 146CSCOPE = @CSCOPE@ 147CTAGS = @CTAGS@ 148CXX = @CXX@ 149CXXCPP = @CXXCPP@ 150CXXDEPMODE = @CXXDEPMODE@ 151CXXFLAGS = @CXXFLAGS@ 152CYGPATH_W = @CYGPATH_W@ 153DEFS = @DEFS@ 154DEPDIR = @DEPDIR@ 155DLLTOOL = @DLLTOOL@ 156DL_LIBS = @DL_LIBS@ 157DSYMUTIL = @DSYMUTIL@ 158DUMPBIN = @DUMPBIN@ 159ECHO_C = @ECHO_C@ 160ECHO_N = @ECHO_N@ 161ECHO_T = @ECHO_T@ 162EGREP = @EGREP@ 163ETAGS = @ETAGS@ 164EXEEXT = @EXEEXT@ 165FGREP = @FGREP@ 166FILECMD = @FILECMD@ 167GREP = @GREP@ 168INSTALL = @INSTALL@ 169INSTALL_DATA = @INSTALL_DATA@ 170INSTALL_PROGRAM = @INSTALL_PROGRAM@ 171INSTALL_SCRIPT = @INSTALL_SCRIPT@ 172INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 173LD = @LD@ 174LDFLAGS = @LDFLAGS@ 175LIBOBJS = @LIBOBJS@ 176LIBS = @LIBS@ 177LIBTOOL = @LIBTOOL@ 178LIB_MAJ = @LIB_MAJ@ 179LIPO = @LIPO@ 180LN_S = @LN_S@ 181LTLIBOBJS = @LTLIBOBJS@ 182LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 183MAKEINFO = @MAKEINFO@ 184MANIFEST_TOOL = @MANIFEST_TOOL@ 185MKDIR_P = @MKDIR_P@ 186NM = @NM@ 187NMEDIT = @NMEDIT@ 188OBJDUMP = @OBJDUMP@ 189OBJEXT = @OBJEXT@ 190OPENPAM_MODULES_DIR = @OPENPAM_MODULES_DIR@ 191OTOOL = @OTOOL@ 192OTOOL64 = @OTOOL64@ 193PACKAGE = @PACKAGE@ 194PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 195PACKAGE_NAME = @PACKAGE_NAME@ 196PACKAGE_STRING = @PACKAGE_STRING@ 197PACKAGE_TARNAME = @PACKAGE_TARNAME@ 198PACKAGE_URL = @PACKAGE_URL@ 199PACKAGE_VERSION = @PACKAGE_VERSION@ 200PATH_SEPARATOR = @PATH_SEPARATOR@ 201PKG_CONFIG = @PKG_CONFIG@ 202PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 203PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 204RANLIB = @RANLIB@ 205SED = @SED@ 206SET_MAKE = @SET_MAKE@ 207SHELL = @SHELL@ 208STRIP = @STRIP@ 209SYSTEM_LIBPAM = @SYSTEM_LIBPAM@ 210VERSION = @VERSION@ 211abs_builddir = @abs_builddir@ 212abs_srcdir = @abs_srcdir@ 213abs_top_builddir = @abs_top_builddir@ 214abs_top_srcdir = @abs_top_srcdir@ 215ac_ct_AR = @ac_ct_AR@ 216ac_ct_CC = @ac_ct_CC@ 217ac_ct_CXX = @ac_ct_CXX@ 218ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 219am__include = @am__include@ 220am__leading_dot = @am__leading_dot@ 221am__quote = @am__quote@ 222am__rm_f_notfound = @am__rm_f_notfound@ 223am__tar = @am__tar@ 224am__untar = @am__untar@ 225am__xargs_n = @am__xargs_n@ 226bindir = @bindir@ 227build = @build@ 228build_alias = @build_alias@ 229build_cpu = @build_cpu@ 230build_os = @build_os@ 231build_vendor = @build_vendor@ 232builddir = @builddir@ 233clang_ver = @clang_ver@ 234datadir = @datadir@ 235datarootdir = @datarootdir@ 236docdir = @docdir@ 237dvidir = @dvidir@ 238exec_prefix = @exec_prefix@ 239host = @host@ 240host_alias = @host_alias@ 241host_cpu = @host_cpu@ 242host_os = @host_os@ 243host_vendor = @host_vendor@ 244htmldir = @htmldir@ 245includedir = @includedir@ 246infodir = @infodir@ 247install_sh = @install_sh@ 248libdir = @libdir@ 249libexecdir = @libexecdir@ 250localedir = @localedir@ 251localstatedir = @localstatedir@ 252mandir = @mandir@ 253mkdir_p = @mkdir_p@ 254oldincludedir = @oldincludedir@ 255pdfdir = @pdfdir@ 256pkgconfigdir = @pkgconfigdir@ 257prefix = @prefix@ 258program_transform_name = @program_transform_name@ 259psdir = @psdir@ 260runstatedir = @runstatedir@ 261sbindir = @sbindir@ 262sharedstatedir = @sharedstatedir@ 263srcdir = @srcdir@ 264sysconfdir = @sysconfdir@ 265target_alias = @target_alias@ 266top_build_prefix = @top_build_prefix@ 267top_builddir = @top_builddir@ 268top_srcdir = @top_srcdir@ 269noinst_SCRIPTS = coverity.sh 270all: all-am 271 272.SUFFIXES: 273$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 274 @for dep in $?; do \ 275 case '$(am__configure_deps)' in \ 276 *$$dep*) \ 277 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 278 && { if test -f $@; then exit 0; else break; fi; }; \ 279 exit 1;; \ 280 esac; \ 281 done; \ 282 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign misc/Makefile'; \ 283 $(am__cd) $(top_srcdir) && \ 284 $(AUTOMAKE) --foreign misc/Makefile 285Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 286 @case '$?' in \ 287 *config.status*) \ 288 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 289 *) \ 290 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 291 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 292 esac; 293 294$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 295 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 296 297$(top_srcdir)/configure: $(am__configure_deps) 298 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 299$(ACLOCAL_M4): $(am__aclocal_m4_deps) 300 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 301$(am__aclocal_m4_deps): 302coverity.sh: $(top_builddir)/config.status $(srcdir)/coverity.sh.in 303 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ 304 305mostlyclean-libtool: 306 -rm -f *.lo 307 308clean-libtool: 309 -rm -rf .libs _libs 310tags TAGS: 311 312ctags CTAGS: 313 314cscope cscopelist: 315 316distdir: $(BUILT_SOURCES) 317 $(MAKE) $(AM_MAKEFLAGS) distdir-am 318 319distdir-am: $(DISTFILES) 320 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 321 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 322 list='$(DISTFILES)'; \ 323 dist_files=`for file in $$list; do echo $$file; done | \ 324 sed -e "s|^$$srcdirstrip/||;t" \ 325 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 326 case $$dist_files in \ 327 */*) $(MKDIR_P) `echo "$$dist_files" | \ 328 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 329 sort -u` ;; \ 330 esac; \ 331 for file in $$dist_files; do \ 332 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 333 if test -d $$d/$$file; then \ 334 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 335 if test -d "$(distdir)/$$file"; then \ 336 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 337 fi; \ 338 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 339 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 340 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 341 fi; \ 342 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 343 else \ 344 test -f "$(distdir)/$$file" \ 345 || cp -p $$d/$$file "$(distdir)/$$file" \ 346 || exit 1; \ 347 fi; \ 348 done 349check-am: all-am 350check: check-am 351all-am: Makefile $(SCRIPTS) 352installdirs: 353install: install-am 354install-exec: install-exec-am 355install-data: install-data-am 356uninstall: uninstall-am 357 358install-am: all-am 359 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 360 361installcheck: installcheck-am 362install-strip: 363 if test -z '$(STRIP)'; then \ 364 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 365 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 366 install; \ 367 else \ 368 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 369 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 370 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 371 fi 372mostlyclean-generic: 373 374clean-generic: 375 376distclean-generic: 377 -$(am__rm_f) $(CONFIG_CLEAN_FILES) 378 -test . = "$(srcdir)" || $(am__rm_f) $(CONFIG_CLEAN_VPATH_FILES) 379 380maintainer-clean-generic: 381 @echo "This command is intended for maintainers to use" 382 @echo "it deletes files that may require special tools to rebuild." 383clean: clean-am 384 385clean-am: clean-generic clean-libtool mostlyclean-am 386 387distclean: distclean-am 388 -rm -f Makefile 389distclean-am: clean-am distclean-generic 390 391dvi: dvi-am 392 393dvi-am: 394 395html: html-am 396 397html-am: 398 399info: info-am 400 401info-am: 402 403install-data-am: 404 405install-dvi: install-dvi-am 406 407install-dvi-am: 408 409install-exec-am: 410 411install-html: install-html-am 412 413install-html-am: 414 415install-info: install-info-am 416 417install-info-am: 418 419install-man: 420 421install-pdf: install-pdf-am 422 423install-pdf-am: 424 425install-ps: install-ps-am 426 427install-ps-am: 428 429installcheck-am: 430 431maintainer-clean: maintainer-clean-am 432 -rm -f Makefile 433maintainer-clean-am: distclean-am maintainer-clean-generic 434 435mostlyclean: mostlyclean-am 436 437mostlyclean-am: mostlyclean-generic mostlyclean-libtool 438 439pdf: pdf-am 440 441pdf-am: 442 443ps: ps-am 444 445ps-am: 446 447uninstall-am: 448 449.MAKE: install-am install-strip 450 451.PHONY: all all-am check check-am clean clean-generic clean-libtool \ 452 cscopelist-am ctags-am distclean distclean-generic \ 453 distclean-libtool distdir dvi dvi-am html html-am info info-am \ 454 install install-am install-data install-data-am install-dvi \ 455 install-dvi-am install-exec install-exec-am install-html \ 456 install-html-am install-info install-info-am install-man \ 457 install-pdf install-pdf-am install-ps install-ps-am \ 458 install-strip installcheck installcheck-am installdirs \ 459 maintainer-clean maintainer-clean-generic mostlyclean \ 460 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 461 tags-am uninstall uninstall-am 462 463.PRECIOUS: Makefile 464 465 466# Tell versions [3.59,3.63) of GNU make to not export all variables. 467# Otherwise a system limit (for SysV at least) may be exceeded. 468.NOEXPORT: 469 470# Tell GNU make to disable its built-in pattern rules. 471%:: %,v 472%:: RCS/%,v 473%:: RCS/% 474%:: s.% 475%:: SCCS/s.% 476