Makefile.in (21905B)
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 = src 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 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 128 ctags-recursive dvi-recursive html-recursive info-recursive \ 129 install-data-recursive install-dvi-recursive \ 130 install-exec-recursive install-html-recursive \ 131 install-info-recursive install-pdf-recursive \ 132 install-ps-recursive install-recursive installcheck-recursive \ 133 installdirs-recursive pdf-recursive ps-recursive \ 134 tags-recursive uninstall-recursive 135 am__can_run_installinfo = \ 136 case $$AM_UPDATE_INFO_DIR in \ 137 n|no|NO) false;; \ 138 *) (install-info --version) >/dev/null 2>&1;; \ 139 esac 140 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 141 distclean-recursive maintainer-clean-recursive 142 am__recursive_targets = \ 143 $(RECURSIVE_TARGETS) \ 144 $(RECURSIVE_CLEAN_TARGETS) \ 145 $(am__extra_recursive_targets) 146 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 147 distdir distdir-am 148 am__extra_recursive_targets = check-valgrind-recursive \ 149 check-valgrind-memcheck-recursive \ 150 check-valgrind-helgrind-recursive check-valgrind-drd-recursive \ 151 check-valgrind-sgcheck-recursive 152 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 153 # Read a list of newline-separated strings from the standard input, 154 # and print each of them once, without duplicates. Input order is 155 # *not* preserved. 156 am__uniquify_input = $(AWK) '\ 157 BEGIN { nonempty = 0; } \ 158 { items[$$0] = 1; nonempty = 1; } \ 159 END { if (nonempty) { for (i in items) print i; }; } \ 160 ' 161 # Make sure the list of sources is unique. This is necessary because, 162 # e.g., the same source file might be shared among _SOURCES variables 163 # for different programs/libraries. 164 am__define_uniq_tagged_files = \ 165 list='$(am__tagged_files)'; \ 166 unique=`for i in $$list; do \ 167 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 168 done | $(am__uniquify_input)` 169 DIST_SUBDIRS = $(SUBDIRS) 170 am__DIST_COMMON = $(srcdir)/Makefile.in 171 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 172 am__relativize = \ 173 dir0=`pwd`; \ 174 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 175 sed_rest='s,^[^/]*/*,,'; \ 176 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 177 sed_butlast='s,/*[^/]*$$,,'; \ 178 while test -n "$$dir1"; do \ 179 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 180 if test "$$first" != "."; then \ 181 if test "$$first" = ".."; then \ 182 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 183 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 184 else \ 185 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 186 if test "$$first2" = "$$first"; then \ 187 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 188 else \ 189 dir2="../$$dir2"; \ 190 fi; \ 191 dir0="$$dir0"/"$$first"; \ 192 fi; \ 193 fi; \ 194 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 195 done; \ 196 reldir="$$dir2" 197 ACLOCAL = @ACLOCAL@ 198 ALLOCA = @ALLOCA@ 199 AMTAR = @AMTAR@ 200 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 201 AR = @AR@ 202 AUTOCONF = @AUTOCONF@ 203 AUTOHEADER = @AUTOHEADER@ 204 AUTOMAKE = @AUTOMAKE@ 205 AWK = @AWK@ 206 CC = @CC@ 207 CCAS = @CCAS@ 208 CCASDEPMODE = @CCASDEPMODE@ 209 CCASFLAGS = @CCASFLAGS@ 210 CCDEPMODE = @CCDEPMODE@ 211 CFLAGS = @CFLAGS@ 212 CFLAGS_AESNI = @CFLAGS_AESNI@ 213 CFLAGS_ARMCRYPTO = @CFLAGS_ARMCRYPTO@ 214 CFLAGS_AVX = @CFLAGS_AVX@ 215 CFLAGS_AVX2 = @CFLAGS_AVX2@ 216 CFLAGS_AVX512F = @CFLAGS_AVX512F@ 217 CFLAGS_MMX = @CFLAGS_MMX@ 218 CFLAGS_PCLMUL = @CFLAGS_PCLMUL@ 219 CFLAGS_RDRAND = @CFLAGS_RDRAND@ 220 CFLAGS_SSE2 = @CFLAGS_SSE2@ 221 CFLAGS_SSE3 = @CFLAGS_SSE3@ 222 CFLAGS_SSE41 = @CFLAGS_SSE41@ 223 CFLAGS_SSSE3 = @CFLAGS_SSSE3@ 224 CPP = @CPP@ 225 CPPFLAGS = @CPPFLAGS@ 226 CSCOPE = @CSCOPE@ 227 CTAGS = @CTAGS@ 228 CWFLAGS = @CWFLAGS@ 229 CYGPATH_W = @CYGPATH_W@ 230 DEFS = @DEFS@ 231 DEPDIR = @DEPDIR@ 232 DLLTOOL = @DLLTOOL@ 233 DLL_VERSION = @DLL_VERSION@ 234 DSYMUTIL = @DSYMUTIL@ 235 DUMPBIN = @DUMPBIN@ 236 ECHO_C = @ECHO_C@ 237 ECHO_N = @ECHO_N@ 238 ECHO_T = @ECHO_T@ 239 EGREP = @EGREP@ 240 ENABLE_VALGRIND_drd = @ENABLE_VALGRIND_drd@ 241 ENABLE_VALGRIND_helgrind = @ENABLE_VALGRIND_helgrind@ 242 ENABLE_VALGRIND_memcheck = @ENABLE_VALGRIND_memcheck@ 243 ENABLE_VALGRIND_sgcheck = @ENABLE_VALGRIND_sgcheck@ 244 ETAGS = @ETAGS@ 245 EXEEXT = @EXEEXT@ 246 FGREP = @FGREP@ 247 FILECMD = @FILECMD@ 248 GREP = @GREP@ 249 HAVE_AMD64_ASM_V = @HAVE_AMD64_ASM_V@ 250 HAVE_AVX_ASM_V = @HAVE_AVX_ASM_V@ 251 HAVE_CPUID_V = @HAVE_CPUID_V@ 252 HAVE_TI_MODE_V = @HAVE_TI_MODE_V@ 253 INSTALL = @INSTALL@ 254 INSTALL_DATA = @INSTALL_DATA@ 255 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 256 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 257 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 258 LD = @LD@ 259 LDFLAGS = @LDFLAGS@ 260 LIBOBJS = @LIBOBJS@ 261 LIBS = @LIBS@ 262 LIBTOOL = @LIBTOOL@ 263 LIBTOOL_DEPS = @LIBTOOL_DEPS@ 264 LIBTOOL_EXTRA_FLAGS = @LIBTOOL_EXTRA_FLAGS@ 265 LIPO = @LIPO@ 266 LN_S = @LN_S@ 267 LTLIBOBJS = @LTLIBOBJS@ 268 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 269 MAINT = @MAINT@ 270 MAKEINFO = @MAKEINFO@ 271 MANIFEST_TOOL = @MANIFEST_TOOL@ 272 MKDIR_P = @MKDIR_P@ 273 NM = @NM@ 274 NMEDIT = @NMEDIT@ 275 OBJDUMP = @OBJDUMP@ 276 OBJEXT = @OBJEXT@ 277 OTOOL = @OTOOL@ 278 OTOOL64 = @OTOOL64@ 279 PACKAGE = @PACKAGE@ 280 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 281 PACKAGE_NAME = @PACKAGE_NAME@ 282 PACKAGE_STRING = @PACKAGE_STRING@ 283 PACKAGE_TARNAME = @PACKAGE_TARNAME@ 284 PACKAGE_URL = @PACKAGE_URL@ 285 PACKAGE_VERSION = @PACKAGE_VERSION@ 286 PATH_SEPARATOR = @PATH_SEPARATOR@ 287 PKGCONFIG_LIBS_PRIVATE = @PKGCONFIG_LIBS_PRIVATE@ 288 PTHREAD_CC = @PTHREAD_CC@ 289 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ 290 PTHREAD_CXX = @PTHREAD_CXX@ 291 PTHREAD_LIBS = @PTHREAD_LIBS@ 292 RANLIB = @RANLIB@ 293 SAFECODE_HOME = @SAFECODE_HOME@ 294 SED = @SED@ 295 SET_MAKE = @SET_MAKE@ 296 SHELL = @SHELL@ 297 SODIUM_LIBRARY_MINIMAL_DEF = @SODIUM_LIBRARY_MINIMAL_DEF@ 298 SODIUM_LIBRARY_VERSION = @SODIUM_LIBRARY_VERSION@ 299 SODIUM_LIBRARY_VERSION_MAJOR = @SODIUM_LIBRARY_VERSION_MAJOR@ 300 SODIUM_LIBRARY_VERSION_MINOR = @SODIUM_LIBRARY_VERSION_MINOR@ 301 STRIP = @STRIP@ 302 TEST_LDFLAGS = @TEST_LDFLAGS@ 303 VALGRIND = @VALGRIND@ 304 VALGRIND_ENABLED = @VALGRIND_ENABLED@ 305 VERSION = @VERSION@ 306 abs_builddir = @abs_builddir@ 307 abs_srcdir = @abs_srcdir@ 308 abs_top_builddir = @abs_top_builddir@ 309 abs_top_srcdir = @abs_top_srcdir@ 310 ac_ct_AR = @ac_ct_AR@ 311 ac_ct_CC = @ac_ct_CC@ 312 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 313 am__include = @am__include@ 314 am__leading_dot = @am__leading_dot@ 315 am__quote = @am__quote@ 316 am__rm_f_notfound = @am__rm_f_notfound@ 317 am__tar = @am__tar@ 318 am__untar = @am__untar@ 319 am__xargs_n = @am__xargs_n@ 320 ax_pthread_config = @ax_pthread_config@ 321 bindir = @bindir@ 322 build = @build@ 323 build_alias = @build_alias@ 324 build_cpu = @build_cpu@ 325 build_os = @build_os@ 326 build_vendor = @build_vendor@ 327 builddir = @builddir@ 328 datadir = @datadir@ 329 datarootdir = @datarootdir@ 330 docdir = @docdir@ 331 dvidir = @dvidir@ 332 exec_prefix = @exec_prefix@ 333 host = @host@ 334 host_alias = @host_alias@ 335 host_cpu = @host_cpu@ 336 host_os = @host_os@ 337 host_vendor = @host_vendor@ 338 htmldir = @htmldir@ 339 includedir = @includedir@ 340 infodir = @infodir@ 341 install_sh = @install_sh@ 342 libdir = @libdir@ 343 libexecdir = @libexecdir@ 344 localedir = @localedir@ 345 localstatedir = @localstatedir@ 346 mandir = @mandir@ 347 mkdir_p = @mkdir_p@ 348 oldincludedir = @oldincludedir@ 349 pdfdir = @pdfdir@ 350 prefix = @prefix@ 351 program_transform_name = @program_transform_name@ 352 psdir = @psdir@ 353 runstatedir = @runstatedir@ 354 sbindir = @sbindir@ 355 sharedstatedir = @sharedstatedir@ 356 srcdir = @srcdir@ 357 sysconfdir = @sysconfdir@ 358 target = @target@ 359 target_alias = @target_alias@ 360 target_cpu = @target_cpu@ 361 target_os = @target_os@ 362 target_vendor = @target_vendor@ 363 top_build_prefix = @top_build_prefix@ 364 top_builddir = @top_builddir@ 365 top_srcdir = @top_srcdir@ 366 valgrind_enabled_tools = @valgrind_enabled_tools@ 367 valgrind_tools = @valgrind_tools@ 368 SUBDIRS = \ 369 libsodium 370 371 all: all-recursive 372 373 .SUFFIXES: 374 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 375 @for dep in $?; do \ 376 case '$(am__configure_deps)' in \ 377 *$$dep*) \ 378 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 379 && { if test -f $@; then exit 0; else break; fi; }; \ 380 exit 1;; \ 381 esac; \ 382 done; \ 383 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ 384 $(am__cd) $(top_srcdir) && \ 385 $(AUTOMAKE) --foreign src/Makefile 386 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 387 @case '$?' in \ 388 *config.status*) \ 389 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 390 *) \ 391 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 392 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 393 esac; 394 395 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 396 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 397 398 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 399 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 400 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 401 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 402 $(am__aclocal_m4_deps): 403 404 mostlyclean-libtool: 405 -rm -f *.lo 406 407 clean-libtool: 408 -rm -rf .libs _libs 409 410 # This directory's subdirectories are mostly independent; you can cd 411 # into them and run 'make' without going through this Makefile. 412 # To change the values of 'make' variables: instead of editing Makefiles, 413 # (1) if the variable is set in 'config.status', edit 'config.status' 414 # (which will cause the Makefiles to be regenerated when you run 'make'); 415 # (2) otherwise, pass the desired values on the 'make' command line. 416 $(am__recursive_targets): 417 @fail=; \ 418 if $(am__make_keepgoing); then \ 419 failcom='fail=yes'; \ 420 else \ 421 failcom='exit 1'; \ 422 fi; \ 423 dot_seen=no; \ 424 target=`echo $@ | sed s/-recursive//`; \ 425 case "$@" in \ 426 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 427 *) list='$(SUBDIRS)' ;; \ 428 esac; \ 429 for subdir in $$list; do \ 430 echo "Making $$target in $$subdir"; \ 431 if test "$$subdir" = "."; then \ 432 dot_seen=yes; \ 433 local_target="$$target-am"; \ 434 else \ 435 local_target="$$target"; \ 436 fi; \ 437 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 438 || eval $$failcom; \ 439 done; \ 440 if test "$$dot_seen" = "no"; then \ 441 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 442 fi; test -z "$$fail" 443 check-valgrind-local: 444 check-valgrind-memcheck-local: 445 check-valgrind-helgrind-local: 446 check-valgrind-drd-local: 447 check-valgrind-sgcheck-local: 448 449 ID: $(am__tagged_files) 450 $(am__define_uniq_tagged_files); mkid -fID $$unique 451 tags: tags-recursive 452 TAGS: tags 453 454 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 455 set x; \ 456 here=`pwd`; \ 457 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 458 include_option=--etags-include; \ 459 empty_fix=.; \ 460 else \ 461 include_option=--include; \ 462 empty_fix=; \ 463 fi; \ 464 list='$(SUBDIRS)'; for subdir in $$list; do \ 465 if test "$$subdir" = .; then :; else \ 466 test ! -f $$subdir/TAGS || \ 467 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 468 fi; \ 469 done; \ 470 $(am__define_uniq_tagged_files); \ 471 shift; \ 472 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 473 test -n "$$unique" || unique=$$empty_fix; \ 474 if test $$# -gt 0; then \ 475 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 476 "$$@" $$unique; \ 477 else \ 478 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 479 $$unique; \ 480 fi; \ 481 fi 482 ctags: ctags-recursive 483 484 CTAGS: ctags 485 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 486 $(am__define_uniq_tagged_files); \ 487 test -z "$(CTAGS_ARGS)$$unique" \ 488 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 489 $$unique 490 491 GTAGS: 492 here=`$(am__cd) $(top_builddir) && pwd` \ 493 && $(am__cd) $(top_srcdir) \ 494 && gtags -i $(GTAGS_ARGS) "$$here" 495 cscopelist: cscopelist-recursive 496 497 cscopelist-am: $(am__tagged_files) 498 list='$(am__tagged_files)'; \ 499 case "$(srcdir)" in \ 500 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 501 *) sdir=$(subdir)/$(srcdir) ;; \ 502 esac; \ 503 for i in $$list; do \ 504 if test -f "$$i"; then \ 505 echo "$(subdir)/$$i"; \ 506 else \ 507 echo "$$sdir/$$i"; \ 508 fi; \ 509 done >> $(top_builddir)/cscope.files 510 511 distclean-tags: 512 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 513 514 distdir: $(BUILT_SOURCES) 515 $(MAKE) $(AM_MAKEFLAGS) distdir-am 516 517 distdir-am: $(DISTFILES) 518 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 519 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 520 list='$(DISTFILES)'; \ 521 dist_files=`for file in $$list; do echo $$file; done | \ 522 sed -e "s|^$$srcdirstrip/||;t" \ 523 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 524 case $$dist_files in \ 525 */*) $(MKDIR_P) `echo "$$dist_files" | \ 526 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 527 sort -u` ;; \ 528 esac; \ 529 for file in $$dist_files; do \ 530 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 531 if test -d $$d/$$file; then \ 532 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 533 if test -d "$(distdir)/$$file"; then \ 534 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 535 fi; \ 536 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 537 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 538 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 539 fi; \ 540 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 541 else \ 542 test -f "$(distdir)/$$file" \ 543 || cp -p $$d/$$file "$(distdir)/$$file" \ 544 || exit 1; \ 545 fi; \ 546 done 547 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 548 if test "$$subdir" = .; then :; else \ 549 $(am__make_dryrun) \ 550 || test -d "$(distdir)/$$subdir" \ 551 || $(MKDIR_P) "$(distdir)/$$subdir" \ 552 || exit 1; \ 553 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 554 $(am__relativize); \ 555 new_distdir=$$reldir; \ 556 dir1=$$subdir; dir2="$(top_distdir)"; \ 557 $(am__relativize); \ 558 new_top_distdir=$$reldir; \ 559 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 560 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 561 ($(am__cd) $$subdir && \ 562 $(MAKE) $(AM_MAKEFLAGS) \ 563 top_distdir="$$new_top_distdir" \ 564 distdir="$$new_distdir" \ 565 am__remove_distdir=: \ 566 am__skip_length_check=: \ 567 am__skip_mode_fix=: \ 568 distdir) \ 569 || exit 1; \ 570 fi; \ 571 done 572 check-am: all-am 573 check: check-recursive 574 all-am: Makefile 575 installdirs: installdirs-recursive 576 installdirs-am: 577 install: install-recursive 578 install-exec: install-exec-recursive 579 install-data: install-data-recursive 580 uninstall: uninstall-recursive 581 582 install-am: all-am 583 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 584 585 installcheck: installcheck-recursive 586 install-strip: 587 if test -z '$(STRIP)'; then \ 588 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 589 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 590 install; \ 591 else \ 592 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 593 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 594 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 595 fi 596 mostlyclean-generic: 597 598 clean-generic: 599 600 distclean-generic: 601 -$(am__rm_f) $(CONFIG_CLEAN_FILES) 602 -test . = "$(srcdir)" || $(am__rm_f) $(CONFIG_CLEAN_VPATH_FILES) 603 604 maintainer-clean-generic: 605 @echo "This command is intended for maintainers to use" 606 @echo "it deletes files that may require special tools to rebuild." 607 check-valgrind: check-valgrind-recursive 608 609 check-valgrind-am: check-valgrind-local 610 611 check-valgrind-drd: check-valgrind-drd-recursive 612 613 check-valgrind-drd-am: check-valgrind-drd-local 614 615 check-valgrind-helgrind: check-valgrind-helgrind-recursive 616 617 check-valgrind-helgrind-am: check-valgrind-helgrind-local 618 619 check-valgrind-memcheck: check-valgrind-memcheck-recursive 620 621 check-valgrind-memcheck-am: check-valgrind-memcheck-local 622 623 check-valgrind-sgcheck: check-valgrind-sgcheck-recursive 624 625 check-valgrind-sgcheck-am: check-valgrind-sgcheck-local 626 627 clean: clean-recursive 628 629 clean-am: clean-generic clean-libtool mostlyclean-am 630 631 distclean: distclean-recursive 632 -rm -f Makefile 633 distclean-am: clean-am distclean-generic distclean-tags 634 635 dvi: dvi-recursive 636 637 dvi-am: 638 639 html: html-recursive 640 641 html-am: 642 643 info: info-recursive 644 645 info-am: 646 647 install-data-am: 648 649 install-dvi: install-dvi-recursive 650 651 install-dvi-am: 652 653 install-exec-am: 654 655 install-html: install-html-recursive 656 657 install-html-am: 658 659 install-info: install-info-recursive 660 661 install-info-am: 662 663 install-man: 664 665 install-pdf: install-pdf-recursive 666 667 install-pdf-am: 668 669 install-ps: install-ps-recursive 670 671 install-ps-am: 672 673 installcheck-am: 674 675 maintainer-clean: maintainer-clean-recursive 676 -rm -f Makefile 677 maintainer-clean-am: distclean-am maintainer-clean-generic 678 679 mostlyclean: mostlyclean-recursive 680 681 mostlyclean-am: mostlyclean-generic mostlyclean-libtool 682 683 pdf: pdf-recursive 684 685 pdf-am: 686 687 ps: ps-recursive 688 689 ps-am: 690 691 uninstall-am: 692 693 .MAKE: $(am__recursive_targets) install-am install-strip 694 695 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ 696 check-am check-valgrind-am check-valgrind-drd-am \ 697 check-valgrind-drd-local check-valgrind-helgrind-am \ 698 check-valgrind-helgrind-local check-valgrind-local \ 699 check-valgrind-memcheck-am check-valgrind-memcheck-local \ 700 check-valgrind-sgcheck-am check-valgrind-sgcheck-local clean \ 701 clean-generic clean-libtool cscopelist-am ctags ctags-am \ 702 distclean distclean-generic distclean-libtool distclean-tags \ 703 distdir dvi dvi-am html html-am info info-am install \ 704 install-am install-data install-data-am install-dvi \ 705 install-dvi-am install-exec install-exec-am install-html \ 706 install-html-am install-info install-info-am install-man \ 707 install-pdf install-pdf-am install-ps install-ps-am \ 708 install-strip installcheck installcheck-am installdirs \ 709 installdirs-am maintainer-clean maintainer-clean-generic \ 710 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ 711 ps ps-am tags tags-am uninstall uninstall-am 712 713 .PRECIOUS: Makefile 714 715 716 # Tell versions [3.59,3.63) of GNU make to not export all variables. 717 # Otherwise a system limit (for SysV at least) may be exceeded. 718 .NOEXPORT: 719 720 # Tell GNU make to disable its built-in pattern rules. 721 %:: %,v 722 %:: RCS/%,v 723 %:: RCS/% 724 %:: s.% 725 %:: SCCS/s.%