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 2005 Red Hat, Inc. 19# 20# Permission to use, copy, modify, distribute, and sell this software and its 21# documentation for any purpose is hereby granted without fee, provided that 22# the above copyright notice appear in all copies and that both that 23# copyright notice and this permission notice appear in supporting 24# documentation, and that the name of Red Hat not be used in 25# advertising or publicity pertaining to distribution of the software without 26# specific, written prior permission. Red Hat makes no 27# representations about the suitability of this software for any purpose. It 28# is provided "as is" without express or implied warranty. 29# 30# RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 31# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 32# EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR 33# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 34# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 35# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 36# PERFORMANCE OF THIS SOFTWARE. 37 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@ 113bin_PROGRAMS = bitmap$(EXEEXT) bmtoa$(EXEEXT) atobm$(EXEEXT) 114subdir = . 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 $(top_srcdir)/configure \ 120 $(am__configure_deps) $(dist_appdefault_DATA) \ 121 $(dist_bitmap_DATA) $(am__DIST_COMMON) 122am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 123 configure.lineno config.status.lineno 124mkinstalldirs = $(install_sh) -d 125CONFIG_HEADER = config.h 126CONFIG_CLEAN_FILES = test/round-trip-test 127CONFIG_CLEAN_VPATH_FILES = 128am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appdefaultdir)" \ 129 "$(DESTDIR)$(bitmapdir)" 130PROGRAMS = $(bin_PROGRAMS) 131am_atobm_OBJECTS = atobm-atobm.$(OBJEXT) 132atobm_OBJECTS = $(am_atobm_OBJECTS) 133am__DEPENDENCIES_1 = 134atobm_DEPENDENCIES = $(am__DEPENDENCIES_1) 135atobm_LINK = $(CCLD) $(atobm_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ 136 $(LDFLAGS) -o $@ 137am_bitmap_OBJECTS = bitmap-BitEdit.$(OBJEXT) bitmap-CutPaste.$(OBJEXT) \ 138 bitmap-Graphics.$(OBJEXT) bitmap-ReqMach.$(OBJEXT) \ 139 bitmap-Bitmap.$(OBJEXT) bitmap-Dialog.$(OBJEXT) \ 140 bitmap-Handlers.$(OBJEXT) 141bitmap_OBJECTS = $(am_bitmap_OBJECTS) 142bitmap_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) 143bitmap_LINK = $(CCLD) $(bitmap_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ 144 $(LDFLAGS) -o $@ 145am_bmtoa_OBJECTS = bmtoa-bmtoa.$(OBJEXT) 146bmtoa_OBJECTS = $(am_bmtoa_OBJECTS) 147bmtoa_DEPENDENCIES = $(am__DEPENDENCIES_1) 148bmtoa_LINK = $(CCLD) $(bmtoa_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ 149 $(LDFLAGS) -o $@ 150AM_V_P = $(am__v_P_@AM_V@) 151am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 152am__v_P_0 = false 153am__v_P_1 = : 154AM_V_GEN = $(am__v_GEN_@AM_V@) 155am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 156am__v_GEN_0 = @echo " GEN " $@; 157am__v_GEN_1 = 158AM_V_at = $(am__v_at_@AM_V@) 159am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 160am__v_at_0 = @ 161am__v_at_1 = 162DEFAULT_INCLUDES = -I.@am__isrc@ 163depcomp = $(SHELL) $(top_srcdir)/depcomp 164am__maybe_remake_depfiles = depfiles 165am__depfiles_remade = ./$(DEPDIR)/atobm-atobm.Po \ 166 ./$(DEPDIR)/bitmap-BitEdit.Po ./$(DEPDIR)/bitmap-Bitmap.Po \ 167 ./$(DEPDIR)/bitmap-CutPaste.Po ./$(DEPDIR)/bitmap-Dialog.Po \ 168 ./$(DEPDIR)/bitmap-Graphics.Po ./$(DEPDIR)/bitmap-Handlers.Po \ 169 ./$(DEPDIR)/bitmap-ReqMach.Po ./$(DEPDIR)/bmtoa-bmtoa.Po 170am__mv = mv -f 171AM_V_lt = $(am__v_lt_@AM_V@) 172am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 173am__v_lt_0 = --silent 174am__v_lt_1 = 175COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 176 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 177AM_V_CC = $(am__v_CC_@AM_V@) 178am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 179am__v_CC_0 = @echo " CC " $@; 180am__v_CC_1 = 181CCLD = $(CC) 182LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 183AM_V_CCLD = $(am__v_CCLD_@AM_V@) 184am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 185am__v_CCLD_0 = @echo " CCLD " $@; 186am__v_CCLD_1 = 187SOURCES = $(atobm_SOURCES) $(bitmap_SOURCES) $(bmtoa_SOURCES) 188DIST_SOURCES = $(atobm_SOURCES) $(bitmap_SOURCES) $(bmtoa_SOURCES) 189RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 190 ctags-recursive dvi-recursive html-recursive info-recursive \ 191 install-data-recursive install-dvi-recursive \ 192 install-exec-recursive install-html-recursive \ 193 install-info-recursive install-pdf-recursive \ 194 install-ps-recursive install-recursive installcheck-recursive \ 195 installdirs-recursive pdf-recursive ps-recursive \ 196 tags-recursive uninstall-recursive 197am__can_run_installinfo = \ 198 case $$AM_UPDATE_INFO_DIR in \ 199 n|no|NO) false;; \ 200 *) (install-info --version) >/dev/null 2>&1;; \ 201 esac 202am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 203am__vpath_adj = case $$p in \ 204 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 205 *) f=$$p;; \ 206 esac; 207am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 208am__install_max = 40 209am__nobase_strip_setup = \ 210 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 211am__nobase_strip = \ 212 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 213am__nobase_list = $(am__nobase_strip_setup); \ 214 for p in $$list; do echo "$$p $$p"; done | \ 215 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 216 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 217 if (++n[$$2] == $(am__install_max)) \ 218 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 219 END { for (dir in files) print dir, files[dir] }' 220am__base_list = \ 221 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 222 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 223am__uninstall_files_from_dir = { \ 224 test -z "$$files" \ 225 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 226 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 227 $(am__cd) "$$dir" && rm -f $$files; }; \ 228 } 229DATA = $(dist_appdefault_DATA) $(dist_bitmap_DATA) 230RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 231 distclean-recursive maintainer-clean-recursive 232am__recursive_targets = \ 233 $(RECURSIVE_TARGETS) \ 234 $(RECURSIVE_CLEAN_TARGETS) \ 235 $(am__extra_recursive_targets) 236AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 237 cscope check recheck distdir distdir-am dist dist-all \ 238 distcheck 239am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \ 240 config.h.in 241# Read a list of newline-separated strings from the standard input, 242# and print each of them once, without duplicates. Input order is 243# *not* preserved. 244am__uniquify_input = $(AWK) '\ 245 BEGIN { nonempty = 0; } \ 246 { items[$$0] = 1; nonempty = 1; } \ 247 END { if (nonempty) { for (i in items) print i; }; } \ 248' 249# Make sure the list of sources is unique. This is necessary because, 250# e.g., the same source file might be shared among _SOURCES variables 251# for different programs/libraries. 252am__define_uniq_tagged_files = \ 253 list='$(am__tagged_files)'; \ 254 unique=`for i in $$list; do \ 255 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 256 done | $(am__uniquify_input)` 257am__tty_colors_dummy = \ 258 mgn= red= grn= lgn= blu= brg= std=; \ 259 am__color_tests=no 260am__tty_colors = { \ 261 $(am__tty_colors_dummy); \ 262 if test "X$(AM_COLOR_TESTS)" = Xno; then \ 263 am__color_tests=no; \ 264 elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ 265 am__color_tests=yes; \ 266 elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ 267 am__color_tests=yes; \ 268 fi; \ 269 if test $$am__color_tests = yes; then \ 270 red='[0;31m'; \ 271 grn='[0;32m'; \ 272 lgn='[1;32m'; \ 273 blu='[1;34m'; \ 274 mgn='[0;35m'; \ 275 brg='[1m'; \ 276 std='[m'; \ 277 fi; \ 278} 279am__recheck_rx = ^[ ]*:recheck:[ ]* 280am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* 281am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* 282# A command that, given a newline-separated list of test names on the 283# standard input, print the name of the tests that are to be re-run 284# upon "make recheck". 285am__list_recheck_tests = $(AWK) '{ \ 286 recheck = 1; \ 287 while ((rc = (getline line < ($$0 ".trs"))) != 0) \ 288 { \ 289 if (rc < 0) \ 290 { \ 291 if ((getline line2 < ($$0 ".log")) < 0) \ 292 recheck = 0; \ 293 break; \ 294 } \ 295 else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ 296 { \ 297 recheck = 0; \ 298 break; \ 299 } \ 300 else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ 301 { \ 302 break; \ 303 } \ 304 }; \ 305 if (recheck) \ 306 print $$0; \ 307 close ($$0 ".trs"); \ 308 close ($$0 ".log"); \ 309}' 310# A command that, given a newline-separated list of test names on the 311# standard input, create the global log from their .trs and .log files. 312am__create_global_log = $(AWK) ' \ 313function fatal(msg) \ 314{ \ 315 print "fatal: making $@: " msg | "cat >&2"; \ 316 exit 1; \ 317} \ 318function rst_section(header) \ 319{ \ 320 print header; \ 321 len = length(header); \ 322 for (i = 1; i <= len; i = i + 1) \ 323 printf "="; \ 324 printf "\n\n"; \ 325} \ 326{ \ 327 copy_in_global_log = 1; \ 328 global_test_result = "RUN"; \ 329 while ((rc = (getline line < ($$0 ".trs"))) != 0) \ 330 { \ 331 if (rc < 0) \ 332 fatal("failed to read from " $$0 ".trs"); \ 333 if (line ~ /$(am__global_test_result_rx)/) \ 334 { \ 335 sub("$(am__global_test_result_rx)", "", line); \ 336 sub("[ ]*$$", "", line); \ 337 global_test_result = line; \ 338 } \ 339 else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \ 340 copy_in_global_log = 0; \ 341 }; \ 342 if (copy_in_global_log) \ 343 { \ 344 rst_section(global_test_result ": " $$0); \ 345 while ((rc = (getline line < ($$0 ".log"))) != 0) \ 346 { \ 347 if (rc < 0) \ 348 fatal("failed to read from " $$0 ".log"); \ 349 print line; \ 350 }; \ 351 printf "\n"; \ 352 }; \ 353 close ($$0 ".trs"); \ 354 close ($$0 ".log"); \ 355}' 356# Restructured Text title. 357am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; } 358# Solaris 10 'make', and several other traditional 'make' implementations, 359# pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it 360# by disabling -e (using the XSI extension "set +e") if it's set. 361am__sh_e_setup = case $$- in *e*) set +e;; esac 362# Default flags passed to test drivers. 363am__common_driver_flags = \ 364 --color-tests "$$am__color_tests" \ 365 --enable-hard-errors "$$am__enable_hard_errors" \ 366 --expect-failure "$$am__expect_failure" 367# To be inserted before the command running the test. Creates the 368# directory for the log if needed. Stores in $dir the directory 369# containing $f, in $tst the test, in $log the log. Executes the 370# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and 371# passes TESTS_ENVIRONMENT. Set up options for the wrapper that 372# will run the test scripts (or their associated LOG_COMPILER, if 373# thy have one). 374am__check_pre = \ 375$(am__sh_e_setup); \ 376$(am__vpath_adj_setup) $(am__vpath_adj) \ 377$(am__tty_colors); \ 378srcdir=$(srcdir); export srcdir; \ 379case "$@" in \ 380 */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ 381 *) am__odir=.;; \ 382esac; \ 383test "x$$am__odir" = x"." || test -d "$$am__odir" \ 384 || $(MKDIR_P) "$$am__odir" || exit $$?; \ 385if test -f "./$$f"; then dir=./; \ 386elif test -f "$$f"; then dir=; \ 387else dir="$(srcdir)/"; fi; \ 388tst=$$dir$$f; log='$@'; \ 389if test -n '$(DISABLE_HARD_ERRORS)'; then \ 390 am__enable_hard_errors=no; \ 391else \ 392 am__enable_hard_errors=yes; \ 393fi; \ 394case " $(XFAIL_TESTS) " in \ 395 *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ 396 am__expect_failure=yes;; \ 397 *) \ 398 am__expect_failure=no;; \ 399esac; \ 400$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT) 401# A shell command to get the names of the tests scripts with any registered 402# extension removed (i.e., equivalently, the names of the test logs, with 403# the '.log' extension removed). The result is saved in the shell variable 404# '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, 405# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", 406# since that might cause problem with VPATH rewrites for suffix-less tests. 407# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. 408am__set_TESTS_bases = \ 409 bases='$(TEST_LOGS)'; \ 410 bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ 411 bases=`echo $$bases` 412AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)' 413RECHECK_LOGS = $(TEST_LOGS) 414TEST_SUITE_LOG = test-suite.log 415TEST_EXTENSIONS = @EXEEXT@ .test 416LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver 417LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) 418am__set_b = \ 419 case '$@' in \ 420 */*) \ 421 case '$*' in \ 422 */*) b='$*';; \ 423 *) b=`echo '$@' | sed 's/\.log$$//'`; \ 424 esac;; \ 425 *) \ 426 b='$*';; \ 427 esac 428am__test_logs1 = $(TESTS:=.log) 429am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log) 430TEST_LOGS = $(am__test_logs2:.test.log=.log) 431TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver 432TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ 433 $(TEST_LOG_FLAGS) 434DIST_SUBDIRS = $(SUBDIRS) 435am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \ 436 $(top_srcdir)/test/round-trip-test.in AUTHORS COPYING \ 437 ChangeLog INSTALL README.md compile config.guess config.sub \ 438 depcomp install-sh missing test-driver 439DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 440distdir = $(PACKAGE)-$(VERSION) 441top_distdir = $(distdir) 442am__remove_distdir = \ 443 if test -d "$(distdir)"; then \ 444 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 445 && rm -rf "$(distdir)" \ 446 || { sleep 5 && rm -rf "$(distdir)"; }; \ 447 else :; fi 448am__post_remove_distdir = $(am__remove_distdir) 449am__relativize = \ 450 dir0=`pwd`; \ 451 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 452 sed_rest='s,^[^/]*/*,,'; \ 453 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 454 sed_butlast='s,/*[^/]*$$,,'; \ 455 while test -n "$$dir1"; do \ 456 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 457 if test "$$first" != "."; then \ 458 if test "$$first" = ".."; then \ 459 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 460 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 461 else \ 462 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 463 if test "$$first2" = "$$first"; then \ 464 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 465 else \ 466 dir2="../$$dir2"; \ 467 fi; \ 468 dir0="$$dir0"/"$$first"; \ 469 fi; \ 470 fi; \ 471 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 472 done; \ 473 reldir="$$dir2" 474DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz 475GZIP_ENV = --best 476DIST_TARGETS = dist-xz dist-gzip 477# Exists only to be overridden by the user if desired. 478AM_DISTCHECK_DVI_TARGET = dvi 479distuninstallcheck_listfiles = find . -type f -print 480am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 481 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 482distcleancheck_listfiles = find . -type f -print 483ACLOCAL = @ACLOCAL@ 484ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 485ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 486AMTAR = @AMTAR@ 487AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 488APPDEFS_CFLAGS = @APPDEFS_CFLAGS@ 489APPDEFS_LIBS = @APPDEFS_LIBS@ 490APP_MAN_DIR = @APP_MAN_DIR@ 491APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 492ATOBM_CFLAGS = @ATOBM_CFLAGS@ 493ATOBM_LIBS = @ATOBM_LIBS@ 494AUTOCONF = @AUTOCONF@ 495AUTOHEADER = @AUTOHEADER@ 496AUTOMAKE = @AUTOMAKE@ 497AWK = @AWK@ 498BASE_CFLAGS = @BASE_CFLAGS@ 499BITMAP_CFLAGS = @BITMAP_CFLAGS@ 500BITMAP_LIBS = @BITMAP_LIBS@ 501BMTOA_CFLAGS = @BMTOA_CFLAGS@ 502BMTOA_LIBS = @BMTOA_LIBS@ 503CC = @CC@ 504CCDEPMODE = @CCDEPMODE@ 505CFLAGS = @CFLAGS@ 506CHANGELOG_CMD = @CHANGELOG_CMD@ 507CPPFLAGS = @CPPFLAGS@ 508CSCOPE = @CSCOPE@ 509CTAGS = @CTAGS@ 510CWARNFLAGS = @CWARNFLAGS@ 511CYGPATH_W = @CYGPATH_W@ 512DEFS = @DEFS@ 513DEPDIR = @DEPDIR@ 514DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 515DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 516ECHO_C = @ECHO_C@ 517ECHO_N = @ECHO_N@ 518ECHO_T = @ECHO_T@ 519ETAGS = @ETAGS@ 520EXEEXT = @EXEEXT@ 521FILE_MAN_DIR = @FILE_MAN_DIR@ 522FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 523INSTALL = @INSTALL@ 524INSTALL_CMD = @INSTALL_CMD@ 525INSTALL_DATA = @INSTALL_DATA@ 526INSTALL_PROGRAM = @INSTALL_PROGRAM@ 527INSTALL_SCRIPT = @INSTALL_SCRIPT@ 528INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 529LDFLAGS = @LDFLAGS@ 530LIBOBJS = @LIBOBJS@ 531LIBS = @LIBS@ 532LIB_MAN_DIR = @LIB_MAN_DIR@ 533LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 534LTLIBOBJS = @LTLIBOBJS@ 535MAKEINFO = @MAKEINFO@ 536MAN_SUBSTS = @MAN_SUBSTS@ 537MATH_LIBS = @MATH_LIBS@ 538MISC_MAN_DIR = @MISC_MAN_DIR@ 539MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 540MKDIR_P = @MKDIR_P@ 541OBJEXT = @OBJEXT@ 542PACKAGE = @PACKAGE@ 543PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 544PACKAGE_NAME = @PACKAGE_NAME@ 545PACKAGE_STRING = @PACKAGE_STRING@ 546PACKAGE_TARNAME = @PACKAGE_TARNAME@ 547PACKAGE_URL = @PACKAGE_URL@ 548PACKAGE_VERSION = @PACKAGE_VERSION@ 549PATH_SEPARATOR = @PATH_SEPARATOR@ 550PKG_CONFIG = @PKG_CONFIG@ 551PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 552PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 553SED = @SED@ 554SET_MAKE = @SET_MAKE@ 555SHELL = @SHELL@ 556STRICT_CFLAGS = @STRICT_CFLAGS@ 557STRIP = @STRIP@ 558VERSION = @VERSION@ 559XORG_MAN_PAGE = @XORG_MAN_PAGE@ 560abs_builddir = @abs_builddir@ 561abs_srcdir = @abs_srcdir@ 562abs_top_builddir = @abs_top_builddir@ 563abs_top_srcdir = @abs_top_srcdir@ 564ac_ct_CC = @ac_ct_CC@ 565am__include = @am__include@ 566am__leading_dot = @am__leading_dot@ 567am__quote = @am__quote@ 568am__tar = @am__tar@ 569am__untar = @am__untar@ 570appdefaultdir = @appdefaultdir@ 571bindir = @bindir@ 572build = @build@ 573build_alias = @build_alias@ 574build_cpu = @build_cpu@ 575build_os = @build_os@ 576build_vendor = @build_vendor@ 577builddir = @builddir@ 578datadir = @datadir@ 579datarootdir = @datarootdir@ 580docdir = @docdir@ 581dvidir = @dvidir@ 582exec_prefix = @exec_prefix@ 583host = @host@ 584host_alias = @host_alias@ 585host_cpu = @host_cpu@ 586host_os = @host_os@ 587host_vendor = @host_vendor@ 588htmldir = @htmldir@ 589includedir = @includedir@ 590infodir = @infodir@ 591install_sh = @install_sh@ 592libdir = @libdir@ 593libexecdir = @libexecdir@ 594localedir = @localedir@ 595localstatedir = @localstatedir@ 596mandir = @mandir@ 597mkdir_p = @mkdir_p@ 598oldincludedir = @oldincludedir@ 599pdfdir = @pdfdir@ 600prefix = @prefix@ 601program_transform_name = @program_transform_name@ 602psdir = @psdir@ 603runstatedir = @runstatedir@ 604sbindir = @sbindir@ 605sharedstatedir = @sharedstatedir@ 606srcdir = @srcdir@ 607sysconfdir = @sysconfdir@ 608target_alias = @target_alias@ 609top_build_prefix = @top_build_prefix@ 610top_builddir = @top_builddir@ 611top_srcdir = @top_srcdir@ 612SUBDIRS = man 613AM_CPPFLAGS = -D_CONST_X_STRING 614bitmap_CFLAGS = $(CWARNFLAGS) $(BITMAP_CFLAGS) 615bitmap_LDADD = $(BITMAP_LIBS) $(MATH_LIBS) 616bitmap_SOURCES = \ 617 BitEdit.c \ 618 CutPaste.c \ 619 Graphics.c \ 620 ReqMach.c \ 621 Bitmap.c \ 622 Dialog.c \ 623 Handlers.c \ 624 Bitmap.h \ 625 BitmapP.h \ 626 Dialog.h \ 627 Requests.h 628 629bmtoa_CFLAGS = $(CWARNFLAGS) $(BMTOA_CFLAGS) 630bmtoa_LDADD = $(BMTOA_LIBS) 631bmtoa_SOURCES = bmtoa.c 632atobm_CFLAGS = $(CWARNFLAGS) $(ATOBM_CFLAGS) 633atobm_LDADD = $(ATOBM_LIBS) 634atobm_SOURCES = atobm.c 635EXTRA_DIST = autogen.sh README.md 636bitmapdir = $(includedir)/X11/bitmaps 637dist_bitmap_DATA = \ 638 bitmaps/Dashes \ 639 bitmaps/Down \ 640 bitmaps/Excl \ 641 bitmaps/FlipHoriz \ 642 bitmaps/FlipVert \ 643 bitmaps/Fold \ 644 bitmaps/Left \ 645 bitmaps/Right \ 646 bitmaps/RotateLeft \ 647 bitmaps/RotateRight \ 648 bitmaps/Stipple \ 649 bitmaps/Term \ 650 bitmaps/Up 651 652 653# App default files (*.ad) 654DISTCHECK_CONFIGURE_FLAGS = --with-appdefaultdir=\$${datadir}/X11/app-defaults 655dist_appdefault_DATA = \ 656 app-defaults/Bitmap-color \ 657 app-defaults/Bitmap-nocase \ 658 app-defaults/Bitmap 659 660TESTS = test/round-trip-test 661MAINTAINERCLEANFILES = ChangeLog INSTALL 662all: config.h 663 $(MAKE) $(AM_MAKEFLAGS) all-recursive 664 665.SUFFIXES: 666.SUFFIXES: .c .log .o .obj .test .test$(EXEEXT) .trs 667am--refresh: Makefile 668 @: 669$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 670 @for dep in $?; do \ 671 case '$(am__configure_deps)' in \ 672 *$$dep*) \ 673 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 674 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 675 && exit 0; \ 676 exit 1;; \ 677 esac; \ 678 done; \ 679 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 680 $(am__cd) $(top_srcdir) && \ 681 $(AUTOMAKE) --foreign Makefile 682Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 683 @case '$?' in \ 684 *config.status*) \ 685 echo ' $(SHELL) ./config.status'; \ 686 $(SHELL) ./config.status;; \ 687 *) \ 688 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ 689 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ 690 esac; 691 692$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 693 $(SHELL) ./config.status --recheck 694 695$(top_srcdir)/configure: $(am__configure_deps) 696 $(am__cd) $(srcdir) && $(AUTOCONF) 697$(ACLOCAL_M4): $(am__aclocal_m4_deps) 698 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 699$(am__aclocal_m4_deps): 700 701config.h: stamp-h1 702 @test -f $@ || rm -f stamp-h1 703 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 704 705stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 706 @rm -f stamp-h1 707 cd $(top_builddir) && $(SHELL) ./config.status config.h 708$(srcdir)/config.h.in: $(am__configure_deps) 709 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 710 rm -f stamp-h1 711 touch $@ 712 713distclean-hdr: 714 -rm -f config.h stamp-h1 715test/round-trip-test: $(top_builddir)/config.status $(top_srcdir)/test/round-trip-test.in 716 cd $(top_builddir) && $(SHELL) ./config.status $@ 717install-binPROGRAMS: $(bin_PROGRAMS) 718 @$(NORMAL_INSTALL) 719 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 720 if test -n "$$list"; then \ 721 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ 722 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ 723 fi; \ 724 for p in $$list; do echo "$$p $$p"; done | \ 725 sed 's/$(EXEEXT)$$//' | \ 726 while read p p1; do if test -f $$p \ 727 ; then echo "$$p"; echo "$$p"; else :; fi; \ 728 done | \ 729 sed -e 'p;s,.*/,,;n;h' \ 730 -e 's|.*|.|' \ 731 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ 732 sed 'N;N;N;s,\n, ,g' | \ 733 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ 734 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 735 if ($$2 == $$4) files[d] = files[d] " " $$1; \ 736 else { print "f", $$3 "/" $$4, $$1; } } \ 737 END { for (d in files) print "f", d, files[d] }' | \ 738 while read type dir files; do \ 739 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 740 test -z "$$files" || { \ 741 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ 742 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ 743 } \ 744 ; done 745 746uninstall-binPROGRAMS: 747 @$(NORMAL_UNINSTALL) 748 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 749 files=`for p in $$list; do echo "$$p"; done | \ 750 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ 751 -e 's/$$/$(EXEEXT)/' \ 752 `; \ 753 test -n "$$list" || exit 0; \ 754 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ 755 cd "$(DESTDIR)$(bindir)" && rm -f $$files 756 757clean-binPROGRAMS: 758 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) 759 760atobm$(EXEEXT): $(atobm_OBJECTS) $(atobm_DEPENDENCIES) $(EXTRA_atobm_DEPENDENCIES) 761 @rm -f atobm$(EXEEXT) 762 $(AM_V_CCLD)$(atobm_LINK) $(atobm_OBJECTS) $(atobm_LDADD) $(LIBS) 763 764bitmap$(EXEEXT): $(bitmap_OBJECTS) $(bitmap_DEPENDENCIES) $(EXTRA_bitmap_DEPENDENCIES) 765 @rm -f bitmap$(EXEEXT) 766 $(AM_V_CCLD)$(bitmap_LINK) $(bitmap_OBJECTS) $(bitmap_LDADD) $(LIBS) 767 768bmtoa$(EXEEXT): $(bmtoa_OBJECTS) $(bmtoa_DEPENDENCIES) $(EXTRA_bmtoa_DEPENDENCIES) 769 @rm -f bmtoa$(EXEEXT) 770 $(AM_V_CCLD)$(bmtoa_LINK) $(bmtoa_OBJECTS) $(bmtoa_LDADD) $(LIBS) 771 772mostlyclean-compile: 773 -rm -f *.$(OBJEXT) 774 775distclean-compile: 776 -rm -f *.tab.c 777 778@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atobm-atobm.Po@am__quote@ # am--include-marker 779@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bitmap-BitEdit.Po@am__quote@ # am--include-marker 780@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bitmap-Bitmap.Po@am__quote@ # am--include-marker 781@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bitmap-CutPaste.Po@am__quote@ # am--include-marker 782@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bitmap-Dialog.Po@am__quote@ # am--include-marker 783@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bitmap-Graphics.Po@am__quote@ # am--include-marker 784@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bitmap-Handlers.Po@am__quote@ # am--include-marker 785@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bitmap-ReqMach.Po@am__quote@ # am--include-marker 786@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bmtoa-bmtoa.Po@am__quote@ # am--include-marker 787 788$(am__depfiles_remade): 789 @$(MKDIR_P) $(@D) 790 @echo '# dummy' >$@-t && $(am__mv) $@-t $@ 791 792am--depfiles: $(am__depfiles_remade) 793 794.c.o: 795@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 796@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 797@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 798@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 799@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 800 801.c.obj: 802@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 803@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 804@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 805@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 806@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 807 808atobm-atobm.o: atobm.c 809@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(atobm_CFLAGS) $(CFLAGS) -MT atobm-atobm.o -MD -MP -MF $(DEPDIR)/atobm-atobm.Tpo -c -o atobm-atobm.o `test -f 'atobm.c' || echo '$(srcdir)/'`atobm.c 810@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/atobm-atobm.Tpo $(DEPDIR)/atobm-atobm.Po 811@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='atobm.c' object='atobm-atobm.o' libtool=no @AMDEPBACKSLASH@ 812@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 813@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(atobm_CFLAGS) $(CFLAGS) -c -o atobm-atobm.o `test -f 'atobm.c' || echo '$(srcdir)/'`atobm.c 814 815atobm-atobm.obj: atobm.c 816@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(atobm_CFLAGS) $(CFLAGS) -MT atobm-atobm.obj -MD -MP -MF $(DEPDIR)/atobm-atobm.Tpo -c -o atobm-atobm.obj `if test -f 'atobm.c'; then $(CYGPATH_W) 'atobm.c'; else $(CYGPATH_W) '$(srcdir)/atobm.c'; fi` 817@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/atobm-atobm.Tpo $(DEPDIR)/atobm-atobm.Po 818@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='atobm.c' object='atobm-atobm.obj' libtool=no @AMDEPBACKSLASH@ 819@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 820@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(atobm_CFLAGS) $(CFLAGS) -c -o atobm-atobm.obj `if test -f 'atobm.c'; then $(CYGPATH_W) 'atobm.c'; else $(CYGPATH_W) '$(srcdir)/atobm.c'; fi` 821 822bitmap-BitEdit.o: BitEdit.c 823@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bitmap_CFLAGS) $(CFLAGS) -MT bitmap-BitEdit.o -MD -MP -MF $(DEPDIR)/bitmap-BitEdit.Tpo -c -o bitmap-BitEdit.o `test -f 'BitEdit.c' || echo '$(srcdir)/'`BitEdit.c 824@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/bitmap-BitEdit.Tpo $(DEPDIR)/bitmap-BitEdit.Po 825@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='BitEdit.c' object='bitmap-BitEdit.o' libtool=no @AMDEPBACKSLASH@ 826@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 827@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bitmap_CFLAGS) $(CFLAGS) -c -o bitmap-BitEdit.o `test -f 'BitEdit.c' || echo '$(srcdir)/'`BitEdit.c 828 829bitmap-BitEdit.obj: BitEdit.c 830@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bitmap_CFLAGS) $(CFLAGS) -MT bitmap-BitEdit.obj -MD -MP -MF $(DEPDIR)/bitmap-BitEdit.Tpo -c -o bitmap-BitEdit.obj `if test -f 'BitEdit.c'; then $(CYGPATH_W) 'BitEdit.c'; else $(CYGPATH_W) '$(srcdir)/BitEdit.c'; fi` 831@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/bitmap-BitEdit.Tpo $(DEPDIR)/bitmap-BitEdit.Po 832@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='BitEdit.c' object='bitmap-BitEdit.obj' libtool=no @AMDEPBACKSLASH@ 833@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 834@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bitmap_CFLAGS) $(CFLAGS) -c -o bitmap-BitEdit.obj `if test -f 'BitEdit.c'; then $(CYGPATH_W) 'BitEdit.c'; else $(CYGPATH_W) '$(srcdir)/BitEdit.c'; fi` 835 836bitmap-CutPaste.o: CutPaste.c 837@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bitmap_CFLAGS) $(CFLAGS) -MT bitmap-CutPaste.o -MD -MP -MF $(DEPDIR)/bitmap-CutPaste.Tpo -c -o bitmap-CutPaste.o `test -f 'CutPaste.c' || echo '$(srcdir)/'`CutPaste.c 838@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/bitmap-CutPaste.Tpo $(DEPDIR)/bitmap-CutPaste.Po 839@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='CutPaste.c' object='bitmap-CutPaste.o' libtool=no @AMDEPBACKSLASH@ 840@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 841@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bitmap_CFLAGS) $(CFLAGS) -c -o bitmap-CutPaste.o `test -f 'CutPaste.c' || echo '$(srcdir)/'`CutPaste.c 842 843bitmap-CutPaste.obj: CutPaste.c 844@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bitmap_CFLAGS) $(CFLAGS) -MT bitmap-CutPaste.obj -MD -MP -MF $(DEPDIR)/bitmap-CutPaste.Tpo -c -o bitmap-CutPaste.obj `if test -f 'CutPaste.c'; then $(CYGPATH_W) 'CutPaste.c'; else $(CYGPATH_W) '$(srcdir)/CutPaste.c'; fi` 845@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/bitmap-CutPaste.Tpo $(DEPDIR)/bitmap-CutPaste.Po 846@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='CutPaste.c' object='bitmap-CutPaste.obj' libtool=no @AMDEPBACKSLASH@ 847@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 848@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bitmap_CFLAGS) $(CFLAGS) -c -o bitmap-CutPaste.obj `if test -f 'CutPaste.c'; then $(CYGPATH_W) 'CutPaste.c'; else $(CYGPATH_W) '$(srcdir)/CutPaste.c'; fi` 849 850bitmap-Graphics.o: Graphics.c 851@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bitmap_CFLAGS) $(CFLAGS) -MT bitmap-Graphics.o -MD -MP -MF $(DEPDIR)/bitmap-Graphics.Tpo -c -o bitmap-Graphics.o `test -f 'Graphics.c' || echo '$(srcdir)/'`Graphics.c 852@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/bitmap-Graphics.Tpo $(DEPDIR)/bitmap-Graphics.Po 853@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='Graphics.c' object='bitmap-Graphics.o' libtool=no @AMDEPBACKSLASH@ 854@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 855@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bitmap_CFLAGS) $(CFLAGS) -c -o bitmap-Graphics.o `test -f 'Graphics.c' || echo '$(srcdir)/'`Graphics.c 856 857bitmap-Graphics.obj: Graphics.c 858@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bitmap_CFLAGS) $(CFLAGS) -MT bitmap-Graphics.obj -MD -MP -MF $(DEPDIR)/bitmap-Graphics.Tpo -c -o bitmap-Graphics.obj `if test -f 'Graphics.c'; then $(CYGPATH_W) 'Graphics.c'; else $(CYGPATH_W) '$(srcdir)/Graphics.c'; fi` 859@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/bitmap-Graphics.Tpo $(DEPDIR)/bitmap-Graphics.Po 860@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='Graphics.c' object='bitmap-Graphics.obj' libtool=no @AMDEPBACKSLASH@ 861@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 862@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bitmap_CFLAGS) $(CFLAGS) -c -o bitmap-Graphics.obj `if test -f 'Graphics.c'; then $(CYGPATH_W) 'Graphics.c'; else $(CYGPATH_W) '$(srcdir)/Graphics.c'; fi` 863 864bitmap-ReqMach.o: ReqMach.c 865@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bitmap_CFLAGS) $(CFLAGS) -MT bitmap-ReqMach.o -MD -MP -MF $(DEPDIR)/bitmap-ReqMach.Tpo -c -o bitmap-ReqMach.o `test -f 'ReqMach.c' || echo '$(srcdir)/'`ReqMach.c 866@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/bitmap-ReqMach.Tpo $(DEPDIR)/bitmap-ReqMach.Po 867@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ReqMach.c' object='bitmap-ReqMach.o' libtool=no @AMDEPBACKSLASH@ 868@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 869@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bitmap_CFLAGS) $(CFLAGS) -c -o bitmap-ReqMach.o `test -f 'ReqMach.c' || echo '$(srcdir)/'`ReqMach.c 870 871bitmap-ReqMach.obj: ReqMach.c 872@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bitmap_CFLAGS) $(CFLAGS) -MT bitmap-ReqMach.obj -MD -MP -MF $(DEPDIR)/bitmap-ReqMach.Tpo -c -o bitmap-ReqMach.obj `if test -f 'ReqMach.c'; then $(CYGPATH_W) 'ReqMach.c'; else $(CYGPATH_W) '$(srcdir)/ReqMach.c'; fi` 873@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/bitmap-ReqMach.Tpo $(DEPDIR)/bitmap-ReqMach.Po 874@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ReqMach.c' object='bitmap-ReqMach.obj' libtool=no @AMDEPBACKSLASH@ 875@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 876@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bitmap_CFLAGS) $(CFLAGS) -c -o bitmap-ReqMach.obj `if test -f 'ReqMach.c'; then $(CYGPATH_W) 'ReqMach.c'; else $(CYGPATH_W) '$(srcdir)/ReqMach.c'; fi` 877 878bitmap-Bitmap.o: Bitmap.c 879@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bitmap_CFLAGS) $(CFLAGS) -MT bitmap-Bitmap.o -MD -MP -MF $(DEPDIR)/bitmap-Bitmap.Tpo -c -o bitmap-Bitmap.o `test -f 'Bitmap.c' || echo '$(srcdir)/'`Bitmap.c 880@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/bitmap-Bitmap.Tpo $(DEPDIR)/bitmap-Bitmap.Po 881@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='Bitmap.c' object='bitmap-Bitmap.o' libtool=no @AMDEPBACKSLASH@ 882@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 883@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bitmap_CFLAGS) $(CFLAGS) -c -o bitmap-Bitmap.o `test -f 'Bitmap.c' || echo '$(srcdir)/'`Bitmap.c 884 885bitmap-Bitmap.obj: Bitmap.c 886@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bitmap_CFLAGS) $(CFLAGS) -MT bitmap-Bitmap.obj -MD -MP -MF $(DEPDIR)/bitmap-Bitmap.Tpo -c -o bitmap-Bitmap.obj `if test -f 'Bitmap.c'; then $(CYGPATH_W) 'Bitmap.c'; else $(CYGPATH_W) '$(srcdir)/Bitmap.c'; fi` 887@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/bitmap-Bitmap.Tpo $(DEPDIR)/bitmap-Bitmap.Po 888@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='Bitmap.c' object='bitmap-Bitmap.obj' libtool=no @AMDEPBACKSLASH@ 889@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 890@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bitmap_CFLAGS) $(CFLAGS) -c -o bitmap-Bitmap.obj `if test -f 'Bitmap.c'; then $(CYGPATH_W) 'Bitmap.c'; else $(CYGPATH_W) '$(srcdir)/Bitmap.c'; fi` 891 892bitmap-Dialog.o: Dialog.c 893@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bitmap_CFLAGS) $(CFLAGS) -MT bitmap-Dialog.o -MD -MP -MF $(DEPDIR)/bitmap-Dialog.Tpo -c -o bitmap-Dialog.o `test -f 'Dialog.c' || echo '$(srcdir)/'`Dialog.c 894@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/bitmap-Dialog.Tpo $(DEPDIR)/bitmap-Dialog.Po 895@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='Dialog.c' object='bitmap-Dialog.o' libtool=no @AMDEPBACKSLASH@ 896@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 897@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bitmap_CFLAGS) $(CFLAGS) -c -o bitmap-Dialog.o `test -f 'Dialog.c' || echo '$(srcdir)/'`Dialog.c 898 899bitmap-Dialog.obj: Dialog.c 900@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bitmap_CFLAGS) $(CFLAGS) -MT bitmap-Dialog.obj -MD -MP -MF $(DEPDIR)/bitmap-Dialog.Tpo -c -o bitmap-Dialog.obj `if test -f 'Dialog.c'; then $(CYGPATH_W) 'Dialog.c'; else $(CYGPATH_W) '$(srcdir)/Dialog.c'; fi` 901@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/bitmap-Dialog.Tpo $(DEPDIR)/bitmap-Dialog.Po 902@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='Dialog.c' object='bitmap-Dialog.obj' libtool=no @AMDEPBACKSLASH@ 903@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 904@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bitmap_CFLAGS) $(CFLAGS) -c -o bitmap-Dialog.obj `if test -f 'Dialog.c'; then $(CYGPATH_W) 'Dialog.c'; else $(CYGPATH_W) '$(srcdir)/Dialog.c'; fi` 905 906bitmap-Handlers.o: Handlers.c 907@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bitmap_CFLAGS) $(CFLAGS) -MT bitmap-Handlers.o -MD -MP -MF $(DEPDIR)/bitmap-Handlers.Tpo -c -o bitmap-Handlers.o `test -f 'Handlers.c' || echo '$(srcdir)/'`Handlers.c 908@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/bitmap-Handlers.Tpo $(DEPDIR)/bitmap-Handlers.Po 909@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='Handlers.c' object='bitmap-Handlers.o' libtool=no @AMDEPBACKSLASH@ 910@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 911@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bitmap_CFLAGS) $(CFLAGS) -c -o bitmap-Handlers.o `test -f 'Handlers.c' || echo '$(srcdir)/'`Handlers.c 912 913bitmap-Handlers.obj: Handlers.c 914@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bitmap_CFLAGS) $(CFLAGS) -MT bitmap-Handlers.obj -MD -MP -MF $(DEPDIR)/bitmap-Handlers.Tpo -c -o bitmap-Handlers.obj `if test -f 'Handlers.c'; then $(CYGPATH_W) 'Handlers.c'; else $(CYGPATH_W) '$(srcdir)/Handlers.c'; fi` 915@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/bitmap-Handlers.Tpo $(DEPDIR)/bitmap-Handlers.Po 916@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='Handlers.c' object='bitmap-Handlers.obj' libtool=no @AMDEPBACKSLASH@ 917@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 918@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bitmap_CFLAGS) $(CFLAGS) -c -o bitmap-Handlers.obj `if test -f 'Handlers.c'; then $(CYGPATH_W) 'Handlers.c'; else $(CYGPATH_W) '$(srcdir)/Handlers.c'; fi` 919 920bmtoa-bmtoa.o: bmtoa.c 921@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bmtoa_CFLAGS) $(CFLAGS) -MT bmtoa-bmtoa.o -MD -MP -MF $(DEPDIR)/bmtoa-bmtoa.Tpo -c -o bmtoa-bmtoa.o `test -f 'bmtoa.c' || echo '$(srcdir)/'`bmtoa.c 922@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/bmtoa-bmtoa.Tpo $(DEPDIR)/bmtoa-bmtoa.Po 923@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='bmtoa.c' object='bmtoa-bmtoa.o' libtool=no @AMDEPBACKSLASH@ 924@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 925@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bmtoa_CFLAGS) $(CFLAGS) -c -o bmtoa-bmtoa.o `test -f 'bmtoa.c' || echo '$(srcdir)/'`bmtoa.c 926 927bmtoa-bmtoa.obj: bmtoa.c 928@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bmtoa_CFLAGS) $(CFLAGS) -MT bmtoa-bmtoa.obj -MD -MP -MF $(DEPDIR)/bmtoa-bmtoa.Tpo -c -o bmtoa-bmtoa.obj `if test -f 'bmtoa.c'; then $(CYGPATH_W) 'bmtoa.c'; else $(CYGPATH_W) '$(srcdir)/bmtoa.c'; fi` 929@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/bmtoa-bmtoa.Tpo $(DEPDIR)/bmtoa-bmtoa.Po 930@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='bmtoa.c' object='bmtoa-bmtoa.obj' libtool=no @AMDEPBACKSLASH@ 931@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 932@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bmtoa_CFLAGS) $(CFLAGS) -c -o bmtoa-bmtoa.obj `if test -f 'bmtoa.c'; then $(CYGPATH_W) 'bmtoa.c'; else $(CYGPATH_W) '$(srcdir)/bmtoa.c'; fi` 933install-dist_appdefaultDATA: $(dist_appdefault_DATA) 934 @$(NORMAL_INSTALL) 935 @list='$(dist_appdefault_DATA)'; test -n "$(appdefaultdir)" || list=; \ 936 if test -n "$$list"; then \ 937 echo " $(MKDIR_P) '$(DESTDIR)$(appdefaultdir)'"; \ 938 $(MKDIR_P) "$(DESTDIR)$(appdefaultdir)" || exit 1; \ 939 fi; \ 940 for p in $$list; do \ 941 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 942 echo "$$d$$p"; \ 943 done | $(am__base_list) | \ 944 while read files; do \ 945 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(appdefaultdir)'"; \ 946 $(INSTALL_DATA) $$files "$(DESTDIR)$(appdefaultdir)" || exit $$?; \ 947 done 948 949uninstall-dist_appdefaultDATA: 950 @$(NORMAL_UNINSTALL) 951 @list='$(dist_appdefault_DATA)'; test -n "$(appdefaultdir)" || list=; \ 952 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 953 dir='$(DESTDIR)$(appdefaultdir)'; $(am__uninstall_files_from_dir) 954install-dist_bitmapDATA: $(dist_bitmap_DATA) 955 @$(NORMAL_INSTALL) 956 @list='$(dist_bitmap_DATA)'; test -n "$(bitmapdir)" || list=; \ 957 if test -n "$$list"; then \ 958 echo " $(MKDIR_P) '$(DESTDIR)$(bitmapdir)'"; \ 959 $(MKDIR_P) "$(DESTDIR)$(bitmapdir)" || exit 1; \ 960 fi; \ 961 for p in $$list; do \ 962 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 963 echo "$$d$$p"; \ 964 done | $(am__base_list) | \ 965 while read files; do \ 966 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(bitmapdir)'"; \ 967 $(INSTALL_DATA) $$files "$(DESTDIR)$(bitmapdir)" || exit $$?; \ 968 done 969 970uninstall-dist_bitmapDATA: 971 @$(NORMAL_UNINSTALL) 972 @list='$(dist_bitmap_DATA)'; test -n "$(bitmapdir)" || list=; \ 973 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 974 dir='$(DESTDIR)$(bitmapdir)'; $(am__uninstall_files_from_dir) 975 976# This directory's subdirectories are mostly independent; you can cd 977# into them and run 'make' without going through this Makefile. 978# To change the values of 'make' variables: instead of editing Makefiles, 979# (1) if the variable is set in 'config.status', edit 'config.status' 980# (which will cause the Makefiles to be regenerated when you run 'make'); 981# (2) otherwise, pass the desired values on the 'make' command line. 982$(am__recursive_targets): 983 @fail=; \ 984 if $(am__make_keepgoing); then \ 985 failcom='fail=yes'; \ 986 else \ 987 failcom='exit 1'; \ 988 fi; \ 989 dot_seen=no; \ 990 target=`echo $@ | sed s/-recursive//`; \ 991 case "$@" in \ 992 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 993 *) list='$(SUBDIRS)' ;; \ 994 esac; \ 995 for subdir in $$list; do \ 996 echo "Making $$target in $$subdir"; \ 997 if test "$$subdir" = "."; then \ 998 dot_seen=yes; \ 999 local_target="$$target-am"; \ 1000 else \ 1001 local_target="$$target"; \ 1002 fi; \ 1003 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 1004 || eval $$failcom; \ 1005 done; \ 1006 if test "$$dot_seen" = "no"; then \ 1007 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 1008 fi; test -z "$$fail" 1009 1010ID: $(am__tagged_files) 1011 $(am__define_uniq_tagged_files); mkid -fID $$unique 1012tags: tags-recursive 1013TAGS: tags 1014 1015tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 1016 set x; \ 1017 here=`pwd`; \ 1018 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 1019 include_option=--etags-include; \ 1020 empty_fix=.; \ 1021 else \ 1022 include_option=--include; \ 1023 empty_fix=; \ 1024 fi; \ 1025 list='$(SUBDIRS)'; for subdir in $$list; do \ 1026 if test "$$subdir" = .; then :; else \ 1027 test ! -f $$subdir/TAGS || \ 1028 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 1029 fi; \ 1030 done; \ 1031 $(am__define_uniq_tagged_files); \ 1032 shift; \ 1033 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 1034 test -n "$$unique" || unique=$$empty_fix; \ 1035 if test $$# -gt 0; then \ 1036 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 1037 "$$@" $$unique; \ 1038 else \ 1039 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 1040 $$unique; \ 1041 fi; \ 1042 fi 1043ctags: ctags-recursive 1044 1045CTAGS: ctags 1046ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 1047 $(am__define_uniq_tagged_files); \ 1048 test -z "$(CTAGS_ARGS)$$unique" \ 1049 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 1050 $$unique 1051 1052GTAGS: 1053 here=`$(am__cd) $(top_builddir) && pwd` \ 1054 && $(am__cd) $(top_srcdir) \ 1055 && gtags -i $(GTAGS_ARGS) "$$here" 1056cscope: cscope.files 1057 test ! -s cscope.files \ 1058 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 1059clean-cscope: 1060 -rm -f cscope.files 1061cscope.files: clean-cscope cscopelist 1062cscopelist: cscopelist-recursive 1063 1064cscopelist-am: $(am__tagged_files) 1065 list='$(am__tagged_files)'; \ 1066 case "$(srcdir)" in \ 1067 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 1068 *) sdir=$(subdir)/$(srcdir) ;; \ 1069 esac; \ 1070 for i in $$list; do \ 1071 if test -f "$$i"; then \ 1072 echo "$(subdir)/$$i"; \ 1073 else \ 1074 echo "$$sdir/$$i"; \ 1075 fi; \ 1076 done >> $(top_builddir)/cscope.files 1077 1078distclean-tags: 1079 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 1080 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 1081 1082# Recover from deleted '.trs' file; this should ensure that 1083# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create 1084# both 'foo.log' and 'foo.trs'. Break the recipe in two subshells 1085# to avoid problems with "make -n". 1086.log.trs: 1087 rm -f $< $@ 1088 $(MAKE) $(AM_MAKEFLAGS) $< 1089 1090# Leading 'am--fnord' is there to ensure the list of targets does not 1091# expand to empty, as could happen e.g. with make check TESTS=''. 1092am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) 1093am--force-recheck: 1094 @: 1095 1096$(TEST_SUITE_LOG): $(TEST_LOGS) 1097 @$(am__set_TESTS_bases); \ 1098 am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ 1099 redo_bases=`for i in $$bases; do \ 1100 am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ 1101 done`; \ 1102 if test -n "$$redo_bases"; then \ 1103 redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ 1104 redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ 1105 if $(am__make_dryrun); then :; else \ 1106 rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ 1107 fi; \ 1108 fi; \ 1109 if test -n "$$am__remaking_logs"; then \ 1110 echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ 1111 "recursion detected" >&2; \ 1112 elif test -n "$$redo_logs"; then \ 1113 am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ 1114 fi; \ 1115 if $(am__make_dryrun); then :; else \ 1116 st=0; \ 1117 errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ 1118 for i in $$redo_bases; do \ 1119 test -f $$i.trs && test -r $$i.trs \ 1120 || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ 1121 test -f $$i.log && test -r $$i.log \ 1122 || { echo "$$errmsg $$i.log" >&2; st=1; }; \ 1123 done; \ 1124 test $$st -eq 0 || exit 1; \ 1125 fi 1126 @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ 1127 ws='[ ]'; \ 1128 results=`for b in $$bases; do echo $$b.trs; done`; \ 1129 test -n "$$results" || results=/dev/null; \ 1130 all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ 1131 pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ 1132 fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ 1133 skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ 1134 xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ 1135 xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ 1136 error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ 1137 if test `expr $$fail + $$xpass + $$error` -eq 0; then \ 1138 success=true; \ 1139 else \ 1140 success=false; \ 1141 fi; \ 1142 br='==================='; br=$$br$$br$$br$$br; \ 1143 result_count () \ 1144 { \ 1145 if test x"$$1" = x"--maybe-color"; then \ 1146 maybe_colorize=yes; \ 1147 elif test x"$$1" = x"--no-color"; then \ 1148 maybe_colorize=no; \ 1149 else \ 1150 echo "$@: invalid 'result_count' usage" >&2; exit 4; \ 1151 fi; \ 1152 shift; \ 1153 desc=$$1 count=$$2; \ 1154 if test $$maybe_colorize = yes && test $$count -gt 0; then \ 1155 color_start=$$3 color_end=$$std; \ 1156 else \ 1157 color_start= color_end=; \ 1158 fi; \ 1159 echo "$${color_start}# $$desc $$count$${color_end}"; \ 1160 }; \ 1161 create_testsuite_report () \ 1162 { \ 1163 result_count $$1 "TOTAL:" $$all "$$brg"; \ 1164 result_count $$1 "PASS: " $$pass "$$grn"; \ 1165 result_count $$1 "SKIP: " $$skip "$$blu"; \ 1166 result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ 1167 result_count $$1 "FAIL: " $$fail "$$red"; \ 1168 result_count $$1 "XPASS:" $$xpass "$$red"; \ 1169 result_count $$1 "ERROR:" $$error "$$mgn"; \ 1170 }; \ 1171 { \ 1172 echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ 1173 $(am__rst_title); \ 1174 create_testsuite_report --no-color; \ 1175 echo; \ 1176 echo ".. contents:: :depth: 2"; \ 1177 echo; \ 1178 for b in $$bases; do echo $$b; done \ 1179 | $(am__create_global_log); \ 1180 } >$(TEST_SUITE_LOG).tmp || exit 1; \ 1181 mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ 1182 if $$success; then \ 1183 col="$$grn"; \ 1184 else \ 1185 col="$$red"; \ 1186 test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ 1187 fi; \ 1188 echo "$${col}$$br$${std}"; \ 1189 echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}"; \ 1190 echo "$${col}$$br$${std}"; \ 1191 create_testsuite_report --maybe-color; \ 1192 echo "$$col$$br$$std"; \ 1193 if $$success; then :; else \ 1194 echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ 1195 if test -n "$(PACKAGE_BUGREPORT)"; then \ 1196 echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ 1197 fi; \ 1198 echo "$$col$$br$$std"; \ 1199 fi; \ 1200 $$success || exit 1 1201 1202check-TESTS: 1203 @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list 1204 @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list 1205 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) 1206 @set +e; $(am__set_TESTS_bases); \ 1207 log_list=`for i in $$bases; do echo $$i.log; done`; \ 1208 trs_list=`for i in $$bases; do echo $$i.trs; done`; \ 1209 log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ 1210 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ 1211 exit $$?; 1212recheck: all 1213 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) 1214 @set +e; $(am__set_TESTS_bases); \ 1215 bases=`for i in $$bases; do echo $$i; done \ 1216 | $(am__list_recheck_tests)` || exit 1; \ 1217 log_list=`for i in $$bases; do echo $$i.log; done`; \ 1218 log_list=`echo $$log_list`; \ 1219 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ 1220 am__force_recheck=am--force-recheck \ 1221 TEST_LOGS="$$log_list"; \ 1222 exit $$? 1223test/round-trip-test.log: test/round-trip-test 1224 @p='test/round-trip-test'; \ 1225 b='test/round-trip-test'; \ 1226 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1227 --log-file $$b.log --trs-file $$b.trs \ 1228 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1229 "$$tst" $(AM_TESTS_FD_REDIRECT) 1230.test.log: 1231 @p='$<'; \ 1232 $(am__set_b); \ 1233 $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ 1234 --log-file $$b.log --trs-file $$b.trs \ 1235 $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ 1236 "$$tst" $(AM_TESTS_FD_REDIRECT) 1237@am__EXEEXT_TRUE@.test$(EXEEXT).log: 1238@am__EXEEXT_TRUE@ @p='$<'; \ 1239@am__EXEEXT_TRUE@ $(am__set_b); \ 1240@am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ 1241@am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \ 1242@am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ 1243@am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT) 1244distdir: $(BUILT_SOURCES) 1245 $(MAKE) $(AM_MAKEFLAGS) distdir-am 1246 1247distdir-am: $(DISTFILES) 1248 $(am__remove_distdir) 1249 test -d "$(distdir)" || mkdir "$(distdir)" 1250 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 1251 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 1252 list='$(DISTFILES)'; \ 1253 dist_files=`for file in $$list; do echo $$file; done | \ 1254 sed -e "s|^$$srcdirstrip/||;t" \ 1255 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 1256 case $$dist_files in \ 1257 */*) $(MKDIR_P) `echo "$$dist_files" | \ 1258 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 1259 sort -u` ;; \ 1260 esac; \ 1261 for file in $$dist_files; do \ 1262 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 1263 if test -d $$d/$$file; then \ 1264 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 1265 if test -d "$(distdir)/$$file"; then \ 1266 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 1267 fi; \ 1268 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 1269 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 1270 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 1271 fi; \ 1272 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 1273 else \ 1274 test -f "$(distdir)/$$file" \ 1275 || cp -p $$d/$$file "$(distdir)/$$file" \ 1276 || exit 1; \ 1277 fi; \ 1278 done 1279 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 1280 if test "$$subdir" = .; then :; else \ 1281 $(am__make_dryrun) \ 1282 || test -d "$(distdir)/$$subdir" \ 1283 || $(MKDIR_P) "$(distdir)/$$subdir" \ 1284 || exit 1; \ 1285 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 1286 $(am__relativize); \ 1287 new_distdir=$$reldir; \ 1288 dir1=$$subdir; dir2="$(top_distdir)"; \ 1289 $(am__relativize); \ 1290 new_top_distdir=$$reldir; \ 1291 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 1292 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 1293 ($(am__cd) $$subdir && \ 1294 $(MAKE) $(AM_MAKEFLAGS) \ 1295 top_distdir="$$new_top_distdir" \ 1296 distdir="$$new_distdir" \ 1297 am__remove_distdir=: \ 1298 am__skip_length_check=: \ 1299 am__skip_mode_fix=: \ 1300 distdir) \ 1301 || exit 1; \ 1302 fi; \ 1303 done 1304 $(MAKE) $(AM_MAKEFLAGS) \ 1305 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 1306 dist-hook 1307 -test -n "$(am__skip_mode_fix)" \ 1308 || find "$(distdir)" -type d ! -perm -755 \ 1309 -exec chmod u+rwx,go+rx {} \; -o \ 1310 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 1311 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 1312 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 1313 || chmod -R a+r "$(distdir)" 1314dist-gzip: distdir 1315 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz 1316 $(am__post_remove_distdir) 1317 1318dist-bzip2: distdir 1319 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 1320 $(am__post_remove_distdir) 1321 1322dist-lzip: distdir 1323 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 1324 $(am__post_remove_distdir) 1325dist-xz: distdir 1326 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 1327 $(am__post_remove_distdir) 1328 1329dist-zstd: distdir 1330 tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst 1331 $(am__post_remove_distdir) 1332 1333dist-tarZ: distdir 1334 @echo WARNING: "Support for distribution archives compressed with" \ 1335 "legacy program 'compress' is deprecated." >&2 1336 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 1337 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 1338 $(am__post_remove_distdir) 1339 1340dist-shar: distdir 1341 @echo WARNING: "Support for shar distribution archives is" \ 1342 "deprecated." >&2 1343 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 1344 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz 1345 $(am__post_remove_distdir) 1346 1347dist-zip: distdir 1348 -rm -f $(distdir).zip 1349 zip -rq $(distdir).zip $(distdir) 1350 $(am__post_remove_distdir) 1351 1352dist dist-all: 1353 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 1354 $(am__post_remove_distdir) 1355 1356# This target untars the dist file and tries a VPATH configuration. Then 1357# it guarantees that the distribution is self-contained by making another 1358# tarfile. 1359distcheck: dist 1360 case '$(DIST_ARCHIVES)' in \ 1361 *.tar.gz*) \ 1362 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ 1363 *.tar.bz2*) \ 1364 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 1365 *.tar.lz*) \ 1366 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 1367 *.tar.xz*) \ 1368 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 1369 *.tar.Z*) \ 1370 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 1371 *.shar.gz*) \ 1372 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ 1373 *.zip*) \ 1374 unzip $(distdir).zip ;;\ 1375 *.tar.zst*) \ 1376 zstd -dc $(distdir).tar.zst | $(am__untar) ;;\ 1377 esac 1378 chmod -R a-w $(distdir) 1379 chmod u+w $(distdir) 1380 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst 1381 chmod a-w $(distdir) 1382 test -d $(distdir)/_build || exit 0; \ 1383 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 1384 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 1385 && am__cwd=`pwd` \ 1386 && $(am__cd) $(distdir)/_build/sub \ 1387 && ../../configure \ 1388 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 1389 $(DISTCHECK_CONFIGURE_FLAGS) \ 1390 --srcdir=../.. --prefix="$$dc_install_base" \ 1391 && $(MAKE) $(AM_MAKEFLAGS) \ 1392 && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \ 1393 && $(MAKE) $(AM_MAKEFLAGS) check \ 1394 && $(MAKE) $(AM_MAKEFLAGS) install \ 1395 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 1396 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 1397 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 1398 distuninstallcheck \ 1399 && chmod -R a-w "$$dc_install_base" \ 1400 && ({ \ 1401 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 1402 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 1403 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 1404 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 1405 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 1406 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 1407 && rm -rf "$$dc_destdir" \ 1408 && $(MAKE) $(AM_MAKEFLAGS) dist \ 1409 && rm -rf $(DIST_ARCHIVES) \ 1410 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 1411 && cd "$$am__cwd" \ 1412 || exit 1 1413 $(am__post_remove_distdir) 1414 @(echo "$(distdir) archives ready for distribution: "; \ 1415 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 1416 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 1417distuninstallcheck: 1418 @test -n '$(distuninstallcheck_dir)' || { \ 1419 echo 'ERROR: trying to run $@ with an empty' \ 1420 '$$(distuninstallcheck_dir)' >&2; \ 1421 exit 1; \ 1422 }; \ 1423 $(am__cd) '$(distuninstallcheck_dir)' || { \ 1424 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 1425 exit 1; \ 1426 }; \ 1427 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 1428 || { echo "ERROR: files left after uninstall:" ; \ 1429 if test -n "$(DESTDIR)"; then \ 1430 echo " (check DESTDIR support)"; \ 1431 fi ; \ 1432 $(distuninstallcheck_listfiles) ; \ 1433 exit 1; } >&2 1434distcleancheck: distclean 1435 @if test '$(srcdir)' = . ; then \ 1436 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 1437 exit 1 ; \ 1438 fi 1439 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 1440 || { echo "ERROR: files left in build directory after distclean:" ; \ 1441 $(distcleancheck_listfiles) ; \ 1442 exit 1; } >&2 1443check-am: all-am 1444 $(MAKE) $(AM_MAKEFLAGS) check-TESTS 1445check: check-recursive 1446all-am: Makefile $(PROGRAMS) $(DATA) config.h 1447installdirs: installdirs-recursive 1448installdirs-am: 1449 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appdefaultdir)" "$(DESTDIR)$(bitmapdir)"; do \ 1450 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 1451 done 1452install: install-recursive 1453install-exec: install-exec-recursive 1454install-data: install-data-recursive 1455uninstall: uninstall-recursive 1456 1457install-am: all-am 1458 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 1459 1460installcheck: installcheck-recursive 1461install-strip: 1462 if test -z '$(STRIP)'; then \ 1463 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 1464 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 1465 install; \ 1466 else \ 1467 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 1468 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 1469 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 1470 fi 1471mostlyclean-generic: 1472 -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) 1473 -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) 1474 -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) 1475 1476clean-generic: 1477 1478distclean-generic: 1479 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 1480 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 1481 1482maintainer-clean-generic: 1483 @echo "This command is intended for maintainers to use" 1484 @echo "it deletes files that may require special tools to rebuild." 1485 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 1486clean: clean-recursive 1487 1488clean-am: clean-binPROGRAMS clean-generic mostlyclean-am 1489 1490distclean: distclean-recursive 1491 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 1492 -rm -f ./$(DEPDIR)/atobm-atobm.Po 1493 -rm -f ./$(DEPDIR)/bitmap-BitEdit.Po 1494 -rm -f ./$(DEPDIR)/bitmap-Bitmap.Po 1495 -rm -f ./$(DEPDIR)/bitmap-CutPaste.Po 1496 -rm -f ./$(DEPDIR)/bitmap-Dialog.Po 1497 -rm -f ./$(DEPDIR)/bitmap-Graphics.Po 1498 -rm -f ./$(DEPDIR)/bitmap-Handlers.Po 1499 -rm -f ./$(DEPDIR)/bitmap-ReqMach.Po 1500 -rm -f ./$(DEPDIR)/bmtoa-bmtoa.Po 1501 -rm -f Makefile 1502distclean-am: clean-am distclean-compile distclean-generic \ 1503 distclean-hdr distclean-tags 1504 1505dvi: dvi-recursive 1506 1507dvi-am: 1508 1509html: html-recursive 1510 1511html-am: 1512 1513info: info-recursive 1514 1515info-am: 1516 1517install-data-am: install-dist_appdefaultDATA install-dist_bitmapDATA 1518 1519install-dvi: install-dvi-recursive 1520 1521install-dvi-am: 1522 1523install-exec-am: install-binPROGRAMS 1524 1525install-html: install-html-recursive 1526 1527install-html-am: 1528 1529install-info: install-info-recursive 1530 1531install-info-am: 1532 1533install-man: 1534 1535install-pdf: install-pdf-recursive 1536 1537install-pdf-am: 1538 1539install-ps: install-ps-recursive 1540 1541install-ps-am: 1542 1543installcheck-am: 1544 1545maintainer-clean: maintainer-clean-recursive 1546 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 1547 -rm -rf $(top_srcdir)/autom4te.cache 1548 -rm -f ./$(DEPDIR)/atobm-atobm.Po 1549 -rm -f ./$(DEPDIR)/bitmap-BitEdit.Po 1550 -rm -f ./$(DEPDIR)/bitmap-Bitmap.Po 1551 -rm -f ./$(DEPDIR)/bitmap-CutPaste.Po 1552 -rm -f ./$(DEPDIR)/bitmap-Dialog.Po 1553 -rm -f ./$(DEPDIR)/bitmap-Graphics.Po 1554 -rm -f ./$(DEPDIR)/bitmap-Handlers.Po 1555 -rm -f ./$(DEPDIR)/bitmap-ReqMach.Po 1556 -rm -f ./$(DEPDIR)/bmtoa-bmtoa.Po 1557 -rm -f Makefile 1558maintainer-clean-am: distclean-am maintainer-clean-generic 1559 1560mostlyclean: mostlyclean-recursive 1561 1562mostlyclean-am: mostlyclean-compile mostlyclean-generic 1563 1564pdf: pdf-recursive 1565 1566pdf-am: 1567 1568ps: ps-recursive 1569 1570ps-am: 1571 1572uninstall-am: uninstall-binPROGRAMS uninstall-dist_appdefaultDATA \ 1573 uninstall-dist_bitmapDATA 1574 1575.MAKE: $(am__recursive_targets) all check-am install-am install-strip 1576 1577.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ 1578 am--depfiles am--refresh check check-TESTS check-am clean \ 1579 clean-binPROGRAMS clean-cscope clean-generic cscope \ 1580 cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ 1581 dist-gzip dist-hook dist-lzip dist-shar dist-tarZ dist-xz \ 1582 dist-zip dist-zstd distcheck distclean distclean-compile \ 1583 distclean-generic distclean-hdr distclean-tags distcleancheck \ 1584 distdir distuninstallcheck dvi dvi-am html html-am info \ 1585 info-am install install-am install-binPROGRAMS install-data \ 1586 install-data-am install-dist_appdefaultDATA \ 1587 install-dist_bitmapDATA install-dvi install-dvi-am \ 1588 install-exec install-exec-am install-html install-html-am \ 1589 install-info install-info-am install-man install-pdf \ 1590 install-pdf-am install-ps install-ps-am install-strip \ 1591 installcheck installcheck-am installdirs installdirs-am \ 1592 maintainer-clean maintainer-clean-generic mostlyclean \ 1593 mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \ 1594 recheck tags tags-am uninstall uninstall-am \ 1595 uninstall-binPROGRAMS uninstall-dist_appdefaultDATA \ 1596 uninstall-dist_bitmapDATA 1597 1598.PRECIOUS: Makefile 1599 1600 1601.PHONY: ChangeLog INSTALL 1602 1603INSTALL: 1604 $(INSTALL_CMD) 1605 1606ChangeLog: 1607 $(CHANGELOG_CMD) 1608 1609dist-hook: ChangeLog INSTALL 1610 1611# Tell versions [3.59,3.63) of GNU make to not export all variables. 1612# Otherwise a system limit (for SysV at least) may be exceeded. 1613.NOEXPORT: 1614