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/. 33VPATH = @srcdir@ 34am__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} 45am__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 87am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 88am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 89pkgdatadir = $(datadir)/@PACKAGE@ 90pkgincludedir = $(includedir)/@PACKAGE@ 91pkglibdir = $(libdir)/@PACKAGE@ 92pkglibexecdir = $(libexecdir)/@PACKAGE@ 93am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 94install_sh_DATA = $(install_sh) -c -m 644 95install_sh_PROGRAM = $(install_sh) -c 96install_sh_SCRIPT = $(install_sh) -c 97INSTALL_HEADER = $(INSTALL_DATA) 98transform = $(program_transform_name) 99NORMAL_INSTALL = : 100PRE_INSTALL = : 101POST_INSTALL = : 102NORMAL_UNINSTALL = : 103PRE_UNINSTALL = : 104POST_UNINSTALL = : 105build_triplet = @build@ 106host_triplet = @host@ 107check_PROGRAMS = t-printf$(EXEEXT) t-scanf$(EXEEXT) t-locale$(EXEEXT) 108subdir = tests/misc 109ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 110am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ 111 $(top_srcdir)/configure.ac 112am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 113 $(ACLOCAL_M4) 114DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 115mkinstalldirs = $(install_sh) -d 116CONFIG_HEADER = $(top_builddir)/config.h 117CONFIG_CLEAN_FILES = 118CONFIG_CLEAN_VPATH_FILES = 119t_locale_SOURCES = t-locale.c 120t_locale_OBJECTS = t-locale.$(OBJEXT) 121t_locale_LDADD = $(LDADD) 122t_locale_DEPENDENCIES = $(top_builddir)/tests/libtests.la \ 123 $(top_builddir)/libgmp.la 124AM_V_lt = $(am__v_lt_@AM_V@) 125am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 126am__v_lt_0 = --silent 127am__v_lt_1 = 128t_printf_SOURCES = t-printf.c 129t_printf_OBJECTS = t-printf.$(OBJEXT) 130t_printf_LDADD = $(LDADD) 131t_printf_DEPENDENCIES = $(top_builddir)/tests/libtests.la \ 132 $(top_builddir)/libgmp.la 133t_scanf_SOURCES = t-scanf.c 134t_scanf_OBJECTS = t-scanf.$(OBJEXT) 135t_scanf_LDADD = $(LDADD) 136t_scanf_DEPENDENCIES = $(top_builddir)/tests/libtests.la \ 137 $(top_builddir)/libgmp.la 138AM_V_P = $(am__v_P_@AM_V@) 139am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 140am__v_P_0 = false 141am__v_P_1 = : 142AM_V_GEN = $(am__v_GEN_@AM_V@) 143am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 144am__v_GEN_0 = @echo " GEN " $@; 145am__v_GEN_1 = 146AM_V_at = $(am__v_at_@AM_V@) 147am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 148am__v_at_0 = @ 149am__v_at_1 = 150DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 151depcomp = 152am__depfiles_maybe = 153COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 154 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 155LTCOMPILE = $(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) 159AM_V_CC = $(am__v_CC_@AM_V@) 160am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 161am__v_CC_0 = @echo " CC " $@; 162am__v_CC_1 = 163CCLD = $(CC) 164LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 165 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 166 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 167AM_V_CCLD = $(am__v_CCLD_@AM_V@) 168am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 169am__v_CCLD_0 = @echo " CCLD " $@; 170am__v_CCLD_1 = 171SOURCES = t-locale.c t-printf.c t-scanf.c 172DIST_SOURCES = t-locale.c t-printf.c t-scanf.c 173am__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 178am__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. 182am__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. 190am__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)` 195ETAGS = etags 196CTAGS = ctags 197am__tty_colors_dummy = \ 198 mgn= red= grn= lgn= blu= brg= std=; \ 199 am__color_tests=no 200am__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} 219am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 220am__vpath_adj = case $$p in \ 221 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 222 *) f=$$p;; \ 223 esac; 224am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 225am__install_max = 40 226am__nobase_strip_setup = \ 227 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 228am__nobase_strip = \ 229 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 230am__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] }' 237am__base_list = \ 238 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 239 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 240am__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 } 246am__recheck_rx = ^[ ]*:recheck:[ ]* 247am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* 248am__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". 252am__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. 279am__create_global_log = $(AWK) ' \ 280function fatal(msg) \ 281{ \ 282 print "fatal: making $@: " msg | "cat >&2"; \ 283 exit 1; \ 284} \ 285function 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. 324am__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. 328am__sh_e_setup = case $$- in *e*) set +e;; esac 329# Default flags passed to test drivers. 330am__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). 341am__check_pre = \ 342$(am__sh_e_setup); \ 343$(am__vpath_adj_setup) $(am__vpath_adj) \ 344$(am__tty_colors); \ 345srcdir=$(srcdir); export srcdir; \ 346case "$@" in \ 347 */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ 348 *) am__odir=.;; \ 349esac; \ 350test "x$$am__odir" = x"." || test -d "$$am__odir" \ 351 || $(MKDIR_P) "$$am__odir" || exit $$?; \ 352if test -f "./$$f"; then dir=./; \ 353elif test -f "$$f"; then dir=; \ 354else dir="$(srcdir)/"; fi; \ 355tst=$$dir$$f; log='$@'; \ 356if test -n '$(DISABLE_HARD_ERRORS)'; then \ 357 am__enable_hard_errors=no; \ 358else \ 359 am__enable_hard_errors=yes; \ 360fi; \ 361case " $(XFAIL_TESTS) " in \ 362 *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ 363 am__expect_failure=yes;; \ 364 *) \ 365 am__expect_failure=no;; \ 366esac; \ 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'. 375am__set_TESTS_bases = \ 376 bases='$(TEST_LOGS)'; \ 377 bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ 378 bases=`echo $$bases` 379RECHECK_LOGS = $(TEST_LOGS) 380AM_RECURSIVE_TARGETS = check recheck 381TEST_SUITE_LOG = test-suite.log 382TEST_EXTENSIONS = @EXEEXT@ .test 383LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver 384LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) 385am__set_b = \ 386 case '$@' in \ 387 */*) \ 388 case '$*' in \ 389 */*) b='$*';; \ 390 *) b=`echo '$@' | sed 's/\.log$$//'`; \ 391 esac;; \ 392 *) \ 393 b='$*';; \ 394 esac 395am__test_logs1 = $(TESTS:=.log) 396am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log) 397TEST_LOGS = $(am__test_logs2:.test.log=.log) 398TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver 399TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ 400 $(TEST_LOG_FLAGS) 401am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/test-driver 402DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 403ABI = @ABI@ 404ACLOCAL = @ACLOCAL@ 405AMTAR = @AMTAR@ 406AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 407AR = @AR@ 408AS = @AS@ 409ASMFLAGS = @ASMFLAGS@ 410AUTOCONF = @AUTOCONF@ 411AUTOHEADER = @AUTOHEADER@ 412AUTOMAKE = @AUTOMAKE@ 413AWK = @AWK@ 414CALLING_CONVENTIONS_OBJS = @CALLING_CONVENTIONS_OBJS@ 415CC = @CC@ 416CCAS = @CCAS@ 417CC_FOR_BUILD = @CC_FOR_BUILD@ 418CFLAGS = @CFLAGS@ 419CPP = @CPP@ 420CPPFLAGS = @CPPFLAGS@ 421CPP_FOR_BUILD = @CPP_FOR_BUILD@ 422CXX = @CXX@ 423CXXCPP = @CXXCPP@ 424CXXFLAGS = @CXXFLAGS@ 425CYGPATH_W = @CYGPATH_W@ 426DEFN_LONG_LONG_LIMB = @DEFN_LONG_LONG_LIMB@ 427DEFS = @DEFS@ 428DLLTOOL = @DLLTOOL@ 429DSYMUTIL = @DSYMUTIL@ 430DUMPBIN = @DUMPBIN@ 431ECHO_C = @ECHO_C@ 432ECHO_N = @ECHO_N@ 433ECHO_T = @ECHO_T@ 434EGREP = @EGREP@ 435EXEEXT = @EXEEXT@ 436EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ 437FGREP = @FGREP@ 438GMP_LDFLAGS = @GMP_LDFLAGS@ 439GMP_LIMB_BITS = @GMP_LIMB_BITS@ 440GMP_NAIL_BITS = @GMP_NAIL_BITS@ 441GREP = @GREP@ 442HAVE_CLOCK_01 = @HAVE_CLOCK_01@ 443HAVE_CPUTIME_01 = @HAVE_CPUTIME_01@ 444HAVE_GETRUSAGE_01 = @HAVE_GETRUSAGE_01@ 445HAVE_GETTIMEOFDAY_01 = @HAVE_GETTIMEOFDAY_01@ 446HAVE_HOST_CPU_FAMILY_power = @HAVE_HOST_CPU_FAMILY_power@ 447HAVE_HOST_CPU_FAMILY_powerpc = @HAVE_HOST_CPU_FAMILY_powerpc@ 448HAVE_SIGACTION_01 = @HAVE_SIGACTION_01@ 449HAVE_SIGALTSTACK_01 = @HAVE_SIGALTSTACK_01@ 450HAVE_SIGSTACK_01 = @HAVE_SIGSTACK_01@ 451HAVE_STACK_T_01 = @HAVE_STACK_T_01@ 452HAVE_SYS_RESOURCE_H_01 = @HAVE_SYS_RESOURCE_H_01@ 453INSTALL = @INSTALL@ 454INSTALL_DATA = @INSTALL_DATA@ 455INSTALL_PROGRAM = @INSTALL_PROGRAM@ 456INSTALL_SCRIPT = @INSTALL_SCRIPT@ 457INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 458LD = @LD@ 459LDFLAGS = @LDFLAGS@ 460LEX = @LEX@ 461LEXLIB = @LEXLIB@ 462LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ 463LIBCURSES = @LIBCURSES@ 464LIBGMPXX_LDFLAGS = @LIBGMPXX_LDFLAGS@ 465LIBGMP_DLL = @LIBGMP_DLL@ 466LIBGMP_LDFLAGS = @LIBGMP_LDFLAGS@ 467LIBM = @LIBM@ 468LIBM_FOR_BUILD = @LIBM_FOR_BUILD@ 469LIBOBJS = @LIBOBJS@ 470LIBREADLINE = @LIBREADLINE@ 471LIBS = @LIBS@ 472LIBTOOL = @LIBTOOL@ 473LIPO = @LIPO@ 474LN_S = @LN_S@ 475LTLIBOBJS = @LTLIBOBJS@ 476LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 477M4 = @M4@ 478MAINT = @MAINT@ 479MAKEINFO = @MAKEINFO@ 480MANIFEST_TOOL = @MANIFEST_TOOL@ 481MKDIR_P = @MKDIR_P@ 482NM = @NM@ 483NMEDIT = @NMEDIT@ 484OBJDUMP = @OBJDUMP@ 485OBJEXT = @OBJEXT@ 486OTOOL = @OTOOL@ 487OTOOL64 = @OTOOL64@ 488PACKAGE = @PACKAGE@ 489PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 490PACKAGE_NAME = @PACKAGE_NAME@ 491PACKAGE_STRING = @PACKAGE_STRING@ 492PACKAGE_TARNAME = @PACKAGE_TARNAME@ 493PACKAGE_URL = @PACKAGE_URL@ 494PACKAGE_VERSION = @PACKAGE_VERSION@ 495PATH_SEPARATOR = @PATH_SEPARATOR@ 496RANLIB = @RANLIB@ 497SED = @SED@ 498SET_MAKE = @SET_MAKE@ 499SHELL = @SHELL@ 500SPEED_CYCLECOUNTER_OBJ = @SPEED_CYCLECOUNTER_OBJ@ 501STRIP = @STRIP@ 502TAL_OBJECT = @TAL_OBJECT@ 503TUNE_LIBS = @TUNE_LIBS@ 504TUNE_SQR_OBJ = @TUNE_SQR_OBJ@ 505U_FOR_BUILD = @U_FOR_BUILD@ 506VERSION = @VERSION@ 507WITH_READLINE_01 = @WITH_READLINE_01@ 508YACC = @YACC@ 509YFLAGS = @YFLAGS@ 510abs_builddir = @abs_builddir@ 511abs_srcdir = @abs_srcdir@ 512abs_top_builddir = @abs_top_builddir@ 513abs_top_srcdir = @abs_top_srcdir@ 514ac_ct_AR = @ac_ct_AR@ 515ac_ct_CC = @ac_ct_CC@ 516ac_ct_CXX = @ac_ct_CXX@ 517ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 518am__leading_dot = @am__leading_dot@ 519am__tar = @am__tar@ 520am__untar = @am__untar@ 521bindir = @bindir@ 522build = @build@ 523build_alias = @build_alias@ 524build_cpu = @build_cpu@ 525build_os = @build_os@ 526build_vendor = @build_vendor@ 527builddir = @builddir@ 528datadir = @datadir@ 529datarootdir = @datarootdir@ 530docdir = @docdir@ 531dvidir = @dvidir@ 532exec_prefix = @exec_prefix@ 533gmp_srclinks = @gmp_srclinks@ 534host = @host@ 535host_alias = @host_alias@ 536host_cpu = @host_cpu@ 537host_os = @host_os@ 538host_vendor = @host_vendor@ 539htmldir = @htmldir@ 540includedir = @includedir@ 541infodir = @infodir@ 542install_sh = @install_sh@ 543libdir = @libdir@ 544libexecdir = @libexecdir@ 545localedir = @localedir@ 546localstatedir = @localstatedir@ 547mandir = @mandir@ 548mkdir_p = @mkdir_p@ 549mpn_objects = @mpn_objects@ 550mpn_objs_in_libgmp = @mpn_objs_in_libgmp@ 551oldincludedir = @oldincludedir@ 552pdfdir = @pdfdir@ 553prefix = @prefix@ 554program_transform_name = @program_transform_name@ 555psdir = @psdir@ 556sbindir = @sbindir@ 557sharedstatedir = @sharedstatedir@ 558srcdir = @srcdir@ 559sysconfdir = @sysconfdir@ 560target_alias = @target_alias@ 561top_build_prefix = @top_build_prefix@ 562top_builddir = @top_builddir@ 563top_srcdir = @top_srcdir@ 564AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/tests 565AM_LDFLAGS = -no-install 566LDADD = $(top_builddir)/tests/libtests.la $(top_builddir)/libgmp.la 567TESTS = $(check_PROGRAMS) 568 569# Temporary files used by the tests. Removed automatically if the tests 570# pass, but ensure they're cleaned if they fail. 571# 572CLEANFILES = *.tmp 573all: all-am 574 575.SUFFIXES: 576.SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs 577$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 578 @for dep in $?; do \ 579 case '$(am__configure_deps)' in \ 580 *$$dep*) \ 581 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 582 && { if test -f $@; then exit 0; else break; fi; }; \ 583 exit 1;; \ 584 esac; \ 585 done; \ 586 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu --ignore-deps tests/misc/Makefile'; \ 587 $(am__cd) $(top_srcdir) && \ 588 $(AUTOMAKE) --gnu --ignore-deps tests/misc/Makefile 589Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 590 @case '$?' in \ 591 *config.status*) \ 592 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 593 *) \ 594 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 595 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 596 esac; 597 598$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 599 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 600 601$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 602 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 603$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 604 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 605$(am__aclocal_m4_deps): 606 607clean-checkPROGRAMS: 608 @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ 609 echo " rm -f" $$list; \ 610 rm -f $$list || exit $$?; \ 611 test -n "$(EXEEXT)" || exit 0; \ 612 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 613 echo " rm -f" $$list; \ 614 rm -f $$list 615 616t-locale$(EXEEXT): $(t_locale_OBJECTS) $(t_locale_DEPENDENCIES) $(EXTRA_t_locale_DEPENDENCIES) 617 @rm -f t-locale$(EXEEXT) 618 $(AM_V_CCLD)$(LINK) $(t_locale_OBJECTS) $(t_locale_LDADD) $(LIBS) 619 620t-printf$(EXEEXT): $(t_printf_OBJECTS) $(t_printf_DEPENDENCIES) $(EXTRA_t_printf_DEPENDENCIES) 621 @rm -f t-printf$(EXEEXT) 622 $(AM_V_CCLD)$(LINK) $(t_printf_OBJECTS) $(t_printf_LDADD) $(LIBS) 623 624t-scanf$(EXEEXT): $(t_scanf_OBJECTS) $(t_scanf_DEPENDENCIES) $(EXTRA_t_scanf_DEPENDENCIES) 625 @rm -f t-scanf$(EXEEXT) 626 $(AM_V_CCLD)$(LINK) $(t_scanf_OBJECTS) $(t_scanf_LDADD) $(LIBS) 627 628mostlyclean-compile: 629 -rm -f *.$(OBJEXT) 630 631distclean-compile: 632 -rm -f *.tab.c 633 634.c.o: 635 $(AM_V_CC)$(COMPILE) -c -o $@ $< 636 637.c.obj: 638 $(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 639 640.c.lo: 641 $(AM_V_CC)$(LTCOMPILE) -c -o $@ $< 642 643mostlyclean-libtool: 644 -rm -f *.lo 645 646clean-libtool: 647 -rm -rf .libs _libs 648 649ID: $(am__tagged_files) 650 $(am__define_uniq_tagged_files); mkid -fID $$unique 651tags: tags-am 652TAGS: tags 653 654tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 655 set x; \ 656 here=`pwd`; \ 657 $(am__define_uniq_tagged_files); \ 658 shift; \ 659 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 660 test -n "$$unique" || unique=$$empty_fix; \ 661 if test $$# -gt 0; then \ 662 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 663 "$$@" $$unique; \ 664 else \ 665 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 666 $$unique; \ 667 fi; \ 668 fi 669ctags: ctags-am 670 671CTAGS: ctags 672ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 673 $(am__define_uniq_tagged_files); \ 674 test -z "$(CTAGS_ARGS)$$unique" \ 675 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 676 $$unique 677 678GTAGS: 679 here=`$(am__cd) $(top_builddir) && pwd` \ 680 && $(am__cd) $(top_srcdir) \ 681 && gtags -i $(GTAGS_ARGS) "$$here" 682cscopelist: cscopelist-am 683 684cscopelist-am: $(am__tagged_files) 685 list='$(am__tagged_files)'; \ 686 case "$(srcdir)" in \ 687 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 688 *) sdir=$(subdir)/$(srcdir) ;; \ 689 esac; \ 690 for i in $$list; do \ 691 if test -f "$$i"; then \ 692 echo "$(subdir)/$$i"; \ 693 else \ 694 echo "$$sdir/$$i"; \ 695 fi; \ 696 done >> $(top_builddir)/cscope.files 697 698distclean-tags: 699 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 700 701# Recover from deleted '.trs' file; this should ensure that 702# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create 703# both 'foo.log' and 'foo.trs'. Break the recipe in two subshells 704# to avoid problems with "make -n". 705.log.trs: 706 rm -f $< $@ 707 $(MAKE) $(AM_MAKEFLAGS) $< 708 709# Leading 'am--fnord' is there to ensure the list of targets does not 710# expand to empty, as could happen e.g. with make check TESTS=''. 711am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) 712am--force-recheck: 713 @: 714 715$(TEST_SUITE_LOG): $(TEST_LOGS) 716 @$(am__set_TESTS_bases); \ 717 am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ 718 redo_bases=`for i in $$bases; do \ 719 am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ 720 done`; \ 721 if test -n "$$redo_bases"; then \ 722 redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ 723 redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ 724 if $(am__make_dryrun); then :; else \ 725 rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ 726 fi; \ 727 fi; \ 728 if test -n "$$am__remaking_logs"; then \ 729 echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ 730 "recursion detected" >&2; \ 731 elif test -n "$$redo_logs"; then \ 732 am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ 733 fi; \ 734 if $(am__make_dryrun); then :; else \ 735 st=0; \ 736 errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ 737 for i in $$redo_bases; do \ 738 test -f $$i.trs && test -r $$i.trs \ 739 || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ 740 test -f $$i.log && test -r $$i.log \ 741 || { echo "$$errmsg $$i.log" >&2; st=1; }; \ 742 done; \ 743 test $$st -eq 0 || exit 1; \ 744 fi 745 @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ 746 ws='[ ]'; \ 747 results=`for b in $$bases; do echo $$b.trs; done`; \ 748 test -n "$$results" || results=/dev/null; \ 749 all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ 750 pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ 751 fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ 752 skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ 753 xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ 754 xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ 755 error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ 756 if test `expr $$fail + $$xpass + $$error` -eq 0; then \ 757 success=true; \ 758 else \ 759 success=false; \ 760 fi; \ 761 br='==================='; br=$$br$$br$$br$$br; \ 762 result_count () \ 763 { \ 764 if test x"$$1" = x"--maybe-color"; then \ 765 maybe_colorize=yes; \ 766 elif test x"$$1" = x"--no-color"; then \ 767 maybe_colorize=no; \ 768 else \ 769 echo "$@: invalid 'result_count' usage" >&2; exit 4; \ 770 fi; \ 771 shift; \ 772 desc=$$1 count=$$2; \ 773 if test $$maybe_colorize = yes && test $$count -gt 0; then \ 774 color_start=$$3 color_end=$$std; \ 775 else \ 776 color_start= color_end=; \ 777 fi; \ 778 echo "$${color_start}# $$desc $$count$${color_end}"; \ 779 }; \ 780 create_testsuite_report () \ 781 { \ 782 result_count $$1 "TOTAL:" $$all "$$brg"; \ 783 result_count $$1 "PASS: " $$pass "$$grn"; \ 784 result_count $$1 "SKIP: " $$skip "$$blu"; \ 785 result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ 786 result_count $$1 "FAIL: " $$fail "$$red"; \ 787 result_count $$1 "XPASS:" $$xpass "$$red"; \ 788 result_count $$1 "ERROR:" $$error "$$mgn"; \ 789 }; \ 790 { \ 791 echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ 792 $(am__rst_title); \ 793 create_testsuite_report --no-color; \ 794 echo; \ 795 echo ".. contents:: :depth: 2"; \ 796 echo; \ 797 for b in $$bases; do echo $$b; done \ 798 | $(am__create_global_log); \ 799 } >$(TEST_SUITE_LOG).tmp || exit 1; \ 800 mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ 801 if $$success; then \ 802 col="$$grn"; \ 803 else \ 804 col="$$red"; \ 805 test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ 806 fi; \ 807 echo "$${col}$$br$${std}"; \ 808 echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \ 809 echo "$${col}$$br$${std}"; \ 810 create_testsuite_report --maybe-color; \ 811 echo "$$col$$br$$std"; \ 812 if $$success; then :; else \ 813 echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ 814 if test -n "$(PACKAGE_BUGREPORT)"; then \ 815 echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ 816 fi; \ 817 echo "$$col$$br$$std"; \ 818 fi; \ 819 $$success || exit 1 820 821check-TESTS: 822 @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list 823 @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list 824 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) 825 @set +e; $(am__set_TESTS_bases); \ 826 log_list=`for i in $$bases; do echo $$i.log; done`; \ 827 trs_list=`for i in $$bases; do echo $$i.trs; done`; \ 828 log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ 829 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ 830 exit $$?; 831recheck: all $(check_PROGRAMS) 832 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) 833 @set +e; $(am__set_TESTS_bases); \ 834 bases=`for i in $$bases; do echo $$i; done \ 835 | $(am__list_recheck_tests)` || exit 1; \ 836 log_list=`for i in $$bases; do echo $$i.log; done`; \ 837 log_list=`echo $$log_list`; \ 838 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ 839 am__force_recheck=am--force-recheck \ 840 TEST_LOGS="$$log_list"; \ 841 exit $$? 842t-printf.log: t-printf$(EXEEXT) 843 @p='t-printf$(EXEEXT)'; \ 844 b='t-printf'; \ 845 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 846 --log-file $$b.log --trs-file $$b.trs \ 847 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 848 "$$tst" $(AM_TESTS_FD_REDIRECT) 849t-scanf.log: t-scanf$(EXEEXT) 850 @p='t-scanf$(EXEEXT)'; \ 851 b='t-scanf'; \ 852 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 853 --log-file $$b.log --trs-file $$b.trs \ 854 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 855 "$$tst" $(AM_TESTS_FD_REDIRECT) 856t-locale.log: t-locale$(EXEEXT) 857 @p='t-locale$(EXEEXT)'; \ 858 b='t-locale'; \ 859 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 860 --log-file $$b.log --trs-file $$b.trs \ 861 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 862 "$$tst" $(AM_TESTS_FD_REDIRECT) 863.test.log: 864 @p='$<'; \ 865 $(am__set_b); \ 866 $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ 867 --log-file $$b.log --trs-file $$b.trs \ 868 $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ 869 "$$tst" $(AM_TESTS_FD_REDIRECT) 870@am__EXEEXT_TRUE@.test$(EXEEXT).log: 871@am__EXEEXT_TRUE@ @p='$<'; \ 872@am__EXEEXT_TRUE@ $(am__set_b); \ 873@am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ 874@am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \ 875@am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ 876@am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT) 877 878distdir: $(DISTFILES) 879 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 880 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 881 list='$(DISTFILES)'; \ 882 dist_files=`for file in $$list; do echo $$file; done | \ 883 sed -e "s|^$$srcdirstrip/||;t" \ 884 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 885 case $$dist_files in \ 886 */*) $(MKDIR_P) `echo "$$dist_files" | \ 887 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 888 sort -u` ;; \ 889 esac; \ 890 for file in $$dist_files; do \ 891 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 892 if test -d $$d/$$file; then \ 893 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 894 if test -d "$(distdir)/$$file"; then \ 895 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 896 fi; \ 897 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 898 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 899 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 900 fi; \ 901 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 902 else \ 903 test -f "$(distdir)/$$file" \ 904 || cp -p $$d/$$file "$(distdir)/$$file" \ 905 || exit 1; \ 906 fi; \ 907 done 908check-am: all-am 909 $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) 910 $(MAKE) $(AM_MAKEFLAGS) check-TESTS 911check: check-am 912all-am: Makefile 913installdirs: 914install: install-am 915install-exec: install-exec-am 916install-data: install-data-am 917uninstall: uninstall-am 918 919install-am: all-am 920 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 921 922installcheck: installcheck-am 923install-strip: 924 if test -z '$(STRIP)'; then \ 925 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 926 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 927 install; \ 928 else \ 929 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 930 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 931 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 932 fi 933mostlyclean-generic: 934 -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) 935 -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) 936 -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) 937 938clean-generic: 939 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 940 941distclean-generic: 942 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 943 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 944 945maintainer-clean-generic: 946 @echo "This command is intended for maintainers to use" 947 @echo "it deletes files that may require special tools to rebuild." 948clean: clean-am 949 950clean-am: clean-checkPROGRAMS clean-generic clean-libtool \ 951 mostlyclean-am 952 953distclean: distclean-am 954 -rm -f Makefile 955distclean-am: clean-am distclean-compile distclean-generic \ 956 distclean-tags 957 958dvi: dvi-am 959 960dvi-am: 961 962html: html-am 963 964html-am: 965 966info: info-am 967 968info-am: 969 970install-data-am: 971 972install-dvi: install-dvi-am 973 974install-dvi-am: 975 976install-exec-am: 977 978install-html: install-html-am 979 980install-html-am: 981 982install-info: install-info-am 983 984install-info-am: 985 986install-man: 987 988install-pdf: install-pdf-am 989 990install-pdf-am: 991 992install-ps: install-ps-am 993 994install-ps-am: 995 996installcheck-am: 997 998maintainer-clean: maintainer-clean-am 999 -rm -f Makefile 1000maintainer-clean-am: distclean-am maintainer-clean-generic 1001 1002mostlyclean: mostlyclean-am 1003 1004mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 1005 mostlyclean-libtool 1006 1007pdf: pdf-am 1008 1009pdf-am: 1010 1011ps: ps-am 1012 1013ps-am: 1014 1015uninstall-am: 1016 1017.MAKE: check-am install-am install-strip 1018 1019.PHONY: CTAGS GTAGS TAGS all all-am check check-TESTS check-am clean \ 1020 clean-checkPROGRAMS clean-generic clean-libtool cscopelist-am \ 1021 ctags ctags-am distclean distclean-compile distclean-generic \ 1022 distclean-libtool distclean-tags distdir dvi dvi-am html \ 1023 html-am info info-am install install-am install-data \ 1024 install-data-am install-dvi install-dvi-am install-exec \ 1025 install-exec-am install-html install-html-am install-info \ 1026 install-info-am install-man install-pdf install-pdf-am \ 1027 install-ps install-ps-am install-strip installcheck \ 1028 installcheck-am installdirs maintainer-clean \ 1029 maintainer-clean-generic mostlyclean mostlyclean-compile \ 1030 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 1031 recheck tags tags-am uninstall uninstall-am 1032 1033.PRECIOUS: Makefile 1034 1035 1036$(top_builddir)/tests/libtests.la: 1037 cd $(top_builddir)/tests; $(MAKE) $(AM_MAKEFLAGS) libtests.la 1038 1039# Tell versions [3.59,3.63) of GNU make to not export all variables. 1040# Otherwise a system limit (for SysV at least) may be exceeded. 1041.NOEXPORT: 1042