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