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