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