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