1b35cf2c0Smrg# Makefile.in generated by automake 1.16.5 from Makefile.am. 2b35cf2c0Smrg# @configure_input@ 3b35cf2c0Smrg 4b35cf2c0Smrg# Copyright (C) 1994-2021 Free Software Foundation, Inc. 5b35cf2c0Smrg 6b35cf2c0Smrg# This Makefile.in is free software; the Free Software Foundation 7b35cf2c0Smrg# gives unlimited permission to copy and/or distribute it, 8b35cf2c0Smrg# with or without modifications, as long as this notice is preserved. 9b35cf2c0Smrg 10b35cf2c0Smrg# This program is distributed in the hope that it will be useful, 11b35cf2c0Smrg# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 12b35cf2c0Smrg# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 13b35cf2c0Smrg# PARTICULAR PURPOSE. 14b35cf2c0Smrg 15b35cf2c0Smrg@SET_MAKE@ 16b35cf2c0Smrg 17b35cf2c0Smrg# Copyright 2005 Red Hat, Inc. 18b35cf2c0Smrg# 19b35cf2c0Smrg# Permission to use, copy, modify, distribute, and sell this software 20b35cf2c0Smrg# and its documentation for any purpose is hereby granted without 21b35cf2c0Smrg# fee, provided that the above copyright notice appear in all copies 22b35cf2c0Smrg# and that both that copyright notice and this permission notice 23b35cf2c0Smrg# appear in supporting documentation, and that the name of Red Hat 24b35cf2c0Smrg# not be used in advertising or publicity pertaining to distribution 25b35cf2c0Smrg# of the software without specific, written prior permission. Red 26b35cf2c0Smrg# Hat makes no representations about the suitability of this software 27b35cf2c0Smrg# for any purpose. It is provided "as is" without express or implied 28b35cf2c0Smrg# warranty. 29b35cf2c0Smrg# 30b35cf2c0Smrg# RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 31b35cf2c0Smrg# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN 32b35cf2c0Smrg# NO EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR 33b35cf2c0Smrg# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 34b35cf2c0Smrg# OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, 35b35cf2c0Smrg# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 36b35cf2c0Smrg# CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 37b35cf2c0Smrg 38b35cf2c0SmrgVPATH = @srcdir@ 39b35cf2c0Smrgam__is_gnu_make = { \ 40b35cf2c0Smrg if test -z '$(MAKELEVEL)'; then \ 41b35cf2c0Smrg false; \ 42b35cf2c0Smrg elif test -n '$(MAKE_HOST)'; then \ 43b35cf2c0Smrg true; \ 44b35cf2c0Smrg elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 45b35cf2c0Smrg true; \ 46b35cf2c0Smrg else \ 47b35cf2c0Smrg false; \ 48b35cf2c0Smrg fi; \ 49b35cf2c0Smrg} 50b35cf2c0Smrgam__make_running_with_option = \ 51b35cf2c0Smrg case $${target_option-} in \ 52b35cf2c0Smrg ?) ;; \ 53b35cf2c0Smrg *) echo "am__make_running_with_option: internal error: invalid" \ 54b35cf2c0Smrg "target option '$${target_option-}' specified" >&2; \ 55b35cf2c0Smrg exit 1;; \ 56b35cf2c0Smrg esac; \ 57b35cf2c0Smrg has_opt=no; \ 58b35cf2c0Smrg sane_makeflags=$$MAKEFLAGS; \ 59b35cf2c0Smrg if $(am__is_gnu_make); then \ 60b35cf2c0Smrg sane_makeflags=$$MFLAGS; \ 61b35cf2c0Smrg else \ 62b35cf2c0Smrg case $$MAKEFLAGS in \ 63b35cf2c0Smrg *\\[\ \ ]*) \ 64b35cf2c0Smrg bs=\\; \ 65b35cf2c0Smrg sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 66b35cf2c0Smrg | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 67b35cf2c0Smrg esac; \ 68b35cf2c0Smrg fi; \ 69b35cf2c0Smrg skip_next=no; \ 70b35cf2c0Smrg strip_trailopt () \ 71b35cf2c0Smrg { \ 72b35cf2c0Smrg flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 73b35cf2c0Smrg }; \ 74b35cf2c0Smrg for flg in $$sane_makeflags; do \ 75b35cf2c0Smrg test $$skip_next = yes && { skip_next=no; continue; }; \ 76b35cf2c0Smrg case $$flg in \ 77b35cf2c0Smrg *=*|--*) continue;; \ 78b35cf2c0Smrg -*I) strip_trailopt 'I'; skip_next=yes;; \ 79b35cf2c0Smrg -*I?*) strip_trailopt 'I';; \ 80b35cf2c0Smrg -*O) strip_trailopt 'O'; skip_next=yes;; \ 81b35cf2c0Smrg -*O?*) strip_trailopt 'O';; \ 82b35cf2c0Smrg -*l) strip_trailopt 'l'; skip_next=yes;; \ 83b35cf2c0Smrg -*l?*) strip_trailopt 'l';; \ 84b35cf2c0Smrg -[dEDm]) skip_next=yes;; \ 85b35cf2c0Smrg -[JT]) skip_next=yes;; \ 86b35cf2c0Smrg esac; \ 87b35cf2c0Smrg case $$flg in \ 88b35cf2c0Smrg *$$target_option*) has_opt=yes; break;; \ 89b35cf2c0Smrg esac; \ 90b35cf2c0Smrg done; \ 91b35cf2c0Smrg test $$has_opt = yes 92b35cf2c0Smrgam__make_dryrun = (target_option=n; $(am__make_running_with_option)) 93b35cf2c0Smrgam__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 94b35cf2c0Smrgpkgdatadir = $(datadir)/@PACKAGE@ 95b35cf2c0Smrgpkgincludedir = $(includedir)/@PACKAGE@ 96b35cf2c0Smrgpkglibdir = $(libdir)/@PACKAGE@ 97b35cf2c0Smrgpkglibexecdir = $(libexecdir)/@PACKAGE@ 98b35cf2c0Smrgam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 99b35cf2c0Smrginstall_sh_DATA = $(install_sh) -c -m 644 100b35cf2c0Smrginstall_sh_PROGRAM = $(install_sh) -c 101b35cf2c0Smrginstall_sh_SCRIPT = $(install_sh) -c 102b35cf2c0SmrgINSTALL_HEADER = $(INSTALL_DATA) 103b35cf2c0Smrgtransform = $(program_transform_name) 104b35cf2c0SmrgNORMAL_INSTALL = : 105b35cf2c0SmrgPRE_INSTALL = : 106b35cf2c0SmrgPOST_INSTALL = : 107b35cf2c0SmrgNORMAL_UNINSTALL = : 108b35cf2c0SmrgPRE_UNINSTALL = : 109b35cf2c0SmrgPOST_UNINSTALL = : 110b35cf2c0Smrgbuild_triplet = @build@ 111b35cf2c0Smrghost_triplet = @host@ 112b35cf2c0Smrgsubdir = . 113b35cf2c0SmrgACLOCAL_M4 = $(top_srcdir)/aclocal.m4 114b35cf2c0Smrgam__aclocal_m4_deps = $(top_srcdir)/configure.ac 115b35cf2c0Smrgam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 116b35cf2c0Smrg $(ACLOCAL_M4) 117b35cf2c0SmrgDIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ 118b35cf2c0Smrg $(am__configure_deps) $(am__DIST_COMMON) 119b35cf2c0Smrgam__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 120b35cf2c0Smrg configure.lineno config.status.lineno 121b35cf2c0Smrgmkinstalldirs = $(install_sh) -d 122b35cf2c0SmrgCONFIG_CLEAN_FILES = 123b35cf2c0SmrgCONFIG_CLEAN_VPATH_FILES = 124b35cf2c0SmrgAM_V_P = $(am__v_P_@AM_V@) 125b35cf2c0Smrgam__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 126b35cf2c0Smrgam__v_P_0 = false 127b35cf2c0Smrgam__v_P_1 = : 128b35cf2c0SmrgAM_V_GEN = $(am__v_GEN_@AM_V@) 129b35cf2c0Smrgam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 130b35cf2c0Smrgam__v_GEN_0 = @echo " GEN " $@; 131b35cf2c0Smrgam__v_GEN_1 = 132b35cf2c0SmrgAM_V_at = $(am__v_at_@AM_V@) 133b35cf2c0Smrgam__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 134b35cf2c0Smrgam__v_at_0 = @ 135b35cf2c0Smrgam__v_at_1 = 136b35cf2c0SmrgSOURCES = 137b35cf2c0SmrgDIST_SOURCES = 138b35cf2c0Smrgam__can_run_installinfo = \ 139b35cf2c0Smrg case $$AM_UPDATE_INFO_DIR in \ 140b35cf2c0Smrg n|no|NO) false;; \ 141b35cf2c0Smrg *) (install-info --version) >/dev/null 2>&1;; \ 142b35cf2c0Smrg esac 143b35cf2c0Smrgam__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 144b35cf2c0Smrgam__vpath_adj = case $$p in \ 145b35cf2c0Smrg $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 146b35cf2c0Smrg *) f=$$p;; \ 147b35cf2c0Smrg esac; 148b35cf2c0Smrgam__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 149b35cf2c0Smrgam__install_max = 40 150b35cf2c0Smrgam__nobase_strip_setup = \ 151b35cf2c0Smrg srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 152b35cf2c0Smrgam__nobase_strip = \ 153b35cf2c0Smrg for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 154b35cf2c0Smrgam__nobase_list = $(am__nobase_strip_setup); \ 155b35cf2c0Smrg for p in $$list; do echo "$$p $$p"; done | \ 156b35cf2c0Smrg sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 157b35cf2c0Smrg $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 158b35cf2c0Smrg if (++n[$$2] == $(am__install_max)) \ 159b35cf2c0Smrg { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 160b35cf2c0Smrg END { for (dir in files) print dir, files[dir] }' 161b35cf2c0Smrgam__base_list = \ 162b35cf2c0Smrg sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 163b35cf2c0Smrg sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 164b35cf2c0Smrgam__uninstall_files_from_dir = { \ 165b35cf2c0Smrg test -z "$$files" \ 166b35cf2c0Smrg || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 167b35cf2c0Smrg || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 168b35cf2c0Smrg $(am__cd) "$$dir" && rm -f $$files; }; \ 169b35cf2c0Smrg } 170b35cf2c0Smrgam__installdirs = "$(DESTDIR)$(fontdir)" 171b35cf2c0SmrgDATA = $(font_DATA) 172b35cf2c0Smrgam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 173b35cf2c0Smrgam__DIST_COMMON = $(srcdir)/Makefile.in COPYING ChangeLog INSTALL \ 174b35cf2c0Smrg README.md config.guess config.sub install-sh missing 175b35cf2c0SmrgDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 176b35cf2c0Smrgdistdir = $(PACKAGE)-$(VERSION) 177b35cf2c0Smrgtop_distdir = $(distdir) 178b35cf2c0Smrgam__remove_distdir = \ 179b35cf2c0Smrg if test -d "$(distdir)"; then \ 180b35cf2c0Smrg find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 181b35cf2c0Smrg && rm -rf "$(distdir)" \ 182b35cf2c0Smrg || { sleep 5 && rm -rf "$(distdir)"; }; \ 183b35cf2c0Smrg else :; fi 184b35cf2c0Smrgam__post_remove_distdir = $(am__remove_distdir) 185b35cf2c0SmrgDIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz 186b35cf2c0SmrgGZIP_ENV = --best 187b35cf2c0SmrgDIST_TARGETS = dist-xz dist-gzip 188b35cf2c0Smrg# Exists only to be overridden by the user if desired. 189b35cf2c0SmrgAM_DISTCHECK_DVI_TARGET = dvi 190b35cf2c0Smrgdistuninstallcheck_listfiles = find . -type f -print 191b35cf2c0Smrgam__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 192b35cf2c0Smrg | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 193b35cf2c0Smrgdistcleancheck_listfiles = find . -type f -print 194b35cf2c0SmrgACLOCAL = @ACLOCAL@ 195b35cf2c0SmrgADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 196b35cf2c0SmrgADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 197b35cf2c0SmrgAMTAR = @AMTAR@ 198b35cf2c0SmrgAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 199b35cf2c0SmrgAPP_MAN_DIR = @APP_MAN_DIR@ 200b35cf2c0SmrgAPP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 201b35cf2c0SmrgAUTOCONF = @AUTOCONF@ 202b35cf2c0SmrgAUTOHEADER = @AUTOHEADER@ 203b35cf2c0SmrgAUTOMAKE = @AUTOMAKE@ 204b35cf2c0SmrgAWK = @AWK@ 205b35cf2c0SmrgBDFTOPCF = @BDFTOPCF@ 206b35cf2c0SmrgCHANGELOG_CMD = @CHANGELOG_CMD@ 207b35cf2c0SmrgCOMPRESS = @COMPRESS@ 208b35cf2c0SmrgCOMPRESS_FLAGS = @COMPRESS_FLAGS@ 209b35cf2c0SmrgCOMPRESS_SUFFIX = @COMPRESS_SUFFIX@ 210b35cf2c0SmrgCSCOPE = @CSCOPE@ 211b35cf2c0SmrgCTAGS = @CTAGS@ 212b35cf2c0SmrgCYGPATH_W = @CYGPATH_W@ 213b35cf2c0SmrgDEFS = @DEFS@ 214b35cf2c0SmrgDRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 215b35cf2c0SmrgDRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 216b35cf2c0SmrgECHO_C = @ECHO_C@ 217b35cf2c0SmrgECHO_N = @ECHO_N@ 218b35cf2c0SmrgECHO_T = @ECHO_T@ 219b35cf2c0SmrgETAGS = @ETAGS@ 220b35cf2c0SmrgFCCACHE = @FCCACHE@ 221b35cf2c0SmrgFILE_MAN_DIR = @FILE_MAN_DIR@ 222b35cf2c0SmrgFILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 223b35cf2c0SmrgFONTDIR = @FONTDIR@ 224b35cf2c0SmrgFONTROOTDIR = @FONTROOTDIR@ 225b35cf2c0SmrgINSTALL = @INSTALL@ 226b35cf2c0SmrgINSTALL_CMD = @INSTALL_CMD@ 227b35cf2c0SmrgINSTALL_DATA = @INSTALL_DATA@ 228b35cf2c0SmrgINSTALL_PROGRAM = @INSTALL_PROGRAM@ 229b35cf2c0SmrgINSTALL_SCRIPT = @INSTALL_SCRIPT@ 230b35cf2c0SmrgINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 231b35cf2c0SmrgLIBOBJS = @LIBOBJS@ 232b35cf2c0SmrgLIBS = @LIBS@ 233b35cf2c0SmrgLIB_MAN_DIR = @LIB_MAN_DIR@ 234b35cf2c0SmrgLIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 235b35cf2c0SmrgLTLIBOBJS = @LTLIBOBJS@ 236b35cf2c0SmrgMAKEINFO = @MAKEINFO@ 237b35cf2c0SmrgMAN_SUBSTS = @MAN_SUBSTS@ 238b35cf2c0SmrgMISC_MAN_DIR = @MISC_MAN_DIR@ 239b35cf2c0SmrgMISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 240b35cf2c0SmrgMKDIR_P = @MKDIR_P@ 241b35cf2c0SmrgMKFONTDIR = @MKFONTDIR@ 242b35cf2c0SmrgPACKAGE = @PACKAGE@ 243b35cf2c0SmrgPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 244b35cf2c0SmrgPACKAGE_NAME = @PACKAGE_NAME@ 245b35cf2c0SmrgPACKAGE_STRING = @PACKAGE_STRING@ 246b35cf2c0SmrgPACKAGE_TARNAME = @PACKAGE_TARNAME@ 247b35cf2c0SmrgPACKAGE_URL = @PACKAGE_URL@ 248b35cf2c0SmrgPACKAGE_VERSION = @PACKAGE_VERSION@ 249b35cf2c0SmrgPATH_SEPARATOR = @PATH_SEPARATOR@ 250b35cf2c0SmrgPKG_CONFIG = @PKG_CONFIG@ 251b35cf2c0SmrgPKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 252b35cf2c0SmrgPKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 253b35cf2c0SmrgRUN_FCCACHE = @RUN_FCCACHE@ 254b35cf2c0SmrgSED = @SED@ 255b35cf2c0SmrgSET_MAKE = @SET_MAKE@ 256b35cf2c0SmrgSHELL = @SHELL@ 257b35cf2c0SmrgSTRIP = @STRIP@ 258b35cf2c0SmrgVERSION = @VERSION@ 259b35cf2c0SmrgXORG_MAN_PAGE = @XORG_MAN_PAGE@ 260b35cf2c0Smrgabs_builddir = @abs_builddir@ 261b35cf2c0Smrgabs_srcdir = @abs_srcdir@ 262b35cf2c0Smrgabs_top_builddir = @abs_top_builddir@ 263b35cf2c0Smrgabs_top_srcdir = @abs_top_srcdir@ 264b35cf2c0Smrgam__leading_dot = @am__leading_dot@ 265b35cf2c0Smrgam__tar = @am__tar@ 266b35cf2c0Smrgam__untar = @am__untar@ 267b35cf2c0Smrgbindir = @bindir@ 268b35cf2c0Smrgbuild = @build@ 269b35cf2c0Smrgbuild_alias = @build_alias@ 270b35cf2c0Smrgbuild_cpu = @build_cpu@ 271b35cf2c0Smrgbuild_os = @build_os@ 272b35cf2c0Smrgbuild_vendor = @build_vendor@ 273b35cf2c0Smrgbuilddir = @builddir@ 274b35cf2c0Smrgdatadir = @datadir@ 275b35cf2c0Smrgdatarootdir = @datarootdir@ 276b35cf2c0Smrgdocdir = @docdir@ 277b35cf2c0Smrgdvidir = @dvidir@ 278b35cf2c0Smrgexec_prefix = @exec_prefix@ 279b35cf2c0Smrghost = @host@ 280b35cf2c0Smrghost_alias = @host_alias@ 281b35cf2c0Smrghost_cpu = @host_cpu@ 282b35cf2c0Smrghost_os = @host_os@ 283b35cf2c0Smrghost_vendor = @host_vendor@ 284b35cf2c0Smrghtmldir = @htmldir@ 285b35cf2c0Smrgincludedir = @includedir@ 286b35cf2c0Smrginfodir = @infodir@ 287b35cf2c0Smrginstall_sh = @install_sh@ 288b35cf2c0Smrglibdir = @libdir@ 289b35cf2c0Smrglibexecdir = @libexecdir@ 290b35cf2c0Smrglocaledir = @localedir@ 291b35cf2c0Smrglocalstatedir = @localstatedir@ 292b35cf2c0Smrgmandir = @mandir@ 293b35cf2c0Smrgmkdir_p = @mkdir_p@ 294b35cf2c0Smrgoldincludedir = @oldincludedir@ 295b35cf2c0Smrgpdfdir = @pdfdir@ 296b35cf2c0Smrgprefix = @prefix@ 297b35cf2c0Smrgprogram_transform_name = @program_transform_name@ 298b35cf2c0Smrgpsdir = @psdir@ 299b35cf2c0Smrgrunstatedir = @runstatedir@ 300b35cf2c0Smrgsbindir = @sbindir@ 301b35cf2c0Smrgsharedstatedir = @sharedstatedir@ 302b35cf2c0Smrgsrcdir = @srcdir@ 303b35cf2c0Smrgsysconfdir = @sysconfdir@ 304b35cf2c0Smrgtarget_alias = @target_alias@ 305b35cf2c0Smrgtop_build_prefix = @top_build_prefix@ 306b35cf2c0Smrgtop_builddir = @top_builddir@ 307b35cf2c0Smrgtop_srcdir = @top_srcdir@ 308b35cf2c0SmrgFONT_FILES = \ 309b35cf2c0Smrg crox1cb \ 310b35cf2c0Smrg crox1c \ 311b35cf2c0Smrg crox1cbo \ 312b35cf2c0Smrg crox1co \ 313b35cf2c0Smrg crox1hb \ 314b35cf2c0Smrg crox1h \ 315b35cf2c0Smrg crox1hbo \ 316b35cf2c0Smrg crox1ho \ 317b35cf2c0Smrg crox1tb \ 318b35cf2c0Smrg crox1t \ 319b35cf2c0Smrg crox1tbo \ 320b35cf2c0Smrg crox1to \ 321b35cf2c0Smrg crox2cb \ 322b35cf2c0Smrg crox2c \ 323b35cf2c0Smrg crox2cbo \ 324b35cf2c0Smrg crox2co \ 325b35cf2c0Smrg crox2hb \ 326b35cf2c0Smrg crox2h \ 327b35cf2c0Smrg crox2hbo \ 328b35cf2c0Smrg crox2ho \ 329b35cf2c0Smrg crox2tb \ 330b35cf2c0Smrg crox2t \ 331b35cf2c0Smrg crox2tbo \ 332b35cf2c0Smrg crox2to \ 333b35cf2c0Smrg crox3cb \ 334b35cf2c0Smrg crox3c \ 335b35cf2c0Smrg crox3cbo \ 336b35cf2c0Smrg crox3co \ 337b35cf2c0Smrg crox3hb \ 338b35cf2c0Smrg crox3h \ 339b35cf2c0Smrg crox3hbo \ 340b35cf2c0Smrg crox3ho \ 341b35cf2c0Smrg crox3tb \ 342b35cf2c0Smrg crox3t \ 343b35cf2c0Smrg crox3tbo \ 344b35cf2c0Smrg crox3to \ 345b35cf2c0Smrg crox4hb \ 346b35cf2c0Smrg crox4h \ 347b35cf2c0Smrg crox4hbo \ 348b35cf2c0Smrg crox4ho \ 349b35cf2c0Smrg crox4tb \ 350b35cf2c0Smrg crox4t \ 351b35cf2c0Smrg crox4tbo \ 352b35cf2c0Smrg crox4to \ 353b35cf2c0Smrg crox5hb \ 354b35cf2c0Smrg crox5h \ 355b35cf2c0Smrg crox5hbo \ 356b35cf2c0Smrg crox5ho \ 357b35cf2c0Smrg crox5tb \ 358b35cf2c0Smrg crox5t \ 359b35cf2c0Smrg crox5tbo \ 360b35cf2c0Smrg crox5to \ 361b35cf2c0Smrg crox6hb \ 362b35cf2c0Smrg crox6h \ 363b35cf2c0Smrg crox6hbo \ 364b35cf2c0Smrg crox6ho \ 365b35cf2c0Smrg crox6tb \ 366b35cf2c0Smrg crox6t \ 367b35cf2c0Smrg crox6tbo \ 368b35cf2c0Smrg crox6to \ 369b35cf2c0Smrg koi10x16b \ 370b35cf2c0Smrg koi10x20 \ 371b35cf2c0Smrg koi6x10 \ 372b35cf2c0Smrg koinil2 373b35cf2c0Smrg 374b35cf2c0SmrgBDF_FILES = $(FONT_FILES:%=%.bdf) 375b35cf2c0SmrgPCF_FILES = $(FONT_FILES:%=%.pcf$(COMPRESS_SUFFIX)) 376b35cf2c0SmrgSUFFIXES = .bdf .pcf$(COMPRESS_SUFFIX) 377b35cf2c0Smrgfontdir = @FONTDIR@ 378b35cf2c0Smrgfont_DATA = $(PCF_FILES) 379b35cf2c0SmrgCLEANFILES = $(font_DATA) 380b35cf2c0SmrgEXTRA_DIST = $(BDF_FILES) COPYRIGHT README.md 381b35cf2c0SmrgMAINTAINERCLEANFILES = ChangeLog INSTALL 382b35cf2c0Smrgall: all-am 383b35cf2c0Smrg 384b35cf2c0Smrg.SUFFIXES: 385b35cf2c0Smrg.SUFFIXES: .bdf .pcf$(COMPRESS_SUFFIX) 386b35cf2c0Smrgam--refresh: Makefile 387b35cf2c0Smrg @: 388b35cf2c0Smrg$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 389b35cf2c0Smrg @for dep in $?; do \ 390b35cf2c0Smrg case '$(am__configure_deps)' in \ 391b35cf2c0Smrg *$$dep*) \ 392b35cf2c0Smrg echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 393b35cf2c0Smrg $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 394b35cf2c0Smrg && exit 0; \ 395b35cf2c0Smrg exit 1;; \ 396b35cf2c0Smrg esac; \ 397b35cf2c0Smrg done; \ 398b35cf2c0Smrg echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 399b35cf2c0Smrg $(am__cd) $(top_srcdir) && \ 400b35cf2c0Smrg $(AUTOMAKE) --foreign Makefile 401b35cf2c0SmrgMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 402b35cf2c0Smrg @case '$?' in \ 403b35cf2c0Smrg *config.status*) \ 404b35cf2c0Smrg echo ' $(SHELL) ./config.status'; \ 405b35cf2c0Smrg $(SHELL) ./config.status;; \ 406b35cf2c0Smrg *) \ 407b35cf2c0Smrg echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ 408b35cf2c0Smrg cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ 409b35cf2c0Smrg esac; 410b35cf2c0Smrg 411b35cf2c0Smrg$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 412b35cf2c0Smrg $(SHELL) ./config.status --recheck 413b35cf2c0Smrg 414b35cf2c0Smrg$(top_srcdir)/configure: $(am__configure_deps) 415b35cf2c0Smrg $(am__cd) $(srcdir) && $(AUTOCONF) 416b35cf2c0Smrg$(ACLOCAL_M4): $(am__aclocal_m4_deps) 417b35cf2c0Smrg $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 418b35cf2c0Smrg$(am__aclocal_m4_deps): 419b35cf2c0Smrginstall-fontDATA: $(font_DATA) 420b35cf2c0Smrg @$(NORMAL_INSTALL) 421b35cf2c0Smrg @list='$(font_DATA)'; test -n "$(fontdir)" || list=; \ 422b35cf2c0Smrg if test -n "$$list"; then \ 423b35cf2c0Smrg echo " $(MKDIR_P) '$(DESTDIR)$(fontdir)'"; \ 424b35cf2c0Smrg $(MKDIR_P) "$(DESTDIR)$(fontdir)" || exit 1; \ 425b35cf2c0Smrg fi; \ 426b35cf2c0Smrg for p in $$list; do \ 427b35cf2c0Smrg if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 428b35cf2c0Smrg echo "$$d$$p"; \ 429b35cf2c0Smrg done | $(am__base_list) | \ 430b35cf2c0Smrg while read files; do \ 431b35cf2c0Smrg echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(fontdir)'"; \ 432b35cf2c0Smrg $(INSTALL_DATA) $$files "$(DESTDIR)$(fontdir)" || exit $$?; \ 433b35cf2c0Smrg done 434b35cf2c0Smrg 435b35cf2c0Smrguninstall-fontDATA: 436b35cf2c0Smrg @$(NORMAL_UNINSTALL) 437b35cf2c0Smrg @list='$(font_DATA)'; test -n "$(fontdir)" || list=; \ 438b35cf2c0Smrg files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 439b35cf2c0Smrg dir='$(DESTDIR)$(fontdir)'; $(am__uninstall_files_from_dir) 440b35cf2c0Smrgtags TAGS: 441b35cf2c0Smrg 442b35cf2c0Smrgctags CTAGS: 443b35cf2c0Smrg 444b35cf2c0Smrgcscope cscopelist: 445b35cf2c0Smrg 446b35cf2c0Smrgdistdir: $(BUILT_SOURCES) 447b35cf2c0Smrg $(MAKE) $(AM_MAKEFLAGS) distdir-am 448b35cf2c0Smrg 449b35cf2c0Smrgdistdir-am: $(DISTFILES) 450b35cf2c0Smrg $(am__remove_distdir) 451b35cf2c0Smrg test -d "$(distdir)" || mkdir "$(distdir)" 452b35cf2c0Smrg @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 453b35cf2c0Smrg topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 454b35cf2c0Smrg list='$(DISTFILES)'; \ 455b35cf2c0Smrg dist_files=`for file in $$list; do echo $$file; done | \ 456b35cf2c0Smrg sed -e "s|^$$srcdirstrip/||;t" \ 457b35cf2c0Smrg -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 458b35cf2c0Smrg case $$dist_files in \ 459b35cf2c0Smrg */*) $(MKDIR_P) `echo "$$dist_files" | \ 460b35cf2c0Smrg sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 461b35cf2c0Smrg sort -u` ;; \ 462b35cf2c0Smrg esac; \ 463b35cf2c0Smrg for file in $$dist_files; do \ 464b35cf2c0Smrg if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 465b35cf2c0Smrg if test -d $$d/$$file; then \ 466b35cf2c0Smrg dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 467b35cf2c0Smrg if test -d "$(distdir)/$$file"; then \ 468b35cf2c0Smrg find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 469b35cf2c0Smrg fi; \ 470b35cf2c0Smrg if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 471b35cf2c0Smrg cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 472b35cf2c0Smrg find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 473b35cf2c0Smrg fi; \ 474b35cf2c0Smrg cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 475b35cf2c0Smrg else \ 476b35cf2c0Smrg test -f "$(distdir)/$$file" \ 477b35cf2c0Smrg || cp -p $$d/$$file "$(distdir)/$$file" \ 478b35cf2c0Smrg || exit 1; \ 479b35cf2c0Smrg fi; \ 480b35cf2c0Smrg done 481b35cf2c0Smrg $(MAKE) $(AM_MAKEFLAGS) \ 482b35cf2c0Smrg top_distdir="$(top_distdir)" distdir="$(distdir)" \ 483b35cf2c0Smrg dist-hook 484b35cf2c0Smrg -test -n "$(am__skip_mode_fix)" \ 485b35cf2c0Smrg || find "$(distdir)" -type d ! -perm -755 \ 486b35cf2c0Smrg -exec chmod u+rwx,go+rx {} \; -o \ 487b35cf2c0Smrg ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 488b35cf2c0Smrg ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 489b35cf2c0Smrg ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 490b35cf2c0Smrg || chmod -R a+r "$(distdir)" 491b35cf2c0Smrgdist-gzip: distdir 492b35cf2c0Smrg tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz 493b35cf2c0Smrg $(am__post_remove_distdir) 494b35cf2c0Smrg 495b35cf2c0Smrgdist-bzip2: distdir 496b35cf2c0Smrg tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 497b35cf2c0Smrg $(am__post_remove_distdir) 498b35cf2c0Smrg 499b35cf2c0Smrgdist-lzip: distdir 500b35cf2c0Smrg tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 501b35cf2c0Smrg $(am__post_remove_distdir) 502b35cf2c0Smrgdist-xz: distdir 503b35cf2c0Smrg tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 504b35cf2c0Smrg $(am__post_remove_distdir) 505b35cf2c0Smrg 506b35cf2c0Smrgdist-zstd: distdir 507b35cf2c0Smrg tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst 508b35cf2c0Smrg $(am__post_remove_distdir) 509b35cf2c0Smrg 510b35cf2c0Smrgdist-tarZ: distdir 511b35cf2c0Smrg @echo WARNING: "Support for distribution archives compressed with" \ 512b35cf2c0Smrg "legacy program 'compress' is deprecated." >&2 513b35cf2c0Smrg @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 514b35cf2c0Smrg tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 515b35cf2c0Smrg $(am__post_remove_distdir) 516b35cf2c0Smrg 517b35cf2c0Smrgdist-shar: distdir 518b35cf2c0Smrg @echo WARNING: "Support for shar distribution archives is" \ 519b35cf2c0Smrg "deprecated." >&2 520b35cf2c0Smrg @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 521b35cf2c0Smrg shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz 522b35cf2c0Smrg $(am__post_remove_distdir) 523b35cf2c0Smrg 524b35cf2c0Smrgdist-zip: distdir 525b35cf2c0Smrg -rm -f $(distdir).zip 526b35cf2c0Smrg zip -rq $(distdir).zip $(distdir) 527b35cf2c0Smrg $(am__post_remove_distdir) 528b35cf2c0Smrg 529b35cf2c0Smrgdist dist-all: 530b35cf2c0Smrg $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 531b35cf2c0Smrg $(am__post_remove_distdir) 532b35cf2c0Smrg 533b35cf2c0Smrg# This target untars the dist file and tries a VPATH configuration. Then 534b35cf2c0Smrg# it guarantees that the distribution is self-contained by making another 535b35cf2c0Smrg# tarfile. 536b35cf2c0Smrgdistcheck: dist 537b35cf2c0Smrg case '$(DIST_ARCHIVES)' in \ 538b35cf2c0Smrg *.tar.gz*) \ 539b35cf2c0Smrg eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ 540b35cf2c0Smrg *.tar.bz2*) \ 541b35cf2c0Smrg bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 542b35cf2c0Smrg *.tar.lz*) \ 543b35cf2c0Smrg lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 544b35cf2c0Smrg *.tar.xz*) \ 545b35cf2c0Smrg xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 546b35cf2c0Smrg *.tar.Z*) \ 547b35cf2c0Smrg uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 548b35cf2c0Smrg *.shar.gz*) \ 549b35cf2c0Smrg eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ 550b35cf2c0Smrg *.zip*) \ 551b35cf2c0Smrg unzip $(distdir).zip ;;\ 552b35cf2c0Smrg *.tar.zst*) \ 553b35cf2c0Smrg zstd -dc $(distdir).tar.zst | $(am__untar) ;;\ 554b35cf2c0Smrg esac 555b35cf2c0Smrg chmod -R a-w $(distdir) 556b35cf2c0Smrg chmod u+w $(distdir) 557b35cf2c0Smrg mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst 558b35cf2c0Smrg chmod a-w $(distdir) 559b35cf2c0Smrg test -d $(distdir)/_build || exit 0; \ 560b35cf2c0Smrg dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 561b35cf2c0Smrg && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 562b35cf2c0Smrg && am__cwd=`pwd` \ 563b35cf2c0Smrg && $(am__cd) $(distdir)/_build/sub \ 564b35cf2c0Smrg && ../../configure \ 565b35cf2c0Smrg $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 566b35cf2c0Smrg $(DISTCHECK_CONFIGURE_FLAGS) \ 567b35cf2c0Smrg --srcdir=../.. --prefix="$$dc_install_base" \ 568b35cf2c0Smrg && $(MAKE) $(AM_MAKEFLAGS) \ 569b35cf2c0Smrg && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \ 570b35cf2c0Smrg && $(MAKE) $(AM_MAKEFLAGS) check \ 571b35cf2c0Smrg && $(MAKE) $(AM_MAKEFLAGS) install \ 572b35cf2c0Smrg && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 573b35cf2c0Smrg && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 574b35cf2c0Smrg && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 575b35cf2c0Smrg distuninstallcheck \ 576b35cf2c0Smrg && chmod -R a-w "$$dc_install_base" \ 577b35cf2c0Smrg && ({ \ 578b35cf2c0Smrg (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 579b35cf2c0Smrg && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 580b35cf2c0Smrg && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 581b35cf2c0Smrg && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 582b35cf2c0Smrg distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 583b35cf2c0Smrg } || { rm -rf "$$dc_destdir"; exit 1; }) \ 584b35cf2c0Smrg && rm -rf "$$dc_destdir" \ 585b35cf2c0Smrg && $(MAKE) $(AM_MAKEFLAGS) dist \ 586b35cf2c0Smrg && rm -rf $(DIST_ARCHIVES) \ 587b35cf2c0Smrg && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 588b35cf2c0Smrg && cd "$$am__cwd" \ 589b35cf2c0Smrg || exit 1 590b35cf2c0Smrg $(am__post_remove_distdir) 591b35cf2c0Smrg @(echo "$(distdir) archives ready for distribution: "; \ 592b35cf2c0Smrg list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 593b35cf2c0Smrg sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 594b35cf2c0Smrgdistcleancheck: distclean 595b35cf2c0Smrg @if test '$(srcdir)' = . ; then \ 596b35cf2c0Smrg echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 597b35cf2c0Smrg exit 1 ; \ 598b35cf2c0Smrg fi 599b35cf2c0Smrg @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 600b35cf2c0Smrg || { echo "ERROR: files left in build directory after distclean:" ; \ 601b35cf2c0Smrg $(distcleancheck_listfiles) ; \ 602b35cf2c0Smrg exit 1; } >&2 603b35cf2c0Smrgcheck-am: all-am 604b35cf2c0Smrgcheck: check-am 605b35cf2c0Smrgall-am: Makefile $(DATA) 606b35cf2c0Smrginstalldirs: 607b35cf2c0Smrg for dir in "$(DESTDIR)$(fontdir)"; do \ 608b35cf2c0Smrg test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 609b35cf2c0Smrg done 610b35cf2c0Smrginstall: install-am 611b35cf2c0Smrginstall-exec: install-exec-am 612b35cf2c0Smrginstall-data: install-data-am 613b35cf2c0Smrguninstall: uninstall-am 614b35cf2c0Smrg 615b35cf2c0Smrginstall-am: all-am 616b35cf2c0Smrg @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 617b35cf2c0Smrg 618b35cf2c0Smrginstallcheck: installcheck-am 619b35cf2c0Smrginstall-strip: 620b35cf2c0Smrg if test -z '$(STRIP)'; then \ 621b35cf2c0Smrg $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 622b35cf2c0Smrg install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 623b35cf2c0Smrg install; \ 624b35cf2c0Smrg else \ 625b35cf2c0Smrg $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 626b35cf2c0Smrg install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 627b35cf2c0Smrg "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 628b35cf2c0Smrg fi 629b35cf2c0Smrgmostlyclean-generic: 630b35cf2c0Smrg 631b35cf2c0Smrgclean-generic: 632b35cf2c0Smrg -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 633b35cf2c0Smrg 634b35cf2c0Smrgdistclean-generic: 635b35cf2c0Smrg -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 636b35cf2c0Smrg -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 637b35cf2c0Smrg 638b35cf2c0Smrgmaintainer-clean-generic: 639b35cf2c0Smrg @echo "This command is intended for maintainers to use" 640b35cf2c0Smrg @echo "it deletes files that may require special tools to rebuild." 641b35cf2c0Smrg -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 642b35cf2c0Smrgclean: clean-am 643b35cf2c0Smrg 644b35cf2c0Smrgclean-am: clean-generic mostlyclean-am 645b35cf2c0Smrg 646b35cf2c0Smrgdistclean: distclean-am 647b35cf2c0Smrg -rm -f $(am__CONFIG_DISTCLEAN_FILES) 648b35cf2c0Smrg -rm -f Makefile 649b35cf2c0Smrgdistclean-am: clean-am distclean-generic 650b35cf2c0Smrg 651b35cf2c0Smrgdvi: dvi-am 652b35cf2c0Smrg 653b35cf2c0Smrgdvi-am: 654b35cf2c0Smrg 655b35cf2c0Smrghtml: html-am 656b35cf2c0Smrg 657b35cf2c0Smrghtml-am: 658b35cf2c0Smrg 659b35cf2c0Smrginfo: info-am 660b35cf2c0Smrg 661b35cf2c0Smrginfo-am: 662b35cf2c0Smrg 663b35cf2c0Smrginstall-data-am: install-fontDATA 664b35cf2c0Smrg @$(NORMAL_INSTALL) 665b35cf2c0Smrg $(MAKE) $(AM_MAKEFLAGS) install-data-hook 666b35cf2c0Smrginstall-dvi: install-dvi-am 667b35cf2c0Smrg 668b35cf2c0Smrginstall-dvi-am: 669b35cf2c0Smrg 670b35cf2c0Smrginstall-exec-am: 671b35cf2c0Smrg 672b35cf2c0Smrginstall-html: install-html-am 673b35cf2c0Smrg 674b35cf2c0Smrginstall-html-am: 675b35cf2c0Smrg 676b35cf2c0Smrginstall-info: install-info-am 677b35cf2c0Smrg 678b35cf2c0Smrginstall-info-am: 679b35cf2c0Smrg 680b35cf2c0Smrginstall-man: 681b35cf2c0Smrg 682b35cf2c0Smrginstall-pdf: install-pdf-am 683b35cf2c0Smrg 684b35cf2c0Smrginstall-pdf-am: 685b35cf2c0Smrg 686b35cf2c0Smrginstall-ps: install-ps-am 687b35cf2c0Smrg 688b35cf2c0Smrginstall-ps-am: 689b35cf2c0Smrg 690b35cf2c0Smrginstallcheck-am: 691b35cf2c0Smrg 692b35cf2c0Smrgmaintainer-clean: maintainer-clean-am 693b35cf2c0Smrg -rm -f $(am__CONFIG_DISTCLEAN_FILES) 694b35cf2c0Smrg -rm -rf $(top_srcdir)/autom4te.cache 695b35cf2c0Smrg -rm -f Makefile 696b35cf2c0Smrgmaintainer-clean-am: distclean-am maintainer-clean-generic 697b35cf2c0Smrg 698b35cf2c0Smrgmostlyclean: mostlyclean-am 699b35cf2c0Smrg 700b35cf2c0Smrgmostlyclean-am: mostlyclean-generic 701b35cf2c0Smrg 702b35cf2c0Smrgpdf: pdf-am 703b35cf2c0Smrg 704b35cf2c0Smrgpdf-am: 705b35cf2c0Smrg 706b35cf2c0Smrgps: ps-am 707b35cf2c0Smrg 708b35cf2c0Smrgps-am: 709b35cf2c0Smrg 710b35cf2c0Smrguninstall-am: uninstall-fontDATA 711b35cf2c0Smrg 712b35cf2c0Smrg.MAKE: install-am install-data-am install-strip 713b35cf2c0Smrg 714b35cf2c0Smrg.PHONY: all all-am am--refresh check check-am clean clean-generic \ 715b35cf2c0Smrg cscopelist-am ctags-am dist dist-all dist-bzip2 dist-gzip \ 716b35cf2c0Smrg dist-hook dist-lzip dist-shar dist-tarZ dist-xz dist-zip \ 717b35cf2c0Smrg dist-zstd distcheck distclean distclean-generic distcleancheck \ 718b35cf2c0Smrg distdir distuninstallcheck dvi dvi-am html html-am info \ 719b35cf2c0Smrg info-am install install-am install-data install-data-am \ 720b35cf2c0Smrg install-data-hook install-dvi install-dvi-am install-exec \ 721b35cf2c0Smrg install-exec-am install-fontDATA install-html install-html-am \ 722b35cf2c0Smrg install-info install-info-am install-man install-pdf \ 723b35cf2c0Smrg install-pdf-am install-ps install-ps-am install-strip \ 724b35cf2c0Smrg installcheck installcheck-am installdirs maintainer-clean \ 725b35cf2c0Smrg maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ 726b35cf2c0Smrg pdf-am ps ps-am tags-am uninstall uninstall-am \ 727b35cf2c0Smrg uninstall-fontDATA 728b35cf2c0Smrg 729b35cf2c0Smrg.PRECIOUS: Makefile 730b35cf2c0Smrg 731b35cf2c0Smrg 732b35cf2c0Smrg.bdf.pcf$(COMPRESS_SUFFIX): 733b35cf2c0Smrg @rm -f $@ 734b35cf2c0Smrg $(AM_V_GEN)$(BDFTOPCF) -t $< | $(COMPRESS) $(COMPRESS_FLAGS) > $@ 735b35cf2c0Smrg 736b35cf2c0Smrginstall-data-hook: 737b35cf2c0Smrg @rm -f $(DESTDIR)$(fontdir)/fonts.dir 738b35cf2c0Smrg $(MKFONTDIR) $(DESTDIR)$(fontdir) 739b35cf2c0Smrg @RUN_FCCACHE@ 740b35cf2c0Smrg 741b35cf2c0Smrgdistuninstallcheck: 742b35cf2c0Smrg @: 743b35cf2c0Smrg 744b35cf2c0Smrg.PHONY: ChangeLog INSTALL 745b35cf2c0Smrg 746b35cf2c0SmrgINSTALL: 747b35cf2c0Smrg $(INSTALL_CMD) 748b35cf2c0Smrg 749b35cf2c0SmrgChangeLog: 750b35cf2c0Smrg $(CHANGELOG_CMD) 751b35cf2c0Smrg 752b35cf2c0Smrgdist-hook: ChangeLog INSTALL 753b35cf2c0Smrg 754b35cf2c0Smrg# Tell versions [3.59,3.63) of GNU make to not export all variables. 755b35cf2c0Smrg# Otherwise a system limit (for SysV at least) may be exceeded. 756b35cf2c0Smrg.NOEXPORT: 757