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