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 21# and its documentation for any purpose is hereby granted without fee, 22# provided that the above copyright notice appear in all copies and that 23# both that copyright notice and this permission notice appear in 24# supporting documentation, and that the name of Red Hat not be used in 25# advertising or publicity pertaining to distribution of the software 26# without specific, written prior permission. Red Hat makes no 27# representations about the suitability of this software for any 28# purpose. It 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 32# NO EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR 33# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF 34# USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR 35# OTHER 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 = mkfontscale$(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) $(am__DIST_COMMON) 121am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 122 configure.lineno config.status.lineno 123mkinstalldirs = $(install_sh) -d 124CONFIG_HEADER = config.h 125CONFIG_CLEAN_FILES = 126CONFIG_CLEAN_VPATH_FILES = 127am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" 128PROGRAMS = $(bin_PROGRAMS) 129am_mkfontscale_OBJECTS = constlist.$(OBJEXT) hash.$(OBJEXT) \ 130 ident.$(OBJEXT) list.$(OBJEXT) mkfontscale.$(OBJEXT) 131mkfontscale_OBJECTS = $(am_mkfontscale_OBJECTS) 132mkfontscale_DEPENDENCIES = 133am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 134am__vpath_adj = case $$p in \ 135 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 136 *) f=$$p;; \ 137 esac; 138am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 139am__install_max = 40 140am__nobase_strip_setup = \ 141 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 142am__nobase_strip = \ 143 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 144am__nobase_list = $(am__nobase_strip_setup); \ 145 for p in $$list; do echo "$$p $$p"; done | \ 146 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 147 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 148 if (++n[$$2] == $(am__install_max)) \ 149 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 150 END { for (dir in files) print dir, files[dir] }' 151am__base_list = \ 152 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 153 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 154am__uninstall_files_from_dir = { \ 155 test -z "$$files" \ 156 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 157 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 158 $(am__cd) "$$dir" && rm -f $$files; }; \ 159 } 160SCRIPTS = $(bin_SCRIPTS) 161AM_V_P = $(am__v_P_@AM_V@) 162am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 163am__v_P_0 = false 164am__v_P_1 = : 165AM_V_GEN = $(am__v_GEN_@AM_V@) 166am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 167am__v_GEN_0 = @echo " GEN " $@; 168am__v_GEN_1 = 169AM_V_at = $(am__v_at_@AM_V@) 170am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 171am__v_at_0 = @ 172am__v_at_1 = 173DEFAULT_INCLUDES = -I.@am__isrc@ 174depcomp = $(SHELL) $(top_srcdir)/depcomp 175am__maybe_remake_depfiles = depfiles 176am__depfiles_remade = ./$(DEPDIR)/constlist.Po ./$(DEPDIR)/hash.Po \ 177 ./$(DEPDIR)/ident.Po ./$(DEPDIR)/list.Po \ 178 ./$(DEPDIR)/mkfontscale.Po 179am__mv = mv -f 180COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 181 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 182AM_V_CC = $(am__v_CC_@AM_V@) 183am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 184am__v_CC_0 = @echo " CC " $@; 185am__v_CC_1 = 186CCLD = $(CC) 187LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 188AM_V_CCLD = $(am__v_CCLD_@AM_V@) 189am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 190am__v_CCLD_0 = @echo " CCLD " $@; 191am__v_CCLD_1 = 192SOURCES = $(mkfontscale_SOURCES) 193DIST_SOURCES = $(mkfontscale_SOURCES) 194RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 195 ctags-recursive dvi-recursive html-recursive info-recursive \ 196 install-data-recursive install-dvi-recursive \ 197 install-exec-recursive install-html-recursive \ 198 install-info-recursive install-pdf-recursive \ 199 install-ps-recursive install-recursive installcheck-recursive \ 200 installdirs-recursive pdf-recursive ps-recursive \ 201 tags-recursive uninstall-recursive 202am__can_run_installinfo = \ 203 case $$AM_UPDATE_INFO_DIR in \ 204 n|no|NO) false;; \ 205 *) (install-info --version) >/dev/null 2>&1;; \ 206 esac 207RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 208 distclean-recursive maintainer-clean-recursive 209am__recursive_targets = \ 210 $(RECURSIVE_TARGETS) \ 211 $(RECURSIVE_CLEAN_TARGETS) \ 212 $(am__extra_recursive_targets) 213AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 214 cscope distdir distdir-am dist dist-all distcheck 215am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \ 216 config.h.in 217# Read a list of newline-separated strings from the standard input, 218# and print each of them once, without duplicates. Input order is 219# *not* preserved. 220am__uniquify_input = $(AWK) '\ 221 BEGIN { nonempty = 0; } \ 222 { items[$$0] = 1; nonempty = 1; } \ 223 END { if (nonempty) { for (i in items) print i; }; } \ 224' 225# Make sure the list of sources is unique. This is necessary because, 226# e.g., the same source file might be shared among _SOURCES variables 227# for different programs/libraries. 228am__define_uniq_tagged_files = \ 229 list='$(am__tagged_files)'; \ 230 unique=`for i in $$list; do \ 231 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 232 done | $(am__uniquify_input)` 233DIST_SUBDIRS = $(SUBDIRS) 234am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in COPYING \ 235 ChangeLog INSTALL README.md compile config.guess config.sub \ 236 depcomp install-sh missing 237DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 238distdir = $(PACKAGE)-$(VERSION) 239top_distdir = $(distdir) 240am__remove_distdir = \ 241 if test -d "$(distdir)"; then \ 242 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 243 && rm -rf "$(distdir)" \ 244 || { sleep 5 && rm -rf "$(distdir)"; }; \ 245 else :; fi 246am__post_remove_distdir = $(am__remove_distdir) 247am__relativize = \ 248 dir0=`pwd`; \ 249 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 250 sed_rest='s,^[^/]*/*,,'; \ 251 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 252 sed_butlast='s,/*[^/]*$$,,'; \ 253 while test -n "$$dir1"; do \ 254 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 255 if test "$$first" != "."; then \ 256 if test "$$first" = ".."; then \ 257 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 258 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 259 else \ 260 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 261 if test "$$first2" = "$$first"; then \ 262 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 263 else \ 264 dir2="../$$dir2"; \ 265 fi; \ 266 dir0="$$dir0"/"$$first"; \ 267 fi; \ 268 fi; \ 269 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 270 done; \ 271 reldir="$$dir2" 272DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz 273GZIP_ENV = --best 274DIST_TARGETS = dist-xz dist-gzip 275# Exists only to be overridden by the user if desired. 276AM_DISTCHECK_DVI_TARGET = dvi 277distuninstallcheck_listfiles = find . -type f -print 278am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 279 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 280distcleancheck_listfiles = find . -type f -print 281ACLOCAL = @ACLOCAL@ 282ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 283ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 284AMTAR = @AMTAR@ 285AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 286APP_MAN_DIR = @APP_MAN_DIR@ 287APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 288AUTOCONF = @AUTOCONF@ 289AUTOHEADER = @AUTOHEADER@ 290AUTOMAKE = @AUTOMAKE@ 291AWK = @AWK@ 292BASE_CFLAGS = @BASE_CFLAGS@ 293CC = @CC@ 294CCDEPMODE = @CCDEPMODE@ 295CFLAGS = @CFLAGS@ 296CHANGELOG_CMD = @CHANGELOG_CMD@ 297CPPFLAGS = @CPPFLAGS@ 298CSCOPE = @CSCOPE@ 299CTAGS = @CTAGS@ 300CWARNFLAGS = @CWARNFLAGS@ 301CYGPATH_W = @CYGPATH_W@ 302DEFS = @DEFS@ 303DEPDIR = @DEPDIR@ 304DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 305DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 306ECHO_C = @ECHO_C@ 307ECHO_N = @ECHO_N@ 308ECHO_T = @ECHO_T@ 309ETAGS = @ETAGS@ 310EXEEXT = @EXEEXT@ 311FILE_MAN_DIR = @FILE_MAN_DIR@ 312FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 313INSTALL = @INSTALL@ 314INSTALL_CMD = @INSTALL_CMD@ 315INSTALL_DATA = @INSTALL_DATA@ 316INSTALL_PROGRAM = @INSTALL_PROGRAM@ 317INSTALL_SCRIPT = @INSTALL_SCRIPT@ 318INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 319LDFLAGS = @LDFLAGS@ 320LIBOBJS = @LIBOBJS@ 321LIBS = @LIBS@ 322LIB_MAN_DIR = @LIB_MAN_DIR@ 323LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 324LINT = @LINT@ 325LINT_FLAGS = @LINT_FLAGS@ 326LTLIBOBJS = @LTLIBOBJS@ 327MAKEINFO = @MAKEINFO@ 328MAN_SUBSTS = @MAN_SUBSTS@ 329MISC_MAN_DIR = @MISC_MAN_DIR@ 330MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 331MKDIR_P = @MKDIR_P@ 332MKFONTSCALE_CFLAGS = @MKFONTSCALE_CFLAGS@ 333MKFONTSCALE_LIBS = @MKFONTSCALE_LIBS@ 334OBJEXT = @OBJEXT@ 335PACKAGE = @PACKAGE@ 336PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 337PACKAGE_NAME = @PACKAGE_NAME@ 338PACKAGE_STRING = @PACKAGE_STRING@ 339PACKAGE_TARNAME = @PACKAGE_TARNAME@ 340PACKAGE_URL = @PACKAGE_URL@ 341PACKAGE_VERSION = @PACKAGE_VERSION@ 342PATH_SEPARATOR = @PATH_SEPARATOR@ 343PKG_CONFIG = @PKG_CONFIG@ 344PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 345PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 346SED = @SED@ 347SET_MAKE = @SET_MAKE@ 348SHELL = @SHELL@ 349STRICT_CFLAGS = @STRICT_CFLAGS@ 350STRIP = @STRIP@ 351VERSION = @VERSION@ 352X11_CFLAGS = @X11_CFLAGS@ 353X11_LIBS = @X11_LIBS@ 354XORG_MAN_PAGE = @XORG_MAN_PAGE@ 355ZLIB_CFLAGS = @ZLIB_CFLAGS@ 356ZLIB_LIBS = @ZLIB_LIBS@ 357abs_builddir = @abs_builddir@ 358abs_srcdir = @abs_srcdir@ 359abs_top_builddir = @abs_top_builddir@ 360abs_top_srcdir = @abs_top_srcdir@ 361ac_ct_CC = @ac_ct_CC@ 362am__include = @am__include@ 363am__leading_dot = @am__leading_dot@ 364am__quote = @am__quote@ 365am__tar = @am__tar@ 366am__untar = @am__untar@ 367bindir = @bindir@ 368build = @build@ 369build_alias = @build_alias@ 370build_cpu = @build_cpu@ 371build_os = @build_os@ 372build_vendor = @build_vendor@ 373builddir = @builddir@ 374datadir = @datadir@ 375datarootdir = @datarootdir@ 376docdir = @docdir@ 377dvidir = @dvidir@ 378exec_prefix = @exec_prefix@ 379host = @host@ 380host_alias = @host_alias@ 381host_cpu = @host_cpu@ 382host_os = @host_os@ 383host_vendor = @host_vendor@ 384htmldir = @htmldir@ 385includedir = @includedir@ 386infodir = @infodir@ 387install_sh = @install_sh@ 388libdir = @libdir@ 389libexecdir = @libexecdir@ 390localedir = @localedir@ 391localstatedir = @localstatedir@ 392mandir = @mandir@ 393mkdir_p = @mkdir_p@ 394oldincludedir = @oldincludedir@ 395pdfdir = @pdfdir@ 396prefix = @prefix@ 397program_transform_name = @program_transform_name@ 398psdir = @psdir@ 399runstatedir = @runstatedir@ 400sbindir = @sbindir@ 401sharedstatedir = @sharedstatedir@ 402srcdir = @srcdir@ 403sysconfdir = @sysconfdir@ 404target_alias = @target_alias@ 405top_build_prefix = @top_build_prefix@ 406top_builddir = @top_builddir@ 407top_srcdir = @top_srcdir@ 408SUBDIRS = man 409bin_SCRIPTS = mkfontdir 410CLEANFILES = $(bin_SCRIPTS) 411EXTRA_DIST = $(bin_SCRIPTS:=.in) README.md 412DIR_SUBSTS = -e 's|@bindir[@]|$(bindir)|g' 413AM_CPPFLAGS = @MKFONTSCALE_CFLAGS@ @X11_CFLAGS@ @ZLIB_CFLAGS@ -D_BSD_SOURCE 414AM_CFLAGS = $(CWARNFLAGS) 415mkfontscale_LDADD = @MKFONTSCALE_LIBS@ @ZLIB_LIBS@ 416mkfontscale_SOURCES = \ 417 constlist.c \ 418 constlist.h \ 419 data.h \ 420 hash.c \ 421 hash.h \ 422 ident.c \ 423 ident.h \ 424 list.c \ 425 list.h \ 426 mkfontscale.c 427 428MAINTAINERCLEANFILES = ChangeLog INSTALL 429@LINT_TRUE@ALL_LINT_FLAGS = $(LINT_FLAGS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 430@LINT_TRUE@ $(AM_CPPFLAGS) $(CPPFLAGS) 431 432all: config.h 433 $(MAKE) $(AM_MAKEFLAGS) all-recursive 434 435.SUFFIXES: 436.SUFFIXES: .c .o .obj 437am--refresh: Makefile 438 @: 439$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 440 @for dep in $?; do \ 441 case '$(am__configure_deps)' in \ 442 *$$dep*) \ 443 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 444 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 445 && exit 0; \ 446 exit 1;; \ 447 esac; \ 448 done; \ 449 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 450 $(am__cd) $(top_srcdir) && \ 451 $(AUTOMAKE) --foreign Makefile 452Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 453 @case '$?' in \ 454 *config.status*) \ 455 echo ' $(SHELL) ./config.status'; \ 456 $(SHELL) ./config.status;; \ 457 *) \ 458 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ 459 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ 460 esac; 461 462$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 463 $(SHELL) ./config.status --recheck 464 465$(top_srcdir)/configure: $(am__configure_deps) 466 $(am__cd) $(srcdir) && $(AUTOCONF) 467$(ACLOCAL_M4): $(am__aclocal_m4_deps) 468 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 469$(am__aclocal_m4_deps): 470 471config.h: stamp-h1 472 @test -f $@ || rm -f stamp-h1 473 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 474 475stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 476 @rm -f stamp-h1 477 cd $(top_builddir) && $(SHELL) ./config.status config.h 478$(srcdir)/config.h.in: $(am__configure_deps) 479 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 480 rm -f stamp-h1 481 touch $@ 482 483distclean-hdr: 484 -rm -f config.h stamp-h1 485install-binPROGRAMS: $(bin_PROGRAMS) 486 @$(NORMAL_INSTALL) 487 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 488 if test -n "$$list"; then \ 489 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ 490 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ 491 fi; \ 492 for p in $$list; do echo "$$p $$p"; done | \ 493 sed 's/$(EXEEXT)$$//' | \ 494 while read p p1; do if test -f $$p \ 495 ; then echo "$$p"; echo "$$p"; else :; fi; \ 496 done | \ 497 sed -e 'p;s,.*/,,;n;h' \ 498 -e 's|.*|.|' \ 499 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ 500 sed 'N;N;N;s,\n, ,g' | \ 501 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ 502 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 503 if ($$2 == $$4) files[d] = files[d] " " $$1; \ 504 else { print "f", $$3 "/" $$4, $$1; } } \ 505 END { for (d in files) print "f", d, files[d] }' | \ 506 while read type dir files; do \ 507 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 508 test -z "$$files" || { \ 509 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ 510 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ 511 } \ 512 ; done 513 514uninstall-binPROGRAMS: 515 @$(NORMAL_UNINSTALL) 516 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 517 files=`for p in $$list; do echo "$$p"; done | \ 518 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ 519 -e 's/$$/$(EXEEXT)/' \ 520 `; \ 521 test -n "$$list" || exit 0; \ 522 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ 523 cd "$(DESTDIR)$(bindir)" && rm -f $$files 524 525clean-binPROGRAMS: 526 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) 527 528mkfontscale$(EXEEXT): $(mkfontscale_OBJECTS) $(mkfontscale_DEPENDENCIES) $(EXTRA_mkfontscale_DEPENDENCIES) 529 @rm -f mkfontscale$(EXEEXT) 530 $(AM_V_CCLD)$(LINK) $(mkfontscale_OBJECTS) $(mkfontscale_LDADD) $(LIBS) 531install-binSCRIPTS: $(bin_SCRIPTS) 532 @$(NORMAL_INSTALL) 533 @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \ 534 if test -n "$$list"; then \ 535 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ 536 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ 537 fi; \ 538 for p in $$list; do \ 539 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 540 if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \ 541 done | \ 542 sed -e 'p;s,.*/,,;n' \ 543 -e 'h;s|.*|.|' \ 544 -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \ 545 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \ 546 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 547 if ($$2 == $$4) { files[d] = files[d] " " $$1; \ 548 if (++n[d] == $(am__install_max)) { \ 549 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \ 550 else { print "f", d "/" $$4, $$1 } } \ 551 END { for (d in files) print "f", d, files[d] }' | \ 552 while read type dir files; do \ 553 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 554 test -z "$$files" || { \ 555 echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \ 556 $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ 557 } \ 558 ; done 559 560uninstall-binSCRIPTS: 561 @$(NORMAL_UNINSTALL) 562 @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \ 563 files=`for p in $$list; do echo "$$p"; done | \ 564 sed -e 's,.*/,,;$(transform)'`; \ 565 dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir) 566 567mostlyclean-compile: 568 -rm -f *.$(OBJEXT) 569 570distclean-compile: 571 -rm -f *.tab.c 572 573@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/constlist.Po@am__quote@ # am--include-marker 574@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash.Po@am__quote@ # am--include-marker 575@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ident.Po@am__quote@ # am--include-marker 576@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list.Po@am__quote@ # am--include-marker 577@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mkfontscale.Po@am__quote@ # am--include-marker 578 579$(am__depfiles_remade): 580 @$(MKDIR_P) $(@D) 581 @echo '# dummy' >$@-t && $(am__mv) $@-t $@ 582 583am--depfiles: $(am__depfiles_remade) 584 585.c.o: 586@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 587@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 588@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 589@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 590@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 591 592.c.obj: 593@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 594@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 595@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 596@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 597@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 598 599# This directory's subdirectories are mostly independent; you can cd 600# into them and run 'make' without going through this Makefile. 601# To change the values of 'make' variables: instead of editing Makefiles, 602# (1) if the variable is set in 'config.status', edit 'config.status' 603# (which will cause the Makefiles to be regenerated when you run 'make'); 604# (2) otherwise, pass the desired values on the 'make' command line. 605$(am__recursive_targets): 606 @fail=; \ 607 if $(am__make_keepgoing); then \ 608 failcom='fail=yes'; \ 609 else \ 610 failcom='exit 1'; \ 611 fi; \ 612 dot_seen=no; \ 613 target=`echo $@ | sed s/-recursive//`; \ 614 case "$@" in \ 615 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 616 *) list='$(SUBDIRS)' ;; \ 617 esac; \ 618 for subdir in $$list; do \ 619 echo "Making $$target in $$subdir"; \ 620 if test "$$subdir" = "."; then \ 621 dot_seen=yes; \ 622 local_target="$$target-am"; \ 623 else \ 624 local_target="$$target"; \ 625 fi; \ 626 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 627 || eval $$failcom; \ 628 done; \ 629 if test "$$dot_seen" = "no"; then \ 630 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 631 fi; test -z "$$fail" 632 633ID: $(am__tagged_files) 634 $(am__define_uniq_tagged_files); mkid -fID $$unique 635tags: tags-recursive 636TAGS: tags 637 638tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 639 set x; \ 640 here=`pwd`; \ 641 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 642 include_option=--etags-include; \ 643 empty_fix=.; \ 644 else \ 645 include_option=--include; \ 646 empty_fix=; \ 647 fi; \ 648 list='$(SUBDIRS)'; for subdir in $$list; do \ 649 if test "$$subdir" = .; then :; else \ 650 test ! -f $$subdir/TAGS || \ 651 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 652 fi; \ 653 done; \ 654 $(am__define_uniq_tagged_files); \ 655 shift; \ 656 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 657 test -n "$$unique" || unique=$$empty_fix; \ 658 if test $$# -gt 0; then \ 659 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 660 "$$@" $$unique; \ 661 else \ 662 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 663 $$unique; \ 664 fi; \ 665 fi 666ctags: ctags-recursive 667 668CTAGS: ctags 669ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 670 $(am__define_uniq_tagged_files); \ 671 test -z "$(CTAGS_ARGS)$$unique" \ 672 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 673 $$unique 674 675GTAGS: 676 here=`$(am__cd) $(top_builddir) && pwd` \ 677 && $(am__cd) $(top_srcdir) \ 678 && gtags -i $(GTAGS_ARGS) "$$here" 679cscope: cscope.files 680 test ! -s cscope.files \ 681 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 682clean-cscope: 683 -rm -f cscope.files 684cscope.files: clean-cscope cscopelist 685cscopelist: cscopelist-recursive 686 687cscopelist-am: $(am__tagged_files) 688 list='$(am__tagged_files)'; \ 689 case "$(srcdir)" in \ 690 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 691 *) sdir=$(subdir)/$(srcdir) ;; \ 692 esac; \ 693 for i in $$list; do \ 694 if test -f "$$i"; then \ 695 echo "$(subdir)/$$i"; \ 696 else \ 697 echo "$$sdir/$$i"; \ 698 fi; \ 699 done >> $(top_builddir)/cscope.files 700 701distclean-tags: 702 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 703 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 704distdir: $(BUILT_SOURCES) 705 $(MAKE) $(AM_MAKEFLAGS) distdir-am 706 707distdir-am: $(DISTFILES) 708 $(am__remove_distdir) 709 test -d "$(distdir)" || mkdir "$(distdir)" 710 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 711 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 712 list='$(DISTFILES)'; \ 713 dist_files=`for file in $$list; do echo $$file; done | \ 714 sed -e "s|^$$srcdirstrip/||;t" \ 715 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 716 case $$dist_files in \ 717 */*) $(MKDIR_P) `echo "$$dist_files" | \ 718 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 719 sort -u` ;; \ 720 esac; \ 721 for file in $$dist_files; do \ 722 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 723 if test -d $$d/$$file; then \ 724 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 725 if test -d "$(distdir)/$$file"; then \ 726 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 727 fi; \ 728 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 729 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 730 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 731 fi; \ 732 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 733 else \ 734 test -f "$(distdir)/$$file" \ 735 || cp -p $$d/$$file "$(distdir)/$$file" \ 736 || exit 1; \ 737 fi; \ 738 done 739 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 740 if test "$$subdir" = .; then :; else \ 741 $(am__make_dryrun) \ 742 || test -d "$(distdir)/$$subdir" \ 743 || $(MKDIR_P) "$(distdir)/$$subdir" \ 744 || exit 1; \ 745 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 746 $(am__relativize); \ 747 new_distdir=$$reldir; \ 748 dir1=$$subdir; dir2="$(top_distdir)"; \ 749 $(am__relativize); \ 750 new_top_distdir=$$reldir; \ 751 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 752 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 753 ($(am__cd) $$subdir && \ 754 $(MAKE) $(AM_MAKEFLAGS) \ 755 top_distdir="$$new_top_distdir" \ 756 distdir="$$new_distdir" \ 757 am__remove_distdir=: \ 758 am__skip_length_check=: \ 759 am__skip_mode_fix=: \ 760 distdir) \ 761 || exit 1; \ 762 fi; \ 763 done 764 $(MAKE) $(AM_MAKEFLAGS) \ 765 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 766 dist-hook 767 -test -n "$(am__skip_mode_fix)" \ 768 || find "$(distdir)" -type d ! -perm -755 \ 769 -exec chmod u+rwx,go+rx {} \; -o \ 770 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 771 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 772 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 773 || chmod -R a+r "$(distdir)" 774dist-gzip: distdir 775 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz 776 $(am__post_remove_distdir) 777 778dist-bzip2: distdir 779 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 780 $(am__post_remove_distdir) 781 782dist-lzip: distdir 783 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 784 $(am__post_remove_distdir) 785dist-xz: distdir 786 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 787 $(am__post_remove_distdir) 788 789dist-zstd: distdir 790 tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst 791 $(am__post_remove_distdir) 792 793dist-tarZ: distdir 794 @echo WARNING: "Support for distribution archives compressed with" \ 795 "legacy program 'compress' is deprecated." >&2 796 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 797 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 798 $(am__post_remove_distdir) 799 800dist-shar: distdir 801 @echo WARNING: "Support for shar distribution archives is" \ 802 "deprecated." >&2 803 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 804 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz 805 $(am__post_remove_distdir) 806 807dist-zip: distdir 808 -rm -f $(distdir).zip 809 zip -rq $(distdir).zip $(distdir) 810 $(am__post_remove_distdir) 811 812dist dist-all: 813 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 814 $(am__post_remove_distdir) 815 816# This target untars the dist file and tries a VPATH configuration. Then 817# it guarantees that the distribution is self-contained by making another 818# tarfile. 819distcheck: dist 820 case '$(DIST_ARCHIVES)' in \ 821 *.tar.gz*) \ 822 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ 823 *.tar.bz2*) \ 824 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 825 *.tar.lz*) \ 826 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 827 *.tar.xz*) \ 828 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 829 *.tar.Z*) \ 830 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 831 *.shar.gz*) \ 832 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ 833 *.zip*) \ 834 unzip $(distdir).zip ;;\ 835 *.tar.zst*) \ 836 zstd -dc $(distdir).tar.zst | $(am__untar) ;;\ 837 esac 838 chmod -R a-w $(distdir) 839 chmod u+w $(distdir) 840 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst 841 chmod a-w $(distdir) 842 test -d $(distdir)/_build || exit 0; \ 843 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 844 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 845 && am__cwd=`pwd` \ 846 && $(am__cd) $(distdir)/_build/sub \ 847 && ../../configure \ 848 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 849 $(DISTCHECK_CONFIGURE_FLAGS) \ 850 --srcdir=../.. --prefix="$$dc_install_base" \ 851 && $(MAKE) $(AM_MAKEFLAGS) \ 852 && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \ 853 && $(MAKE) $(AM_MAKEFLAGS) check \ 854 && $(MAKE) $(AM_MAKEFLAGS) install \ 855 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 856 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 857 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 858 distuninstallcheck \ 859 && chmod -R a-w "$$dc_install_base" \ 860 && ({ \ 861 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 862 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 863 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 864 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 865 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 866 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 867 && rm -rf "$$dc_destdir" \ 868 && $(MAKE) $(AM_MAKEFLAGS) dist \ 869 && rm -rf $(DIST_ARCHIVES) \ 870 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 871 && cd "$$am__cwd" \ 872 || exit 1 873 $(am__post_remove_distdir) 874 @(echo "$(distdir) archives ready for distribution: "; \ 875 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 876 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 877distuninstallcheck: 878 @test -n '$(distuninstallcheck_dir)' || { \ 879 echo 'ERROR: trying to run $@ with an empty' \ 880 '$$(distuninstallcheck_dir)' >&2; \ 881 exit 1; \ 882 }; \ 883 $(am__cd) '$(distuninstallcheck_dir)' || { \ 884 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 885 exit 1; \ 886 }; \ 887 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 888 || { echo "ERROR: files left after uninstall:" ; \ 889 if test -n "$(DESTDIR)"; then \ 890 echo " (check DESTDIR support)"; \ 891 fi ; \ 892 $(distuninstallcheck_listfiles) ; \ 893 exit 1; } >&2 894distcleancheck: distclean 895 @if test '$(srcdir)' = . ; then \ 896 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 897 exit 1 ; \ 898 fi 899 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 900 || { echo "ERROR: files left in build directory after distclean:" ; \ 901 $(distcleancheck_listfiles) ; \ 902 exit 1; } >&2 903check-am: all-am 904check: check-recursive 905all-am: Makefile $(PROGRAMS) $(SCRIPTS) config.h 906installdirs: installdirs-recursive 907installdirs-am: 908 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)"; do \ 909 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 910 done 911install: install-recursive 912install-exec: install-exec-recursive 913install-data: install-data-recursive 914uninstall: uninstall-recursive 915 916install-am: all-am 917 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 918 919installcheck: installcheck-recursive 920install-strip: 921 if test -z '$(STRIP)'; then \ 922 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 923 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 924 install; \ 925 else \ 926 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 927 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 928 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 929 fi 930mostlyclean-generic: 931 932clean-generic: 933 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 934 935distclean-generic: 936 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 937 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 938 939maintainer-clean-generic: 940 @echo "This command is intended for maintainers to use" 941 @echo "it deletes files that may require special tools to rebuild." 942 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 943clean: clean-recursive 944 945clean-am: clean-binPROGRAMS clean-generic mostlyclean-am 946 947distclean: distclean-recursive 948 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 949 -rm -f ./$(DEPDIR)/constlist.Po 950 -rm -f ./$(DEPDIR)/hash.Po 951 -rm -f ./$(DEPDIR)/ident.Po 952 -rm -f ./$(DEPDIR)/list.Po 953 -rm -f ./$(DEPDIR)/mkfontscale.Po 954 -rm -f Makefile 955distclean-am: clean-am distclean-compile distclean-generic \ 956 distclean-hdr distclean-tags 957 958dvi: dvi-recursive 959 960dvi-am: 961 962html: html-recursive 963 964html-am: 965 966info: info-recursive 967 968info-am: 969 970install-data-am: 971 972install-dvi: install-dvi-recursive 973 974install-dvi-am: 975 976install-exec-am: install-binPROGRAMS install-binSCRIPTS 977 978install-html: install-html-recursive 979 980install-html-am: 981 982install-info: install-info-recursive 983 984install-info-am: 985 986install-man: 987 988install-pdf: install-pdf-recursive 989 990install-pdf-am: 991 992install-ps: install-ps-recursive 993 994install-ps-am: 995 996installcheck-am: 997 998maintainer-clean: maintainer-clean-recursive 999 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 1000 -rm -rf $(top_srcdir)/autom4te.cache 1001 -rm -f ./$(DEPDIR)/constlist.Po 1002 -rm -f ./$(DEPDIR)/hash.Po 1003 -rm -f ./$(DEPDIR)/ident.Po 1004 -rm -f ./$(DEPDIR)/list.Po 1005 -rm -f ./$(DEPDIR)/mkfontscale.Po 1006 -rm -f Makefile 1007maintainer-clean-am: distclean-am maintainer-clean-generic 1008 1009mostlyclean: mostlyclean-recursive 1010 1011mostlyclean-am: mostlyclean-compile mostlyclean-generic 1012 1013pdf: pdf-recursive 1014 1015pdf-am: 1016 1017ps: ps-recursive 1018 1019ps-am: 1020 1021uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS 1022 1023.MAKE: $(am__recursive_targets) all install-am install-strip 1024 1025.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ 1026 am--depfiles am--refresh check check-am clean \ 1027 clean-binPROGRAMS clean-cscope clean-generic cscope \ 1028 cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ 1029 dist-gzip dist-hook dist-lzip dist-shar dist-tarZ dist-xz \ 1030 dist-zip dist-zstd distcheck distclean distclean-compile \ 1031 distclean-generic distclean-hdr distclean-tags distcleancheck \ 1032 distdir distuninstallcheck dvi dvi-am html html-am info \ 1033 info-am install install-am install-binPROGRAMS \ 1034 install-binSCRIPTS install-data install-data-am install-dvi \ 1035 install-dvi-am install-exec install-exec-am install-html \ 1036 install-html-am install-info install-info-am install-man \ 1037 install-pdf install-pdf-am install-ps install-ps-am \ 1038 install-strip installcheck installcheck-am installdirs \ 1039 installdirs-am maintainer-clean maintainer-clean-generic \ 1040 mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \ 1041 ps ps-am tags tags-am uninstall uninstall-am \ 1042 uninstall-binPROGRAMS uninstall-binSCRIPTS 1043 1044.PRECIOUS: Makefile 1045 1046 1047mkfontdir: mkfontdir.in 1048 $(AM_V_GEN)$(SED) $(DIR_SUBSTS) < $(srcdir)/mkfontdir.in > $@ 1049 1050.PHONY: ChangeLog INSTALL 1051 1052INSTALL: 1053 $(INSTALL_CMD) 1054 1055ChangeLog: 1056 $(CHANGELOG_CMD) 1057 1058dist-hook: ChangeLog INSTALL 1059 1060@LINT_TRUE@lint: 1061@LINT_TRUE@ $(LINT) $(ALL_LINT_FLAGS) $(mkfontscale_SOURCES) 1062 1063# Tell versions [3.59,3.63) of GNU make to not export all variables. 1064# Otherwise a system limit (for SysV at least) may be exceeded. 1065.NOEXPORT: 1066