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