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