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) 2023, 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@ 113@ENABLE_UNIT_TESTS_TRUE@@HAVE_GLIB_TRUE@check_PROGRAMS = \ 114@ENABLE_UNIT_TESTS_TRUE@@HAVE_GLIB_TRUE@ XpmCreate$(EXEEXT) \ 115@ENABLE_UNIT_TESTS_TRUE@@HAVE_GLIB_TRUE@ XpmMisc$(EXEEXT) \ 116@ENABLE_UNIT_TESTS_TRUE@@HAVE_GLIB_TRUE@ XpmRead$(EXEEXT) \ 117@ENABLE_UNIT_TESTS_TRUE@@HAVE_GLIB_TRUE@ XpmWrite$(EXEEXT) \ 118@ENABLE_UNIT_TESTS_TRUE@@HAVE_GLIB_TRUE@ rgb$(EXEEXT) 119subdir = test 120ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 121am__aclocal_m4_deps = $(top_srcdir)/m4/ax_define_dir.m4 \ 122 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ 123 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ 124 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac 125am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 126 $(ACLOCAL_M4) 127DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 128mkinstalldirs = $(install_sh) -d 129CONFIG_HEADER = $(top_builddir)/config.h 130CONFIG_CLEAN_FILES = 131CONFIG_CLEAN_VPATH_FILES = 132am__XpmCreate_SOURCES_DIST = XpmCreate.c TestAllFiles.h 133@ENABLE_UNIT_TESTS_TRUE@@HAVE_GLIB_TRUE@am_XpmCreate_OBJECTS = \ 134@ENABLE_UNIT_TESTS_TRUE@@HAVE_GLIB_TRUE@ XpmCreate.$(OBJEXT) 135XpmCreate_OBJECTS = $(am_XpmCreate_OBJECTS) 136XpmCreate_LDADD = $(LDADD) 137am__DEPENDENCIES_1 = 138@ENABLE_UNIT_TESTS_TRUE@@HAVE_GLIB_TRUE@XpmCreate_DEPENDENCIES = $(top_builddir)/src/libXpm.la \ 139@ENABLE_UNIT_TESTS_TRUE@@HAVE_GLIB_TRUE@ $(am__DEPENDENCIES_1) 140AM_V_lt = $(am__v_lt_@AM_V@) 141am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 142am__v_lt_0 = --silent 143am__v_lt_1 = 144am__XpmMisc_SOURCES_DIST = XpmMisc.c 145@ENABLE_UNIT_TESTS_TRUE@@HAVE_GLIB_TRUE@am_XpmMisc_OBJECTS = \ 146@ENABLE_UNIT_TESTS_TRUE@@HAVE_GLIB_TRUE@ XpmMisc.$(OBJEXT) 147XpmMisc_OBJECTS = $(am_XpmMisc_OBJECTS) 148XpmMisc_LDADD = $(LDADD) 149@ENABLE_UNIT_TESTS_TRUE@@HAVE_GLIB_TRUE@XpmMisc_DEPENDENCIES = $(top_builddir)/src/libXpm.la \ 150@ENABLE_UNIT_TESTS_TRUE@@HAVE_GLIB_TRUE@ $(am__DEPENDENCIES_1) 151am__XpmRead_SOURCES_DIST = XpmRead.c TestAllFiles.h 152@ENABLE_UNIT_TESTS_TRUE@@HAVE_GLIB_TRUE@am_XpmRead_OBJECTS = \ 153@ENABLE_UNIT_TESTS_TRUE@@HAVE_GLIB_TRUE@ XpmRead.$(OBJEXT) 154XpmRead_OBJECTS = $(am_XpmRead_OBJECTS) 155XpmRead_LDADD = $(LDADD) 156@ENABLE_UNIT_TESTS_TRUE@@HAVE_GLIB_TRUE@XpmRead_DEPENDENCIES = $(top_builddir)/src/libXpm.la \ 157@ENABLE_UNIT_TESTS_TRUE@@HAVE_GLIB_TRUE@ $(am__DEPENDENCIES_1) 158am__XpmWrite_SOURCES_DIST = XpmWrite.c CompareXpmImage.h \ 159 TestAllFiles.h 160@ENABLE_UNIT_TESTS_TRUE@@HAVE_GLIB_TRUE@am_XpmWrite_OBJECTS = \ 161@ENABLE_UNIT_TESTS_TRUE@@HAVE_GLIB_TRUE@ XpmWrite.$(OBJEXT) 162XpmWrite_OBJECTS = $(am_XpmWrite_OBJECTS) 163XpmWrite_LDADD = $(LDADD) 164@ENABLE_UNIT_TESTS_TRUE@@HAVE_GLIB_TRUE@XpmWrite_DEPENDENCIES = $(top_builddir)/src/libXpm.la \ 165@ENABLE_UNIT_TESTS_TRUE@@HAVE_GLIB_TRUE@ $(am__DEPENDENCIES_1) 166am__rgb_SOURCES_DIST = rgb.c 167@ENABLE_UNIT_TESTS_TRUE@@HAVE_GLIB_TRUE@am_rgb_OBJECTS = \ 168@ENABLE_UNIT_TESTS_TRUE@@HAVE_GLIB_TRUE@ rgb-rgb.$(OBJEXT) 169rgb_OBJECTS = $(am_rgb_OBJECTS) 170rgb_LDADD = $(LDADD) 171@ENABLE_UNIT_TESTS_TRUE@@HAVE_GLIB_TRUE@rgb_DEPENDENCIES = $(top_builddir)/src/libXpm.la \ 172@ENABLE_UNIT_TESTS_TRUE@@HAVE_GLIB_TRUE@ $(am__DEPENDENCIES_1) 173AM_V_P = $(am__v_P_@AM_V@) 174am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 175am__v_P_0 = false 176am__v_P_1 = : 177AM_V_GEN = $(am__v_GEN_@AM_V@) 178am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 179am__v_GEN_0 = @echo " GEN " $@; 180am__v_GEN_1 = 181AM_V_at = $(am__v_at_@AM_V@) 182am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 183am__v_at_0 = @ 184am__v_at_1 = 185DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 186depcomp = $(SHELL) $(top_srcdir)/depcomp 187am__maybe_remake_depfiles = depfiles 188am__depfiles_remade = ./$(DEPDIR)/XpmCreate.Po ./$(DEPDIR)/XpmMisc.Po \ 189 ./$(DEPDIR)/XpmRead.Po ./$(DEPDIR)/XpmWrite.Po \ 190 ./$(DEPDIR)/rgb-rgb.Po 191am__mv = mv -f 192COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 193 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 194LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 195 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 196 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 197 $(AM_CFLAGS) $(CFLAGS) 198AM_V_CC = $(am__v_CC_@AM_V@) 199am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 200am__v_CC_0 = @echo " CC " $@; 201am__v_CC_1 = 202CCLD = $(CC) 203LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 204 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 205 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 206AM_V_CCLD = $(am__v_CCLD_@AM_V@) 207am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 208am__v_CCLD_0 = @echo " CCLD " $@; 209am__v_CCLD_1 = 210SOURCES = $(XpmCreate_SOURCES) $(XpmMisc_SOURCES) $(XpmRead_SOURCES) \ 211 $(XpmWrite_SOURCES) $(rgb_SOURCES) 212DIST_SOURCES = $(am__XpmCreate_SOURCES_DIST) \ 213 $(am__XpmMisc_SOURCES_DIST) $(am__XpmRead_SOURCES_DIST) \ 214 $(am__XpmWrite_SOURCES_DIST) $(am__rgb_SOURCES_DIST) 215am__can_run_installinfo = \ 216 case $$AM_UPDATE_INFO_DIR in \ 217 n|no|NO) false;; \ 218 *) (install-info --version) >/dev/null 2>&1;; \ 219 esac 220am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 221# Read a list of newline-separated strings from the standard input, 222# and print each of them once, without duplicates. Input order is 223# *not* preserved. 224am__uniquify_input = $(AWK) '\ 225 BEGIN { nonempty = 0; } \ 226 { items[$$0] = 1; nonempty = 1; } \ 227 END { if (nonempty) { for (i in items) print i; }; } \ 228' 229# Make sure the list of sources is unique. This is necessary because, 230# e.g., the same source file might be shared among _SOURCES variables 231# for different programs/libraries. 232am__define_uniq_tagged_files = \ 233 list='$(am__tagged_files)'; \ 234 unique=`for i in $$list; do \ 235 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 236 done | $(am__uniquify_input)` 237am__tty_colors_dummy = \ 238 mgn= red= grn= lgn= blu= brg= std=; \ 239 am__color_tests=no 240am__tty_colors = { \ 241 $(am__tty_colors_dummy); \ 242 if test "X$(AM_COLOR_TESTS)" = Xno; then \ 243 am__color_tests=no; \ 244 elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ 245 am__color_tests=yes; \ 246 elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ 247 am__color_tests=yes; \ 248 fi; \ 249 if test $$am__color_tests = yes; then \ 250 red='[0;31m'; \ 251 grn='[0;32m'; \ 252 lgn='[1;32m'; \ 253 blu='[1;34m'; \ 254 mgn='[0;35m'; \ 255 brg='[1m'; \ 256 std='[m'; \ 257 fi; \ 258} 259am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 260am__vpath_adj = case $$p in \ 261 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 262 *) f=$$p;; \ 263 esac; 264am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 265am__install_max = 40 266am__nobase_strip_setup = \ 267 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 268am__nobase_strip = \ 269 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 270am__nobase_list = $(am__nobase_strip_setup); \ 271 for p in $$list; do echo "$$p $$p"; done | \ 272 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 273 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 274 if (++n[$$2] == $(am__install_max)) \ 275 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 276 END { for (dir in files) print dir, files[dir] }' 277am__base_list = \ 278 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 279 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 280am__uninstall_files_from_dir = { \ 281 test -z "$$files" \ 282 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 283 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 284 $(am__cd) "$$dir" && rm -f $$files; }; \ 285 } 286am__recheck_rx = ^[ ]*:recheck:[ ]* 287am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* 288am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* 289# A command that, given a newline-separated list of test names on the 290# standard input, print the name of the tests that are to be re-run 291# upon "make recheck". 292am__list_recheck_tests = $(AWK) '{ \ 293 recheck = 1; \ 294 while ((rc = (getline line < ($$0 ".trs"))) != 0) \ 295 { \ 296 if (rc < 0) \ 297 { \ 298 if ((getline line2 < ($$0 ".log")) < 0) \ 299 recheck = 0; \ 300 break; \ 301 } \ 302 else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ 303 { \ 304 recheck = 0; \ 305 break; \ 306 } \ 307 else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ 308 { \ 309 break; \ 310 } \ 311 }; \ 312 if (recheck) \ 313 print $$0; \ 314 close ($$0 ".trs"); \ 315 close ($$0 ".log"); \ 316}' 317# A command that, given a newline-separated list of test names on the 318# standard input, create the global log from their .trs and .log files. 319am__create_global_log = $(AWK) ' \ 320function fatal(msg) \ 321{ \ 322 print "fatal: making $@: " msg | "cat >&2"; \ 323 exit 1; \ 324} \ 325function rst_section(header) \ 326{ \ 327 print header; \ 328 len = length(header); \ 329 for (i = 1; i <= len; i = i + 1) \ 330 printf "="; \ 331 printf "\n\n"; \ 332} \ 333{ \ 334 copy_in_global_log = 1; \ 335 global_test_result = "RUN"; \ 336 while ((rc = (getline line < ($$0 ".trs"))) != 0) \ 337 { \ 338 if (rc < 0) \ 339 fatal("failed to read from " $$0 ".trs"); \ 340 if (line ~ /$(am__global_test_result_rx)/) \ 341 { \ 342 sub("$(am__global_test_result_rx)", "", line); \ 343 sub("[ ]*$$", "", line); \ 344 global_test_result = line; \ 345 } \ 346 else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \ 347 copy_in_global_log = 0; \ 348 }; \ 349 if (copy_in_global_log) \ 350 { \ 351 rst_section(global_test_result ": " $$0); \ 352 while ((rc = (getline line < ($$0 ".log"))) != 0) \ 353 { \ 354 if (rc < 0) \ 355 fatal("failed to read from " $$0 ".log"); \ 356 print line; \ 357 }; \ 358 printf "\n"; \ 359 }; \ 360 close ($$0 ".trs"); \ 361 close ($$0 ".log"); \ 362}' 363# Restructured Text title. 364am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; } 365# Solaris 10 'make', and several other traditional 'make' implementations, 366# pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it 367# by disabling -e (using the XSI extension "set +e") if it's set. 368am__sh_e_setup = case $$- in *e*) set +e;; esac 369# Default flags passed to test drivers. 370am__common_driver_flags = \ 371 --color-tests "$$am__color_tests" \ 372 --enable-hard-errors "$$am__enable_hard_errors" \ 373 --expect-failure "$$am__expect_failure" 374# To be inserted before the command running the test. Creates the 375# directory for the log if needed. Stores in $dir the directory 376# containing $f, in $tst the test, in $log the log. Executes the 377# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and 378# passes TESTS_ENVIRONMENT. Set up options for the wrapper that 379# will run the test scripts (or their associated LOG_COMPILER, if 380# thy have one). 381am__check_pre = \ 382$(am__sh_e_setup); \ 383$(am__vpath_adj_setup) $(am__vpath_adj) \ 384$(am__tty_colors); \ 385srcdir=$(srcdir); export srcdir; \ 386case "$@" in \ 387 */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ 388 *) am__odir=.;; \ 389esac; \ 390test "x$$am__odir" = x"." || test -d "$$am__odir" \ 391 || $(MKDIR_P) "$$am__odir" || exit $$?; \ 392if test -f "./$$f"; then dir=./; \ 393elif test -f "$$f"; then dir=; \ 394else dir="$(srcdir)/"; fi; \ 395tst=$$dir$$f; log='$@'; \ 396if test -n '$(DISABLE_HARD_ERRORS)'; then \ 397 am__enable_hard_errors=no; \ 398else \ 399 am__enable_hard_errors=yes; \ 400fi; \ 401case " $(XFAIL_TESTS) " in \ 402 *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ 403 am__expect_failure=yes;; \ 404 *) \ 405 am__expect_failure=no;; \ 406esac; \ 407$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT) 408# A shell command to get the names of the tests scripts with any registered 409# extension removed (i.e., equivalently, the names of the test logs, with 410# the '.log' extension removed). The result is saved in the shell variable 411# '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, 412# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", 413# since that might cause problem with VPATH rewrites for suffix-less tests. 414# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. 415am__set_TESTS_bases = \ 416 bases='$(TEST_LOGS)'; \ 417 bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ 418 bases=`echo $$bases` 419AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)' 420RECHECK_LOGS = $(TEST_LOGS) 421AM_RECURSIVE_TARGETS = check recheck 422TEST_SUITE_LOG = test-suite.log 423TEST_EXTENSIONS = @EXEEXT@ .test 424LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) 425am__set_b = \ 426 case '$@' in \ 427 */*) \ 428 case '$*' in \ 429 */*) b='$*';; \ 430 *) b=`echo '$@' | sed 's/\.log$$//'`; \ 431 esac;; \ 432 *) \ 433 b='$*';; \ 434 esac 435am__test_logs1 = $(TESTS:=.log) 436am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log) 437TEST_LOGS = $(am__test_logs2:.test.log=.log) 438TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver 439TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ 440 $(TEST_LOG_FLAGS) 441am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \ 442 $(top_srcdir)/test-driver 443DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 444ACLOCAL = @ACLOCAL@ 445ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 446ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 447AMTAR = @AMTAR@ 448AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 449APP_MAN_DIR = @APP_MAN_DIR@ 450APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 451AR = @AR@ 452AUTOCONF = @AUTOCONF@ 453AUTOHEADER = @AUTOHEADER@ 454AUTOMAKE = @AUTOMAKE@ 455AWK = @AWK@ 456BASE_CFLAGS = @BASE_CFLAGS@ 457CC = @CC@ 458CCDEPMODE = @CCDEPMODE@ 459CFLAGS = @CFLAGS@ 460CHANGELOG_CMD = @CHANGELOG_CMD@ 461CPPFLAGS = @CPPFLAGS@ 462CSCOPE = @CSCOPE@ 463CTAGS = @CTAGS@ 464CWARNFLAGS = @CWARNFLAGS@ 465CYGPATH_W = @CYGPATH_W@ 466DEFS = @DEFS@ 467DEPDIR = @DEPDIR@ 468DLLTOOL = @DLLTOOL@ 469DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 470DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 471DSYMUTIL = @DSYMUTIL@ 472DUMPBIN = @DUMPBIN@ 473ECHO_C = @ECHO_C@ 474ECHO_N = @ECHO_N@ 475ECHO_T = @ECHO_T@ 476EGREP = @EGREP@ 477ETAGS = @ETAGS@ 478EXEEXT = @EXEEXT@ 479FGREP = @FGREP@ 480FILECMD = @FILECMD@ 481FILE_MAN_DIR = @FILE_MAN_DIR@ 482FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 483GLIB_CFLAGS = @GLIB_CFLAGS@ 484GLIB_LIBS = @GLIB_LIBS@ 485GREP = @GREP@ 486INSTALL = @INSTALL@ 487INSTALL_CMD = @INSTALL_CMD@ 488INSTALL_DATA = @INSTALL_DATA@ 489INSTALL_PROGRAM = @INSTALL_PROGRAM@ 490INSTALL_SCRIPT = @INSTALL_SCRIPT@ 491INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 492LD = @LD@ 493LDFLAGS = @LDFLAGS@ 494LIBOBJS = @LIBOBJS@ 495LIBS = @LIBS@ 496LIBTOOL = @LIBTOOL@ 497LIB_MAN_DIR = @LIB_MAN_DIR@ 498LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 499LIPO = @LIPO@ 500LN_S = @LN_S@ 501LOCALEDIR = @LOCALEDIR@ 502LTLIBOBJS = @LTLIBOBJS@ 503LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 504MAKEINFO = @MAKEINFO@ 505MANIFEST_TOOL = @MANIFEST_TOOL@ 506MAN_SUBSTS = @MAN_SUBSTS@ 507MISC_MAN_DIR = @MISC_MAN_DIR@ 508MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 509MKDIR_P = @MKDIR_P@ 510NM = @NM@ 511NMEDIT = @NMEDIT@ 512OBJDUMP = @OBJDUMP@ 513OBJEXT = @OBJEXT@ 514OTOOL = @OTOOL@ 515OTOOL64 = @OTOOL64@ 516PACKAGE = @PACKAGE@ 517PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 518PACKAGE_NAME = @PACKAGE_NAME@ 519PACKAGE_STRING = @PACKAGE_STRING@ 520PACKAGE_TARNAME = @PACKAGE_TARNAME@ 521PACKAGE_URL = @PACKAGE_URL@ 522PACKAGE_VERSION = @PACKAGE_VERSION@ 523PATH_SEPARATOR = @PATH_SEPARATOR@ 524PKG_CONFIG = @PKG_CONFIG@ 525PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 526PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 527RANLIB = @RANLIB@ 528SED = @SED@ 529SET_MAKE = @SET_MAKE@ 530SHELL = @SHELL@ 531STRICT_CFLAGS = @STRICT_CFLAGS@ 532STRIP = @STRIP@ 533SXPM_CFLAGS = @SXPM_CFLAGS@ 534SXPM_LIBS = @SXPM_LIBS@ 535VERSION = @VERSION@ 536XORG_MALLOC_DEBUG_ENV = @XORG_MALLOC_DEBUG_ENV@ 537XORG_MAN_PAGE = @XORG_MAN_PAGE@ 538XPM_CFLAGS = @XPM_CFLAGS@ 539XPM_LIBS = @XPM_LIBS@ 540XPM_PATH_COMPRESS = @XPM_PATH_COMPRESS@ 541XPM_PATH_GZIP = @XPM_PATH_GZIP@ 542XPM_PATH_UNCOMPRESS = @XPM_PATH_UNCOMPRESS@ 543abs_builddir = @abs_builddir@ 544abs_srcdir = @abs_srcdir@ 545abs_top_builddir = @abs_top_builddir@ 546abs_top_srcdir = @abs_top_srcdir@ 547ac_ct_AR = @ac_ct_AR@ 548ac_ct_CC = @ac_ct_CC@ 549ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 550am__include = @am__include@ 551am__leading_dot = @am__leading_dot@ 552am__quote = @am__quote@ 553am__tar = @am__tar@ 554am__untar = @am__untar@ 555bindir = @bindir@ 556build = @build@ 557build_alias = @build_alias@ 558build_cpu = @build_cpu@ 559build_os = @build_os@ 560build_vendor = @build_vendor@ 561builddir = @builddir@ 562datadir = @datadir@ 563datarootdir = @datarootdir@ 564docdir = @docdir@ 565dvidir = @dvidir@ 566exec_prefix = @exec_prefix@ 567host = @host@ 568host_alias = @host_alias@ 569host_cpu = @host_cpu@ 570host_os = @host_os@ 571host_vendor = @host_vendor@ 572htmldir = @htmldir@ 573includedir = @includedir@ 574infodir = @infodir@ 575install_sh = @install_sh@ 576libdir = @libdir@ 577libexecdir = @libexecdir@ 578localedir = @localedir@ 579localstatedir = @localstatedir@ 580mandir = @mandir@ 581mkdir_p = @mkdir_p@ 582oldincludedir = @oldincludedir@ 583pdfdir = @pdfdir@ 584prefix = @prefix@ 585program_transform_name = @program_transform_name@ 586psdir = @psdir@ 587runstatedir = @runstatedir@ 588sbindir = @sbindir@ 589sharedstatedir = @sharedstatedir@ 590srcdir = @srcdir@ 591sysconfdir = @sysconfdir@ 592target_alias = @target_alias@ 593top_build_prefix = @top_build_prefix@ 594top_builddir = @top_builddir@ 595top_srcdir = @top_srcdir@ 596@ENABLE_UNIT_TESTS_TRUE@@HAVE_GLIB_TRUE@TESTS = $(check_PROGRAMS) 597@ENABLE_UNIT_TESTS_TRUE@@HAVE_GLIB_TRUE@AM_CFLAGS = $(CWARNFLAGS) $(XPM_CFLAGS) $(GLIB_CFLAGS) 598@ENABLE_UNIT_TESTS_TRUE@@HAVE_GLIB_TRUE@AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include 599@ENABLE_UNIT_TESTS_TRUE@@HAVE_GLIB_TRUE@LDADD = $(top_builddir)/src/libXpm.la $(GLIB_LIBS) 600@ENABLE_UNIT_TESTS_TRUE@@HAVE_GLIB_TRUE@TESTS_ENVIRONMENT = \ 601@ENABLE_UNIT_TESTS_TRUE@@HAVE_GLIB_TRUE@ $(MALLOC_DEBUG_ENV) \ 602@ENABLE_UNIT_TESTS_TRUE@@HAVE_GLIB_TRUE@ G_TEST_SRCDIR="$(abs_srcdir)" \ 603@ENABLE_UNIT_TESTS_TRUE@@HAVE_GLIB_TRUE@ G_TEST_BUILDDIR="$(abs_builddir)" 604@ENABLE_UNIT_TESTS_TRUE@@HAVE_GLIB_TRUE@XpmCreate_SOURCES = XpmCreate.c TestAllFiles.h 605@ENABLE_UNIT_TESTS_TRUE@@HAVE_GLIB_TRUE@XpmMisc_SOURCES = XpmMisc.c 606@ENABLE_UNIT_TESTS_TRUE@@HAVE_GLIB_TRUE@XpmRead_SOURCES = XpmRead.c TestAllFiles.h 607@ENABLE_UNIT_TESTS_TRUE@@HAVE_GLIB_TRUE@XpmWrite_SOURCES = XpmWrite.c CompareXpmImage.h TestAllFiles.h 608@ENABLE_UNIT_TESTS_TRUE@@HAVE_GLIB_TRUE@rgb_SOURCES = rgb.c 609@ENABLE_UNIT_TESTS_TRUE@@HAVE_GLIB_TRUE@rgb_CPPFLAGS = -I$(top_srcdir)/include/X11 610@ENABLE_UNIT_TESTS_TRUE@@HAVE_GLIB_TRUE@LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \ 611@ENABLE_UNIT_TESTS_TRUE@@HAVE_GLIB_TRUE@ $(top_srcdir)/tap-driver.sh 612 613@ENABLE_UNIT_TESTS_TRUE@@HAVE_GLIB_TRUE@LOG_COMPILER = $(srcdir)/tap-test 614EXTRA_DIST = \ 615 pixmaps/good/BlueCurves.xpm \ 616 pixmaps/good/Dimple.xpm \ 617 pixmaps/good/Dolphins.xpm \ 618 pixmaps/good/Miniweave.xpm \ 619 pixmaps/good/Squares.xpm \ 620 pixmaps/good/Swirl.xpm \ 621 pixmaps/good/Utah-teapot.xpm \ 622 pixmaps/good/chromesphere.xpm \ 623 pixmaps/good/plaid-v1.xpm \ 624 pixmaps/good/plaid-v2.xpm \ 625 pixmaps/good/plaid-v3.xpm \ 626 pixmaps/good/plaid-lisp.xpm \ 627 pixmaps/good/xorg-bw.xpm \ 628 pixmaps/good/xorg.xpm \ 629 pixmaps/invalid/CVE-2016-10164-poc.xpm.gz.gz.gz \ 630 pixmaps/invalid/doom.xpm \ 631 pixmaps/invalid/doom2.xpm \ 632 pixmaps/invalid/invalid-type.xpm \ 633 pixmaps/invalid/no-contents.xpm \ 634 pixmaps/invalid/unending-comment-c.xpm \ 635 pixmaps/invalid/zero-width.xpm \ 636 pixmaps/invalid/zero-width-v1.xpm \ 637 pixmaps/no-mem/oversize.xpm \ 638 rgb.txt \ 639 tap-test 640 641all: all-am 642 643.SUFFIXES: 644.SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs 645$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 646 @for dep in $?; do \ 647 case '$(am__configure_deps)' in \ 648 *$$dep*) \ 649 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 650 && { if test -f $@; then exit 0; else break; fi; }; \ 651 exit 1;; \ 652 esac; \ 653 done; \ 654 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/Makefile'; \ 655 $(am__cd) $(top_srcdir) && \ 656 $(AUTOMAKE) --foreign test/Makefile 657Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 658 @case '$?' in \ 659 *config.status*) \ 660 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 661 *) \ 662 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 663 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 664 esac; 665 666$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 667 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 668 669$(top_srcdir)/configure: $(am__configure_deps) 670 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 671$(ACLOCAL_M4): $(am__aclocal_m4_deps) 672 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 673$(am__aclocal_m4_deps): 674 675clean-checkPROGRAMS: 676 @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ 677 echo " rm -f" $$list; \ 678 rm -f $$list || exit $$?; \ 679 test -n "$(EXEEXT)" || exit 0; \ 680 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 681 echo " rm -f" $$list; \ 682 rm -f $$list 683 684XpmCreate$(EXEEXT): $(XpmCreate_OBJECTS) $(XpmCreate_DEPENDENCIES) $(EXTRA_XpmCreate_DEPENDENCIES) 685 @rm -f XpmCreate$(EXEEXT) 686 $(AM_V_CCLD)$(LINK) $(XpmCreate_OBJECTS) $(XpmCreate_LDADD) $(LIBS) 687 688XpmMisc$(EXEEXT): $(XpmMisc_OBJECTS) $(XpmMisc_DEPENDENCIES) $(EXTRA_XpmMisc_DEPENDENCIES) 689 @rm -f XpmMisc$(EXEEXT) 690 $(AM_V_CCLD)$(LINK) $(XpmMisc_OBJECTS) $(XpmMisc_LDADD) $(LIBS) 691 692XpmRead$(EXEEXT): $(XpmRead_OBJECTS) $(XpmRead_DEPENDENCIES) $(EXTRA_XpmRead_DEPENDENCIES) 693 @rm -f XpmRead$(EXEEXT) 694 $(AM_V_CCLD)$(LINK) $(XpmRead_OBJECTS) $(XpmRead_LDADD) $(LIBS) 695 696XpmWrite$(EXEEXT): $(XpmWrite_OBJECTS) $(XpmWrite_DEPENDENCIES) $(EXTRA_XpmWrite_DEPENDENCIES) 697 @rm -f XpmWrite$(EXEEXT) 698 $(AM_V_CCLD)$(LINK) $(XpmWrite_OBJECTS) $(XpmWrite_LDADD) $(LIBS) 699 700rgb$(EXEEXT): $(rgb_OBJECTS) $(rgb_DEPENDENCIES) $(EXTRA_rgb_DEPENDENCIES) 701 @rm -f rgb$(EXEEXT) 702 $(AM_V_CCLD)$(LINK) $(rgb_OBJECTS) $(rgb_LDADD) $(LIBS) 703 704mostlyclean-compile: 705 -rm -f *.$(OBJEXT) 706 707distclean-compile: 708 -rm -f *.tab.c 709 710@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XpmCreate.Po@am__quote@ # am--include-marker 711@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XpmMisc.Po@am__quote@ # am--include-marker 712@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XpmRead.Po@am__quote@ # am--include-marker 713@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XpmWrite.Po@am__quote@ # am--include-marker 714@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rgb-rgb.Po@am__quote@ # am--include-marker 715 716$(am__depfiles_remade): 717 @$(MKDIR_P) $(@D) 718 @echo '# dummy' >$@-t && $(am__mv) $@-t $@ 719 720am--depfiles: $(am__depfiles_remade) 721 722.c.o: 723@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 724@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 725@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 726@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 727@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 728 729.c.obj: 730@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 731@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 732@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 733@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 734@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 735 736.c.lo: 737@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 738@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 739@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 740@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 741@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 742 743rgb-rgb.o: rgb.c 744@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rgb_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rgb-rgb.o -MD -MP -MF $(DEPDIR)/rgb-rgb.Tpo -c -o rgb-rgb.o `test -f 'rgb.c' || echo '$(srcdir)/'`rgb.c 745@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/rgb-rgb.Tpo $(DEPDIR)/rgb-rgb.Po 746@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='rgb.c' object='rgb-rgb.o' libtool=no @AMDEPBACKSLASH@ 747@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 748@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rgb_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rgb-rgb.o `test -f 'rgb.c' || echo '$(srcdir)/'`rgb.c 749 750rgb-rgb.obj: rgb.c 751@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rgb_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rgb-rgb.obj -MD -MP -MF $(DEPDIR)/rgb-rgb.Tpo -c -o rgb-rgb.obj `if test -f 'rgb.c'; then $(CYGPATH_W) 'rgb.c'; else $(CYGPATH_W) '$(srcdir)/rgb.c'; fi` 752@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/rgb-rgb.Tpo $(DEPDIR)/rgb-rgb.Po 753@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='rgb.c' object='rgb-rgb.obj' libtool=no @AMDEPBACKSLASH@ 754@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 755@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rgb_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rgb-rgb.obj `if test -f 'rgb.c'; then $(CYGPATH_W) 'rgb.c'; else $(CYGPATH_W) '$(srcdir)/rgb.c'; fi` 756 757mostlyclean-libtool: 758 -rm -f *.lo 759 760clean-libtool: 761 -rm -rf .libs _libs 762 763ID: $(am__tagged_files) 764 $(am__define_uniq_tagged_files); mkid -fID $$unique 765tags: tags-am 766TAGS: tags 767 768tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 769 set x; \ 770 here=`pwd`; \ 771 $(am__define_uniq_tagged_files); \ 772 shift; \ 773 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 774 test -n "$$unique" || unique=$$empty_fix; \ 775 if test $$# -gt 0; then \ 776 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 777 "$$@" $$unique; \ 778 else \ 779 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 780 $$unique; \ 781 fi; \ 782 fi 783ctags: ctags-am 784 785CTAGS: ctags 786ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 787 $(am__define_uniq_tagged_files); \ 788 test -z "$(CTAGS_ARGS)$$unique" \ 789 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 790 $$unique 791 792GTAGS: 793 here=`$(am__cd) $(top_builddir) && pwd` \ 794 && $(am__cd) $(top_srcdir) \ 795 && gtags -i $(GTAGS_ARGS) "$$here" 796cscopelist: cscopelist-am 797 798cscopelist-am: $(am__tagged_files) 799 list='$(am__tagged_files)'; \ 800 case "$(srcdir)" in \ 801 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 802 *) sdir=$(subdir)/$(srcdir) ;; \ 803 esac; \ 804 for i in $$list; do \ 805 if test -f "$$i"; then \ 806 echo "$(subdir)/$$i"; \ 807 else \ 808 echo "$$sdir/$$i"; \ 809 fi; \ 810 done >> $(top_builddir)/cscope.files 811 812distclean-tags: 813 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 814 815# Recover from deleted '.trs' file; this should ensure that 816# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create 817# both 'foo.log' and 'foo.trs'. Break the recipe in two subshells 818# to avoid problems with "make -n". 819.log.trs: 820 rm -f $< $@ 821 $(MAKE) $(AM_MAKEFLAGS) $< 822 823# Leading 'am--fnord' is there to ensure the list of targets does not 824# expand to empty, as could happen e.g. with make check TESTS=''. 825am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) 826am--force-recheck: 827 @: 828 829$(TEST_SUITE_LOG): $(TEST_LOGS) 830 @$(am__set_TESTS_bases); \ 831 am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ 832 redo_bases=`for i in $$bases; do \ 833 am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ 834 done`; \ 835 if test -n "$$redo_bases"; then \ 836 redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ 837 redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ 838 if $(am__make_dryrun); then :; else \ 839 rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ 840 fi; \ 841 fi; \ 842 if test -n "$$am__remaking_logs"; then \ 843 echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ 844 "recursion detected" >&2; \ 845 elif test -n "$$redo_logs"; then \ 846 am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ 847 fi; \ 848 if $(am__make_dryrun); then :; else \ 849 st=0; \ 850 errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ 851 for i in $$redo_bases; do \ 852 test -f $$i.trs && test -r $$i.trs \ 853 || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ 854 test -f $$i.log && test -r $$i.log \ 855 || { echo "$$errmsg $$i.log" >&2; st=1; }; \ 856 done; \ 857 test $$st -eq 0 || exit 1; \ 858 fi 859 @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ 860 ws='[ ]'; \ 861 results=`for b in $$bases; do echo $$b.trs; done`; \ 862 test -n "$$results" || results=/dev/null; \ 863 all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ 864 pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ 865 fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ 866 skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ 867 xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ 868 xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ 869 error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ 870 if test `expr $$fail + $$xpass + $$error` -eq 0; then \ 871 success=true; \ 872 else \ 873 success=false; \ 874 fi; \ 875 br='==================='; br=$$br$$br$$br$$br; \ 876 result_count () \ 877 { \ 878 if test x"$$1" = x"--maybe-color"; then \ 879 maybe_colorize=yes; \ 880 elif test x"$$1" = x"--no-color"; then \ 881 maybe_colorize=no; \ 882 else \ 883 echo "$@: invalid 'result_count' usage" >&2; exit 4; \ 884 fi; \ 885 shift; \ 886 desc=$$1 count=$$2; \ 887 if test $$maybe_colorize = yes && test $$count -gt 0; then \ 888 color_start=$$3 color_end=$$std; \ 889 else \ 890 color_start= color_end=; \ 891 fi; \ 892 echo "$${color_start}# $$desc $$count$${color_end}"; \ 893 }; \ 894 create_testsuite_report () \ 895 { \ 896 result_count $$1 "TOTAL:" $$all "$$brg"; \ 897 result_count $$1 "PASS: " $$pass "$$grn"; \ 898 result_count $$1 "SKIP: " $$skip "$$blu"; \ 899 result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ 900 result_count $$1 "FAIL: " $$fail "$$red"; \ 901 result_count $$1 "XPASS:" $$xpass "$$red"; \ 902 result_count $$1 "ERROR:" $$error "$$mgn"; \ 903 }; \ 904 { \ 905 echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ 906 $(am__rst_title); \ 907 create_testsuite_report --no-color; \ 908 echo; \ 909 echo ".. contents:: :depth: 2"; \ 910 echo; \ 911 for b in $$bases; do echo $$b; done \ 912 | $(am__create_global_log); \ 913 } >$(TEST_SUITE_LOG).tmp || exit 1; \ 914 mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ 915 if $$success; then \ 916 col="$$grn"; \ 917 else \ 918 col="$$red"; \ 919 test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ 920 fi; \ 921 echo "$${col}$$br$${std}"; \ 922 echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}"; \ 923 echo "$${col}$$br$${std}"; \ 924 create_testsuite_report --maybe-color; \ 925 echo "$$col$$br$$std"; \ 926 if $$success; then :; else \ 927 echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ 928 if test -n "$(PACKAGE_BUGREPORT)"; then \ 929 echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ 930 fi; \ 931 echo "$$col$$br$$std"; \ 932 fi; \ 933 $$success || exit 1 934 935check-TESTS: $(check_PROGRAMS) 936 @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list 937 @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list 938 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) 939 @set +e; $(am__set_TESTS_bases); \ 940 log_list=`for i in $$bases; do echo $$i.log; done`; \ 941 trs_list=`for i in $$bases; do echo $$i.trs; done`; \ 942 log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ 943 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ 944 exit $$?; 945recheck: all $(check_PROGRAMS) 946 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) 947 @set +e; $(am__set_TESTS_bases); \ 948 bases=`for i in $$bases; do echo $$i; done \ 949 | $(am__list_recheck_tests)` || exit 1; \ 950 log_list=`for i in $$bases; do echo $$i.log; done`; \ 951 log_list=`echo $$log_list`; \ 952 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ 953 am__force_recheck=am--force-recheck \ 954 TEST_LOGS="$$log_list"; \ 955 exit $$? 956XpmCreate.log: XpmCreate$(EXEEXT) 957 @p='XpmCreate$(EXEEXT)'; \ 958 b='XpmCreate'; \ 959 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 960 --log-file $$b.log --trs-file $$b.trs \ 961 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 962 "$$tst" $(AM_TESTS_FD_REDIRECT) 963XpmMisc.log: XpmMisc$(EXEEXT) 964 @p='XpmMisc$(EXEEXT)'; \ 965 b='XpmMisc'; \ 966 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 967 --log-file $$b.log --trs-file $$b.trs \ 968 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 969 "$$tst" $(AM_TESTS_FD_REDIRECT) 970XpmRead.log: XpmRead$(EXEEXT) 971 @p='XpmRead$(EXEEXT)'; \ 972 b='XpmRead'; \ 973 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 974 --log-file $$b.log --trs-file $$b.trs \ 975 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 976 "$$tst" $(AM_TESTS_FD_REDIRECT) 977XpmWrite.log: XpmWrite$(EXEEXT) 978 @p='XpmWrite$(EXEEXT)'; \ 979 b='XpmWrite'; \ 980 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 981 --log-file $$b.log --trs-file $$b.trs \ 982 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 983 "$$tst" $(AM_TESTS_FD_REDIRECT) 984rgb.log: rgb$(EXEEXT) 985 @p='rgb$(EXEEXT)'; \ 986 b='rgb'; \ 987 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 988 --log-file $$b.log --trs-file $$b.trs \ 989 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 990 "$$tst" $(AM_TESTS_FD_REDIRECT) 991.test.log: 992 @p='$<'; \ 993 $(am__set_b); \ 994 $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ 995 --log-file $$b.log --trs-file $$b.trs \ 996 $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ 997 "$$tst" $(AM_TESTS_FD_REDIRECT) 998@am__EXEEXT_TRUE@.test$(EXEEXT).log: 999@am__EXEEXT_TRUE@ @p='$<'; \ 1000@am__EXEEXT_TRUE@ $(am__set_b); \ 1001@am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ 1002@am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \ 1003@am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ 1004@am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT) 1005distdir: $(BUILT_SOURCES) 1006 $(MAKE) $(AM_MAKEFLAGS) distdir-am 1007 1008distdir-am: $(DISTFILES) 1009 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 1010 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 1011 list='$(DISTFILES)'; \ 1012 dist_files=`for file in $$list; do echo $$file; done | \ 1013 sed -e "s|^$$srcdirstrip/||;t" \ 1014 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 1015 case $$dist_files in \ 1016 */*) $(MKDIR_P) `echo "$$dist_files" | \ 1017 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 1018 sort -u` ;; \ 1019 esac; \ 1020 for file in $$dist_files; do \ 1021 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 1022 if test -d $$d/$$file; then \ 1023 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 1024 if test -d "$(distdir)/$$file"; then \ 1025 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 1026 fi; \ 1027 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 1028 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 1029 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 1030 fi; \ 1031 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 1032 else \ 1033 test -f "$(distdir)/$$file" \ 1034 || cp -p $$d/$$file "$(distdir)/$$file" \ 1035 || exit 1; \ 1036 fi; \ 1037 done 1038check-am: all-am 1039 $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) 1040 $(MAKE) $(AM_MAKEFLAGS) check-TESTS 1041check: check-am 1042all-am: Makefile 1043installdirs: 1044install: install-am 1045install-exec: install-exec-am 1046install-data: install-data-am 1047uninstall: uninstall-am 1048 1049install-am: all-am 1050 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 1051 1052installcheck: installcheck-am 1053install-strip: 1054 if test -z '$(STRIP)'; then \ 1055 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 1056 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 1057 install; \ 1058 else \ 1059 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 1060 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 1061 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 1062 fi 1063mostlyclean-generic: 1064 -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) 1065 -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) 1066 -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) 1067 1068clean-generic: 1069 1070distclean-generic: 1071 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 1072 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 1073 1074maintainer-clean-generic: 1075 @echo "This command is intended for maintainers to use" 1076 @echo "it deletes files that may require special tools to rebuild." 1077@COMPRESSED_PIXMAPS_FALSE@clean-local: 1078@ENABLE_UNIT_TESTS_FALSE@clean-local: 1079@HAVE_GLIB_FALSE@clean-local: 1080clean: clean-am 1081 1082clean-am: clean-checkPROGRAMS clean-generic clean-libtool clean-local \ 1083 mostlyclean-am 1084 1085distclean: distclean-am 1086 -rm -f ./$(DEPDIR)/XpmCreate.Po 1087 -rm -f ./$(DEPDIR)/XpmMisc.Po 1088 -rm -f ./$(DEPDIR)/XpmRead.Po 1089 -rm -f ./$(DEPDIR)/XpmWrite.Po 1090 -rm -f ./$(DEPDIR)/rgb-rgb.Po 1091 -rm -f Makefile 1092distclean-am: clean-am distclean-compile distclean-generic \ 1093 distclean-tags 1094 1095dvi: dvi-am 1096 1097dvi-am: 1098 1099html: html-am 1100 1101html-am: 1102 1103info: info-am 1104 1105info-am: 1106 1107install-data-am: 1108 1109install-dvi: install-dvi-am 1110 1111install-dvi-am: 1112 1113install-exec-am: 1114 1115install-html: install-html-am 1116 1117install-html-am: 1118 1119install-info: install-info-am 1120 1121install-info-am: 1122 1123install-man: 1124 1125install-pdf: install-pdf-am 1126 1127install-pdf-am: 1128 1129install-ps: install-ps-am 1130 1131install-ps-am: 1132 1133installcheck-am: 1134 1135maintainer-clean: maintainer-clean-am 1136 -rm -f ./$(DEPDIR)/XpmCreate.Po 1137 -rm -f ./$(DEPDIR)/XpmMisc.Po 1138 -rm -f ./$(DEPDIR)/XpmRead.Po 1139 -rm -f ./$(DEPDIR)/XpmWrite.Po 1140 -rm -f ./$(DEPDIR)/rgb-rgb.Po 1141 -rm -f Makefile 1142maintainer-clean-am: distclean-am maintainer-clean-generic 1143 1144mostlyclean: mostlyclean-am 1145 1146mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 1147 mostlyclean-libtool 1148 1149pdf: pdf-am 1150 1151pdf-am: 1152 1153ps: ps-am 1154 1155ps-am: 1156 1157uninstall-am: 1158 1159.MAKE: check-am install-am install-strip 1160 1161.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-TESTS \ 1162 check-am clean clean-checkPROGRAMS clean-generic clean-libtool \ 1163 clean-local cscopelist-am ctags ctags-am distclean \ 1164 distclean-compile distclean-generic distclean-libtool \ 1165 distclean-tags distdir dvi dvi-am html html-am info info-am \ 1166 install install-am install-data install-data-am install-dvi \ 1167 install-dvi-am install-exec install-exec-am install-html \ 1168 install-html-am install-info install-info-am install-man \ 1169 install-pdf install-pdf-am install-ps install-ps-am \ 1170 install-strip installcheck installcheck-am installdirs \ 1171 maintainer-clean maintainer-clean-generic mostlyclean \ 1172 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ 1173 pdf pdf-am ps ps-am recheck tags tags-am uninstall \ 1174 uninstall-am 1175 1176.PRECIOUS: Makefile 1177 1178 1179@COMPRESSED_PIXMAPS_TRUE@@ENABLE_UNIT_TESTS_TRUE@@HAVE_GLIB_TRUE@$(check_PROGRAMS): pixmaps/.generated 1180 1181@COMPRESSED_PIXMAPS_TRUE@@ENABLE_UNIT_TESTS_TRUE@@HAVE_GLIB_TRUE@pixmaps/.generated: 1182@COMPRESSED_PIXMAPS_TRUE@@ENABLE_UNIT_TESTS_TRUE@@HAVE_GLIB_TRUE@ -rm -rf pixmaps/good/generated pixmaps/invalid/generated pixmaps/.generated 1183@COMPRESSED_PIXMAPS_TRUE@@ENABLE_UNIT_TESTS_TRUE@@HAVE_GLIB_TRUE@ $(MKDIR_P) pixmaps/good/generated pixmaps/invalid/generated \ 1184@COMPRESSED_PIXMAPS_TRUE@@ENABLE_UNIT_TESTS_TRUE@@HAVE_GLIB_TRUE@ pixmaps/no-mem/generated 1185@COMPRESSED_PIXMAPS_TRUE@@ENABLE_UNIT_TESTS_TRUE@@HAVE_GLIB_TRUE@ cp $(srcdir)/pixmaps/good/*.xpm pixmaps/good/generated 1186@COMPRESSED_PIXMAPS_TRUE@@ENABLE_UNIT_TESTS_TRUE@@HAVE_GLIB_TRUE@ gzip -f pixmaps/good/generated/*.xpm 1187@COMPRESSED_PIXMAPS_TRUE@@ENABLE_UNIT_TESTS_TRUE@@HAVE_GLIB_TRUE@ cp $(srcdir)/pixmaps/good/*.xpm pixmaps/good/generated 1188@COMPRESSED_PIXMAPS_TRUE@@ENABLE_UNIT_TESTS_TRUE@@HAVE_GLIB_TRUE@ compress -f pixmaps/good/generated/*.xpm 1189@COMPRESSED_PIXMAPS_TRUE@@ENABLE_UNIT_TESTS_TRUE@@HAVE_GLIB_TRUE@ cp $(srcdir)/pixmaps/invalid/*.xpm pixmaps/invalid/generated 1190@COMPRESSED_PIXMAPS_TRUE@@ENABLE_UNIT_TESTS_TRUE@@HAVE_GLIB_TRUE@ gzip -f pixmaps/invalid/generated/*.xpm 1191@COMPRESSED_PIXMAPS_TRUE@@ENABLE_UNIT_TESTS_TRUE@@HAVE_GLIB_TRUE@ cp $(srcdir)/pixmaps/invalid/*.xpm pixmaps/invalid/generated 1192@COMPRESSED_PIXMAPS_TRUE@@ENABLE_UNIT_TESTS_TRUE@@HAVE_GLIB_TRUE@ compress -f pixmaps/invalid/generated/*.xpm 1193@COMPRESSED_PIXMAPS_TRUE@@ENABLE_UNIT_TESTS_TRUE@@HAVE_GLIB_TRUE@ cp $(srcdir)/pixmaps/no-mem/*.xpm pixmaps/no-mem/generated 1194@COMPRESSED_PIXMAPS_TRUE@@ENABLE_UNIT_TESTS_TRUE@@HAVE_GLIB_TRUE@ gzip -f pixmaps/no-mem/generated/*.xpm 1195@COMPRESSED_PIXMAPS_TRUE@@ENABLE_UNIT_TESTS_TRUE@@HAVE_GLIB_TRUE@ cp $(srcdir)/pixmaps/no-mem/*.xpm pixmaps/no-mem/generated 1196@COMPRESSED_PIXMAPS_TRUE@@ENABLE_UNIT_TESTS_TRUE@@HAVE_GLIB_TRUE@ compress -f pixmaps/no-mem/generated/*.xpm 1197@COMPRESSED_PIXMAPS_TRUE@@ENABLE_UNIT_TESTS_TRUE@@HAVE_GLIB_TRUE@ touch $@ 1198 1199@COMPRESSED_PIXMAPS_TRUE@@ENABLE_UNIT_TESTS_TRUE@@HAVE_GLIB_TRUE@clean-local: 1200@COMPRESSED_PIXMAPS_TRUE@@ENABLE_UNIT_TESTS_TRUE@@HAVE_GLIB_TRUE@ -rm -rf pixmaps/*/generated pixmaps/.generated 1201 1202# Tell versions [3.59,3.63) of GNU make to not export all variables. 1203# Otherwise a system limit (for SysV at least) may be exceeded. 1204.NOEXPORT: 1205