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