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