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