19dedec0cSmrg# Makefile.in generated by automake 1.16.5 from Makefile.am. 29dedec0cSmrg# @configure_input@ 39dedec0cSmrg 49dedec0cSmrg# Copyright (C) 1994-2021 Free Software Foundation, Inc. 59dedec0cSmrg 69dedec0cSmrg# This Makefile.in is free software; the Free Software Foundation 79dedec0cSmrg# gives unlimited permission to copy and/or distribute it, 89dedec0cSmrg# with or without modifications, as long as this notice is preserved. 99dedec0cSmrg 109dedec0cSmrg# This program is distributed in the hope that it will be useful, 119dedec0cSmrg# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 129dedec0cSmrg# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 139dedec0cSmrg# PARTICULAR PURPOSE. 149dedec0cSmrg 159dedec0cSmrg@SET_MAKE@ 169dedec0cSmrg 179dedec0cSmrg# 189dedec0cSmrg# Copyright (c) 2022, Oracle and/or its affiliates. 199dedec0cSmrg# 209dedec0cSmrg# Permission is hereby granted, free of charge, to any person obtaining a 219dedec0cSmrg# copy of this software and associated documentation files (the "Software"), 229dedec0cSmrg# to deal in the Software without restriction, including without limitation 239dedec0cSmrg# the rights to use, copy, modify, merge, publish, distribute, sublicense, 249dedec0cSmrg# and/or sell copies of the Software, and to permit persons to whom the 259dedec0cSmrg# Software is furnished to do so, subject to the following conditions: 269dedec0cSmrg# 279dedec0cSmrg# The above copyright notice and this permission notice (including the next 289dedec0cSmrg# paragraph) shall be included in all copies or substantial portions of the 299dedec0cSmrg# Software. 309dedec0cSmrg# 319dedec0cSmrg# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 329dedec0cSmrg# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 339dedec0cSmrg# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 349dedec0cSmrg# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 359dedec0cSmrg# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 369dedec0cSmrg# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 379dedec0cSmrg# DEALINGS IN THE SOFTWARE. 389dedec0cSmrg# 399dedec0cSmrgVPATH = @srcdir@ 409dedec0cSmrgam__is_gnu_make = { \ 419dedec0cSmrg if test -z '$(MAKELEVEL)'; then \ 429dedec0cSmrg false; \ 439dedec0cSmrg elif test -n '$(MAKE_HOST)'; then \ 449dedec0cSmrg true; \ 459dedec0cSmrg elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 469dedec0cSmrg true; \ 479dedec0cSmrg else \ 489dedec0cSmrg false; \ 499dedec0cSmrg fi; \ 509dedec0cSmrg} 519dedec0cSmrgam__make_running_with_option = \ 529dedec0cSmrg case $${target_option-} in \ 539dedec0cSmrg ?) ;; \ 549dedec0cSmrg *) echo "am__make_running_with_option: internal error: invalid" \ 559dedec0cSmrg "target option '$${target_option-}' specified" >&2; \ 569dedec0cSmrg exit 1;; \ 579dedec0cSmrg esac; \ 589dedec0cSmrg has_opt=no; \ 599dedec0cSmrg sane_makeflags=$$MAKEFLAGS; \ 609dedec0cSmrg if $(am__is_gnu_make); then \ 619dedec0cSmrg sane_makeflags=$$MFLAGS; \ 629dedec0cSmrg else \ 639dedec0cSmrg case $$MAKEFLAGS in \ 649dedec0cSmrg *\\[\ \ ]*) \ 659dedec0cSmrg bs=\\; \ 669dedec0cSmrg sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 679dedec0cSmrg | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 689dedec0cSmrg esac; \ 699dedec0cSmrg fi; \ 709dedec0cSmrg skip_next=no; \ 719dedec0cSmrg strip_trailopt () \ 729dedec0cSmrg { \ 739dedec0cSmrg flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 749dedec0cSmrg }; \ 759dedec0cSmrg for flg in $$sane_makeflags; do \ 769dedec0cSmrg test $$skip_next = yes && { skip_next=no; continue; }; \ 779dedec0cSmrg case $$flg in \ 789dedec0cSmrg *=*|--*) continue;; \ 799dedec0cSmrg -*I) strip_trailopt 'I'; skip_next=yes;; \ 809dedec0cSmrg -*I?*) strip_trailopt 'I';; \ 819dedec0cSmrg -*O) strip_trailopt 'O'; skip_next=yes;; \ 829dedec0cSmrg -*O?*) strip_trailopt 'O';; \ 839dedec0cSmrg -*l) strip_trailopt 'l'; skip_next=yes;; \ 849dedec0cSmrg -*l?*) strip_trailopt 'l';; \ 859dedec0cSmrg -[dEDm]) skip_next=yes;; \ 869dedec0cSmrg -[JT]) skip_next=yes;; \ 879dedec0cSmrg esac; \ 889dedec0cSmrg case $$flg in \ 899dedec0cSmrg *$$target_option*) has_opt=yes; break;; \ 909dedec0cSmrg esac; \ 919dedec0cSmrg done; \ 929dedec0cSmrg test $$has_opt = yes 939dedec0cSmrgam__make_dryrun = (target_option=n; $(am__make_running_with_option)) 949dedec0cSmrgam__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 959dedec0cSmrgpkgdatadir = $(datadir)/@PACKAGE@ 969dedec0cSmrgpkgincludedir = $(includedir)/@PACKAGE@ 979dedec0cSmrgpkglibdir = $(libdir)/@PACKAGE@ 989dedec0cSmrgpkglibexecdir = $(libexecdir)/@PACKAGE@ 999dedec0cSmrgam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 1009dedec0cSmrginstall_sh_DATA = $(install_sh) -c -m 644 1019dedec0cSmrginstall_sh_PROGRAM = $(install_sh) -c 1029dedec0cSmrginstall_sh_SCRIPT = $(install_sh) -c 1039dedec0cSmrgINSTALL_HEADER = $(INSTALL_DATA) 1049dedec0cSmrgtransform = $(program_transform_name) 1059dedec0cSmrgNORMAL_INSTALL = : 1069dedec0cSmrgPRE_INSTALL = : 1079dedec0cSmrgPOST_INSTALL = : 1089dedec0cSmrgNORMAL_UNINSTALL = : 1099dedec0cSmrgPRE_UNINSTALL = : 1109dedec0cSmrgPOST_UNINSTALL = : 1119dedec0cSmrgbuild_triplet = @build@ 1129dedec0cSmrghost_triplet = @host@ 1139dedec0cSmrgcheck_PROGRAMS = EditResStream$(EXEEXT) 1149dedec0cSmrgsubdir = test 1159dedec0cSmrgACLOCAL_M4 = $(top_srcdir)/aclocal.m4 1169dedec0cSmrgam__aclocal_m4_deps = $(top_srcdir)/configure.ac 1179dedec0cSmrgam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 1189dedec0cSmrg $(ACLOCAL_M4) 1199dedec0cSmrgDIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 1209dedec0cSmrgmkinstalldirs = $(install_sh) -d 1219dedec0cSmrgCONFIG_HEADER = $(top_builddir)/config.h 1229dedec0cSmrgCONFIG_CLEAN_FILES = 1239dedec0cSmrgCONFIG_CLEAN_VPATH_FILES = 1249dedec0cSmrgam_EditResStream_OBJECTS = EditResStream.$(OBJEXT) 1259dedec0cSmrgEditResStream_OBJECTS = $(am_EditResStream_OBJECTS) 1269dedec0cSmrgam__DEPENDENCIES_1 = 1279dedec0cSmrgEditResStream_DEPENDENCIES = ${top_builddir}/src/libXmu.la \ 1289dedec0cSmrg $(am__DEPENDENCIES_1) 1299dedec0cSmrgAM_V_lt = $(am__v_lt_@AM_V@) 1309dedec0cSmrgam__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 1319dedec0cSmrgam__v_lt_0 = --silent 1329dedec0cSmrgam__v_lt_1 = 1339dedec0cSmrgAM_V_P = $(am__v_P_@AM_V@) 1349dedec0cSmrgam__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 1359dedec0cSmrgam__v_P_0 = false 1369dedec0cSmrgam__v_P_1 = : 1379dedec0cSmrgAM_V_GEN = $(am__v_GEN_@AM_V@) 1389dedec0cSmrgam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 1399dedec0cSmrgam__v_GEN_0 = @echo " GEN " $@; 1409dedec0cSmrgam__v_GEN_1 = 1419dedec0cSmrgAM_V_at = $(am__v_at_@AM_V@) 1429dedec0cSmrgam__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 1439dedec0cSmrgam__v_at_0 = @ 1449dedec0cSmrgam__v_at_1 = 1459dedec0cSmrgDEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 1469dedec0cSmrgdepcomp = $(SHELL) $(top_srcdir)/depcomp 1479dedec0cSmrgam__maybe_remake_depfiles = depfiles 1489dedec0cSmrgam__depfiles_remade = ./$(DEPDIR)/EditResStream.Po 1499dedec0cSmrgam__mv = mv -f 1509dedec0cSmrgCOMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 1519dedec0cSmrg $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 1529dedec0cSmrgLTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 1539dedec0cSmrg $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 1549dedec0cSmrg $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 1559dedec0cSmrg $(AM_CFLAGS) $(CFLAGS) 1569dedec0cSmrgAM_V_CC = $(am__v_CC_@AM_V@) 1579dedec0cSmrgam__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 1589dedec0cSmrgam__v_CC_0 = @echo " CC " $@; 1599dedec0cSmrgam__v_CC_1 = 1609dedec0cSmrgCCLD = $(CC) 1619dedec0cSmrgLINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 1629dedec0cSmrg $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 1639dedec0cSmrg $(AM_LDFLAGS) $(LDFLAGS) -o $@ 1649dedec0cSmrgAM_V_CCLD = $(am__v_CCLD_@AM_V@) 1659dedec0cSmrgam__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 1669dedec0cSmrgam__v_CCLD_0 = @echo " CCLD " $@; 1679dedec0cSmrgam__v_CCLD_1 = 1689dedec0cSmrgSOURCES = $(EditResStream_SOURCES) 1699dedec0cSmrgDIST_SOURCES = $(EditResStream_SOURCES) 1709dedec0cSmrgam__can_run_installinfo = \ 1719dedec0cSmrg case $$AM_UPDATE_INFO_DIR in \ 1729dedec0cSmrg n|no|NO) false;; \ 1739dedec0cSmrg *) (install-info --version) >/dev/null 2>&1;; \ 1749dedec0cSmrg esac 1759dedec0cSmrgam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 1769dedec0cSmrg# Read a list of newline-separated strings from the standard input, 1779dedec0cSmrg# and print each of them once, without duplicates. Input order is 1789dedec0cSmrg# *not* preserved. 1799dedec0cSmrgam__uniquify_input = $(AWK) '\ 1809dedec0cSmrg BEGIN { nonempty = 0; } \ 1819dedec0cSmrg { items[$$0] = 1; nonempty = 1; } \ 1829dedec0cSmrg END { if (nonempty) { for (i in items) print i; }; } \ 1839dedec0cSmrg' 1849dedec0cSmrg# Make sure the list of sources is unique. This is necessary because, 1859dedec0cSmrg# e.g., the same source file might be shared among _SOURCES variables 1869dedec0cSmrg# for different programs/libraries. 1879dedec0cSmrgam__define_uniq_tagged_files = \ 1889dedec0cSmrg list='$(am__tagged_files)'; \ 1899dedec0cSmrg unique=`for i in $$list; do \ 1909dedec0cSmrg if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 1919dedec0cSmrg done | $(am__uniquify_input)` 1929dedec0cSmrgam__tty_colors_dummy = \ 1939dedec0cSmrg mgn= red= grn= lgn= blu= brg= std=; \ 1949dedec0cSmrg am__color_tests=no 1959dedec0cSmrgam__tty_colors = { \ 1969dedec0cSmrg $(am__tty_colors_dummy); \ 1979dedec0cSmrg if test "X$(AM_COLOR_TESTS)" = Xno; then \ 1989dedec0cSmrg am__color_tests=no; \ 1999dedec0cSmrg elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ 2009dedec0cSmrg am__color_tests=yes; \ 2019dedec0cSmrg elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ 2029dedec0cSmrg am__color_tests=yes; \ 2039dedec0cSmrg fi; \ 2049dedec0cSmrg if test $$am__color_tests = yes; then \ 2059dedec0cSmrg red='[0;31m'; \ 2069dedec0cSmrg grn='[0;32m'; \ 2079dedec0cSmrg lgn='[1;32m'; \ 2089dedec0cSmrg blu='[1;34m'; \ 2099dedec0cSmrg mgn='[0;35m'; \ 2109dedec0cSmrg brg='[1m'; \ 2119dedec0cSmrg std='[m'; \ 2129dedec0cSmrg fi; \ 2139dedec0cSmrg} 2149dedec0cSmrgam__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 2159dedec0cSmrgam__vpath_adj = case $$p in \ 2169dedec0cSmrg $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 2179dedec0cSmrg *) f=$$p;; \ 2189dedec0cSmrg esac; 2199dedec0cSmrgam__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 2209dedec0cSmrgam__install_max = 40 2219dedec0cSmrgam__nobase_strip_setup = \ 2229dedec0cSmrg srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 2239dedec0cSmrgam__nobase_strip = \ 2249dedec0cSmrg for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 2259dedec0cSmrgam__nobase_list = $(am__nobase_strip_setup); \ 2269dedec0cSmrg for p in $$list; do echo "$$p $$p"; done | \ 2279dedec0cSmrg sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 2289dedec0cSmrg $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 2299dedec0cSmrg if (++n[$$2] == $(am__install_max)) \ 2309dedec0cSmrg { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 2319dedec0cSmrg END { for (dir in files) print dir, files[dir] }' 2329dedec0cSmrgam__base_list = \ 2339dedec0cSmrg sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 2349dedec0cSmrg sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 2359dedec0cSmrgam__uninstall_files_from_dir = { \ 2369dedec0cSmrg test -z "$$files" \ 2379dedec0cSmrg || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 2389dedec0cSmrg || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 2399dedec0cSmrg $(am__cd) "$$dir" && rm -f $$files; }; \ 2409dedec0cSmrg } 2419dedec0cSmrgam__recheck_rx = ^[ ]*:recheck:[ ]* 2429dedec0cSmrgam__global_test_result_rx = ^[ ]*:global-test-result:[ ]* 2439dedec0cSmrgam__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* 2449dedec0cSmrg# A command that, given a newline-separated list of test names on the 2459dedec0cSmrg# standard input, print the name of the tests that are to be re-run 2469dedec0cSmrg# upon "make recheck". 2479dedec0cSmrgam__list_recheck_tests = $(AWK) '{ \ 2489dedec0cSmrg recheck = 1; \ 2499dedec0cSmrg while ((rc = (getline line < ($$0 ".trs"))) != 0) \ 2509dedec0cSmrg { \ 2519dedec0cSmrg if (rc < 0) \ 2529dedec0cSmrg { \ 2539dedec0cSmrg if ((getline line2 < ($$0 ".log")) < 0) \ 2549dedec0cSmrg recheck = 0; \ 2559dedec0cSmrg break; \ 2569dedec0cSmrg } \ 2579dedec0cSmrg else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ 2589dedec0cSmrg { \ 2599dedec0cSmrg recheck = 0; \ 2609dedec0cSmrg break; \ 2619dedec0cSmrg } \ 2629dedec0cSmrg else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ 2639dedec0cSmrg { \ 2649dedec0cSmrg break; \ 2659dedec0cSmrg } \ 2669dedec0cSmrg }; \ 2679dedec0cSmrg if (recheck) \ 2689dedec0cSmrg print $$0; \ 2699dedec0cSmrg close ($$0 ".trs"); \ 2709dedec0cSmrg close ($$0 ".log"); \ 2719dedec0cSmrg}' 2729dedec0cSmrg# A command that, given a newline-separated list of test names on the 2739dedec0cSmrg# standard input, create the global log from their .trs and .log files. 2749dedec0cSmrgam__create_global_log = $(AWK) ' \ 2759dedec0cSmrgfunction fatal(msg) \ 2769dedec0cSmrg{ \ 2779dedec0cSmrg print "fatal: making $@: " msg | "cat >&2"; \ 2789dedec0cSmrg exit 1; \ 2799dedec0cSmrg} \ 2809dedec0cSmrgfunction rst_section(header) \ 2819dedec0cSmrg{ \ 2829dedec0cSmrg print header; \ 2839dedec0cSmrg len = length(header); \ 2849dedec0cSmrg for (i = 1; i <= len; i = i + 1) \ 2859dedec0cSmrg printf "="; \ 2869dedec0cSmrg printf "\n\n"; \ 2879dedec0cSmrg} \ 2889dedec0cSmrg{ \ 2899dedec0cSmrg copy_in_global_log = 1; \ 2909dedec0cSmrg global_test_result = "RUN"; \ 2919dedec0cSmrg while ((rc = (getline line < ($$0 ".trs"))) != 0) \ 2929dedec0cSmrg { \ 2939dedec0cSmrg if (rc < 0) \ 2949dedec0cSmrg fatal("failed to read from " $$0 ".trs"); \ 2959dedec0cSmrg if (line ~ /$(am__global_test_result_rx)/) \ 2969dedec0cSmrg { \ 2979dedec0cSmrg sub("$(am__global_test_result_rx)", "", line); \ 2989dedec0cSmrg sub("[ ]*$$", "", line); \ 2999dedec0cSmrg global_test_result = line; \ 3009dedec0cSmrg } \ 3019dedec0cSmrg else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \ 3029dedec0cSmrg copy_in_global_log = 0; \ 3039dedec0cSmrg }; \ 3049dedec0cSmrg if (copy_in_global_log) \ 3059dedec0cSmrg { \ 3069dedec0cSmrg rst_section(global_test_result ": " $$0); \ 3079dedec0cSmrg while ((rc = (getline line < ($$0 ".log"))) != 0) \ 3089dedec0cSmrg { \ 3099dedec0cSmrg if (rc < 0) \ 3109dedec0cSmrg fatal("failed to read from " $$0 ".log"); \ 3119dedec0cSmrg print line; \ 3129dedec0cSmrg }; \ 3139dedec0cSmrg printf "\n"; \ 3149dedec0cSmrg }; \ 3159dedec0cSmrg close ($$0 ".trs"); \ 3169dedec0cSmrg close ($$0 ".log"); \ 3179dedec0cSmrg}' 3189dedec0cSmrg# Restructured Text title. 3199dedec0cSmrgam__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; } 3209dedec0cSmrg# Solaris 10 'make', and several other traditional 'make' implementations, 3219dedec0cSmrg# pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it 3229dedec0cSmrg# by disabling -e (using the XSI extension "set +e") if it's set. 3239dedec0cSmrgam__sh_e_setup = case $$- in *e*) set +e;; esac 3249dedec0cSmrg# Default flags passed to test drivers. 3259dedec0cSmrgam__common_driver_flags = \ 3269dedec0cSmrg --color-tests "$$am__color_tests" \ 3279dedec0cSmrg --enable-hard-errors "$$am__enable_hard_errors" \ 3289dedec0cSmrg --expect-failure "$$am__expect_failure" 3299dedec0cSmrg# To be inserted before the command running the test. Creates the 3309dedec0cSmrg# directory for the log if needed. Stores in $dir the directory 3319dedec0cSmrg# containing $f, in $tst the test, in $log the log. Executes the 3329dedec0cSmrg# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and 3339dedec0cSmrg# passes TESTS_ENVIRONMENT. Set up options for the wrapper that 3349dedec0cSmrg# will run the test scripts (or their associated LOG_COMPILER, if 3359dedec0cSmrg# thy have one). 3369dedec0cSmrgam__check_pre = \ 3379dedec0cSmrg$(am__sh_e_setup); \ 3389dedec0cSmrg$(am__vpath_adj_setup) $(am__vpath_adj) \ 3399dedec0cSmrg$(am__tty_colors); \ 3409dedec0cSmrgsrcdir=$(srcdir); export srcdir; \ 3419dedec0cSmrgcase "$@" in \ 3429dedec0cSmrg */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ 3439dedec0cSmrg *) am__odir=.;; \ 3449dedec0cSmrgesac; \ 3459dedec0cSmrgtest "x$$am__odir" = x"." || test -d "$$am__odir" \ 3469dedec0cSmrg || $(MKDIR_P) "$$am__odir" || exit $$?; \ 3479dedec0cSmrgif test -f "./$$f"; then dir=./; \ 3489dedec0cSmrgelif test -f "$$f"; then dir=; \ 3499dedec0cSmrgelse dir="$(srcdir)/"; fi; \ 3509dedec0cSmrgtst=$$dir$$f; log='$@'; \ 3519dedec0cSmrgif test -n '$(DISABLE_HARD_ERRORS)'; then \ 3529dedec0cSmrg am__enable_hard_errors=no; \ 3539dedec0cSmrgelse \ 3549dedec0cSmrg am__enable_hard_errors=yes; \ 3559dedec0cSmrgfi; \ 3569dedec0cSmrgcase " $(XFAIL_TESTS) " in \ 3579dedec0cSmrg *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ 3589dedec0cSmrg am__expect_failure=yes;; \ 3599dedec0cSmrg *) \ 3609dedec0cSmrg am__expect_failure=no;; \ 3619dedec0cSmrgesac; \ 3629dedec0cSmrg$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT) 3639dedec0cSmrg# A shell command to get the names of the tests scripts with any registered 3649dedec0cSmrg# extension removed (i.e., equivalently, the names of the test logs, with 3659dedec0cSmrg# the '.log' extension removed). The result is saved in the shell variable 3669dedec0cSmrg# '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, 3679dedec0cSmrg# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", 3689dedec0cSmrg# since that might cause problem with VPATH rewrites for suffix-less tests. 3699dedec0cSmrg# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. 3709dedec0cSmrgam__set_TESTS_bases = \ 3719dedec0cSmrg bases='$(TEST_LOGS)'; \ 3729dedec0cSmrg bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ 3739dedec0cSmrg bases=`echo $$bases` 3749dedec0cSmrgAM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)' 3759dedec0cSmrgRECHECK_LOGS = $(TEST_LOGS) 3769dedec0cSmrgAM_RECURSIVE_TARGETS = check recheck 3779dedec0cSmrgTEST_SUITE_LOG = test-suite.log 3789dedec0cSmrgTEST_EXTENSIONS = @EXEEXT@ .test 3799dedec0cSmrgLOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver 3809dedec0cSmrgLOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) 3819dedec0cSmrgam__set_b = \ 3829dedec0cSmrg case '$@' in \ 3839dedec0cSmrg */*) \ 3849dedec0cSmrg case '$*' in \ 3859dedec0cSmrg */*) b='$*';; \ 3869dedec0cSmrg *) b=`echo '$@' | sed 's/\.log$$//'`; \ 3879dedec0cSmrg esac;; \ 3889dedec0cSmrg *) \ 3899dedec0cSmrg b='$*';; \ 3909dedec0cSmrg esac 3919dedec0cSmrgam__test_logs1 = $(TESTS:=.log) 3929dedec0cSmrgam__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log) 3939dedec0cSmrgTEST_LOGS = $(am__test_logs2:.test.log=.log) 3949dedec0cSmrgTEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver 3959dedec0cSmrgTEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ 3969dedec0cSmrg $(TEST_LOG_FLAGS) 3979dedec0cSmrgam__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \ 3989dedec0cSmrg $(top_srcdir)/test-driver 3999dedec0cSmrgDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 4009dedec0cSmrgACLOCAL = @ACLOCAL@ 4019dedec0cSmrgADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 4029dedec0cSmrgADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 4039dedec0cSmrgAMTAR = @AMTAR@ 4049dedec0cSmrgAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 4059dedec0cSmrgAPP_MAN_DIR = @APP_MAN_DIR@ 4069dedec0cSmrgAPP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 4079dedec0cSmrgAR = @AR@ 4089dedec0cSmrgAUTOCONF = @AUTOCONF@ 4099dedec0cSmrgAUTOHEADER = @AUTOHEADER@ 4109dedec0cSmrgAUTOMAKE = @AUTOMAKE@ 4119dedec0cSmrgAWK = @AWK@ 4129dedec0cSmrgBASE_CFLAGS = @BASE_CFLAGS@ 4139dedec0cSmrgCC = @CC@ 4149dedec0cSmrgCCDEPMODE = @CCDEPMODE@ 4159dedec0cSmrgCFLAGS = @CFLAGS@ 4169dedec0cSmrgCHANGELOG_CMD = @CHANGELOG_CMD@ 4179dedec0cSmrgCPPFLAGS = @CPPFLAGS@ 4189dedec0cSmrgCSCOPE = @CSCOPE@ 4199dedec0cSmrgCTAGS = @CTAGS@ 4209dedec0cSmrgCWARNFLAGS = @CWARNFLAGS@ 4219dedec0cSmrgCYGPATH_W = @CYGPATH_W@ 4229dedec0cSmrgDEFS = @DEFS@ 4239dedec0cSmrgDEPDIR = @DEPDIR@ 4249dedec0cSmrgDLLTOOL = @DLLTOOL@ 4259dedec0cSmrgDRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 4269dedec0cSmrgDRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 4279dedec0cSmrgDSYMUTIL = @DSYMUTIL@ 4289dedec0cSmrgDUMPBIN = @DUMPBIN@ 4299dedec0cSmrgECHO_C = @ECHO_C@ 4309dedec0cSmrgECHO_N = @ECHO_N@ 4319dedec0cSmrgECHO_T = @ECHO_T@ 4329dedec0cSmrgEGREP = @EGREP@ 4339dedec0cSmrgETAGS = @ETAGS@ 4349dedec0cSmrgEXEEXT = @EXEEXT@ 4359dedec0cSmrgFGREP = @FGREP@ 4369dedec0cSmrgFILECMD = @FILECMD@ 4379dedec0cSmrgFILE_MAN_DIR = @FILE_MAN_DIR@ 4389dedec0cSmrgFILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 4399dedec0cSmrgFOP = @FOP@ 4409dedec0cSmrgGREP = @GREP@ 4419dedec0cSmrgINSTALL = @INSTALL@ 4429dedec0cSmrgINSTALL_CMD = @INSTALL_CMD@ 4439dedec0cSmrgINSTALL_DATA = @INSTALL_DATA@ 4449dedec0cSmrgINSTALL_PROGRAM = @INSTALL_PROGRAM@ 4459dedec0cSmrgINSTALL_SCRIPT = @INSTALL_SCRIPT@ 4469dedec0cSmrgINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 4479dedec0cSmrgLD = @LD@ 4489dedec0cSmrgLDFLAGS = @LDFLAGS@ 4499dedec0cSmrgLIBOBJS = @LIBOBJS@ 4509dedec0cSmrgLIBS = @LIBS@ 4519dedec0cSmrgLIBTOOL = @LIBTOOL@ 4529dedec0cSmrgLIB_MAN_DIR = @LIB_MAN_DIR@ 4539dedec0cSmrgLIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 4549dedec0cSmrgLINT = @LINT@ 4559dedec0cSmrgLINTLIB = @LINTLIB@ 4569dedec0cSmrgLINTLIBUU = @LINTLIBUU@ 4579dedec0cSmrgLINT_FLAGS = @LINT_FLAGS@ 4589dedec0cSmrgLIPO = @LIPO@ 4599dedec0cSmrgLN_S = @LN_S@ 4609dedec0cSmrgLTLIBOBJS = @LTLIBOBJS@ 4619dedec0cSmrgLT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 4629dedec0cSmrgMAKEINFO = @MAKEINFO@ 4639dedec0cSmrgMANIFEST_TOOL = @MANIFEST_TOOL@ 4649dedec0cSmrgMAN_SUBSTS = @MAN_SUBSTS@ 4659dedec0cSmrgMISC_MAN_DIR = @MISC_MAN_DIR@ 4669dedec0cSmrgMISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 4679dedec0cSmrgMKDIR_P = @MKDIR_P@ 4689dedec0cSmrgNM = @NM@ 4699dedec0cSmrgNMEDIT = @NMEDIT@ 4709dedec0cSmrgOBJDUMP = @OBJDUMP@ 4719dedec0cSmrgOBJEXT = @OBJEXT@ 4729dedec0cSmrgOTOOL = @OTOOL@ 4739dedec0cSmrgOTOOL64 = @OTOOL64@ 4749dedec0cSmrgPACKAGE = @PACKAGE@ 4759dedec0cSmrgPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 4769dedec0cSmrgPACKAGE_NAME = @PACKAGE_NAME@ 4779dedec0cSmrgPACKAGE_STRING = @PACKAGE_STRING@ 4789dedec0cSmrgPACKAGE_TARNAME = @PACKAGE_TARNAME@ 4799dedec0cSmrgPACKAGE_URL = @PACKAGE_URL@ 4809dedec0cSmrgPACKAGE_VERSION = @PACKAGE_VERSION@ 4819dedec0cSmrgPATH_SEPARATOR = @PATH_SEPARATOR@ 4829dedec0cSmrgPKG_CONFIG = @PKG_CONFIG@ 4839dedec0cSmrgPKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 4849dedec0cSmrgPKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 4859dedec0cSmrgRANLIB = @RANLIB@ 4869dedec0cSmrgSED = @SED@ 4879dedec0cSmrgSET_MAKE = @SET_MAKE@ 4889dedec0cSmrgSHELL = @SHELL@ 4899dedec0cSmrgSTRICT_CFLAGS = @STRICT_CFLAGS@ 4909dedec0cSmrgSTRIP = @STRIP@ 4919dedec0cSmrgSTYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@ 4929dedec0cSmrgVERSION = @VERSION@ 4939dedec0cSmrgXMLTO = @XMLTO@ 4949dedec0cSmrgXMUU_CFLAGS = @XMUU_CFLAGS@ 4959dedec0cSmrgXMUU_LIBS = @XMUU_LIBS@ 4969dedec0cSmrgXMU_CFLAGS = @XMU_CFLAGS@ 4979dedec0cSmrgXMU_LIBS = @XMU_LIBS@ 4989dedec0cSmrgXORG_MAN_PAGE = @XORG_MAN_PAGE@ 4999dedec0cSmrgXORG_SGML_PATH = @XORG_SGML_PATH@ 5009dedec0cSmrgXSLTPROC = @XSLTPROC@ 5019dedec0cSmrgXSL_STYLESHEET = @XSL_STYLESHEET@ 5029dedec0cSmrgabs_builddir = @abs_builddir@ 5039dedec0cSmrgabs_srcdir = @abs_srcdir@ 5049dedec0cSmrgabs_top_builddir = @abs_top_builddir@ 5059dedec0cSmrgabs_top_srcdir = @abs_top_srcdir@ 5069dedec0cSmrgac_ct_AR = @ac_ct_AR@ 5079dedec0cSmrgac_ct_CC = @ac_ct_CC@ 5089dedec0cSmrgac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 5099dedec0cSmrgam__include = @am__include@ 5109dedec0cSmrgam__leading_dot = @am__leading_dot@ 5119dedec0cSmrgam__quote = @am__quote@ 5129dedec0cSmrgam__tar = @am__tar@ 5139dedec0cSmrgam__untar = @am__untar@ 5149dedec0cSmrgbindir = @bindir@ 5159dedec0cSmrgbuild = @build@ 5169dedec0cSmrgbuild_alias = @build_alias@ 5179dedec0cSmrgbuild_cpu = @build_cpu@ 5189dedec0cSmrgbuild_os = @build_os@ 5199dedec0cSmrgbuild_vendor = @build_vendor@ 5209dedec0cSmrgbuilddir = @builddir@ 5219dedec0cSmrgdatadir = @datadir@ 5229dedec0cSmrgdatarootdir = @datarootdir@ 5239dedec0cSmrgdocdir = @docdir@ 5249dedec0cSmrgdvidir = @dvidir@ 5259dedec0cSmrgexec_prefix = @exec_prefix@ 5269dedec0cSmrghost = @host@ 5279dedec0cSmrghost_alias = @host_alias@ 5289dedec0cSmrghost_cpu = @host_cpu@ 5299dedec0cSmrghost_os = @host_os@ 5309dedec0cSmrghost_vendor = @host_vendor@ 5319dedec0cSmrghtmldir = @htmldir@ 5329dedec0cSmrgincludedir = @includedir@ 5339dedec0cSmrginfodir = @infodir@ 5349dedec0cSmrginstall_sh = @install_sh@ 5359dedec0cSmrglibdir = @libdir@ 5369dedec0cSmrglibexecdir = @libexecdir@ 5379dedec0cSmrglocaledir = @localedir@ 5389dedec0cSmrglocalstatedir = @localstatedir@ 5399dedec0cSmrgmandir = @mandir@ 5409dedec0cSmrgmkdir_p = @mkdir_p@ 5419dedec0cSmrgoldincludedir = @oldincludedir@ 5429dedec0cSmrgpdfdir = @pdfdir@ 5439dedec0cSmrgprefix = @prefix@ 5449dedec0cSmrgprogram_transform_name = @program_transform_name@ 5459dedec0cSmrgpsdir = @psdir@ 5469dedec0cSmrgrunstatedir = @runstatedir@ 5479dedec0cSmrgsbindir = @sbindir@ 5489dedec0cSmrgsharedstatedir = @sharedstatedir@ 5499dedec0cSmrgsrcdir = @srcdir@ 5509dedec0cSmrgsysconfdir = @sysconfdir@ 5519dedec0cSmrgtarget_alias = @target_alias@ 5529dedec0cSmrgtop_build_prefix = @top_build_prefix@ 5539dedec0cSmrgtop_builddir = @top_builddir@ 5549dedec0cSmrgtop_srcdir = @top_srcdir@ 5559dedec0cSmrgAM_CPPFLAGS = -D_CONST_X_STRING -I${top_srcdir}/include 5569dedec0cSmrgTESTS = $(check_PROGRAMS) 5579dedec0cSmrgEditResStream_SOURCES = EditResStream.c 5589dedec0cSmrgEditResStream_LDADD = ${top_builddir}/src/libXmu.la $(XMU_LIBS) 5599dedec0cSmrgall: all-am 5609dedec0cSmrg 5619dedec0cSmrg.SUFFIXES: 5629dedec0cSmrg.SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs 5639dedec0cSmrg$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 5649dedec0cSmrg @for dep in $?; do \ 5659dedec0cSmrg case '$(am__configure_deps)' in \ 5669dedec0cSmrg *$$dep*) \ 5679dedec0cSmrg ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 5689dedec0cSmrg && { if test -f $@; then exit 0; else break; fi; }; \ 5699dedec0cSmrg exit 1;; \ 5709dedec0cSmrg esac; \ 5719dedec0cSmrg done; \ 5729dedec0cSmrg echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/Makefile'; \ 5739dedec0cSmrg $(am__cd) $(top_srcdir) && \ 5749dedec0cSmrg $(AUTOMAKE) --foreign test/Makefile 5759dedec0cSmrgMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 5769dedec0cSmrg @case '$?' in \ 5779dedec0cSmrg *config.status*) \ 5789dedec0cSmrg cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 5799dedec0cSmrg *) \ 5809dedec0cSmrg echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 5819dedec0cSmrg cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 5829dedec0cSmrg esac; 5839dedec0cSmrg 5849dedec0cSmrg$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 5859dedec0cSmrg cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 5869dedec0cSmrg 5879dedec0cSmrg$(top_srcdir)/configure: $(am__configure_deps) 5889dedec0cSmrg cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 5899dedec0cSmrg$(ACLOCAL_M4): $(am__aclocal_m4_deps) 5909dedec0cSmrg cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 5919dedec0cSmrg$(am__aclocal_m4_deps): 5929dedec0cSmrg 5939dedec0cSmrgclean-checkPROGRAMS: 5949dedec0cSmrg @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ 5959dedec0cSmrg echo " rm -f" $$list; \ 5969dedec0cSmrg rm -f $$list || exit $$?; \ 5979dedec0cSmrg test -n "$(EXEEXT)" || exit 0; \ 5989dedec0cSmrg list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 5999dedec0cSmrg echo " rm -f" $$list; \ 6009dedec0cSmrg rm -f $$list 6019dedec0cSmrg 6029dedec0cSmrgEditResStream$(EXEEXT): $(EditResStream_OBJECTS) $(EditResStream_DEPENDENCIES) $(EXTRA_EditResStream_DEPENDENCIES) 6039dedec0cSmrg @rm -f EditResStream$(EXEEXT) 6049dedec0cSmrg $(AM_V_CCLD)$(LINK) $(EditResStream_OBJECTS) $(EditResStream_LDADD) $(LIBS) 6059dedec0cSmrg 6069dedec0cSmrgmostlyclean-compile: 6079dedec0cSmrg -rm -f *.$(OBJEXT) 6089dedec0cSmrg 6099dedec0cSmrgdistclean-compile: 6109dedec0cSmrg -rm -f *.tab.c 6119dedec0cSmrg 6129dedec0cSmrg@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/EditResStream.Po@am__quote@ # am--include-marker 6139dedec0cSmrg 6149dedec0cSmrg$(am__depfiles_remade): 6159dedec0cSmrg @$(MKDIR_P) $(@D) 6169dedec0cSmrg @echo '# dummy' >$@-t && $(am__mv) $@-t $@ 6179dedec0cSmrg 6189dedec0cSmrgam--depfiles: $(am__depfiles_remade) 6199dedec0cSmrg 6209dedec0cSmrg.c.o: 6219dedec0cSmrg@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 6229dedec0cSmrg@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 6239dedec0cSmrg@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 6249dedec0cSmrg@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 6259dedec0cSmrg@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 6269dedec0cSmrg 6279dedec0cSmrg.c.obj: 6289dedec0cSmrg@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 6299dedec0cSmrg@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 6309dedec0cSmrg@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 6319dedec0cSmrg@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 6329dedec0cSmrg@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 6339dedec0cSmrg 6349dedec0cSmrg.c.lo: 6359dedec0cSmrg@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 6369dedec0cSmrg@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 6379dedec0cSmrg@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 6389dedec0cSmrg@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 6399dedec0cSmrg@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 6409dedec0cSmrg 6419dedec0cSmrgmostlyclean-libtool: 6429dedec0cSmrg -rm -f *.lo 6439dedec0cSmrg 6449dedec0cSmrgclean-libtool: 6459dedec0cSmrg -rm -rf .libs _libs 6469dedec0cSmrg 6479dedec0cSmrgID: $(am__tagged_files) 6489dedec0cSmrg $(am__define_uniq_tagged_files); mkid -fID $$unique 6499dedec0cSmrgtags: tags-am 6509dedec0cSmrgTAGS: tags 6519dedec0cSmrg 6529dedec0cSmrgtags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 6539dedec0cSmrg set x; \ 6549dedec0cSmrg here=`pwd`; \ 6559dedec0cSmrg $(am__define_uniq_tagged_files); \ 6569dedec0cSmrg shift; \ 6579dedec0cSmrg if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 6589dedec0cSmrg test -n "$$unique" || unique=$$empty_fix; \ 6599dedec0cSmrg if test $$# -gt 0; then \ 6609dedec0cSmrg $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 6619dedec0cSmrg "$$@" $$unique; \ 6629dedec0cSmrg else \ 6639dedec0cSmrg $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 6649dedec0cSmrg $$unique; \ 6659dedec0cSmrg fi; \ 6669dedec0cSmrg fi 6679dedec0cSmrgctags: ctags-am 6689dedec0cSmrg 6699dedec0cSmrgCTAGS: ctags 6709dedec0cSmrgctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 6719dedec0cSmrg $(am__define_uniq_tagged_files); \ 6729dedec0cSmrg test -z "$(CTAGS_ARGS)$$unique" \ 6739dedec0cSmrg || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 6749dedec0cSmrg $$unique 6759dedec0cSmrg 6769dedec0cSmrgGTAGS: 6779dedec0cSmrg here=`$(am__cd) $(top_builddir) && pwd` \ 6789dedec0cSmrg && $(am__cd) $(top_srcdir) \ 6799dedec0cSmrg && gtags -i $(GTAGS_ARGS) "$$here" 6809dedec0cSmrgcscopelist: cscopelist-am 6819dedec0cSmrg 6829dedec0cSmrgcscopelist-am: $(am__tagged_files) 6839dedec0cSmrg list='$(am__tagged_files)'; \ 6849dedec0cSmrg case "$(srcdir)" in \ 6859dedec0cSmrg [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 6869dedec0cSmrg *) sdir=$(subdir)/$(srcdir) ;; \ 6879dedec0cSmrg esac; \ 6889dedec0cSmrg for i in $$list; do \ 6899dedec0cSmrg if test -f "$$i"; then \ 6909dedec0cSmrg echo "$(subdir)/$$i"; \ 6919dedec0cSmrg else \ 6929dedec0cSmrg echo "$$sdir/$$i"; \ 6939dedec0cSmrg fi; \ 6949dedec0cSmrg done >> $(top_builddir)/cscope.files 6959dedec0cSmrg 6969dedec0cSmrgdistclean-tags: 6979dedec0cSmrg -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 6989dedec0cSmrg 6999dedec0cSmrg# Recover from deleted '.trs' file; this should ensure that 7009dedec0cSmrg# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create 7019dedec0cSmrg# both 'foo.log' and 'foo.trs'. Break the recipe in two subshells 7029dedec0cSmrg# to avoid problems with "make -n". 7039dedec0cSmrg.log.trs: 7049dedec0cSmrg rm -f $< $@ 7059dedec0cSmrg $(MAKE) $(AM_MAKEFLAGS) $< 7069dedec0cSmrg 7079dedec0cSmrg# Leading 'am--fnord' is there to ensure the list of targets does not 7089dedec0cSmrg# expand to empty, as could happen e.g. with make check TESTS=''. 7099dedec0cSmrgam--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) 7109dedec0cSmrgam--force-recheck: 7119dedec0cSmrg @: 7129dedec0cSmrg 7139dedec0cSmrg$(TEST_SUITE_LOG): $(TEST_LOGS) 7149dedec0cSmrg @$(am__set_TESTS_bases); \ 7159dedec0cSmrg am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ 7169dedec0cSmrg redo_bases=`for i in $$bases; do \ 7179dedec0cSmrg am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ 7189dedec0cSmrg done`; \ 7199dedec0cSmrg if test -n "$$redo_bases"; then \ 7209dedec0cSmrg redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ 7219dedec0cSmrg redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ 7229dedec0cSmrg if $(am__make_dryrun); then :; else \ 7239dedec0cSmrg rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ 7249dedec0cSmrg fi; \ 7259dedec0cSmrg fi; \ 7269dedec0cSmrg if test -n "$$am__remaking_logs"; then \ 7279dedec0cSmrg echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ 7289dedec0cSmrg "recursion detected" >&2; \ 7299dedec0cSmrg elif test -n "$$redo_logs"; then \ 7309dedec0cSmrg am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ 7319dedec0cSmrg fi; \ 7329dedec0cSmrg if $(am__make_dryrun); then :; else \ 7339dedec0cSmrg st=0; \ 7349dedec0cSmrg errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ 7359dedec0cSmrg for i in $$redo_bases; do \ 7369dedec0cSmrg test -f $$i.trs && test -r $$i.trs \ 7379dedec0cSmrg || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ 7389dedec0cSmrg test -f $$i.log && test -r $$i.log \ 7399dedec0cSmrg || { echo "$$errmsg $$i.log" >&2; st=1; }; \ 7409dedec0cSmrg done; \ 7419dedec0cSmrg test $$st -eq 0 || exit 1; \ 7429dedec0cSmrg fi 7439dedec0cSmrg @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ 7449dedec0cSmrg ws='[ ]'; \ 7459dedec0cSmrg results=`for b in $$bases; do echo $$b.trs; done`; \ 7469dedec0cSmrg test -n "$$results" || results=/dev/null; \ 7479dedec0cSmrg all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ 7489dedec0cSmrg pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ 7499dedec0cSmrg fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ 7509dedec0cSmrg skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ 7519dedec0cSmrg xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ 7529dedec0cSmrg xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ 7539dedec0cSmrg error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ 7549dedec0cSmrg if test `expr $$fail + $$xpass + $$error` -eq 0; then \ 7559dedec0cSmrg success=true; \ 7569dedec0cSmrg else \ 7579dedec0cSmrg success=false; \ 7589dedec0cSmrg fi; \ 7599dedec0cSmrg br='==================='; br=$$br$$br$$br$$br; \ 7609dedec0cSmrg result_count () \ 7619dedec0cSmrg { \ 7629dedec0cSmrg if test x"$$1" = x"--maybe-color"; then \ 7639dedec0cSmrg maybe_colorize=yes; \ 7649dedec0cSmrg elif test x"$$1" = x"--no-color"; then \ 7659dedec0cSmrg maybe_colorize=no; \ 7669dedec0cSmrg else \ 7679dedec0cSmrg echo "$@: invalid 'result_count' usage" >&2; exit 4; \ 7689dedec0cSmrg fi; \ 7699dedec0cSmrg shift; \ 7709dedec0cSmrg desc=$$1 count=$$2; \ 7719dedec0cSmrg if test $$maybe_colorize = yes && test $$count -gt 0; then \ 7729dedec0cSmrg color_start=$$3 color_end=$$std; \ 7739dedec0cSmrg else \ 7749dedec0cSmrg color_start= color_end=; \ 7759dedec0cSmrg fi; \ 7769dedec0cSmrg echo "$${color_start}# $$desc $$count$${color_end}"; \ 7779dedec0cSmrg }; \ 7789dedec0cSmrg create_testsuite_report () \ 7799dedec0cSmrg { \ 7809dedec0cSmrg result_count $$1 "TOTAL:" $$all "$$brg"; \ 7819dedec0cSmrg result_count $$1 "PASS: " $$pass "$$grn"; \ 7829dedec0cSmrg result_count $$1 "SKIP: " $$skip "$$blu"; \ 7839dedec0cSmrg result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ 7849dedec0cSmrg result_count $$1 "FAIL: " $$fail "$$red"; \ 7859dedec0cSmrg result_count $$1 "XPASS:" $$xpass "$$red"; \ 7869dedec0cSmrg result_count $$1 "ERROR:" $$error "$$mgn"; \ 7879dedec0cSmrg }; \ 7889dedec0cSmrg { \ 7899dedec0cSmrg echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ 7909dedec0cSmrg $(am__rst_title); \ 7919dedec0cSmrg create_testsuite_report --no-color; \ 7929dedec0cSmrg echo; \ 7939dedec0cSmrg echo ".. contents:: :depth: 2"; \ 7949dedec0cSmrg echo; \ 7959dedec0cSmrg for b in $$bases; do echo $$b; done \ 7969dedec0cSmrg | $(am__create_global_log); \ 7979dedec0cSmrg } >$(TEST_SUITE_LOG).tmp || exit 1; \ 7989dedec0cSmrg mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ 7999dedec0cSmrg if $$success; then \ 8009dedec0cSmrg col="$$grn"; \ 8019dedec0cSmrg else \ 8029dedec0cSmrg col="$$red"; \ 8039dedec0cSmrg test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ 8049dedec0cSmrg fi; \ 8059dedec0cSmrg echo "$${col}$$br$${std}"; \ 8069dedec0cSmrg echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}"; \ 8079dedec0cSmrg echo "$${col}$$br$${std}"; \ 8089dedec0cSmrg create_testsuite_report --maybe-color; \ 8099dedec0cSmrg echo "$$col$$br$$std"; \ 8109dedec0cSmrg if $$success; then :; else \ 8119dedec0cSmrg echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ 8129dedec0cSmrg if test -n "$(PACKAGE_BUGREPORT)"; then \ 8139dedec0cSmrg echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ 8149dedec0cSmrg fi; \ 8159dedec0cSmrg echo "$$col$$br$$std"; \ 8169dedec0cSmrg fi; \ 8179dedec0cSmrg $$success || exit 1 8189dedec0cSmrg 8199dedec0cSmrgcheck-TESTS: $(check_PROGRAMS) 8209dedec0cSmrg @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list 8219dedec0cSmrg @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list 8229dedec0cSmrg @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) 8239dedec0cSmrg @set +e; $(am__set_TESTS_bases); \ 8249dedec0cSmrg log_list=`for i in $$bases; do echo $$i.log; done`; \ 8259dedec0cSmrg trs_list=`for i in $$bases; do echo $$i.trs; done`; \ 8269dedec0cSmrg log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ 8279dedec0cSmrg $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ 8289dedec0cSmrg exit $$?; 8299dedec0cSmrgrecheck: all $(check_PROGRAMS) 8309dedec0cSmrg @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) 8319dedec0cSmrg @set +e; $(am__set_TESTS_bases); \ 8329dedec0cSmrg bases=`for i in $$bases; do echo $$i; done \ 8339dedec0cSmrg | $(am__list_recheck_tests)` || exit 1; \ 8349dedec0cSmrg log_list=`for i in $$bases; do echo $$i.log; done`; \ 8359dedec0cSmrg log_list=`echo $$log_list`; \ 8369dedec0cSmrg $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ 8379dedec0cSmrg am__force_recheck=am--force-recheck \ 8389dedec0cSmrg TEST_LOGS="$$log_list"; \ 8399dedec0cSmrg exit $$? 8409dedec0cSmrgEditResStream.log: EditResStream$(EXEEXT) 8419dedec0cSmrg @p='EditResStream$(EXEEXT)'; \ 8429dedec0cSmrg b='EditResStream'; \ 8439dedec0cSmrg $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 8449dedec0cSmrg --log-file $$b.log --trs-file $$b.trs \ 8459dedec0cSmrg $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 8469dedec0cSmrg "$$tst" $(AM_TESTS_FD_REDIRECT) 8479dedec0cSmrg.test.log: 8489dedec0cSmrg @p='$<'; \ 8499dedec0cSmrg $(am__set_b); \ 8509dedec0cSmrg $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ 8519dedec0cSmrg --log-file $$b.log --trs-file $$b.trs \ 8529dedec0cSmrg $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ 8539dedec0cSmrg "$$tst" $(AM_TESTS_FD_REDIRECT) 8549dedec0cSmrg@am__EXEEXT_TRUE@.test$(EXEEXT).log: 8559dedec0cSmrg@am__EXEEXT_TRUE@ @p='$<'; \ 8569dedec0cSmrg@am__EXEEXT_TRUE@ $(am__set_b); \ 8579dedec0cSmrg@am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ 8589dedec0cSmrg@am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \ 8599dedec0cSmrg@am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ 8609dedec0cSmrg@am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT) 8619dedec0cSmrgdistdir: $(BUILT_SOURCES) 8629dedec0cSmrg $(MAKE) $(AM_MAKEFLAGS) distdir-am 8639dedec0cSmrg 8649dedec0cSmrgdistdir-am: $(DISTFILES) 8659dedec0cSmrg @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 8669dedec0cSmrg topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 8679dedec0cSmrg list='$(DISTFILES)'; \ 8689dedec0cSmrg dist_files=`for file in $$list; do echo $$file; done | \ 8699dedec0cSmrg sed -e "s|^$$srcdirstrip/||;t" \ 8709dedec0cSmrg -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 8719dedec0cSmrg case $$dist_files in \ 8729dedec0cSmrg */*) $(MKDIR_P) `echo "$$dist_files" | \ 8739dedec0cSmrg sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 8749dedec0cSmrg sort -u` ;; \ 8759dedec0cSmrg esac; \ 8769dedec0cSmrg for file in $$dist_files; do \ 8779dedec0cSmrg if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 8789dedec0cSmrg if test -d $$d/$$file; then \ 8799dedec0cSmrg dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 8809dedec0cSmrg if test -d "$(distdir)/$$file"; then \ 8819dedec0cSmrg find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 8829dedec0cSmrg fi; \ 8839dedec0cSmrg if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 8849dedec0cSmrg cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 8859dedec0cSmrg find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 8869dedec0cSmrg fi; \ 8879dedec0cSmrg cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 8889dedec0cSmrg else \ 8899dedec0cSmrg test -f "$(distdir)/$$file" \ 8909dedec0cSmrg || cp -p $$d/$$file "$(distdir)/$$file" \ 8919dedec0cSmrg || exit 1; \ 8929dedec0cSmrg fi; \ 8939dedec0cSmrg done 8949dedec0cSmrgcheck-am: all-am 8959dedec0cSmrg $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) 8969dedec0cSmrg $(MAKE) $(AM_MAKEFLAGS) check-TESTS 8979dedec0cSmrgcheck: check-am 8989dedec0cSmrgall-am: Makefile 8999dedec0cSmrginstalldirs: 9009dedec0cSmrginstall: install-am 9019dedec0cSmrginstall-exec: install-exec-am 9029dedec0cSmrginstall-data: install-data-am 9039dedec0cSmrguninstall: uninstall-am 9049dedec0cSmrg 9059dedec0cSmrginstall-am: all-am 9069dedec0cSmrg @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 9079dedec0cSmrg 9089dedec0cSmrginstallcheck: installcheck-am 9099dedec0cSmrginstall-strip: 9109dedec0cSmrg if test -z '$(STRIP)'; then \ 9119dedec0cSmrg $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 9129dedec0cSmrg install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 9139dedec0cSmrg install; \ 9149dedec0cSmrg else \ 9159dedec0cSmrg $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 9169dedec0cSmrg install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 9179dedec0cSmrg "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 9189dedec0cSmrg fi 9199dedec0cSmrgmostlyclean-generic: 9209dedec0cSmrg -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) 9219dedec0cSmrg -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) 9229dedec0cSmrg -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) 9239dedec0cSmrg 9249dedec0cSmrgclean-generic: 9259dedec0cSmrg 9269dedec0cSmrgdistclean-generic: 9279dedec0cSmrg -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 9289dedec0cSmrg -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 9299dedec0cSmrg 9309dedec0cSmrgmaintainer-clean-generic: 9319dedec0cSmrg @echo "This command is intended for maintainers to use" 9329dedec0cSmrg @echo "it deletes files that may require special tools to rebuild." 9339dedec0cSmrgclean: clean-am 9349dedec0cSmrg 9359dedec0cSmrgclean-am: clean-checkPROGRAMS clean-generic clean-libtool \ 9369dedec0cSmrg mostlyclean-am 9379dedec0cSmrg 9389dedec0cSmrgdistclean: distclean-am 9399dedec0cSmrg -rm -f ./$(DEPDIR)/EditResStream.Po 9409dedec0cSmrg -rm -f Makefile 9419dedec0cSmrgdistclean-am: clean-am distclean-compile distclean-generic \ 9429dedec0cSmrg distclean-tags 9439dedec0cSmrg 9449dedec0cSmrgdvi: dvi-am 9459dedec0cSmrg 9469dedec0cSmrgdvi-am: 9479dedec0cSmrg 9489dedec0cSmrghtml: html-am 9499dedec0cSmrg 9509dedec0cSmrghtml-am: 9519dedec0cSmrg 9529dedec0cSmrginfo: info-am 9539dedec0cSmrg 9549dedec0cSmrginfo-am: 9559dedec0cSmrg 9569dedec0cSmrginstall-data-am: 9579dedec0cSmrg 9589dedec0cSmrginstall-dvi: install-dvi-am 9599dedec0cSmrg 9609dedec0cSmrginstall-dvi-am: 9619dedec0cSmrg 9629dedec0cSmrginstall-exec-am: 9639dedec0cSmrg 9649dedec0cSmrginstall-html: install-html-am 9659dedec0cSmrg 9669dedec0cSmrginstall-html-am: 9679dedec0cSmrg 9689dedec0cSmrginstall-info: install-info-am 9699dedec0cSmrg 9709dedec0cSmrginstall-info-am: 9719dedec0cSmrg 9729dedec0cSmrginstall-man: 9739dedec0cSmrg 9749dedec0cSmrginstall-pdf: install-pdf-am 9759dedec0cSmrg 9769dedec0cSmrginstall-pdf-am: 9779dedec0cSmrg 9789dedec0cSmrginstall-ps: install-ps-am 9799dedec0cSmrg 9809dedec0cSmrginstall-ps-am: 9819dedec0cSmrg 9829dedec0cSmrginstallcheck-am: 9839dedec0cSmrg 9849dedec0cSmrgmaintainer-clean: maintainer-clean-am 9859dedec0cSmrg -rm -f ./$(DEPDIR)/EditResStream.Po 9869dedec0cSmrg -rm -f Makefile 9879dedec0cSmrgmaintainer-clean-am: distclean-am maintainer-clean-generic 9889dedec0cSmrg 9899dedec0cSmrgmostlyclean: mostlyclean-am 9909dedec0cSmrg 9919dedec0cSmrgmostlyclean-am: mostlyclean-compile mostlyclean-generic \ 9929dedec0cSmrg mostlyclean-libtool 9939dedec0cSmrg 9949dedec0cSmrgpdf: pdf-am 9959dedec0cSmrg 9969dedec0cSmrgpdf-am: 9979dedec0cSmrg 9989dedec0cSmrgps: ps-am 9999dedec0cSmrg 10009dedec0cSmrgps-am: 10019dedec0cSmrg 10029dedec0cSmrguninstall-am: 10039dedec0cSmrg 10049dedec0cSmrg.MAKE: check-am install-am install-strip 10059dedec0cSmrg 10069dedec0cSmrg.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-TESTS \ 10079dedec0cSmrg check-am clean clean-checkPROGRAMS clean-generic clean-libtool \ 10089dedec0cSmrg cscopelist-am ctags ctags-am distclean distclean-compile \ 10099dedec0cSmrg distclean-generic distclean-libtool distclean-tags distdir dvi \ 10109dedec0cSmrg dvi-am html html-am info info-am install install-am \ 10119dedec0cSmrg install-data install-data-am install-dvi install-dvi-am \ 10129dedec0cSmrg install-exec install-exec-am install-html install-html-am \ 10139dedec0cSmrg install-info install-info-am install-man install-pdf \ 10149dedec0cSmrg install-pdf-am install-ps install-ps-am install-strip \ 10159dedec0cSmrg installcheck installcheck-am installdirs maintainer-clean \ 10169dedec0cSmrg maintainer-clean-generic mostlyclean mostlyclean-compile \ 10179dedec0cSmrg mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 10189dedec0cSmrg recheck tags tags-am uninstall uninstall-am 10199dedec0cSmrg 10209dedec0cSmrg.PRECIOUS: Makefile 10219dedec0cSmrg 10229dedec0cSmrg 10239dedec0cSmrg# Tell versions [3.59,3.63) of GNU make to not export all variables. 10249dedec0cSmrg# Otherwise a system limit (for SysV at least) may be exceeded. 10259dedec0cSmrg.NOEXPORT: 1026