Makefile.in (18413B)
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 VPATH = @srcdir@ 17 am__is_gnu_make = { \ 18 if test -z '$(MAKELEVEL)'; then \ 19 false; \ 20 elif test -n '$(MAKE_HOST)'; then \ 21 true; \ 22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 23 true; \ 24 else \ 25 false; \ 26 fi; \ 27 } 28 am__make_running_with_option = \ 29 case $${target_option-} in \ 30 ?) ;; \ 31 *) echo "am__make_running_with_option: internal error: invalid" \ 32 "target option '$${target_option-}' specified" >&2; \ 33 exit 1;; \ 34 esac; \ 35 has_opt=no; \ 36 sane_makeflags=$$MAKEFLAGS; \ 37 if $(am__is_gnu_make); then \ 38 sane_makeflags=$$MFLAGS; \ 39 else \ 40 case $$MAKEFLAGS in \ 41 *\\[\ \ ]*) \ 42 bs=\\; \ 43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 45 esac; \ 46 fi; \ 47 skip_next=no; \ 48 strip_trailopt () \ 49 { \ 50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 51 }; \ 52 for flg in $$sane_makeflags; do \ 53 test $$skip_next = yes && { skip_next=no; continue; }; \ 54 case $$flg in \ 55 *=*|--*) continue;; \ 56 -*I) strip_trailopt 'I'; skip_next=yes;; \ 57 -*I?*) strip_trailopt 'I';; \ 58 -*O) strip_trailopt 'O'; skip_next=yes;; \ 59 -*O?*) strip_trailopt 'O';; \ 60 -*l) strip_trailopt 'l'; skip_next=yes;; \ 61 -*l?*) strip_trailopt 'l';; \ 62 -[dEDm]) skip_next=yes;; \ 63 -[JT]) skip_next=yes;; \ 64 esac; \ 65 case $$flg in \ 66 *$$target_option*) has_opt=yes; break;; \ 67 esac; \ 68 done; \ 69 test $$has_opt = yes 70 am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 72 am__rm_f = rm -f $(am__rm_f_notfound) 73 am__rm_rf = rm -rf $(am__rm_f_notfound) 74 pkgdatadir = $(datadir)/@PACKAGE@ 75 pkgincludedir = $(includedir)/@PACKAGE@ 76 pkglibdir = $(libdir)/@PACKAGE@ 77 pkglibexecdir = $(libexecdir)/@PACKAGE@ 78 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 79 install_sh_DATA = $(install_sh) -c -m 644 80 install_sh_PROGRAM = $(install_sh) -c 81 install_sh_SCRIPT = $(install_sh) -c 82 INSTALL_HEADER = $(INSTALL_DATA) 83 transform = $(program_transform_name) 84 NORMAL_INSTALL = : 85 PRE_INSTALL = : 86 POST_INSTALL = : 87 NORMAL_UNINSTALL = : 88 PRE_UNINSTALL = : 89 POST_UNINSTALL = : 90 build_triplet = @build@ 91 host_triplet = @host@ 92 target_triplet = @target@ 93 subdir = builds 94 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 95 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_add_fortify_source.m4 \ 96 $(top_srcdir)/m4/ax_check_catchable_abrt.m4 \ 97 $(top_srcdir)/m4/ax_check_catchable_segv.m4 \ 98 $(top_srcdir)/m4/ax_check_compile_flag.m4 \ 99 $(top_srcdir)/m4/ax_check_define.m4 \ 100 $(top_srcdir)/m4/ax_check_link_flag.m4 \ 101 $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/ax_tls.m4 \ 102 $(top_srcdir)/m4/ax_valgrind_check.m4 \ 103 $(top_srcdir)/m4/ld-output-def.m4 $(top_srcdir)/m4/libtool.m4 \ 104 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 105 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 106 $(top_srcdir)/configure.ac 107 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 108 $(ACLOCAL_M4) 109 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 110 mkinstalldirs = $(install_sh) -d 111 CONFIG_CLEAN_FILES = 112 CONFIG_CLEAN_VPATH_FILES = 113 AM_V_P = $(am__v_P_@AM_V@) 114 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 115 am__v_P_0 = false 116 am__v_P_1 = : 117 AM_V_GEN = $(am__v_GEN_@AM_V@) 118 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 119 am__v_GEN_0 = @echo " GEN " $@; 120 am__v_GEN_1 = 121 AM_V_at = $(am__v_at_@AM_V@) 122 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 123 am__v_at_0 = @ 124 am__v_at_1 = 125 SOURCES = 126 DIST_SOURCES = 127 am__can_run_installinfo = \ 128 case $$AM_UPDATE_INFO_DIR in \ 129 n|no|NO) false;; \ 130 *) (install-info --version) >/dev/null 2>&1;; \ 131 esac 132 am__extra_recursive_targets = check-valgrind-recursive \ 133 check-valgrind-memcheck-recursive \ 134 check-valgrind-helgrind-recursive check-valgrind-drd-recursive \ 135 check-valgrind-sgcheck-recursive 136 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 137 am__DIST_COMMON = $(srcdir)/Makefile.in 138 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 139 ACLOCAL = @ACLOCAL@ 140 ALLOCA = @ALLOCA@ 141 AMTAR = @AMTAR@ 142 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 143 AR = @AR@ 144 AUTOCONF = @AUTOCONF@ 145 AUTOHEADER = @AUTOHEADER@ 146 AUTOMAKE = @AUTOMAKE@ 147 AWK = @AWK@ 148 CC = @CC@ 149 CCAS = @CCAS@ 150 CCASDEPMODE = @CCASDEPMODE@ 151 CCASFLAGS = @CCASFLAGS@ 152 CCDEPMODE = @CCDEPMODE@ 153 CFLAGS = @CFLAGS@ 154 CFLAGS_AESNI = @CFLAGS_AESNI@ 155 CFLAGS_ARMCRYPTO = @CFLAGS_ARMCRYPTO@ 156 CFLAGS_AVX = @CFLAGS_AVX@ 157 CFLAGS_AVX2 = @CFLAGS_AVX2@ 158 CFLAGS_AVX512F = @CFLAGS_AVX512F@ 159 CFLAGS_MMX = @CFLAGS_MMX@ 160 CFLAGS_PCLMUL = @CFLAGS_PCLMUL@ 161 CFLAGS_RDRAND = @CFLAGS_RDRAND@ 162 CFLAGS_SSE2 = @CFLAGS_SSE2@ 163 CFLAGS_SSE3 = @CFLAGS_SSE3@ 164 CFLAGS_SSE41 = @CFLAGS_SSE41@ 165 CFLAGS_SSSE3 = @CFLAGS_SSSE3@ 166 CPP = @CPP@ 167 CPPFLAGS = @CPPFLAGS@ 168 CSCOPE = @CSCOPE@ 169 CTAGS = @CTAGS@ 170 CWFLAGS = @CWFLAGS@ 171 CYGPATH_W = @CYGPATH_W@ 172 DEFS = @DEFS@ 173 DEPDIR = @DEPDIR@ 174 DLLTOOL = @DLLTOOL@ 175 DLL_VERSION = @DLL_VERSION@ 176 DSYMUTIL = @DSYMUTIL@ 177 DUMPBIN = @DUMPBIN@ 178 ECHO_C = @ECHO_C@ 179 ECHO_N = @ECHO_N@ 180 ECHO_T = @ECHO_T@ 181 EGREP = @EGREP@ 182 ENABLE_VALGRIND_drd = @ENABLE_VALGRIND_drd@ 183 ENABLE_VALGRIND_helgrind = @ENABLE_VALGRIND_helgrind@ 184 ENABLE_VALGRIND_memcheck = @ENABLE_VALGRIND_memcheck@ 185 ENABLE_VALGRIND_sgcheck = @ENABLE_VALGRIND_sgcheck@ 186 ETAGS = @ETAGS@ 187 EXEEXT = @EXEEXT@ 188 FGREP = @FGREP@ 189 FILECMD = @FILECMD@ 190 GREP = @GREP@ 191 HAVE_AMD64_ASM_V = @HAVE_AMD64_ASM_V@ 192 HAVE_AVX_ASM_V = @HAVE_AVX_ASM_V@ 193 HAVE_CPUID_V = @HAVE_CPUID_V@ 194 HAVE_TI_MODE_V = @HAVE_TI_MODE_V@ 195 INSTALL = @INSTALL@ 196 INSTALL_DATA = @INSTALL_DATA@ 197 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 198 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 199 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 200 LD = @LD@ 201 LDFLAGS = @LDFLAGS@ 202 LIBOBJS = @LIBOBJS@ 203 LIBS = @LIBS@ 204 LIBTOOL = @LIBTOOL@ 205 LIBTOOL_DEPS = @LIBTOOL_DEPS@ 206 LIBTOOL_EXTRA_FLAGS = @LIBTOOL_EXTRA_FLAGS@ 207 LIPO = @LIPO@ 208 LN_S = @LN_S@ 209 LTLIBOBJS = @LTLIBOBJS@ 210 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 211 MAINT = @MAINT@ 212 MAKEINFO = @MAKEINFO@ 213 MANIFEST_TOOL = @MANIFEST_TOOL@ 214 MKDIR_P = @MKDIR_P@ 215 NM = @NM@ 216 NMEDIT = @NMEDIT@ 217 OBJDUMP = @OBJDUMP@ 218 OBJEXT = @OBJEXT@ 219 OTOOL = @OTOOL@ 220 OTOOL64 = @OTOOL64@ 221 PACKAGE = @PACKAGE@ 222 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 223 PACKAGE_NAME = @PACKAGE_NAME@ 224 PACKAGE_STRING = @PACKAGE_STRING@ 225 PACKAGE_TARNAME = @PACKAGE_TARNAME@ 226 PACKAGE_URL = @PACKAGE_URL@ 227 PACKAGE_VERSION = @PACKAGE_VERSION@ 228 PATH_SEPARATOR = @PATH_SEPARATOR@ 229 PKGCONFIG_LIBS_PRIVATE = @PKGCONFIG_LIBS_PRIVATE@ 230 PTHREAD_CC = @PTHREAD_CC@ 231 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ 232 PTHREAD_CXX = @PTHREAD_CXX@ 233 PTHREAD_LIBS = @PTHREAD_LIBS@ 234 RANLIB = @RANLIB@ 235 SAFECODE_HOME = @SAFECODE_HOME@ 236 SED = @SED@ 237 SET_MAKE = @SET_MAKE@ 238 SHELL = @SHELL@ 239 SODIUM_LIBRARY_MINIMAL_DEF = @SODIUM_LIBRARY_MINIMAL_DEF@ 240 SODIUM_LIBRARY_VERSION = @SODIUM_LIBRARY_VERSION@ 241 SODIUM_LIBRARY_VERSION_MAJOR = @SODIUM_LIBRARY_VERSION_MAJOR@ 242 SODIUM_LIBRARY_VERSION_MINOR = @SODIUM_LIBRARY_VERSION_MINOR@ 243 STRIP = @STRIP@ 244 TEST_LDFLAGS = @TEST_LDFLAGS@ 245 VALGRIND = @VALGRIND@ 246 VALGRIND_ENABLED = @VALGRIND_ENABLED@ 247 VERSION = @VERSION@ 248 abs_builddir = @abs_builddir@ 249 abs_srcdir = @abs_srcdir@ 250 abs_top_builddir = @abs_top_builddir@ 251 abs_top_srcdir = @abs_top_srcdir@ 252 ac_ct_AR = @ac_ct_AR@ 253 ac_ct_CC = @ac_ct_CC@ 254 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 255 am__include = @am__include@ 256 am__leading_dot = @am__leading_dot@ 257 am__quote = @am__quote@ 258 am__rm_f_notfound = @am__rm_f_notfound@ 259 am__tar = @am__tar@ 260 am__untar = @am__untar@ 261 am__xargs_n = @am__xargs_n@ 262 ax_pthread_config = @ax_pthread_config@ 263 bindir = @bindir@ 264 build = @build@ 265 build_alias = @build_alias@ 266 build_cpu = @build_cpu@ 267 build_os = @build_os@ 268 build_vendor = @build_vendor@ 269 builddir = @builddir@ 270 datadir = @datadir@ 271 datarootdir = @datarootdir@ 272 docdir = @docdir@ 273 dvidir = @dvidir@ 274 exec_prefix = @exec_prefix@ 275 host = @host@ 276 host_alias = @host_alias@ 277 host_cpu = @host_cpu@ 278 host_os = @host_os@ 279 host_vendor = @host_vendor@ 280 htmldir = @htmldir@ 281 includedir = @includedir@ 282 infodir = @infodir@ 283 install_sh = @install_sh@ 284 libdir = @libdir@ 285 libexecdir = @libexecdir@ 286 localedir = @localedir@ 287 localstatedir = @localstatedir@ 288 mandir = @mandir@ 289 mkdir_p = @mkdir_p@ 290 oldincludedir = @oldincludedir@ 291 pdfdir = @pdfdir@ 292 prefix = @prefix@ 293 program_transform_name = @program_transform_name@ 294 psdir = @psdir@ 295 runstatedir = @runstatedir@ 296 sbindir = @sbindir@ 297 sharedstatedir = @sharedstatedir@ 298 srcdir = @srcdir@ 299 sysconfdir = @sysconfdir@ 300 target = @target@ 301 target_alias = @target_alias@ 302 target_cpu = @target_cpu@ 303 target_os = @target_os@ 304 target_vendor = @target_vendor@ 305 top_build_prefix = @top_build_prefix@ 306 top_builddir = @top_builddir@ 307 top_srcdir = @top_srcdir@ 308 valgrind_enabled_tools = @valgrind_enabled_tools@ 309 valgrind_tools = @valgrind_tools@ 310 EXTRA_DIST = \ 311 msvc/build/buildall.bat \ 312 msvc/build/buildbase.bat \ 313 msvc/properties/ARM64.props \ 314 msvc/properties/Common.props \ 315 msvc/properties/Debug.props \ 316 msvc/properties/DebugDEXE.props \ 317 msvc/properties/DebugDLL.props \ 318 msvc/properties/DebugLEXE.props \ 319 msvc/properties/DebugLIB.props \ 320 msvc/properties/DebugLTCG.props \ 321 msvc/properties/DebugSEXE.props \ 322 msvc/properties/DLL.props \ 323 msvc/properties/EXE.props \ 324 msvc/properties/LIB.props \ 325 msvc/properties/Link.props \ 326 msvc/properties/LTCG.props \ 327 msvc/properties/Messages.props \ 328 msvc/properties/Output.props \ 329 msvc/properties/Release.props \ 330 msvc/properties/ReleaseDEXE.props \ 331 msvc/properties/ReleaseDLL.props \ 332 msvc/properties/ReleaseLEXE.props \ 333 msvc/properties/ReleaseLIB.props \ 334 msvc/properties/ReleaseLTCG.props \ 335 msvc/properties/ReleaseSEXE.props \ 336 msvc/properties/Win32.props \ 337 msvc/properties/x64.props \ 338 msvc/resource.h \ 339 msvc/resource.rc \ 340 msvc/version.h \ 341 msvc/vs2010/libsodium/libsodium.props \ 342 msvc/vs2010/libsodium/libsodium.vcxproj \ 343 msvc/vs2010/libsodium/libsodium.vcxproj.filters \ 344 msvc/vs2010/libsodium/libsodium.xml \ 345 msvc/vs2010/libsodium.import.props \ 346 msvc/vs2010/libsodium.import.xml \ 347 msvc/vs2010/libsodium.sln \ 348 msvc/vs2012/libsodium/libsodium.props \ 349 msvc/vs2012/libsodium/libsodium.vcxproj \ 350 msvc/vs2012/libsodium/libsodium.vcxproj.filters \ 351 msvc/vs2012/libsodium/libsodium.xml \ 352 msvc/vs2012/libsodium.import.props \ 353 msvc/vs2012/libsodium.import.xml \ 354 msvc/vs2012/libsodium.sln \ 355 msvc/vs2013/libsodium/libsodium.props \ 356 msvc/vs2013/libsodium/libsodium.vcxproj \ 357 msvc/vs2013/libsodium/libsodium.vcxproj.filters \ 358 msvc/vs2013/libsodium/libsodium.xml \ 359 msvc/vs2013/libsodium.import.props \ 360 msvc/vs2013/libsodium.import.xml \ 361 msvc/vs2013/libsodium.sln \ 362 msvc/vs2015/libsodium/libsodium.props \ 363 msvc/vs2015/libsodium/libsodium.vcxproj \ 364 msvc/vs2015/libsodium/libsodium.vcxproj.filters \ 365 msvc/vs2015/libsodium/libsodium.xml \ 366 msvc/vs2015/libsodium.import.props \ 367 msvc/vs2015/libsodium.import.xml \ 368 msvc/vs2015/libsodium.sln \ 369 msvc/vs2017/libsodium/libsodium.props \ 370 msvc/vs2017/libsodium/libsodium.vcxproj \ 371 msvc/vs2017/libsodium/libsodium.vcxproj.filters \ 372 msvc/vs2017/libsodium/libsodium.xml \ 373 msvc/vs2017/libsodium.import.props \ 374 msvc/vs2017/libsodium.import.xml \ 375 msvc/vs2017/libsodium.sln \ 376 msvc/vs2019/libsodium/libsodium.props \ 377 msvc/vs2019/libsodium/libsodium.vcxproj \ 378 msvc/vs2019/libsodium/libsodium.vcxproj.filters \ 379 msvc/vs2019/libsodium/libsodium.xml \ 380 msvc/vs2019/libsodium.import.props \ 381 msvc/vs2019/libsodium.import.xml \ 382 msvc/vs2019/libsodium.sln \ 383 msvc/vs2022/libsodium.sln \ 384 msvc/vs2022/libsodium/libsodium.props \ 385 msvc/vs2022/libsodium/libsodium.vcxproj \ 386 msvc/vs2022/libsodium/libsodium.vcxproj.filters \ 387 msvc/vs2022/libsodium/libsodium.xml \ 388 msvc/vs2022/libsodium.import.props \ 389 msvc/vs2022/libsodium.import.xml \ 390 msvc/vs2022/libsodium.sln 391 392 all: all-am 393 394 .SUFFIXES: 395 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 396 @for dep in $?; do \ 397 case '$(am__configure_deps)' in \ 398 *$$dep*) \ 399 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 400 && { if test -f $@; then exit 0; else break; fi; }; \ 401 exit 1;; \ 402 esac; \ 403 done; \ 404 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign builds/Makefile'; \ 405 $(am__cd) $(top_srcdir) && \ 406 $(AUTOMAKE) --foreign builds/Makefile 407 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 408 @case '$?' in \ 409 *config.status*) \ 410 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 411 *) \ 412 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 413 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 414 esac; 415 416 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 417 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 418 419 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 420 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 421 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 422 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 423 $(am__aclocal_m4_deps): 424 425 mostlyclean-libtool: 426 -rm -f *.lo 427 428 clean-libtool: 429 -rm -rf .libs _libs 430 check-valgrind-local: 431 check-valgrind-memcheck-local: 432 check-valgrind-helgrind-local: 433 check-valgrind-drd-local: 434 check-valgrind-sgcheck-local: 435 tags TAGS: 436 437 ctags CTAGS: 438 439 cscope cscopelist: 440 441 442 distdir: $(BUILT_SOURCES) 443 $(MAKE) $(AM_MAKEFLAGS) distdir-am 444 445 distdir-am: $(DISTFILES) 446 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 447 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 448 list='$(DISTFILES)'; \ 449 dist_files=`for file in $$list; do echo $$file; done | \ 450 sed -e "s|^$$srcdirstrip/||;t" \ 451 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 452 case $$dist_files in \ 453 */*) $(MKDIR_P) `echo "$$dist_files" | \ 454 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 455 sort -u` ;; \ 456 esac; \ 457 for file in $$dist_files; do \ 458 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 459 if test -d $$d/$$file; then \ 460 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 461 if test -d "$(distdir)/$$file"; then \ 462 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 463 fi; \ 464 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 465 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 466 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 467 fi; \ 468 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 469 else \ 470 test -f "$(distdir)/$$file" \ 471 || cp -p $$d/$$file "$(distdir)/$$file" \ 472 || exit 1; \ 473 fi; \ 474 done 475 check-am: all-am 476 check: check-am 477 all-am: Makefile 478 installdirs: 479 install: install-am 480 install-exec: install-exec-am 481 install-data: install-data-am 482 uninstall: uninstall-am 483 484 install-am: all-am 485 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 486 487 installcheck: installcheck-am 488 install-strip: 489 if test -z '$(STRIP)'; then \ 490 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 491 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 492 install; \ 493 else \ 494 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 495 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 496 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 497 fi 498 mostlyclean-generic: 499 500 clean-generic: 501 502 distclean-generic: 503 -$(am__rm_f) $(CONFIG_CLEAN_FILES) 504 -test . = "$(srcdir)" || $(am__rm_f) $(CONFIG_CLEAN_VPATH_FILES) 505 506 maintainer-clean-generic: 507 @echo "This command is intended for maintainers to use" 508 @echo "it deletes files that may require special tools to rebuild." 509 check-valgrind: check-valgrind-am 510 511 check-valgrind-am: check-valgrind-local 512 513 check-valgrind-drd: check-valgrind-drd-am 514 515 check-valgrind-drd-am: check-valgrind-drd-local 516 517 check-valgrind-helgrind: check-valgrind-helgrind-am 518 519 check-valgrind-helgrind-am: check-valgrind-helgrind-local 520 521 check-valgrind-memcheck: check-valgrind-memcheck-am 522 523 check-valgrind-memcheck-am: check-valgrind-memcheck-local 524 525 check-valgrind-sgcheck: check-valgrind-sgcheck-am 526 527 check-valgrind-sgcheck-am: check-valgrind-sgcheck-local 528 529 clean: clean-am 530 531 clean-am: clean-generic clean-libtool mostlyclean-am 532 533 distclean: distclean-am 534 -rm -f Makefile 535 distclean-am: clean-am distclean-generic 536 537 dvi: dvi-am 538 539 dvi-am: 540 541 html: html-am 542 543 html-am: 544 545 info: info-am 546 547 info-am: 548 549 install-data-am: 550 551 install-dvi: install-dvi-am 552 553 install-dvi-am: 554 555 install-exec-am: 556 557 install-html: install-html-am 558 559 install-html-am: 560 561 install-info: install-info-am 562 563 install-info-am: 564 565 install-man: 566 567 install-pdf: install-pdf-am 568 569 install-pdf-am: 570 571 install-ps: install-ps-am 572 573 install-ps-am: 574 575 installcheck-am: 576 577 maintainer-clean: maintainer-clean-am 578 -rm -f Makefile 579 maintainer-clean-am: distclean-am maintainer-clean-generic 580 581 mostlyclean: mostlyclean-am 582 583 mostlyclean-am: mostlyclean-generic mostlyclean-libtool 584 585 pdf: pdf-am 586 587 pdf-am: 588 589 ps: ps-am 590 591 ps-am: 592 593 uninstall-am: 594 595 .MAKE: install-am install-strip 596 597 .PHONY: all all-am check check-am check-valgrind-am \ 598 check-valgrind-drd-am check-valgrind-drd-local \ 599 check-valgrind-helgrind-am check-valgrind-helgrind-local \ 600 check-valgrind-local check-valgrind-memcheck-am \ 601 check-valgrind-memcheck-local check-valgrind-sgcheck-am \ 602 check-valgrind-sgcheck-local clean clean-generic clean-libtool \ 603 cscopelist-am ctags-am distclean distclean-generic \ 604 distclean-libtool distdir dvi dvi-am html html-am info info-am \ 605 install install-am install-data install-data-am install-dvi \ 606 install-dvi-am install-exec install-exec-am install-html \ 607 install-html-am install-info install-info-am install-man \ 608 install-pdf install-pdf-am install-ps install-ps-am \ 609 install-strip installcheck installcheck-am installdirs \ 610 maintainer-clean maintainer-clean-generic mostlyclean \ 611 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 612 tags-am uninstall uninstall-am 613 614 .PRECIOUS: Makefile 615 616 617 # Tell versions [3.59,3.63) of GNU make to not export all variables. 618 # Otherwise a system limit (for SysV at least) may be exceeded. 619 .NOEXPORT: 620 621 # Tell GNU make to disable its built-in pattern rules. 622 %:: %,v 623 %:: RCS/%,v 624 %:: RCS/% 625 %:: s.% 626 %:: SCCS/s.%