1a0cd246fSmrg# Makefile.in generated by automake 1.17 from Makefile.am.
20ed7c580Smrg# @configure_input@
30ed7c580Smrg
4a0cd246fSmrg# Copyright (C) 1994-2024 Free Software Foundation, Inc.
50ed7c580Smrg
60ed7c580Smrg# This Makefile.in is free software; the Free Software Foundation
70ed7c580Smrg# gives unlimited permission to copy and/or distribute it,
80ed7c580Smrg# with or without modifications, as long as this notice is preserved.
90ed7c580Smrg
100ed7c580Smrg# This program is distributed in the hope that it will be useful,
110ed7c580Smrg# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
120ed7c580Smrg# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
130ed7c580Smrg# PARTICULAR PURPOSE.
140ed7c580Smrg
150ed7c580Smrg@SET_MAKE@
160ed7c580Smrg
170ed7c580Smrg#
180ed7c580Smrg#  Copyright 2005  Red Hat, Inc.
190ed7c580Smrg#
200ed7c580Smrg#  Permission to use, copy, modify, distribute, and sell this software and its
210ed7c580Smrg#  documentation for any purpose is hereby granted without fee, provided that
220ed7c580Smrg#  the above copyright notice appear in all copies and that both that
230ed7c580Smrg#  copyright notice and this permission notice appear in supporting
240ed7c580Smrg#  documentation, and that the name of Red Hat not be used in
250ed7c580Smrg#  advertising or publicity pertaining to distribution of the software without
260ed7c580Smrg#  specific, written prior permission.  Red Hat makes no
270ed7c580Smrg#  representations about the suitability of this software for any purpose.  It
280ed7c580Smrg#  is provided "as is" without express or implied warranty.
290ed7c580Smrg#
300ed7c580Smrg#  RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
310ed7c580Smrg#  INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
320ed7c580Smrg#  EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
330ed7c580Smrg#  CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
340ed7c580Smrg#  DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
350ed7c580Smrg#  TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
360ed7c580Smrg#  PERFORMANCE OF THIS SOFTWARE.
370ed7c580Smrg
380ed7c580SmrgVPATH = @srcdir@
391a28b98bSmrgam__is_gnu_make = { \
401a28b98bSmrg  if test -z '$(MAKELEVEL)'; then \
411a28b98bSmrg    false; \
421a28b98bSmrg  elif test -n '$(MAKE_HOST)'; then \
431a28b98bSmrg    true; \
441a28b98bSmrg  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
451a28b98bSmrg    true; \
461a28b98bSmrg  else \
471a28b98bSmrg    false; \
481a28b98bSmrg  fi; \
491a28b98bSmrg}
500ed7c580Smrgam__make_running_with_option = \
510ed7c580Smrg  case $${target_option-} in \
520ed7c580Smrg      ?) ;; \
530ed7c580Smrg      *) echo "am__make_running_with_option: internal error: invalid" \
540ed7c580Smrg              "target option '$${target_option-}' specified" >&2; \
550ed7c580Smrg         exit 1;; \
560ed7c580Smrg  esac; \
570ed7c580Smrg  has_opt=no; \
580ed7c580Smrg  sane_makeflags=$$MAKEFLAGS; \
590ed7c580Smrg  if $(am__is_gnu_make); then \
600ed7c580Smrg    sane_makeflags=$$MFLAGS; \
610ed7c580Smrg  else \
620ed7c580Smrg    case $$MAKEFLAGS in \
630ed7c580Smrg      *\\[\ \	]*) \
640ed7c580Smrg        bs=\\; \
650ed7c580Smrg        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
660ed7c580Smrg          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
670ed7c580Smrg    esac; \
680ed7c580Smrg  fi; \
690ed7c580Smrg  skip_next=no; \
700ed7c580Smrg  strip_trailopt () \
710ed7c580Smrg  { \
720ed7c580Smrg    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
730ed7c580Smrg  }; \
740ed7c580Smrg  for flg in $$sane_makeflags; do \
750ed7c580Smrg    test $$skip_next = yes && { skip_next=no; continue; }; \
760ed7c580Smrg    case $$flg in \
770ed7c580Smrg      *=*|--*) continue;; \
780ed7c580Smrg        -*I) strip_trailopt 'I'; skip_next=yes;; \
790ed7c580Smrg      -*I?*) strip_trailopt 'I';; \
800ed7c580Smrg        -*O) strip_trailopt 'O'; skip_next=yes;; \
810ed7c580Smrg      -*O?*) strip_trailopt 'O';; \
820ed7c580Smrg        -*l) strip_trailopt 'l'; skip_next=yes;; \
830ed7c580Smrg      -*l?*) strip_trailopt 'l';; \
840ed7c580Smrg      -[dEDm]) skip_next=yes;; \
850ed7c580Smrg      -[JT]) skip_next=yes;; \
860ed7c580Smrg    esac; \
870ed7c580Smrg    case $$flg in \
880ed7c580Smrg      *$$target_option*) has_opt=yes; break;; \
890ed7c580Smrg    esac; \
900ed7c580Smrg  done; \
910ed7c580Smrg  test $$has_opt = yes
920ed7c580Smrgam__make_dryrun = (target_option=n; $(am__make_running_with_option))
930ed7c580Smrgam__make_keepgoing = (target_option=k; $(am__make_running_with_option))
94a0cd246fSmrgam__rm_f = rm -f $(am__rm_f_notfound)
95a0cd246fSmrgam__rm_rf = rm -rf $(am__rm_f_notfound)
960ed7c580Smrgpkgdatadir = $(datadir)/@PACKAGE@
970ed7c580Smrgpkgincludedir = $(includedir)/@PACKAGE@
980ed7c580Smrgpkglibdir = $(libdir)/@PACKAGE@
990ed7c580Smrgpkglibexecdir = $(libexecdir)/@PACKAGE@
1000ed7c580Smrgam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
1010ed7c580Smrginstall_sh_DATA = $(install_sh) -c -m 644
1020ed7c580Smrginstall_sh_PROGRAM = $(install_sh) -c
1030ed7c580Smrginstall_sh_SCRIPT = $(install_sh) -c
1040ed7c580SmrgINSTALL_HEADER = $(INSTALL_DATA)
1050ed7c580Smrgtransform = $(program_transform_name)
1060ed7c580SmrgNORMAL_INSTALL = :
1070ed7c580SmrgPRE_INSTALL = :
1080ed7c580SmrgPOST_INSTALL = :
1090ed7c580SmrgNORMAL_UNINSTALL = :
1100ed7c580SmrgPRE_UNINSTALL = :
1110ed7c580SmrgPOST_UNINSTALL = :
1120ed7c580Smrgbuild_triplet = @build@
1130ed7c580Smrghost_triplet = @host@
1140ed7c580Smrgbin_PROGRAMS = showfont$(EXEEXT)
1150ed7c580Smrgsubdir = .
1160ed7c580SmrgACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1170ed7c580Smrgam__aclocal_m4_deps = $(top_srcdir)/configure.ac
1180ed7c580Smrgam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
1190ed7c580Smrg	$(ACLOCAL_M4)
1201a28b98bSmrgDIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
1211a28b98bSmrg	$(am__configure_deps) $(am__DIST_COMMON)
1220ed7c580Smrgam__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
1230ed7c580Smrg configure.lineno config.status.lineno
1240ed7c580Smrgmkinstalldirs = $(install_sh) -d
1250ed7c580SmrgCONFIG_HEADER = config.h
1260ed7c580SmrgCONFIG_CLEAN_FILES =
1270ed7c580SmrgCONFIG_CLEAN_VPATH_FILES =
1280ed7c580Smrgam__installdirs = "$(DESTDIR)$(bindir)"
1290ed7c580SmrgPROGRAMS = $(bin_PROGRAMS)
1300ed7c580Smrgam_showfont_OBJECTS = showfont.$(OBJEXT)
1310ed7c580Smrgshowfont_OBJECTS = $(am_showfont_OBJECTS)
1320ed7c580Smrgam__DEPENDENCIES_1 =
1330ed7c580Smrgshowfont_DEPENDENCIES = $(am__DEPENDENCIES_1)
1340ed7c580SmrgAM_V_P = $(am__v_P_@AM_V@)
1350ed7c580Smrgam__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
1360ed7c580Smrgam__v_P_0 = false
1370ed7c580Smrgam__v_P_1 = :
1380ed7c580SmrgAM_V_GEN = $(am__v_GEN_@AM_V@)
1390ed7c580Smrgam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
1400ed7c580Smrgam__v_GEN_0 = @echo "  GEN     " $@;
1410ed7c580Smrgam__v_GEN_1 = 
1420ed7c580SmrgAM_V_at = $(am__v_at_@AM_V@)
1430ed7c580Smrgam__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
1440ed7c580Smrgam__v_at_0 = @
1450ed7c580Smrgam__v_at_1 = 
1460ed7c580SmrgDEFAULT_INCLUDES = -I.@am__isrc@
1470ed7c580Smrgdepcomp = $(SHELL) $(top_srcdir)/depcomp
1481a28b98bSmrgam__maybe_remake_depfiles = depfiles
1491a28b98bSmrgam__depfiles_remade = ./$(DEPDIR)/showfont.Po
1500ed7c580Smrgam__mv = mv -f
1510ed7c580SmrgCOMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
1520ed7c580Smrg	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
1530ed7c580SmrgAM_V_CC = $(am__v_CC_@AM_V@)
1540ed7c580Smrgam__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
1550ed7c580Smrgam__v_CC_0 = @echo "  CC      " $@;
1560ed7c580Smrgam__v_CC_1 = 
1570ed7c580SmrgCCLD = $(CC)
1580ed7c580SmrgLINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
1590ed7c580SmrgAM_V_CCLD = $(am__v_CCLD_@AM_V@)
1600ed7c580Smrgam__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
1610ed7c580Smrgam__v_CCLD_0 = @echo "  CCLD    " $@;
1620ed7c580Smrgam__v_CCLD_1 = 
1630ed7c580SmrgSOURCES = $(showfont_SOURCES)
1640ed7c580SmrgDIST_SOURCES = $(showfont_SOURCES)
1650ed7c580SmrgRECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
1660ed7c580Smrg	ctags-recursive dvi-recursive html-recursive info-recursive \
1670ed7c580Smrg	install-data-recursive install-dvi-recursive \
1680ed7c580Smrg	install-exec-recursive install-html-recursive \
1690ed7c580Smrg	install-info-recursive install-pdf-recursive \
1700ed7c580Smrg	install-ps-recursive install-recursive installcheck-recursive \
1710ed7c580Smrg	installdirs-recursive pdf-recursive ps-recursive \
1720ed7c580Smrg	tags-recursive uninstall-recursive
1730ed7c580Smrgam__can_run_installinfo = \
1740ed7c580Smrg  case $$AM_UPDATE_INFO_DIR in \
1750ed7c580Smrg    n|no|NO) false;; \
1760ed7c580Smrg    *) (install-info --version) >/dev/null 2>&1;; \
1770ed7c580Smrg  esac
1780ed7c580SmrgRECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
1790ed7c580Smrg  distclean-recursive maintainer-clean-recursive
1800ed7c580Smrgam__recursive_targets = \
1810ed7c580Smrg  $(RECURSIVE_TARGETS) \
1820ed7c580Smrg  $(RECURSIVE_CLEAN_TARGETS) \
1830ed7c580Smrg  $(am__extra_recursive_targets)
1840ed7c580SmrgAM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
1851a28b98bSmrg	cscope distdir distdir-am dist dist-all distcheck
1861a28b98bSmrgam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
1871a28b98bSmrg	config.h.in
1880ed7c580Smrg# Read a list of newline-separated strings from the standard input,
1890ed7c580Smrg# and print each of them once, without duplicates.  Input order is
1900ed7c580Smrg# *not* preserved.
1910ed7c580Smrgam__uniquify_input = $(AWK) '\
1920ed7c580Smrg  BEGIN { nonempty = 0; } \
1930ed7c580Smrg  { items[$$0] = 1; nonempty = 1; } \
1940ed7c580Smrg  END { if (nonempty) { for (i in items) print i; }; } \
1950ed7c580Smrg'
1960ed7c580Smrg# Make sure the list of sources is unique.  This is necessary because,
1970ed7c580Smrg# e.g., the same source file might be shared among _SOURCES variables
1980ed7c580Smrg# for different programs/libraries.
1990ed7c580Smrgam__define_uniq_tagged_files = \
2000ed7c580Smrg  list='$(am__tagged_files)'; \
2010ed7c580Smrg  unique=`for i in $$list; do \
2020ed7c580Smrg    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
2030ed7c580Smrg  done | $(am__uniquify_input)`
2040ed7c580SmrgDIST_SUBDIRS = $(SUBDIRS)
2051a28b98bSmrgam__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in COPYING \
2061a28b98bSmrg	ChangeLog INSTALL README.md compile config.guess config.sub \
2071a28b98bSmrg	depcomp install-sh missing
2080ed7c580SmrgDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
2090ed7c580Smrgdistdir = $(PACKAGE)-$(VERSION)
2100ed7c580Smrgtop_distdir = $(distdir)
2110ed7c580Smrgam__remove_distdir = \
2120ed7c580Smrg  if test -d "$(distdir)"; then \
213a0cd246fSmrg    find "$(distdir)" -type d ! -perm -700 -exec chmod u+rwx {} ';' \
214a0cd246fSmrg      ; rm -rf "$(distdir)" \
2150ed7c580Smrg      || { sleep 5 && rm -rf "$(distdir)"; }; \
2160ed7c580Smrg  else :; fi
2170ed7c580Smrgam__post_remove_distdir = $(am__remove_distdir)
2180ed7c580Smrgam__relativize = \
2190ed7c580Smrg  dir0=`pwd`; \
2200ed7c580Smrg  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
2210ed7c580Smrg  sed_rest='s,^[^/]*/*,,'; \
2220ed7c580Smrg  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
2230ed7c580Smrg  sed_butlast='s,/*[^/]*$$,,'; \
2240ed7c580Smrg  while test -n "$$dir1"; do \
2250ed7c580Smrg    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
2260ed7c580Smrg    if test "$$first" != "."; then \
2270ed7c580Smrg      if test "$$first" = ".."; then \
2280ed7c580Smrg        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
2290ed7c580Smrg        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
2300ed7c580Smrg      else \
2310ed7c580Smrg        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
2320ed7c580Smrg        if test "$$first2" = "$$first"; then \
2330ed7c580Smrg          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
2340ed7c580Smrg        else \
2350ed7c580Smrg          dir2="../$$dir2"; \
2360ed7c580Smrg        fi; \
2370ed7c580Smrg        dir0="$$dir0"/"$$first"; \
2380ed7c580Smrg      fi; \
2390ed7c580Smrg    fi; \
2400ed7c580Smrg    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
2410ed7c580Smrg  done; \
2420ed7c580Smrg  reldir="$$dir2"
2431a28b98bSmrgDIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz
244a0cd246fSmrgGZIP_ENV = -9
2451a28b98bSmrgDIST_TARGETS = dist-xz dist-gzip
2461a28b98bSmrg# Exists only to be overridden by the user if desired.
2471a28b98bSmrgAM_DISTCHECK_DVI_TARGET = dvi
2480ed7c580Smrgdistuninstallcheck_listfiles = find . -type f -print
2490ed7c580Smrgam__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
2500ed7c580Smrg  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
251a0cd246fSmrgdistcleancheck_listfiles = \
252a0cd246fSmrg  find . \( -type f -a \! \
253a0cd246fSmrg            \( -name .nfs* -o -name .smb* -o -name .__afs* \) \) -print
2540ed7c580SmrgACLOCAL = @ACLOCAL@
2550ed7c580SmrgADMIN_MAN_DIR = @ADMIN_MAN_DIR@
2560ed7c580SmrgADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
2570ed7c580SmrgAMTAR = @AMTAR@
2580ed7c580SmrgAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
2590ed7c580SmrgAPP_MAN_DIR = @APP_MAN_DIR@
2600ed7c580SmrgAPP_MAN_SUFFIX = @APP_MAN_SUFFIX@
2610ed7c580SmrgAUTOCONF = @AUTOCONF@
2620ed7c580SmrgAUTOHEADER = @AUTOHEADER@
2630ed7c580SmrgAUTOMAKE = @AUTOMAKE@
2640ed7c580SmrgAWK = @AWK@
2650ed7c580SmrgBASE_CFLAGS = @BASE_CFLAGS@
2660ed7c580SmrgCC = @CC@
2670ed7c580SmrgCCDEPMODE = @CCDEPMODE@
2680ed7c580SmrgCFLAGS = @CFLAGS@
2690ed7c580SmrgCHANGELOG_CMD = @CHANGELOG_CMD@
2700ed7c580SmrgCPPFLAGS = @CPPFLAGS@
2711a28b98bSmrgCSCOPE = @CSCOPE@
2721a28b98bSmrgCTAGS = @CTAGS@
2730ed7c580SmrgCWARNFLAGS = @CWARNFLAGS@
2740ed7c580SmrgCYGPATH_W = @CYGPATH_W@
2750ed7c580SmrgDEFS = @DEFS@
2760ed7c580SmrgDEPDIR = @DEPDIR@
2770ed7c580SmrgDRIVER_MAN_DIR = @DRIVER_MAN_DIR@
2780ed7c580SmrgDRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
2790ed7c580SmrgECHO_C = @ECHO_C@
2800ed7c580SmrgECHO_N = @ECHO_N@
2810ed7c580SmrgECHO_T = @ECHO_T@
2821a28b98bSmrgETAGS = @ETAGS@
2830ed7c580SmrgEXEEXT = @EXEEXT@
2840ed7c580SmrgFILE_MAN_DIR = @FILE_MAN_DIR@
2850ed7c580SmrgFILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
2860ed7c580SmrgINSTALL = @INSTALL@
2870ed7c580SmrgINSTALL_CMD = @INSTALL_CMD@
2880ed7c580SmrgINSTALL_DATA = @INSTALL_DATA@
2890ed7c580SmrgINSTALL_PROGRAM = @INSTALL_PROGRAM@
2900ed7c580SmrgINSTALL_SCRIPT = @INSTALL_SCRIPT@
2910ed7c580SmrgINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
2920ed7c580SmrgLDFLAGS = @LDFLAGS@
2930ed7c580SmrgLIBOBJS = @LIBOBJS@
2940ed7c580SmrgLIBS = @LIBS@
2950ed7c580SmrgLIB_MAN_DIR = @LIB_MAN_DIR@
2960ed7c580SmrgLIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
2970ed7c580SmrgLTLIBOBJS = @LTLIBOBJS@
2980ed7c580SmrgMAKEINFO = @MAKEINFO@
2990ed7c580SmrgMAN_SUBSTS = @MAN_SUBSTS@
3000ed7c580SmrgMISC_MAN_DIR = @MISC_MAN_DIR@
3010ed7c580SmrgMISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
3020ed7c580SmrgMKDIR_P = @MKDIR_P@
3030ed7c580SmrgOBJEXT = @OBJEXT@
3040ed7c580SmrgPACKAGE = @PACKAGE@
3050ed7c580SmrgPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
3060ed7c580SmrgPACKAGE_NAME = @PACKAGE_NAME@
3070ed7c580SmrgPACKAGE_STRING = @PACKAGE_STRING@
3080ed7c580SmrgPACKAGE_TARNAME = @PACKAGE_TARNAME@
3090ed7c580SmrgPACKAGE_URL = @PACKAGE_URL@
3100ed7c580SmrgPACKAGE_VERSION = @PACKAGE_VERSION@
3110ed7c580SmrgPATH_SEPARATOR = @PATH_SEPARATOR@
3120ed7c580SmrgPKG_CONFIG = @PKG_CONFIG@
3131a28b98bSmrgPKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
3141a28b98bSmrgPKG_CONFIG_PATH = @PKG_CONFIG_PATH@
3150ed7c580SmrgSED = @SED@
3160ed7c580SmrgSET_MAKE = @SET_MAKE@
3170ed7c580SmrgSHELL = @SHELL@
3180ed7c580SmrgSHOWFONT_CFLAGS = @SHOWFONT_CFLAGS@
3190ed7c580SmrgSHOWFONT_LIBS = @SHOWFONT_LIBS@
3200ed7c580SmrgSTRICT_CFLAGS = @STRICT_CFLAGS@
3210ed7c580SmrgSTRIP = @STRIP@
3220ed7c580SmrgVERSION = @VERSION@
3230ed7c580SmrgXORG_MAN_PAGE = @XORG_MAN_PAGE@
3240ed7c580Smrgabs_builddir = @abs_builddir@
3250ed7c580Smrgabs_srcdir = @abs_srcdir@
3260ed7c580Smrgabs_top_builddir = @abs_top_builddir@
3270ed7c580Smrgabs_top_srcdir = @abs_top_srcdir@
3280ed7c580Smrgac_ct_CC = @ac_ct_CC@
3290ed7c580Smrgam__include = @am__include@
3300ed7c580Smrgam__leading_dot = @am__leading_dot@
3310ed7c580Smrgam__quote = @am__quote@
332a0cd246fSmrgam__rm_f_notfound = @am__rm_f_notfound@
3330ed7c580Smrgam__tar = @am__tar@
3340ed7c580Smrgam__untar = @am__untar@
335a0cd246fSmrgam__xargs_n = @am__xargs_n@
3360ed7c580Smrgbindir = @bindir@
3370ed7c580Smrgbuild = @build@
3380ed7c580Smrgbuild_alias = @build_alias@
3390ed7c580Smrgbuild_cpu = @build_cpu@
3400ed7c580Smrgbuild_os = @build_os@
3410ed7c580Smrgbuild_vendor = @build_vendor@
3420ed7c580Smrgbuilddir = @builddir@
3430ed7c580Smrgdatadir = @datadir@
3440ed7c580Smrgdatarootdir = @datarootdir@
3450ed7c580Smrgdocdir = @docdir@
3460ed7c580Smrgdvidir = @dvidir@
3470ed7c580Smrgexec_prefix = @exec_prefix@
3480ed7c580Smrghost = @host@
3490ed7c580Smrghost_alias = @host_alias@
3500ed7c580Smrghost_cpu = @host_cpu@
3510ed7c580Smrghost_os = @host_os@
3520ed7c580Smrghost_vendor = @host_vendor@
3530ed7c580Smrghtmldir = @htmldir@
3540ed7c580Smrgincludedir = @includedir@
3550ed7c580Smrginfodir = @infodir@
3560ed7c580Smrginstall_sh = @install_sh@
3570ed7c580Smrglibdir = @libdir@
3580ed7c580Smrglibexecdir = @libexecdir@
3590ed7c580Smrglocaledir = @localedir@
3600ed7c580Smrglocalstatedir = @localstatedir@
3610ed7c580Smrgmandir = @mandir@
3620ed7c580Smrgmkdir_p = @mkdir_p@
3630ed7c580Smrgoldincludedir = @oldincludedir@
3640ed7c580Smrgpdfdir = @pdfdir@
3650ed7c580Smrgprefix = @prefix@
3660ed7c580Smrgprogram_transform_name = @program_transform_name@
3670ed7c580Smrgpsdir = @psdir@
3681a28b98bSmrgrunstatedir = @runstatedir@
3690ed7c580Smrgsbindir = @sbindir@
3700ed7c580Smrgsharedstatedir = @sharedstatedir@
3710ed7c580Smrgsrcdir = @srcdir@
3720ed7c580Smrgsysconfdir = @sysconfdir@
3730ed7c580Smrgtarget_alias = @target_alias@
3740ed7c580Smrgtop_build_prefix = @top_build_prefix@
3750ed7c580Smrgtop_builddir = @top_builddir@
3760ed7c580Smrgtop_srcdir = @top_srcdir@
3770ed7c580SmrgSUBDIRS = man
3780ed7c580SmrgAM_CFLAGS = $(SHOWFONT_CFLAGS) $(CWARNFLAGS)
3790ed7c580Smrgshowfont_LDADD = $(SHOWFONT_LIBS)
3800ed7c580Smrgshowfont_SOURCES = \
3810ed7c580Smrg        showfont.c
3820ed7c580Smrg
3830ed7c580SmrgMAINTAINERCLEANFILES = ChangeLog INSTALL
384a0cd246fSmrgEXTRA_DIST = README.md meson.build
3850ed7c580Smrgall: config.h
3860ed7c580Smrg	$(MAKE) $(AM_MAKEFLAGS) all-recursive
3870ed7c580Smrg
3880ed7c580Smrg.SUFFIXES:
3890ed7c580Smrg.SUFFIXES: .c .o .obj
3900ed7c580Smrgam--refresh: Makefile
3910ed7c580Smrg	@:
3920ed7c580Smrg$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
3930ed7c580Smrg	@for dep in $?; do \
3940ed7c580Smrg	  case '$(am__configure_deps)' in \
3950ed7c580Smrg	    *$$dep*) \
3960ed7c580Smrg	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
3970ed7c580Smrg	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
3980ed7c580Smrg		&& exit 0; \
3990ed7c580Smrg	      exit 1;; \
4000ed7c580Smrg	  esac; \
4010ed7c580Smrg	done; \
4020ed7c580Smrg	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
4030ed7c580Smrg	$(am__cd) $(top_srcdir) && \
4040ed7c580Smrg	  $(AUTOMAKE) --foreign Makefile
4050ed7c580SmrgMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
4060ed7c580Smrg	@case '$?' in \
4070ed7c580Smrg	  *config.status*) \
4080ed7c580Smrg	    echo ' $(SHELL) ./config.status'; \
4090ed7c580Smrg	    $(SHELL) ./config.status;; \
4100ed7c580Smrg	  *) \
4111a28b98bSmrg	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
4121a28b98bSmrg	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
4130ed7c580Smrg	esac;
4140ed7c580Smrg
4150ed7c580Smrg$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
4160ed7c580Smrg	$(SHELL) ./config.status --recheck
4170ed7c580Smrg
4180ed7c580Smrg$(top_srcdir)/configure:  $(am__configure_deps)
4190ed7c580Smrg	$(am__cd) $(srcdir) && $(AUTOCONF)
4200ed7c580Smrg$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
4210ed7c580Smrg	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
4220ed7c580Smrg$(am__aclocal_m4_deps):
4230ed7c580Smrg
4240ed7c580Smrgconfig.h: stamp-h1
4250ed7c580Smrg	@test -f $@ || rm -f stamp-h1
4260ed7c580Smrg	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
4270ed7c580Smrg
4280ed7c580Smrgstamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
429a0cd246fSmrg	$(AM_V_at)rm -f stamp-h1
430a0cd246fSmrg	$(AM_V_GEN)cd $(top_builddir) && $(SHELL) ./config.status config.h
4310ed7c580Smrg$(srcdir)/config.h.in:  $(am__configure_deps) 
432a0cd246fSmrg	$(AM_V_GEN)($(am__cd) $(top_srcdir) && $(AUTOHEADER))
433a0cd246fSmrg	$(AM_V_at)rm -f stamp-h1
434a0cd246fSmrg	$(AM_V_at)touch $@
4350ed7c580Smrg
4360ed7c580Smrgdistclean-hdr:
4370ed7c580Smrg	-rm -f config.h stamp-h1
4380ed7c580Smrginstall-binPROGRAMS: $(bin_PROGRAMS)
4390ed7c580Smrg	@$(NORMAL_INSTALL)
4400ed7c580Smrg	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
4410ed7c580Smrg	if test -n "$$list"; then \
4420ed7c580Smrg	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
4430ed7c580Smrg	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
4440ed7c580Smrg	fi; \
4450ed7c580Smrg	for p in $$list; do echo "$$p $$p"; done | \
4460ed7c580Smrg	sed 's/$(EXEEXT)$$//' | \
4470ed7c580Smrg	while read p p1; do if test -f $$p \
4480ed7c580Smrg	  ; then echo "$$p"; echo "$$p"; else :; fi; \
4490ed7c580Smrg	done | \
4500ed7c580Smrg	sed -e 'p;s,.*/,,;n;h' \
4510ed7c580Smrg	    -e 's|.*|.|' \
4520ed7c580Smrg	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
4530ed7c580Smrg	sed 'N;N;N;s,\n, ,g' | \
4540ed7c580Smrg	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
4550ed7c580Smrg	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
4560ed7c580Smrg	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
4570ed7c580Smrg	    else { print "f", $$3 "/" $$4, $$1; } } \
4580ed7c580Smrg	  END { for (d in files) print "f", d, files[d] }' | \
4590ed7c580Smrg	while read type dir files; do \
4600ed7c580Smrg	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
4610ed7c580Smrg	    test -z "$$files" || { \
4620ed7c580Smrg	      echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
4630ed7c580Smrg	      $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
4640ed7c580Smrg	    } \
4650ed7c580Smrg	; done
4660ed7c580Smrg
4670ed7c580Smrguninstall-binPROGRAMS:
4680ed7c580Smrg	@$(NORMAL_UNINSTALL)
4690ed7c580Smrg	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
4700ed7c580Smrg	files=`for p in $$list; do echo "$$p"; done | \
4710ed7c580Smrg	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
4720ed7c580Smrg	      -e 's/$$/$(EXEEXT)/' \
4730ed7c580Smrg	`; \
4740ed7c580Smrg	test -n "$$list" || exit 0; \
4750ed7c580Smrg	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
476a0cd246fSmrg	cd "$(DESTDIR)$(bindir)" && $(am__rm_f) $$files
4770ed7c580Smrg
4780ed7c580Smrgclean-binPROGRAMS:
479a0cd246fSmrg	-$(am__rm_f) $(bin_PROGRAMS)
4800ed7c580Smrg
4810ed7c580Smrgshowfont$(EXEEXT): $(showfont_OBJECTS) $(showfont_DEPENDENCIES) $(EXTRA_showfont_DEPENDENCIES) 
4820ed7c580Smrg	@rm -f showfont$(EXEEXT)
4830ed7c580Smrg	$(AM_V_CCLD)$(LINK) $(showfont_OBJECTS) $(showfont_LDADD) $(LIBS)
4840ed7c580Smrg
4850ed7c580Smrgmostlyclean-compile:
4860ed7c580Smrg	-rm -f *.$(OBJEXT)
4870ed7c580Smrg
4880ed7c580Smrgdistclean-compile:
4890ed7c580Smrg	-rm -f *.tab.c
4900ed7c580Smrg
4911a28b98bSmrg@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/showfont.Po@am__quote@ # am--include-marker
4921a28b98bSmrg
4931a28b98bSmrg$(am__depfiles_remade):
4941a28b98bSmrg	@$(MKDIR_P) $(@D)
495a0cd246fSmrg	@: >>$@
4961a28b98bSmrg
4971a28b98bSmrgam--depfiles: $(am__depfiles_remade)
4980ed7c580Smrg
4990ed7c580Smrg.c.o:
5000ed7c580Smrg@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
5010ed7c580Smrg@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
5020ed7c580Smrg@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
5030ed7c580Smrg@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
5040ed7c580Smrg@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
5050ed7c580Smrg
5060ed7c580Smrg.c.obj:
5070ed7c580Smrg@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
5080ed7c580Smrg@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
5090ed7c580Smrg@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
5100ed7c580Smrg@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
5110ed7c580Smrg@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
5120ed7c580Smrg
5130ed7c580Smrg# This directory's subdirectories are mostly independent; you can cd
5140ed7c580Smrg# into them and run 'make' without going through this Makefile.
5150ed7c580Smrg# To change the values of 'make' variables: instead of editing Makefiles,
5160ed7c580Smrg# (1) if the variable is set in 'config.status', edit 'config.status'
5170ed7c580Smrg#     (which will cause the Makefiles to be regenerated when you run 'make');
5180ed7c580Smrg# (2) otherwise, pass the desired values on the 'make' command line.
5190ed7c580Smrg$(am__recursive_targets):
5200ed7c580Smrg	@fail=; \
5210ed7c580Smrg	if $(am__make_keepgoing); then \
5220ed7c580Smrg	  failcom='fail=yes'; \
5230ed7c580Smrg	else \
5240ed7c580Smrg	  failcom='exit 1'; \
5250ed7c580Smrg	fi; \
5260ed7c580Smrg	dot_seen=no; \
5270ed7c580Smrg	target=`echo $@ | sed s/-recursive//`; \
5280ed7c580Smrg	case "$@" in \
5290ed7c580Smrg	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
5300ed7c580Smrg	  *) list='$(SUBDIRS)' ;; \
5310ed7c580Smrg	esac; \
5320ed7c580Smrg	for subdir in $$list; do \
5330ed7c580Smrg	  echo "Making $$target in $$subdir"; \
5340ed7c580Smrg	  if test "$$subdir" = "."; then \
5350ed7c580Smrg	    dot_seen=yes; \
5360ed7c580Smrg	    local_target="$$target-am"; \
5370ed7c580Smrg	  else \
5380ed7c580Smrg	    local_target="$$target"; \
5390ed7c580Smrg	  fi; \
5400ed7c580Smrg	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
5410ed7c580Smrg	  || eval $$failcom; \
5420ed7c580Smrg	done; \
5430ed7c580Smrg	if test "$$dot_seen" = "no"; then \
5440ed7c580Smrg	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
5450ed7c580Smrg	fi; test -z "$$fail"
5460ed7c580Smrg
5470ed7c580SmrgID: $(am__tagged_files)
5480ed7c580Smrg	$(am__define_uniq_tagged_files); mkid -fID $$unique
5490ed7c580Smrgtags: tags-recursive
5500ed7c580SmrgTAGS: tags
5510ed7c580Smrg
5520ed7c580Smrgtags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
5530ed7c580Smrg	set x; \
5540ed7c580Smrg	here=`pwd`; \
5550ed7c580Smrg	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
5560ed7c580Smrg	  include_option=--etags-include; \
5570ed7c580Smrg	  empty_fix=.; \
5580ed7c580Smrg	else \
5590ed7c580Smrg	  include_option=--include; \
5600ed7c580Smrg	  empty_fix=; \
5610ed7c580Smrg	fi; \
5620ed7c580Smrg	list='$(SUBDIRS)'; for subdir in $$list; do \
5630ed7c580Smrg	  if test "$$subdir" = .; then :; else \
5640ed7c580Smrg	    test ! -f $$subdir/TAGS || \
5650ed7c580Smrg	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
5660ed7c580Smrg	  fi; \
5670ed7c580Smrg	done; \
5680ed7c580Smrg	$(am__define_uniq_tagged_files); \
5690ed7c580Smrg	shift; \
5700ed7c580Smrg	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
5710ed7c580Smrg	  test -n "$$unique" || unique=$$empty_fix; \
5720ed7c580Smrg	  if test $$# -gt 0; then \
5730ed7c580Smrg	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
5740ed7c580Smrg	      "$$@" $$unique; \
5750ed7c580Smrg	  else \
5760ed7c580Smrg	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
5770ed7c580Smrg	      $$unique; \
5780ed7c580Smrg	  fi; \
5790ed7c580Smrg	fi
5800ed7c580Smrgctags: ctags-recursive
5810ed7c580Smrg
5820ed7c580SmrgCTAGS: ctags
5830ed7c580Smrgctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
5840ed7c580Smrg	$(am__define_uniq_tagged_files); \
5850ed7c580Smrg	test -z "$(CTAGS_ARGS)$$unique" \
5860ed7c580Smrg	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
5870ed7c580Smrg	     $$unique
5880ed7c580Smrg
5890ed7c580SmrgGTAGS:
5900ed7c580Smrg	here=`$(am__cd) $(top_builddir) && pwd` \
5910ed7c580Smrg	  && $(am__cd) $(top_srcdir) \
5920ed7c580Smrg	  && gtags -i $(GTAGS_ARGS) "$$here"
5930ed7c580Smrgcscope: cscope.files
5940ed7c580Smrg	test ! -s cscope.files \
5950ed7c580Smrg	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
5960ed7c580Smrgclean-cscope:
5970ed7c580Smrg	-rm -f cscope.files
5980ed7c580Smrgcscope.files: clean-cscope cscopelist
5990ed7c580Smrgcscopelist: cscopelist-recursive
6000ed7c580Smrg
6010ed7c580Smrgcscopelist-am: $(am__tagged_files)
6020ed7c580Smrg	list='$(am__tagged_files)'; \
6030ed7c580Smrg	case "$(srcdir)" in \
6040ed7c580Smrg	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
6050ed7c580Smrg	  *) sdir=$(subdir)/$(srcdir) ;; \
6060ed7c580Smrg	esac; \
6070ed7c580Smrg	for i in $$list; do \
6080ed7c580Smrg	  if test -f "$$i"; then \
6090ed7c580Smrg	    echo "$(subdir)/$$i"; \
6100ed7c580Smrg	  else \
6110ed7c580Smrg	    echo "$$sdir/$$i"; \
6120ed7c580Smrg	  fi; \
6130ed7c580Smrg	done >> $(top_builddir)/cscope.files
6140ed7c580Smrg
6150ed7c580Smrgdistclean-tags:
6160ed7c580Smrg	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
6170ed7c580Smrg	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
6181a28b98bSmrgdistdir: $(BUILT_SOURCES)
6191a28b98bSmrg	$(MAKE) $(AM_MAKEFLAGS) distdir-am
6200ed7c580Smrg
6211a28b98bSmrgdistdir-am: $(DISTFILES)
6220ed7c580Smrg	$(am__remove_distdir)
623a0cd246fSmrg	$(AM_V_at)$(MKDIR_P) "$(distdir)"
6240ed7c580Smrg	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
6250ed7c580Smrg	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
6260ed7c580Smrg	list='$(DISTFILES)'; \
6270ed7c580Smrg	  dist_files=`for file in $$list; do echo $$file; done | \
6280ed7c580Smrg	  sed -e "s|^$$srcdirstrip/||;t" \
6290ed7c580Smrg	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
6300ed7c580Smrg	case $$dist_files in \
6310ed7c580Smrg	  */*) $(MKDIR_P) `echo "$$dist_files" | \
6320ed7c580Smrg			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
6330ed7c580Smrg			   sort -u` ;; \
6340ed7c580Smrg	esac; \
6350ed7c580Smrg	for file in $$dist_files; do \
6360ed7c580Smrg	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
6370ed7c580Smrg	  if test -d $$d/$$file; then \
6380ed7c580Smrg	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
6390ed7c580Smrg	    if test -d "$(distdir)/$$file"; then \
6400ed7c580Smrg	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
6410ed7c580Smrg	    fi; \
6420ed7c580Smrg	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
6430ed7c580Smrg	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
6440ed7c580Smrg	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
6450ed7c580Smrg	    fi; \
6460ed7c580Smrg	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
6470ed7c580Smrg	  else \
6480ed7c580Smrg	    test -f "$(distdir)/$$file" \
6490ed7c580Smrg	    || cp -p $$d/$$file "$(distdir)/$$file" \
6500ed7c580Smrg	    || exit 1; \
6510ed7c580Smrg	  fi; \
6520ed7c580Smrg	done
6530ed7c580Smrg	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
6540ed7c580Smrg	  if test "$$subdir" = .; then :; else \
6550ed7c580Smrg	    $(am__make_dryrun) \
6560ed7c580Smrg	      || test -d "$(distdir)/$$subdir" \
6570ed7c580Smrg	      || $(MKDIR_P) "$(distdir)/$$subdir" \
6580ed7c580Smrg	      || exit 1; \
6590ed7c580Smrg	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
6600ed7c580Smrg	    $(am__relativize); \
6610ed7c580Smrg	    new_distdir=$$reldir; \
6620ed7c580Smrg	    dir1=$$subdir; dir2="$(top_distdir)"; \
6630ed7c580Smrg	    $(am__relativize); \
6640ed7c580Smrg	    new_top_distdir=$$reldir; \
6650ed7c580Smrg	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
6660ed7c580Smrg	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
6670ed7c580Smrg	    ($(am__cd) $$subdir && \
6680ed7c580Smrg	      $(MAKE) $(AM_MAKEFLAGS) \
6690ed7c580Smrg	        top_distdir="$$new_top_distdir" \
6700ed7c580Smrg	        distdir="$$new_distdir" \
6710ed7c580Smrg		am__remove_distdir=: \
6720ed7c580Smrg		am__skip_length_check=: \
6730ed7c580Smrg		am__skip_mode_fix=: \
6740ed7c580Smrg	        distdir) \
6750ed7c580Smrg	      || exit 1; \
6760ed7c580Smrg	  fi; \
6770ed7c580Smrg	done
6780ed7c580Smrg	$(MAKE) $(AM_MAKEFLAGS) \
6790ed7c580Smrg	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
6800ed7c580Smrg	  dist-hook
6810ed7c580Smrg	-test -n "$(am__skip_mode_fix)" \
6820ed7c580Smrg	|| find "$(distdir)" -type d ! -perm -755 \
6830ed7c580Smrg		-exec chmod u+rwx,go+rx {} \; -o \
6840ed7c580Smrg	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
6850ed7c580Smrg	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
6860ed7c580Smrg	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
6870ed7c580Smrg	|| chmod -R a+r "$(distdir)"
6880ed7c580Smrgdist-gzip: distdir
6891a28b98bSmrg	tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
6900ed7c580Smrg	$(am__post_remove_distdir)
6911a28b98bSmrg
6920ed7c580Smrgdist-bzip2: distdir
6930ed7c580Smrg	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
6940ed7c580Smrg	$(am__post_remove_distdir)
6950ed7c580Smrg
6960ed7c580Smrgdist-lzip: distdir
6970ed7c580Smrg	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
6980ed7c580Smrg	$(am__post_remove_distdir)
6990ed7c580Smrgdist-xz: distdir
7000ed7c580Smrg	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
7010ed7c580Smrg	$(am__post_remove_distdir)
7020ed7c580Smrg
7031a28b98bSmrgdist-zstd: distdir
7041a28b98bSmrg	tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
7051a28b98bSmrg	$(am__post_remove_distdir)
7061a28b98bSmrg
7070ed7c580Smrgdist-tarZ: distdir
7081a28b98bSmrg	@echo WARNING: "Support for distribution archives compressed with" \
7091a28b98bSmrg		       "legacy program 'compress' is deprecated." >&2
7100ed7c580Smrg	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
7110ed7c580Smrg	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
7120ed7c580Smrg	$(am__post_remove_distdir)
7130ed7c580Smrg
7140ed7c580Smrgdist-shar: distdir
7151a28b98bSmrg	@echo WARNING: "Support for shar distribution archives is" \
7161a28b98bSmrg	               "deprecated." >&2
7170ed7c580Smrg	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
7181a28b98bSmrg	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
7190ed7c580Smrg	$(am__post_remove_distdir)
7200ed7c580Smrg
7210ed7c580Smrgdist-zip: distdir
7220ed7c580Smrg	-rm -f $(distdir).zip
7230ed7c580Smrg	zip -rq $(distdir).zip $(distdir)
7240ed7c580Smrg	$(am__post_remove_distdir)
7250ed7c580Smrg
7260ed7c580Smrgdist dist-all:
7270ed7c580Smrg	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
7280ed7c580Smrg	$(am__post_remove_distdir)
7290ed7c580Smrg
7300ed7c580Smrg# This target untars the dist file and tries a VPATH configuration.  Then
7310ed7c580Smrg# it guarantees that the distribution is self-contained by making another
7320ed7c580Smrg# tarfile.
7330ed7c580Smrgdistcheck: dist
7340ed7c580Smrg	case '$(DIST_ARCHIVES)' in \
7350ed7c580Smrg	*.tar.gz*) \
736a0cd246fSmrg	  eval GZIP= gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
7370ed7c580Smrg	*.tar.bz2*) \
7380ed7c580Smrg	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
7390ed7c580Smrg	*.tar.lz*) \
7400ed7c580Smrg	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
7410ed7c580Smrg	*.tar.xz*) \
7420ed7c580Smrg	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
7430ed7c580Smrg	*.tar.Z*) \
7440ed7c580Smrg	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
7450ed7c580Smrg	*.shar.gz*) \
746a0cd246fSmrg	  eval GZIP= gzip -dc $(distdir).shar.gz | unshar ;;\
7470ed7c580Smrg	*.zip*) \
7480ed7c580Smrg	  unzip $(distdir).zip ;;\
7491a28b98bSmrg	*.tar.zst*) \
7501a28b98bSmrg	  zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
7510ed7c580Smrg	esac
7520ed7c580Smrg	chmod -R a-w $(distdir)
7530ed7c580Smrg	chmod u+w $(distdir)
7541a28b98bSmrg	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
7550ed7c580Smrg	chmod a-w $(distdir)
7560ed7c580Smrg	test -d $(distdir)/_build || exit 0; \
7570ed7c580Smrg	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
7580ed7c580Smrg	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
7590ed7c580Smrg	  && am__cwd=`pwd` \
7601a28b98bSmrg	  && $(am__cd) $(distdir)/_build/sub \
7611a28b98bSmrg	  && ../../configure \
7620ed7c580Smrg	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
7630ed7c580Smrg	    $(DISTCHECK_CONFIGURE_FLAGS) \
7641a28b98bSmrg	    --srcdir=../.. --prefix="$$dc_install_base" \
7650ed7c580Smrg	  && $(MAKE) $(AM_MAKEFLAGS) \
7661a28b98bSmrg	  && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
7670ed7c580Smrg	  && $(MAKE) $(AM_MAKEFLAGS) check \
7680ed7c580Smrg	  && $(MAKE) $(AM_MAKEFLAGS) install \
7690ed7c580Smrg	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
7700ed7c580Smrg	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
7710ed7c580Smrg	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
7720ed7c580Smrg	        distuninstallcheck \
7730ed7c580Smrg	  && chmod -R a-w "$$dc_install_base" \
7740ed7c580Smrg	  && ({ \
7750ed7c580Smrg	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
7760ed7c580Smrg	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
7770ed7c580Smrg	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
7780ed7c580Smrg	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
7790ed7c580Smrg	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
7800ed7c580Smrg	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
7810ed7c580Smrg	  && rm -rf "$$dc_destdir" \
7820ed7c580Smrg	  && $(MAKE) $(AM_MAKEFLAGS) dist \
7830ed7c580Smrg	  && rm -rf $(DIST_ARCHIVES) \
7840ed7c580Smrg	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
7850ed7c580Smrg	  && cd "$$am__cwd" \
7860ed7c580Smrg	  || exit 1
7870ed7c580Smrg	$(am__post_remove_distdir)
7880ed7c580Smrg	@(echo "$(distdir) archives ready for distribution: "; \
7890ed7c580Smrg	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
7900ed7c580Smrg	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
7910ed7c580Smrgdistuninstallcheck:
7920ed7c580Smrg	@test -n '$(distuninstallcheck_dir)' || { \
7930ed7c580Smrg	  echo 'ERROR: trying to run $@ with an empty' \
7940ed7c580Smrg	       '$$(distuninstallcheck_dir)' >&2; \
7950ed7c580Smrg	  exit 1; \
7960ed7c580Smrg	}; \
7970ed7c580Smrg	$(am__cd) '$(distuninstallcheck_dir)' || { \
7980ed7c580Smrg	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
7990ed7c580Smrg	  exit 1; \
8000ed7c580Smrg	}; \
8010ed7c580Smrg	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
8020ed7c580Smrg	   || { echo "ERROR: files left after uninstall:" ; \
8030ed7c580Smrg	        if test -n "$(DESTDIR)"; then \
8040ed7c580Smrg	          echo "  (check DESTDIR support)"; \
8050ed7c580Smrg	        fi ; \
8060ed7c580Smrg	        $(distuninstallcheck_listfiles) ; \
8070ed7c580Smrg	        exit 1; } >&2
8080ed7c580Smrgdistcleancheck: distclean
8090ed7c580Smrg	@if test '$(srcdir)' = . ; then \
8100ed7c580Smrg	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
8110ed7c580Smrg	  exit 1 ; \
8120ed7c580Smrg	fi
8130ed7c580Smrg	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
8140ed7c580Smrg	  || { echo "ERROR: files left in build directory after distclean:" ; \
8150ed7c580Smrg	       $(distcleancheck_listfiles) ; \
8160ed7c580Smrg	       exit 1; } >&2
8170ed7c580Smrgcheck-am: all-am
8180ed7c580Smrgcheck: check-recursive
8190ed7c580Smrgall-am: Makefile $(PROGRAMS) config.h
8200ed7c580Smrginstalldirs: installdirs-recursive
8210ed7c580Smrginstalldirs-am:
8220ed7c580Smrg	for dir in "$(DESTDIR)$(bindir)"; do \
8230ed7c580Smrg	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
8240ed7c580Smrg	done
8250ed7c580Smrginstall: install-recursive
8260ed7c580Smrginstall-exec: install-exec-recursive
8270ed7c580Smrginstall-data: install-data-recursive
8280ed7c580Smrguninstall: uninstall-recursive
8290ed7c580Smrg
8300ed7c580Smrginstall-am: all-am
8310ed7c580Smrg	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
8320ed7c580Smrg
8330ed7c580Smrginstallcheck: installcheck-recursive
8340ed7c580Smrginstall-strip:
8350ed7c580Smrg	if test -z '$(STRIP)'; then \
8360ed7c580Smrg	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
8370ed7c580Smrg	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
8380ed7c580Smrg	      install; \
8390ed7c580Smrg	else \
8400ed7c580Smrg	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
8410ed7c580Smrg	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
8420ed7c580Smrg	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
8430ed7c580Smrg	fi
8440ed7c580Smrgmostlyclean-generic:
8450ed7c580Smrg
8460ed7c580Smrgclean-generic:
8470ed7c580Smrg
8480ed7c580Smrgdistclean-generic:
849a0cd246fSmrg	-$(am__rm_f) $(CONFIG_CLEAN_FILES)
850a0cd246fSmrg	-test . = "$(srcdir)" || $(am__rm_f) $(CONFIG_CLEAN_VPATH_FILES)
8510ed7c580Smrg
8520ed7c580Smrgmaintainer-clean-generic:
8530ed7c580Smrg	@echo "This command is intended for maintainers to use"
8540ed7c580Smrg	@echo "it deletes files that may require special tools to rebuild."
855a0cd246fSmrg	-$(am__rm_f) $(MAINTAINERCLEANFILES)
8560ed7c580Smrgclean: clean-recursive
8570ed7c580Smrg
8580ed7c580Smrgclean-am: clean-binPROGRAMS clean-generic mostlyclean-am
8590ed7c580Smrg
8600ed7c580Smrgdistclean: distclean-recursive
8610ed7c580Smrg	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
862a0cd246fSmrg	-rm -f ./$(DEPDIR)/showfont.Po
8630ed7c580Smrg	-rm -f Makefile
8640ed7c580Smrgdistclean-am: clean-am distclean-compile distclean-generic \
8650ed7c580Smrg	distclean-hdr distclean-tags
8660ed7c580Smrg
8670ed7c580Smrgdvi: dvi-recursive
8680ed7c580Smrg
8690ed7c580Smrgdvi-am:
8700ed7c580Smrg
8710ed7c580Smrghtml: html-recursive
8720ed7c580Smrg
8730ed7c580Smrghtml-am:
8740ed7c580Smrg
8750ed7c580Smrginfo: info-recursive
8760ed7c580Smrg
8770ed7c580Smrginfo-am:
8780ed7c580Smrg
8790ed7c580Smrginstall-data-am:
8800ed7c580Smrg
8810ed7c580Smrginstall-dvi: install-dvi-recursive
8820ed7c580Smrg
8830ed7c580Smrginstall-dvi-am:
8840ed7c580Smrg
8850ed7c580Smrginstall-exec-am: install-binPROGRAMS
8860ed7c580Smrg
8870ed7c580Smrginstall-html: install-html-recursive
8880ed7c580Smrg
8890ed7c580Smrginstall-html-am:
8900ed7c580Smrg
8910ed7c580Smrginstall-info: install-info-recursive
8920ed7c580Smrg
8930ed7c580Smrginstall-info-am:
8940ed7c580Smrg
8950ed7c580Smrginstall-man:
8960ed7c580Smrg
8970ed7c580Smrginstall-pdf: install-pdf-recursive
8980ed7c580Smrg
8990ed7c580Smrginstall-pdf-am:
9000ed7c580Smrg
9010ed7c580Smrginstall-ps: install-ps-recursive
9020ed7c580Smrg
9030ed7c580Smrginstall-ps-am:
9040ed7c580Smrg
9050ed7c580Smrginstallcheck-am:
9060ed7c580Smrg
9070ed7c580Smrgmaintainer-clean: maintainer-clean-recursive
9080ed7c580Smrg	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
9090ed7c580Smrg	-rm -rf $(top_srcdir)/autom4te.cache
910a0cd246fSmrg	-rm -f ./$(DEPDIR)/showfont.Po
9110ed7c580Smrg	-rm -f Makefile
9120ed7c580Smrgmaintainer-clean-am: distclean-am maintainer-clean-generic
9130ed7c580Smrg
9140ed7c580Smrgmostlyclean: mostlyclean-recursive
9150ed7c580Smrg
9160ed7c580Smrgmostlyclean-am: mostlyclean-compile mostlyclean-generic
9170ed7c580Smrg
9180ed7c580Smrgpdf: pdf-recursive
9190ed7c580Smrg
9200ed7c580Smrgpdf-am:
9210ed7c580Smrg
9220ed7c580Smrgps: ps-recursive
9230ed7c580Smrg
9240ed7c580Smrgps-am:
9250ed7c580Smrg
9260ed7c580Smrguninstall-am: uninstall-binPROGRAMS
9270ed7c580Smrg
9280ed7c580Smrg.MAKE: $(am__recursive_targets) all install-am install-strip
9290ed7c580Smrg
9300ed7c580Smrg.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
9311a28b98bSmrg	am--depfiles am--refresh check check-am clean \
9321a28b98bSmrg	clean-binPROGRAMS clean-cscope clean-generic cscope \
9331a28b98bSmrg	cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
9341a28b98bSmrg	dist-gzip dist-hook dist-lzip dist-shar dist-tarZ dist-xz \
9351a28b98bSmrg	dist-zip dist-zstd distcheck distclean distclean-compile \
9361a28b98bSmrg	distclean-generic distclean-hdr distclean-tags distcleancheck \
9371a28b98bSmrg	distdir distuninstallcheck dvi dvi-am html html-am info \
9381a28b98bSmrg	info-am install install-am install-binPROGRAMS install-data \
9391a28b98bSmrg	install-data-am install-dvi install-dvi-am install-exec \
9401a28b98bSmrg	install-exec-am install-html install-html-am install-info \
9411a28b98bSmrg	install-info-am install-man install-pdf install-pdf-am \
9421a28b98bSmrg	install-ps install-ps-am install-strip installcheck \
9431a28b98bSmrg	installcheck-am installdirs installdirs-am maintainer-clean \
9441a28b98bSmrg	maintainer-clean-generic mostlyclean mostlyclean-compile \
9451a28b98bSmrg	mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
9461a28b98bSmrg	uninstall-am uninstall-binPROGRAMS
9471a28b98bSmrg
9481a28b98bSmrg.PRECIOUS: Makefile
9490ed7c580Smrg
9500ed7c580Smrg
9510ed7c580Smrg.PHONY: ChangeLog INSTALL
9520ed7c580Smrg
9530ed7c580SmrgINSTALL:
9540ed7c580Smrg	$(INSTALL_CMD)
9550ed7c580Smrg
9560ed7c580SmrgChangeLog:
9570ed7c580Smrg	$(CHANGELOG_CMD)
9580ed7c580Smrg
9590ed7c580Smrgdist-hook: ChangeLog INSTALL
9600ed7c580Smrg
9610ed7c580Smrg# Tell versions [3.59,3.63) of GNU make to not export all variables.
9620ed7c580Smrg# Otherwise a system limit (for SysV at least) may be exceeded.
9630ed7c580Smrg.NOEXPORT:
964a0cd246fSmrg
965a0cd246fSmrg# Tell GNU make to disable its built-in pattern rules.
966a0cd246fSmrg%:: %,v
967a0cd246fSmrg%:: RCS/%,v
968a0cd246fSmrg%:: RCS/%
969a0cd246fSmrg%:: s.%
970a0cd246fSmrg%:: SCCS/s.%
971