microsoft/onnxruntime-extensions
Publicmirrored fromhttps://github.com/microsoft/onnxruntime-extensionsAvailable
cmake/externals/farmhash/src/Makefile.in
1029lines · modecode
| 1 | # Makefile.in generated by automake 1.14.1 from Makefile.am. |
| 2 | # @configure_input@ |
| 3 | |
| 4 | # Copyright (C) 1994-2013 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 | |
| 18 | |
| 19 | VPATH = @srcdir@ |
| 20 | am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' |
| 21 | am__make_running_with_option = \ |
| 22 | case $${target_option-} in \ |
| 23 | ?) ;; \ |
| 24 | *) echo "am__make_running_with_option: internal error: invalid" \ |
| 25 | "target option '$${target_option-}' specified" >&2; \ |
| 26 | exit 1;; \ |
| 27 | esac; \ |
| 28 | has_opt=no; \ |
| 29 | sane_makeflags=$$MAKEFLAGS; \ |
| 30 | if $(am__is_gnu_make); then \ |
| 31 | sane_makeflags=$$MFLAGS; \ |
| 32 | else \ |
| 33 | case $$MAKEFLAGS in \ |
| 34 | *\\[\ \ ]*) \ |
| 35 | bs=\\; \ |
| 36 | sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ |
| 37 | | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ |
| 38 | esac; \ |
| 39 | fi; \ |
| 40 | skip_next=no; \ |
| 41 | strip_trailopt () \ |
| 42 | { \ |
| 43 | flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ |
| 44 | }; \ |
| 45 | for flg in $$sane_makeflags; do \ |
| 46 | test $$skip_next = yes && { skip_next=no; continue; }; \ |
| 47 | case $$flg in \ |
| 48 | *=*|--*) continue;; \ |
| 49 | -*I) strip_trailopt 'I'; skip_next=yes;; \ |
| 50 | -*I?*) strip_trailopt 'I';; \ |
| 51 | -*O) strip_trailopt 'O'; skip_next=yes;; \ |
| 52 | -*O?*) strip_trailopt 'O';; \ |
| 53 | -*l) strip_trailopt 'l'; skip_next=yes;; \ |
| 54 | -*l?*) strip_trailopt 'l';; \ |
| 55 | -[dEDm]) skip_next=yes;; \ |
| 56 | -[JT]) skip_next=yes;; \ |
| 57 | esac; \ |
| 58 | case $$flg in \ |
| 59 | *$$target_option*) has_opt=yes; break;; \ |
| 60 | esac; \ |
| 61 | done; \ |
| 62 | test $$has_opt = yes |
| 63 | am__make_dryrun = (target_option=n; $(am__make_running_with_option)) |
| 64 | am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) |
| 65 | pkgdatadir = $(datadir)/@PACKAGE@ |
| 66 | pkgincludedir = $(includedir)/@PACKAGE@ |
| 67 | pkglibdir = $(libdir)/@PACKAGE@ |
| 68 | pkglibexecdir = $(libexecdir)/@PACKAGE@ |
| 69 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
| 70 | install_sh_DATA = $(install_sh) -c -m 644 |
| 71 | install_sh_PROGRAM = $(install_sh) -c |
| 72 | install_sh_SCRIPT = $(install_sh) -c |
| 73 | INSTALL_HEADER = $(INSTALL_DATA) |
| 74 | transform = $(program_transform_name) |
| 75 | NORMAL_INSTALL = : |
| 76 | PRE_INSTALL = : |
| 77 | POST_INSTALL = : |
| 78 | NORMAL_UNINSTALL = : |
| 79 | PRE_UNINSTALL = : |
| 80 | POST_UNINSTALL = : |
| 81 | build_triplet = @build@ |
| 82 | host_triplet = @host@ |
| 83 | TESTS = farmhash_unittest$(EXEEXT) |
| 84 | noinst_PROGRAMS = $(am__EXEEXT_1) |
| 85 | subdir = src |
| 86 | DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ |
| 87 | $(top_srcdir)/depcomp $(include_HEADERS) \ |
| 88 | $(top_srcdir)/test-driver |
| 89 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
| 90 | am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ |
| 91 | $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ |
| 92 | $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ |
| 93 | $(top_srcdir)/configure.ac |
| 94 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
| 95 | $(ACLOCAL_M4) |
| 96 | mkinstalldirs = $(install_sh) -d |
| 97 | CONFIG_HEADER = $(top_builddir)/config.h |
| 98 | CONFIG_CLEAN_FILES = |
| 99 | CONFIG_CLEAN_VPATH_FILES = |
| 100 | am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; |
| 101 | am__vpath_adj = case $$p in \ |
| 102 | $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ |
| 103 | *) f=$$p;; \ |
| 104 | esac; |
| 105 | am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; |
| 106 | am__install_max = 40 |
| 107 | am__nobase_strip_setup = \ |
| 108 | srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` |
| 109 | am__nobase_strip = \ |
| 110 | for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" |
| 111 | am__nobase_list = $(am__nobase_strip_setup); \ |
| 112 | for p in $$list; do echo "$$p $$p"; done | \ |
| 113 | sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ |
| 114 | $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ |
| 115 | if (++n[$$2] == $(am__install_max)) \ |
| 116 | { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ |
| 117 | END { for (dir in files) print dir, files[dir] }' |
| 118 | am__base_list = \ |
| 119 | sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ |
| 120 | sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' |
| 121 | am__uninstall_files_from_dir = { \ |
| 122 | test -z "$$files" \ |
| 123 | || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ |
| 124 | || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ |
| 125 | $(am__cd) "$$dir" && rm -f $$files; }; \ |
| 126 | } |
| 127 | am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)" |
| 128 | LTLIBRARIES = $(lib_LTLIBRARIES) |
| 129 | libfarmhash_la_LIBADD = |
| 130 | am_libfarmhash_la_OBJECTS = farmhash.lo |
| 131 | libfarmhash_la_OBJECTS = $(am_libfarmhash_la_OBJECTS) |
| 132 | AM_V_lt = $(am__v_lt_@AM_V@) |
| 133 | am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) |
| 134 | am__v_lt_0 = --silent |
| 135 | am__v_lt_1 = |
| 136 | am__EXEEXT_1 = farmhash_unittest$(EXEEXT) |
| 137 | PROGRAMS = $(noinst_PROGRAMS) |
| 138 | am_farmhash_unittest_OBJECTS = farm-test.$(OBJEXT) |
| 139 | farmhash_unittest_OBJECTS = $(am_farmhash_unittest_OBJECTS) |
| 140 | farmhash_unittest_DEPENDENCIES = libfarmhash.la |
| 141 | AM_V_P = $(am__v_P_@AM_V@) |
| 142 | am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
| 143 | am__v_P_0 = false |
| 144 | am__v_P_1 = : |
| 145 | AM_V_GEN = $(am__v_GEN_@AM_V@) |
| 146 | am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
| 147 | am__v_GEN_0 = @echo " GEN " $@; |
| 148 | am__v_GEN_1 = |
| 149 | AM_V_at = $(am__v_at_@AM_V@) |
| 150 | am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
| 151 | am__v_at_0 = @ |
| 152 | am__v_at_1 = |
| 153 | DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) |
| 154 | depcomp = $(SHELL) $(top_srcdir)/depcomp |
| 155 | am__depfiles_maybe = depfiles |
| 156 | am__mv = mv -f |
| 157 | CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ |
| 158 | $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) |
| 159 | LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ |
| 160 | $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ |
| 161 | $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ |
| 162 | $(AM_CXXFLAGS) $(CXXFLAGS) |
| 163 | AM_V_CXX = $(am__v_CXX_@AM_V@) |
| 164 | am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) |
| 165 | am__v_CXX_0 = @echo " CXX " $@; |
| 166 | am__v_CXX_1 = |
| 167 | CXXLD = $(CXX) |
| 168 | CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ |
| 169 | $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ |
| 170 | $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ |
| 171 | AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) |
| 172 | am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) |
| 173 | am__v_CXXLD_0 = @echo " CXXLD " $@; |
| 174 | am__v_CXXLD_1 = |
| 175 | SOURCES = $(libfarmhash_la_SOURCES) $(farmhash_unittest_SOURCES) |
| 176 | DIST_SOURCES = $(libfarmhash_la_SOURCES) $(farmhash_unittest_SOURCES) |
| 177 | am__can_run_installinfo = \ |
| 178 | case $$AM_UPDATE_INFO_DIR in \ |
| 179 | n|no|NO) false;; \ |
| 180 | *) (install-info --version) >/dev/null 2>&1;; \ |
| 181 | esac |
| 182 | HEADERS = $(include_HEADERS) |
| 183 | am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) |
| 184 | # Read a list of newline-separated strings from the standard input, |
| 185 | # and print each of them once, without duplicates. Input order is |
| 186 | # *not* preserved. |
| 187 | am__uniquify_input = $(AWK) '\ |
| 188 | BEGIN { nonempty = 0; } \ |
| 189 | { items[$$0] = 1; nonempty = 1; } \ |
| 190 | END { if (nonempty) { for (i in items) print i; }; } \ |
| 191 | ' |
| 192 | # Make sure the list of sources is unique. This is necessary because, |
| 193 | # e.g., the same source file might be shared among _SOURCES variables |
| 194 | # for different programs/libraries. |
| 195 | am__define_uniq_tagged_files = \ |
| 196 | list='$(am__tagged_files)'; \ |
| 197 | unique=`for i in $$list; do \ |
| 198 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
| 199 | done | $(am__uniquify_input)` |
| 200 | ETAGS = etags |
| 201 | CTAGS = ctags |
| 202 | am__tty_colors_dummy = \ |
| 203 | mgn= red= grn= lgn= blu= brg= std=; \ |
| 204 | am__color_tests=no |
| 205 | am__tty_colors = { \ |
| 206 | $(am__tty_colors_dummy); \ |
| 207 | if test "X$(AM_COLOR_TESTS)" = Xno; then \ |
| 208 | am__color_tests=no; \ |
| 209 | elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ |
| 210 | am__color_tests=yes; \ |
| 211 | elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ |
| 212 | am__color_tests=yes; \ |
| 213 | fi; \ |
| 214 | if test $$am__color_tests = yes; then \ |
| 215 | red='[0;31m'; \ |
| 216 | grn='[0;32m'; \ |
| 217 | lgn='[1;32m'; \ |
| 218 | blu='[1;34m'; \ |
| 219 | mgn='[0;35m'; \ |
| 220 | brg='[1m'; \ |
| 221 | std='[m'; \ |
| 222 | fi; \ |
| 223 | } |
| 224 | am__recheck_rx = ^[ ]*:recheck:[ ]* |
| 225 | am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* |
| 226 | am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* |
| 227 | # A command that, given a newline-separated list of test names on the |
| 228 | # standard input, print the name of the tests that are to be re-run |
| 229 | # upon "make recheck". |
| 230 | am__list_recheck_tests = $(AWK) '{ \ |
| 231 | recheck = 1; \ |
| 232 | while ((rc = (getline line < ($$0 ".trs"))) != 0) \ |
| 233 | { \ |
| 234 | if (rc < 0) \ |
| 235 | { \ |
| 236 | if ((getline line2 < ($$0 ".log")) < 0) \ |
| 237 | recheck = 0; \ |
| 238 | break; \ |
| 239 | } \ |
| 240 | else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ |
| 241 | { \ |
| 242 | recheck = 0; \ |
| 243 | break; \ |
| 244 | } \ |
| 245 | else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ |
| 246 | { \ |
| 247 | break; \ |
| 248 | } \ |
| 249 | }; \ |
| 250 | if (recheck) \ |
| 251 | print $$0; \ |
| 252 | close ($$0 ".trs"); \ |
| 253 | close ($$0 ".log"); \ |
| 254 | }' |
| 255 | # A command that, given a newline-separated list of test names on the |
| 256 | # standard input, create the global log from their .trs and .log files. |
| 257 | am__create_global_log = $(AWK) ' \ |
| 258 | function fatal(msg) \ |
| 259 | { \ |
| 260 | print "fatal: making $@: " msg | "cat >&2"; \ |
| 261 | exit 1; \ |
| 262 | } \ |
| 263 | function rst_section(header) \ |
| 264 | { \ |
| 265 | print header; \ |
| 266 | len = length(header); \ |
| 267 | for (i = 1; i <= len; i = i + 1) \ |
| 268 | printf "="; \ |
| 269 | printf "\n\n"; \ |
| 270 | } \ |
| 271 | { \ |
| 272 | copy_in_global_log = 1; \ |
| 273 | global_test_result = "RUN"; \ |
| 274 | while ((rc = (getline line < ($$0 ".trs"))) != 0) \ |
| 275 | { \ |
| 276 | if (rc < 0) \ |
| 277 | fatal("failed to read from " $$0 ".trs"); \ |
| 278 | if (line ~ /$(am__global_test_result_rx)/) \ |
| 279 | { \ |
| 280 | sub("$(am__global_test_result_rx)", "", line); \ |
| 281 | sub("[ ]*$$", "", line); \ |
| 282 | global_test_result = line; \ |
| 283 | } \ |
| 284 | else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \ |
| 285 | copy_in_global_log = 0; \ |
| 286 | }; \ |
| 287 | if (copy_in_global_log) \ |
| 288 | { \ |
| 289 | rst_section(global_test_result ": " $$0); \ |
| 290 | while ((rc = (getline line < ($$0 ".log"))) != 0) \ |
| 291 | { \ |
| 292 | if (rc < 0) \ |
| 293 | fatal("failed to read from " $$0 ".log"); \ |
| 294 | print line; \ |
| 295 | }; \ |
| 296 | printf "\n"; \ |
| 297 | }; \ |
| 298 | close ($$0 ".trs"); \ |
| 299 | close ($$0 ".log"); \ |
| 300 | }' |
| 301 | # Restructured Text title. |
| 302 | am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; } |
| 303 | # Solaris 10 'make', and several other traditional 'make' implementations, |
| 304 | # pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it |
| 305 | # by disabling -e (using the XSI extension "set +e") if it's set. |
| 306 | am__sh_e_setup = case $$- in *e*) set +e;; esac |
| 307 | # Default flags passed to test drivers. |
| 308 | am__common_driver_flags = \ |
| 309 | --color-tests "$$am__color_tests" \ |
| 310 | --enable-hard-errors "$$am__enable_hard_errors" \ |
| 311 | --expect-failure "$$am__expect_failure" |
| 312 | # To be inserted before the command running the test. Creates the |
| 313 | # directory for the log if needed. Stores in $dir the directory |
| 314 | # containing $f, in $tst the test, in $log the log. Executes the |
| 315 | # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and |
| 316 | # passes TESTS_ENVIRONMENT. Set up options for the wrapper that |
| 317 | # will run the test scripts (or their associated LOG_COMPILER, if |
| 318 | # thy have one). |
| 319 | am__check_pre = \ |
| 320 | $(am__sh_e_setup); \ |
| 321 | $(am__vpath_adj_setup) $(am__vpath_adj) \ |
| 322 | $(am__tty_colors); \ |
| 323 | srcdir=$(srcdir); export srcdir; \ |
| 324 | case "$@" in \ |
| 325 | */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ |
| 326 | *) am__odir=.;; \ |
| 327 | esac; \ |
| 328 | test "x$$am__odir" = x"." || test -d "$$am__odir" \ |
| 329 | || $(MKDIR_P) "$$am__odir" || exit $$?; \ |
| 330 | if test -f "./$$f"; then dir=./; \ |
| 331 | elif test -f "$$f"; then dir=; \ |
| 332 | else dir="$(srcdir)/"; fi; \ |
| 333 | tst=$$dir$$f; log='$@'; \ |
| 334 | if test -n '$(DISABLE_HARD_ERRORS)'; then \ |
| 335 | am__enable_hard_errors=no; \ |
| 336 | else \ |
| 337 | am__enable_hard_errors=yes; \ |
| 338 | fi; \ |
| 339 | case " $(XFAIL_TESTS) " in \ |
| 340 | *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ |
| 341 | am__expect_failure=yes;; \ |
| 342 | *) \ |
| 343 | am__expect_failure=no;; \ |
| 344 | esac; \ |
| 345 | $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT) |
| 346 | # A shell command to get the names of the tests scripts with any registered |
| 347 | # extension removed (i.e., equivalently, the names of the test logs, with |
| 348 | # the '.log' extension removed). The result is saved in the shell variable |
| 349 | # '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, |
| 350 | # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", |
| 351 | # since that might cause problem with VPATH rewrites for suffix-less tests. |
| 352 | # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. |
| 353 | am__set_TESTS_bases = \ |
| 354 | bases='$(TEST_LOGS)'; \ |
| 355 | bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ |
| 356 | bases=`echo $$bases` |
| 357 | RECHECK_LOGS = $(TEST_LOGS) |
| 358 | AM_RECURSIVE_TARGETS = check recheck |
| 359 | TEST_SUITE_LOG = test-suite.log |
| 360 | TEST_EXTENSIONS = @EXEEXT@ .test |
| 361 | LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver |
| 362 | LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) |
| 363 | am__set_b = \ |
| 364 | case '$@' in \ |
| 365 | */*) \ |
| 366 | case '$*' in \ |
| 367 | */*) b='$*';; \ |
| 368 | *) b=`echo '$@' | sed 's/\.log$$//'`; \ |
| 369 | esac;; \ |
| 370 | *) \ |
| 371 | b='$*';; \ |
| 372 | esac |
| 373 | am__test_logs1 = $(TESTS:=.log) |
| 374 | am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log) |
| 375 | TEST_LOGS = $(am__test_logs2:.test.log=.log) |
| 376 | TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver |
| 377 | TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ |
| 378 | $(TEST_LOG_FLAGS) |
| 379 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
| 380 | ACLOCAL = @ACLOCAL@ |
| 381 | AMTAR = @AMTAR@ |
| 382 | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ |
| 383 | AR = @AR@ |
| 384 | AUTOCONF = @AUTOCONF@ |
| 385 | AUTOHEADER = @AUTOHEADER@ |
| 386 | AUTOMAKE = @AUTOMAKE@ |
| 387 | AWK = @AWK@ |
| 388 | CC = @CC@ |
| 389 | CCDEPMODE = @CCDEPMODE@ |
| 390 | CFLAGS = @CFLAGS@ |
| 391 | CPP = @CPP@ |
| 392 | CPPFLAGS = @CPPFLAGS@ |
| 393 | CXX = @CXX@ |
| 394 | CXXCPP = @CXXCPP@ |
| 395 | CXXDEPMODE = @CXXDEPMODE@ |
| 396 | CXXFLAGS = @CXXFLAGS@ |
| 397 | CYGPATH_W = @CYGPATH_W@ |
| 398 | DEFS = @DEFS@ |
| 399 | DEPDIR = @DEPDIR@ |
| 400 | DLLTOOL = @DLLTOOL@ |
| 401 | DSYMUTIL = @DSYMUTIL@ |
| 402 | DUMPBIN = @DUMPBIN@ |
| 403 | ECHO_C = @ECHO_C@ |
| 404 | ECHO_N = @ECHO_N@ |
| 405 | ECHO_T = @ECHO_T@ |
| 406 | EGREP = @EGREP@ |
| 407 | EXEEXT = @EXEEXT@ |
| 408 | FGREP = @FGREP@ |
| 409 | GREP = @GREP@ |
| 410 | INSTALL = @INSTALL@ |
| 411 | INSTALL_DATA = @INSTALL_DATA@ |
| 412 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
| 413 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
| 414 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
| 415 | LD = @LD@ |
| 416 | LDFLAGS = @LDFLAGS@ |
| 417 | LIBOBJS = @LIBOBJS@ |
| 418 | LIBS = @LIBS@ |
| 419 | LIBTOOL = @LIBTOOL@ |
| 420 | LIPO = @LIPO@ |
| 421 | LN_S = @LN_S@ |
| 422 | LTLIBOBJS = @LTLIBOBJS@ |
| 423 | MAKEINFO = @MAKEINFO@ |
| 424 | MANIFEST_TOOL = @MANIFEST_TOOL@ |
| 425 | MKDIR_P = @MKDIR_P@ |
| 426 | NM = @NM@ |
| 427 | NMEDIT = @NMEDIT@ |
| 428 | OBJDUMP = @OBJDUMP@ |
| 429 | OBJEXT = @OBJEXT@ |
| 430 | OTOOL = @OTOOL@ |
| 431 | OTOOL64 = @OTOOL64@ |
| 432 | PACKAGE = @PACKAGE@ |
| 433 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
| 434 | PACKAGE_NAME = @PACKAGE_NAME@ |
| 435 | PACKAGE_STRING = @PACKAGE_STRING@ |
| 436 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
| 437 | PACKAGE_URL = @PACKAGE_URL@ |
| 438 | PACKAGE_VERSION = @PACKAGE_VERSION@ |
| 439 | PATH_SEPARATOR = @PATH_SEPARATOR@ |
| 440 | RANLIB = @RANLIB@ |
| 441 | SED = @SED@ |
| 442 | SET_MAKE = @SET_MAKE@ |
| 443 | SHELL = @SHELL@ |
| 444 | STRIP = @STRIP@ |
| 445 | VERSION = @VERSION@ |
| 446 | abs_builddir = @abs_builddir@ |
| 447 | abs_srcdir = @abs_srcdir@ |
| 448 | abs_top_builddir = @abs_top_builddir@ |
| 449 | abs_top_srcdir = @abs_top_srcdir@ |
| 450 | ac_ct_AR = @ac_ct_AR@ |
| 451 | ac_ct_CC = @ac_ct_CC@ |
| 452 | ac_ct_CXX = @ac_ct_CXX@ |
| 453 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
| 454 | am__include = @am__include@ |
| 455 | am__leading_dot = @am__leading_dot@ |
| 456 | am__quote = @am__quote@ |
| 457 | am__tar = @am__tar@ |
| 458 | am__untar = @am__untar@ |
| 459 | bindir = @bindir@ |
| 460 | build = @build@ |
| 461 | build_alias = @build_alias@ |
| 462 | build_cpu = @build_cpu@ |
| 463 | build_os = @build_os@ |
| 464 | build_vendor = @build_vendor@ |
| 465 | builddir = @builddir@ |
| 466 | datadir = @datadir@ |
| 467 | datarootdir = @datarootdir@ |
| 468 | docdir = @docdir@ |
| 469 | dvidir = @dvidir@ |
| 470 | exec_prefix = @exec_prefix@ |
| 471 | host = @host@ |
| 472 | host_alias = @host_alias@ |
| 473 | host_cpu = @host_cpu@ |
| 474 | host_os = @host_os@ |
| 475 | host_vendor = @host_vendor@ |
| 476 | htmldir = @htmldir@ |
| 477 | includedir = @includedir@ |
| 478 | infodir = @infodir@ |
| 479 | install_sh = @install_sh@ |
| 480 | libdir = @libdir@ |
| 481 | libexecdir = @libexecdir@ |
| 482 | localedir = @localedir@ |
| 483 | localstatedir = @localstatedir@ |
| 484 | mandir = @mandir@ |
| 485 | mkdir_p = @mkdir_p@ |
| 486 | oldincludedir = @oldincludedir@ |
| 487 | pdfdir = @pdfdir@ |
| 488 | prefix = @prefix@ |
| 489 | program_transform_name = @program_transform_name@ |
| 490 | psdir = @psdir@ |
| 491 | sbindir = @sbindir@ |
| 492 | sharedstatedir = @sharedstatedir@ |
| 493 | srcdir = @srcdir@ |
| 494 | sysconfdir = @sysconfdir@ |
| 495 | target_alias = @target_alias@ |
| 496 | top_build_prefix = @top_build_prefix@ |
| 497 | top_builddir = @top_builddir@ |
| 498 | top_srcdir = @top_srcdir@ |
| 499 | |
| 500 | # library |
| 501 | lib_LTLIBRARIES = libfarmhash.la |
| 502 | libfarmhash_la_SOURCES = farmhash.cc |
| 503 | include_HEADERS = farmhash.h |
| 504 | |
| 505 | # test |
| 506 | farmhash_unittest_SOURCES = farm-test.cc |
| 507 | farmhash_unittest_LDADD = libfarmhash.la |
| 508 | all: all-am |
| 509 | |
| 510 | .SUFFIXES: |
| 511 | .SUFFIXES: .cc .lo .log .o .obj .test .test$(EXEEXT) .trs |
| 512 | $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |
| 513 | @for dep in $?; do \ |
| 514 | case '$(am__configure_deps)' in \ |
| 515 | *$$dep*) \ |
| 516 | ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ |
| 517 | && { if test -f $@; then exit 0; else break; fi; }; \ |
| 518 | exit 1;; \ |
| 519 | esac; \ |
| 520 | done; \ |
| 521 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ |
| 522 | $(am__cd) $(top_srcdir) && \ |
| 523 | $(AUTOMAKE) --foreign src/Makefile |
| 524 | .PRECIOUS: Makefile |
| 525 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
| 526 | @case '$?' in \ |
| 527 | *config.status*) \ |
| 528 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ |
| 529 | *) \ |
| 530 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ |
| 531 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ |
| 532 | esac; |
| 533 | |
| 534 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
| 535 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
| 536 | |
| 537 | $(top_srcdir)/configure: $(am__configure_deps) |
| 538 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
| 539 | $(ACLOCAL_M4): $(am__aclocal_m4_deps) |
| 540 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
| 541 | $(am__aclocal_m4_deps): |
| 542 | |
| 543 | install-libLTLIBRARIES: $(lib_LTLIBRARIES) |
| 544 | @$(NORMAL_INSTALL) |
| 545 | @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ |
| 546 | list2=; for p in $$list; do \ |
| 547 | if test -f $$p; then \ |
| 548 | list2="$$list2 $$p"; \ |
| 549 | else :; fi; \ |
| 550 | done; \ |
| 551 | test -z "$$list2" || { \ |
| 552 | echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ |
| 553 | $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ |
| 554 | echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ |
| 555 | $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ |
| 556 | } |
| 557 | |
| 558 | uninstall-libLTLIBRARIES: |
| 559 | @$(NORMAL_UNINSTALL) |
| 560 | @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ |
| 561 | for p in $$list; do \ |
| 562 | $(am__strip_dir) \ |
| 563 | echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ |
| 564 | $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ |
| 565 | done |
| 566 | |
| 567 | clean-libLTLIBRARIES: |
| 568 | -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) |
| 569 | @list='$(lib_LTLIBRARIES)'; \ |
| 570 | locs=`for p in $$list; do echo $$p; done | \ |
| 571 | sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ |
| 572 | sort -u`; \ |
| 573 | test -z "$$locs" || { \ |
| 574 | echo rm -f $${locs}; \ |
| 575 | rm -f $${locs}; \ |
| 576 | } |
| 577 | |
| 578 | libfarmhash.la: $(libfarmhash_la_OBJECTS) $(libfarmhash_la_DEPENDENCIES) $(EXTRA_libfarmhash_la_DEPENDENCIES) |
| 579 | $(AM_V_CXXLD)$(CXXLINK) -rpath $(libdir) $(libfarmhash_la_OBJECTS) $(libfarmhash_la_LIBADD) $(LIBS) |
| 580 | |
| 581 | clean-noinstPROGRAMS: |
| 582 | @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ |
| 583 | echo " rm -f" $$list; \ |
| 584 | rm -f $$list || exit $$?; \ |
| 585 | test -n "$(EXEEXT)" || exit 0; \ |
| 586 | list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ |
| 587 | echo " rm -f" $$list; \ |
| 588 | rm -f $$list |
| 589 | |
| 590 | farmhash_unittest$(EXEEXT): $(farmhash_unittest_OBJECTS) $(farmhash_unittest_DEPENDENCIES) $(EXTRA_farmhash_unittest_DEPENDENCIES) |
| 591 | @rm -f farmhash_unittest$(EXEEXT) |
| 592 | $(AM_V_CXXLD)$(CXXLINK) $(farmhash_unittest_OBJECTS) $(farmhash_unittest_LDADD) $(LIBS) |
| 593 | |
| 594 | mostlyclean-compile: |
| 595 | -rm -f *.$(OBJEXT) |
| 596 | |
| 597 | distclean-compile: |
| 598 | -rm -f *.tab.c |
| 599 | |
| 600 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/farm-test.Po@am__quote@ |
| 601 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/farmhash.Plo@am__quote@ |
| 602 | |
| 603 | .cc.o: |
| 604 | @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
| 605 | @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
| 606 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 607 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 608 | @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< |
| 609 | |
| 610 | .cc.obj: |
| 611 | @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` |
| 612 | @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
| 613 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 614 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 615 | @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
| 616 | |
| 617 | .cc.lo: |
| 618 | @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
| 619 | @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo |
| 620 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ |
| 621 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 622 | @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< |
| 623 | |
| 624 | mostlyclean-libtool: |
| 625 | -rm -f *.lo |
| 626 | |
| 627 | clean-libtool: |
| 628 | -rm -rf .libs _libs |
| 629 | install-includeHEADERS: $(include_HEADERS) |
| 630 | @$(NORMAL_INSTALL) |
| 631 | @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ |
| 632 | if test -n "$$list"; then \ |
| 633 | echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \ |
| 634 | $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \ |
| 635 | fi; \ |
| 636 | for p in $$list; do \ |
| 637 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
| 638 | echo "$$d$$p"; \ |
| 639 | done | $(am__base_list) | \ |
| 640 | while read files; do \ |
| 641 | echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \ |
| 642 | $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \ |
| 643 | done |
| 644 | |
| 645 | uninstall-includeHEADERS: |
| 646 | @$(NORMAL_UNINSTALL) |
| 647 | @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ |
| 648 | files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
| 649 | dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir) |
| 650 | |
| 651 | ID: $(am__tagged_files) |
| 652 | $(am__define_uniq_tagged_files); mkid -fID $$unique |
| 653 | tags: tags-am |
| 654 | TAGS: tags |
| 655 | |
| 656 | tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
| 657 | set x; \ |
| 658 | here=`pwd`; \ |
| 659 | $(am__define_uniq_tagged_files); \ |
| 660 | shift; \ |
| 661 | if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
| 662 | test -n "$$unique" || unique=$$empty_fix; \ |
| 663 | if test $$# -gt 0; then \ |
| 664 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
| 665 | "$$@" $$unique; \ |
| 666 | else \ |
| 667 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
| 668 | $$unique; \ |
| 669 | fi; \ |
| 670 | fi |
| 671 | ctags: ctags-am |
| 672 | |
| 673 | CTAGS: ctags |
| 674 | ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
| 675 | $(am__define_uniq_tagged_files); \ |
| 676 | test -z "$(CTAGS_ARGS)$$unique" \ |
| 677 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
| 678 | $$unique |
| 679 | |
| 680 | GTAGS: |
| 681 | here=`$(am__cd) $(top_builddir) && pwd` \ |
| 682 | && $(am__cd) $(top_srcdir) \ |
| 683 | && gtags -i $(GTAGS_ARGS) "$$here" |
| 684 | cscopelist: cscopelist-am |
| 685 | |
| 686 | cscopelist-am: $(am__tagged_files) |
| 687 | list='$(am__tagged_files)'; \ |
| 688 | case "$(srcdir)" in \ |
| 689 | [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ |
| 690 | *) sdir=$(subdir)/$(srcdir) ;; \ |
| 691 | esac; \ |
| 692 | for i in $$list; do \ |
| 693 | if test -f "$$i"; then \ |
| 694 | echo "$(subdir)/$$i"; \ |
| 695 | else \ |
| 696 | echo "$$sdir/$$i"; \ |
| 697 | fi; \ |
| 698 | done >> $(top_builddir)/cscope.files |
| 699 | |
| 700 | distclean-tags: |
| 701 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
| 702 | |
| 703 | # Recover from deleted '.trs' file; this should ensure that |
| 704 | # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create |
| 705 | # both 'foo.log' and 'foo.trs'. Break the recipe in two subshells |
| 706 | # to avoid problems with "make -n". |
| 707 | .log.trs: |
| 708 | rm -f $< $@ |
| 709 | $(MAKE) $(AM_MAKEFLAGS) $< |
| 710 | |
| 711 | # Leading 'am--fnord' is there to ensure the list of targets does not |
| 712 | # expand to empty, as could happen e.g. with make check TESTS=''. |
| 713 | am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) |
| 714 | am--force-recheck: |
| 715 | @: |
| 716 | |
| 717 | $(TEST_SUITE_LOG): $(TEST_LOGS) |
| 718 | @$(am__set_TESTS_bases); \ |
| 719 | am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ |
| 720 | redo_bases=`for i in $$bases; do \ |
| 721 | am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ |
| 722 | done`; \ |
| 723 | if test -n "$$redo_bases"; then \ |
| 724 | redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ |
| 725 | redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ |
| 726 | if $(am__make_dryrun); then :; else \ |
| 727 | rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ |
| 728 | fi; \ |
| 729 | fi; \ |
| 730 | if test -n "$$am__remaking_logs"; then \ |
| 731 | echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ |
| 732 | "recursion detected" >&2; \ |
| 733 | else \ |
| 734 | am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ |
| 735 | fi; \ |
| 736 | if $(am__make_dryrun); then :; else \ |
| 737 | st=0; \ |
| 738 | errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ |
| 739 | for i in $$redo_bases; do \ |
| 740 | test -f $$i.trs && test -r $$i.trs \ |
| 741 | || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ |
| 742 | test -f $$i.log && test -r $$i.log \ |
| 743 | || { echo "$$errmsg $$i.log" >&2; st=1; }; \ |
| 744 | done; \ |
| 745 | test $$st -eq 0 || exit 1; \ |
| 746 | fi |
| 747 | @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ |
| 748 | ws='[ ]'; \ |
| 749 | results=`for b in $$bases; do echo $$b.trs; done`; \ |
| 750 | test -n "$$results" || results=/dev/null; \ |
| 751 | all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ |
| 752 | pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ |
| 753 | fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ |
| 754 | skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ |
| 755 | xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ |
| 756 | xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ |
| 757 | error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ |
| 758 | if test `expr $$fail + $$xpass + $$error` -eq 0; then \ |
| 759 | success=true; \ |
| 760 | else \ |
| 761 | success=false; \ |
| 762 | fi; \ |
| 763 | br='==================='; br=$$br$$br$$br$$br; \ |
| 764 | result_count () \ |
| 765 | { \ |
| 766 | if test x"$$1" = x"--maybe-color"; then \ |
| 767 | maybe_colorize=yes; \ |
| 768 | elif test x"$$1" = x"--no-color"; then \ |
| 769 | maybe_colorize=no; \ |
| 770 | else \ |
| 771 | echo "$@: invalid 'result_count' usage" >&2; exit 4; \ |
| 772 | fi; \ |
| 773 | shift; \ |
| 774 | desc=$$1 count=$$2; \ |
| 775 | if test $$maybe_colorize = yes && test $$count -gt 0; then \ |
| 776 | color_start=$$3 color_end=$$std; \ |
| 777 | else \ |
| 778 | color_start= color_end=; \ |
| 779 | fi; \ |
| 780 | echo "$${color_start}# $$desc $$count$${color_end}"; \ |
| 781 | }; \ |
| 782 | create_testsuite_report () \ |
| 783 | { \ |
| 784 | result_count $$1 "TOTAL:" $$all "$$brg"; \ |
| 785 | result_count $$1 "PASS: " $$pass "$$grn"; \ |
| 786 | result_count $$1 "SKIP: " $$skip "$$blu"; \ |
| 787 | result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ |
| 788 | result_count $$1 "FAIL: " $$fail "$$red"; \ |
| 789 | result_count $$1 "XPASS:" $$xpass "$$red"; \ |
| 790 | result_count $$1 "ERROR:" $$error "$$mgn"; \ |
| 791 | }; \ |
| 792 | { \ |
| 793 | echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ |
| 794 | $(am__rst_title); \ |
| 795 | create_testsuite_report --no-color; \ |
| 796 | echo; \ |
| 797 | echo ".. contents:: :depth: 2"; \ |
| 798 | echo; \ |
| 799 | for b in $$bases; do echo $$b; done \ |
| 800 | | $(am__create_global_log); \ |
| 801 | } >$(TEST_SUITE_LOG).tmp || exit 1; \ |
| 802 | mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ |
| 803 | if $$success; then \ |
| 804 | col="$$grn"; \ |
| 805 | else \ |
| 806 | col="$$red"; \ |
| 807 | test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ |
| 808 | fi; \ |
| 809 | echo "$${col}$$br$${std}"; \ |
| 810 | echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \ |
| 811 | echo "$${col}$$br$${std}"; \ |
| 812 | create_testsuite_report --maybe-color; \ |
| 813 | echo "$$col$$br$$std"; \ |
| 814 | if $$success; then :; else \ |
| 815 | echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ |
| 816 | if test -n "$(PACKAGE_BUGREPORT)"; then \ |
| 817 | echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ |
| 818 | fi; \ |
| 819 | echo "$$col$$br$$std"; \ |
| 820 | fi; \ |
| 821 | $$success || exit 1 |
| 822 | |
| 823 | check-TESTS: |
| 824 | @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list |
| 825 | @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list |
| 826 | @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) |
| 827 | @set +e; $(am__set_TESTS_bases); \ |
| 828 | log_list=`for i in $$bases; do echo $$i.log; done`; \ |
| 829 | trs_list=`for i in $$bases; do echo $$i.trs; done`; \ |
| 830 | log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ |
| 831 | $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ |
| 832 | exit $$?; |
| 833 | recheck: all |
| 834 | @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) |
| 835 | @set +e; $(am__set_TESTS_bases); \ |
| 836 | bases=`for i in $$bases; do echo $$i; done \ |
| 837 | | $(am__list_recheck_tests)` || exit 1; \ |
| 838 | log_list=`for i in $$bases; do echo $$i.log; done`; \ |
| 839 | log_list=`echo $$log_list`; \ |
| 840 | $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ |
| 841 | am__force_recheck=am--force-recheck \ |
| 842 | TEST_LOGS="$$log_list"; \ |
| 843 | exit $$? |
| 844 | farmhash_unittest.log: farmhash_unittest$(EXEEXT) |
| 845 | @p='farmhash_unittest$(EXEEXT)'; \ |
| 846 | b='farmhash_unittest'; \ |
| 847 | $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
| 848 | --log-file $$b.log --trs-file $$b.trs \ |
| 849 | $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
| 850 | "$$tst" $(AM_TESTS_FD_REDIRECT) |
| 851 | .test.log: |
| 852 | @p='$<'; \ |
| 853 | $(am__set_b); \ |
| 854 | $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ |
| 855 | --log-file $$b.log --trs-file $$b.trs \ |
| 856 | $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ |
| 857 | "$$tst" $(AM_TESTS_FD_REDIRECT) |
| 858 | @am__EXEEXT_TRUE@.test$(EXEEXT).log: |
| 859 | @am__EXEEXT_TRUE@ @p='$<'; \ |
| 860 | @am__EXEEXT_TRUE@ $(am__set_b); \ |
| 861 | @am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ |
| 862 | @am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \ |
| 863 | @am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ |
| 864 | @am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT) |
| 865 | |
| 866 | distdir: $(DISTFILES) |
| 867 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
| 868 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
| 869 | list='$(DISTFILES)'; \ |
| 870 | dist_files=`for file in $$list; do echo $$file; done | \ |
| 871 | sed -e "s|^$$srcdirstrip/||;t" \ |
| 872 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ |
| 873 | case $$dist_files in \ |
| 874 | */*) $(MKDIR_P) `echo "$$dist_files" | \ |
| 875 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ |
| 876 | sort -u` ;; \ |
| 877 | esac; \ |
| 878 | for file in $$dist_files; do \ |
| 879 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
| 880 | if test -d $$d/$$file; then \ |
| 881 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ |
| 882 | if test -d "$(distdir)/$$file"; then \ |
| 883 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
| 884 | fi; \ |
| 885 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
| 886 | cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ |
| 887 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
| 888 | fi; \ |
| 889 | cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ |
| 890 | else \ |
| 891 | test -f "$(distdir)/$$file" \ |
| 892 | || cp -p $$d/$$file "$(distdir)/$$file" \ |
| 893 | || exit 1; \ |
| 894 | fi; \ |
| 895 | done |
| 896 | check-am: all-am |
| 897 | $(MAKE) $(AM_MAKEFLAGS) check-TESTS |
| 898 | check: check-am |
| 899 | all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS) |
| 900 | installdirs: |
| 901 | for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"; do \ |
| 902 | test -z "$$dir" || $(MKDIR_P) "$$dir"; \ |
| 903 | done |
| 904 | install: install-am |
| 905 | install-exec: install-exec-am |
| 906 | install-data: install-data-am |
| 907 | uninstall: uninstall-am |
| 908 | |
| 909 | install-am: all-am |
| 910 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
| 911 | |
| 912 | installcheck: installcheck-am |
| 913 | install-strip: |
| 914 | if test -z '$(STRIP)'; then \ |
| 915 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
| 916 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
| 917 | install; \ |
| 918 | else \ |
| 919 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
| 920 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
| 921 | "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ |
| 922 | fi |
| 923 | mostlyclean-generic: |
| 924 | -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) |
| 925 | -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) |
| 926 | -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) |
| 927 | |
| 928 | clean-generic: |
| 929 | |
| 930 | distclean-generic: |
| 931 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
| 932 | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) |
| 933 | |
| 934 | maintainer-clean-generic: |
| 935 | @echo "This command is intended for maintainers to use" |
| 936 | @echo "it deletes files that may require special tools to rebuild." |
| 937 | clean: clean-am |
| 938 | |
| 939 | clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ |
| 940 | clean-noinstPROGRAMS mostlyclean-am |
| 941 | |
| 942 | distclean: distclean-am |
| 943 | -rm -rf ./$(DEPDIR) |
| 944 | -rm -f Makefile |
| 945 | distclean-am: clean-am distclean-compile distclean-generic \ |
| 946 | distclean-tags |
| 947 | |
| 948 | dvi: dvi-am |
| 949 | |
| 950 | dvi-am: |
| 951 | |
| 952 | html: html-am |
| 953 | |
| 954 | html-am: |
| 955 | |
| 956 | info: info-am |
| 957 | |
| 958 | info-am: |
| 959 | |
| 960 | install-data-am: install-includeHEADERS |
| 961 | |
| 962 | install-dvi: install-dvi-am |
| 963 | |
| 964 | install-dvi-am: |
| 965 | |
| 966 | install-exec-am: install-libLTLIBRARIES |
| 967 | |
| 968 | install-html: install-html-am |
| 969 | |
| 970 | install-html-am: |
| 971 | |
| 972 | install-info: install-info-am |
| 973 | |
| 974 | install-info-am: |
| 975 | |
| 976 | install-man: |
| 977 | |
| 978 | install-pdf: install-pdf-am |
| 979 | |
| 980 | install-pdf-am: |
| 981 | |
| 982 | install-ps: install-ps-am |
| 983 | |
| 984 | install-ps-am: |
| 985 | |
| 986 | installcheck-am: |
| 987 | |
| 988 | maintainer-clean: maintainer-clean-am |
| 989 | -rm -rf ./$(DEPDIR) |
| 990 | -rm -f Makefile |
| 991 | maintainer-clean-am: distclean-am maintainer-clean-generic |
| 992 | |
| 993 | mostlyclean: mostlyclean-am |
| 994 | |
| 995 | mostlyclean-am: mostlyclean-compile mostlyclean-generic \ |
| 996 | mostlyclean-libtool |
| 997 | |
| 998 | pdf: pdf-am |
| 999 | |
| 1000 | pdf-am: |
| 1001 | |
| 1002 | ps: ps-am |
| 1003 | |
| 1004 | ps-am: |
| 1005 | |
| 1006 | uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES |
| 1007 | |
| 1008 | .MAKE: check-am install-am install-strip |
| 1009 | |
| 1010 | .PHONY: CTAGS GTAGS TAGS all all-am check check-TESTS check-am clean \ |
| 1011 | clean-generic clean-libLTLIBRARIES clean-libtool \ |
| 1012 | clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \ |
| 1013 | distclean-compile distclean-generic distclean-libtool \ |
| 1014 | distclean-tags distdir dvi dvi-am html html-am info info-am \ |
| 1015 | install install-am install-data install-data-am install-dvi \ |
| 1016 | install-dvi-am install-exec install-exec-am install-html \ |
| 1017 | install-html-am install-includeHEADERS install-info \ |
| 1018 | install-info-am install-libLTLIBRARIES install-man install-pdf \ |
| 1019 | install-pdf-am install-ps install-ps-am install-strip \ |
| 1020 | installcheck installcheck-am installdirs maintainer-clean \ |
| 1021 | maintainer-clean-generic mostlyclean mostlyclean-compile \ |
| 1022 | mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
| 1023 | recheck tags tags-am uninstall uninstall-am \ |
| 1024 | uninstall-includeHEADERS uninstall-libLTLIBRARIES |
| 1025 | |
| 1026 | |
| 1027 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
| 1028 | # Otherwise a system limit (for SysV at least) may be exceeded. |
| 1029 | .NOEXPORT: |
| 1030 | |