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