1# Makefile.in generated by automake 1.16.2 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2020 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@
16VPATH = @srcdir@
17am__is_gnu_make = { \
18  if test -z '$(MAKELEVEL)'; then \
19    false; \
20  elif test -n '$(MAKE_HOST)'; then \
21    true; \
22  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23    true; \
24  else \
25    false; \
26  fi; \
27}
28am__make_running_with_option = \
29  case $${target_option-} in \
30      ?) ;; \
31      *) echo "am__make_running_with_option: internal error: invalid" \
32              "target option '$${target_option-}' specified" >&2; \
33         exit 1;; \
34  esac; \
35  has_opt=no; \
36  sane_makeflags=$$MAKEFLAGS; \
37  if $(am__is_gnu_make); then \
38    sane_makeflags=$$MFLAGS; \
39  else \
40    case $$MAKEFLAGS in \
41      *\\[\ \	]*) \
42        bs=\\; \
43        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
45    esac; \
46  fi; \
47  skip_next=no; \
48  strip_trailopt () \
49  { \
50    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51  }; \
52  for flg in $$sane_makeflags; do \
53    test $$skip_next = yes && { skip_next=no; continue; }; \
54    case $$flg in \
55      *=*|--*) continue;; \
56        -*I) strip_trailopt 'I'; skip_next=yes;; \
57      -*I?*) strip_trailopt 'I';; \
58        -*O) strip_trailopt 'O'; skip_next=yes;; \
59      -*O?*) strip_trailopt 'O';; \
60        -*l) strip_trailopt 'l'; skip_next=yes;; \
61      -*l?*) strip_trailopt 'l';; \
62      -[dEDm]) skip_next=yes;; \
63      -[JT]) skip_next=yes;; \
64    esac; \
65    case $$flg in \
66      *$$target_option*) has_opt=yes; break;; \
67    esac; \
68  done; \
69  test $$has_opt = yes
70am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72pkgdatadir = $(datadir)/@PACKAGE@
73pkgincludedir = $(includedir)/@PACKAGE@
74pkglibdir = $(libdir)/@PACKAGE@
75pkglibexecdir = $(libexecdir)/@PACKAGE@
76am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77install_sh_DATA = $(install_sh) -c -m 644
78install_sh_PROGRAM = $(install_sh) -c
79install_sh_SCRIPT = $(install_sh) -c
80INSTALL_HEADER = $(INSTALL_DATA)
81transform = $(program_transform_name)
82NORMAL_INSTALL = :
83PRE_INSTALL = :
84POST_INSTALL = :
85NORMAL_UNINSTALL = :
86PRE_UNINSTALL = :
87POST_UNINSTALL = :
88build_triplet = @build@
89host_triplet = @host@
90subdir = .
91ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92am__aclocal_m4_deps = $(top_srcdir)/configure.ac
93am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
94	$(ACLOCAL_M4)
95DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
96	$(am__configure_deps) $(am__DIST_COMMON)
97am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
98 configure.lineno config.status.lineno
99mkinstalldirs = $(install_sh) -d
100CONFIG_HEADER = config.h
101CONFIG_CLEAN_FILES =
102CONFIG_CLEAN_VPATH_FILES =
103AM_V_P = $(am__v_P_@AM_V@)
104am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
105am__v_P_0 = false
106am__v_P_1 = :
107AM_V_GEN = $(am__v_GEN_@AM_V@)
108am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
109am__v_GEN_0 = @echo "  GEN     " $@;
110am__v_GEN_1 =
111AM_V_at = $(am__v_at_@AM_V@)
112am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
113am__v_at_0 = @
114am__v_at_1 =
115SOURCES =
116DIST_SOURCES =
117RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
118	ctags-recursive dvi-recursive html-recursive info-recursive \
119	install-data-recursive install-dvi-recursive \
120	install-exec-recursive install-html-recursive \
121	install-info-recursive install-pdf-recursive \
122	install-ps-recursive install-recursive installcheck-recursive \
123	installdirs-recursive pdf-recursive ps-recursive \
124	tags-recursive uninstall-recursive
125am__can_run_installinfo = \
126  case $$AM_UPDATE_INFO_DIR in \
127    n|no|NO) false;; \
128    *) (install-info --version) >/dev/null 2>&1;; \
129  esac
130RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
131  distclean-recursive maintainer-clean-recursive
132am__recursive_targets = \
133  $(RECURSIVE_TARGETS) \
134  $(RECURSIVE_CLEAN_TARGETS) \
135  $(am__extra_recursive_targets)
136AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
137	cscope distdir distdir-am dist dist-all distcheck
138am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
139	config.h.in
140# Read a list of newline-separated strings from the standard input,
141# and print each of them once, without duplicates.  Input order is
142# *not* preserved.
143am__uniquify_input = $(AWK) '\
144  BEGIN { nonempty = 0; } \
145  { items[$$0] = 1; nonempty = 1; } \
146  END { if (nonempty) { for (i in items) print i; }; } \
147'
148# Make sure the list of sources is unique.  This is necessary because,
149# e.g., the same source file might be shared among _SOURCES variables
150# for different programs/libraries.
151am__define_uniq_tagged_files = \
152  list='$(am__tagged_files)'; \
153  unique=`for i in $$list; do \
154    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
155  done | $(am__uniquify_input)`
156ETAGS = etags
157CTAGS = ctags
158CSCOPE = cscope
159DIST_SUBDIRS = $(SUBDIRS)
160am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in AUTHORS \
161	COPYING ChangeLog INSTALL NEWS README TODO compile \
162	config.guess config.sub install-sh missing
163DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
164distdir = $(PACKAGE)-$(VERSION)
165top_distdir = $(distdir)
166am__remove_distdir = \
167  if test -d "$(distdir)"; then \
168    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
169      && rm -rf "$(distdir)" \
170      || { sleep 5 && rm -rf "$(distdir)"; }; \
171  else :; fi
172am__post_remove_distdir = $(am__remove_distdir)
173am__relativize = \
174  dir0=`pwd`; \
175  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
176  sed_rest='s,^[^/]*/*,,'; \
177  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
178  sed_butlast='s,/*[^/]*$$,,'; \
179  while test -n "$$dir1"; do \
180    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
181    if test "$$first" != "."; then \
182      if test "$$first" = ".."; then \
183        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
184        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
185      else \
186        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
187        if test "$$first2" = "$$first"; then \
188          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
189        else \
190          dir2="../$$dir2"; \
191        fi; \
192        dir0="$$dir0"/"$$first"; \
193      fi; \
194    fi; \
195    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
196  done; \
197  reldir="$$dir2"
198DIST_ARCHIVES = $(distdir).tar.gz
199GZIP_ENV = --best
200DIST_TARGETS = dist-gzip
201distuninstallcheck_listfiles = find . -type f -print
202am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
203  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
204distcleancheck_listfiles = find . -type f -print
205ACLOCAL = @ACLOCAL@
206AMTAR = @AMTAR@
207AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
208AUTOCONF = @AUTOCONF@
209AUTOHEADER = @AUTOHEADER@
210AUTOMAKE = @AUTOMAKE@
211AWK = @AWK@
212CC = @CC@
213CCDEPMODE = @CCDEPMODE@
214CFLAGS = @CFLAGS@
215CPP = @CPP@
216CPPFLAGS = @CPPFLAGS@
217CVS2CL = @CVS2CL@
218CYGPATH_W = @CYGPATH_W@
219DEFAULT_ASKPASS = @DEFAULT_ASKPASS@
220DEFS = @DEFS@
221DEPDIR = @DEPDIR@
222ECHO_C = @ECHO_C@
223ECHO_N = @ECHO_N@
224ECHO_T = @ECHO_T@
225EGREP = @EGREP@
226EXEEXT = @EXEEXT@
227GCRYPT_MAN_STATUS = @GCRYPT_MAN_STATUS@
228GNUTLS_COMMON_O = @GNUTLS_COMMON_O@
229GNUTLS_MAN_STATUS = @GNUTLS_MAN_STATUS@
230GREP = @GREP@
231INSTALL = @INSTALL@
232INSTALL_DATA = @INSTALL_DATA@
233INSTALL_PROGRAM = @INSTALL_PROGRAM@
234INSTALL_SCRIPT = @INSTALL_SCRIPT@
235INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
236LDFLAGS = @LDFLAGS@
237LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
238LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
239LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
240LIBGNUTLS_CFLAGS = @LIBGNUTLS_CFLAGS@
241LIBGNUTLS_LIBS = @LIBGNUTLS_LIBS@
242LIBOBJS = @LIBOBJS@
243LIBS = @LIBS@
244LTLIBOBJS = @LTLIBOBJS@
245MAKEINFO = @MAKEINFO@
246MKDIR_P = @MKDIR_P@
247OBJEXT = @OBJEXT@
248PACKAGE = @PACKAGE@
249PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
250PACKAGE_NAME = @PACKAGE_NAME@
251PACKAGE_STRING = @PACKAGE_STRING@
252PACKAGE_TARNAME = @PACKAGE_TARNAME@
253PACKAGE_URL = @PACKAGE_URL@
254PACKAGE_VERSION = @PACKAGE_VERSION@
255PATH_SEPARATOR = @PATH_SEPARATOR@
256PKG_CONFIG = @PKG_CONFIG@
257PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
258PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
259RANLIB = @RANLIB@
260SET_MAKE = @SET_MAKE@
261SHELL = @SHELL@
262SKINDIR = @SKINDIR@
263STRIP = @STRIP@
264VERSION = @VERSION@
265XMKMF = @XMKMF@
266X_CFLAGS = @X_CFLAGS@
267X_EXTRA_LIBS = @X_EXTRA_LIBS@
268X_LIBS = @X_LIBS@
269X_PRE_LIBS = @X_PRE_LIBS@
270abs_builddir = @abs_builddir@
271abs_srcdir = @abs_srcdir@
272abs_top_builddir = @abs_top_builddir@
273abs_top_srcdir = @abs_top_srcdir@
274ac_ct_CC = @ac_ct_CC@
275am__include = @am__include@
276am__leading_dot = @am__leading_dot@
277am__quote = @am__quote@
278am__tar = @am__tar@
279am__untar = @am__untar@
280bindir = @bindir@
281build = @build@
282build_alias = @build_alias@
283build_cpu = @build_cpu@
284build_os = @build_os@
285build_vendor = @build_vendor@
286builddir = @builddir@
287datadir = @datadir@
288datarootdir = @datarootdir@
289docdir = @docdir@
290dvidir = @dvidir@
291exec_prefix = @exec_prefix@
292host = @host@
293host_alias = @host_alias@
294host_cpu = @host_cpu@
295host_os = @host_os@
296host_vendor = @host_vendor@
297htmldir = @htmldir@
298includedir = @includedir@
299infodir = @infodir@
300install_sh = @install_sh@
301libdir = @libdir@
302libexecdir = @libexecdir@
303localedir = @localedir@
304localstatedir = @localstatedir@
305mandir = @mandir@
306mkdir_p = @mkdir_p@
307oldincludedir = @oldincludedir@
308pdfdir = @pdfdir@
309prefix = @prefix@
310program_transform_name = @program_transform_name@
311psdir = @psdir@
312runstatedir = @runstatedir@
313sbindir = @sbindir@
314sharedstatedir = @sharedstatedir@
315srcdir = @srcdir@
316sysconfdir = @sysconfdir@
317target_alias = @target_alias@
318top_build_prefix = @top_build_prefix@
319top_builddir = @top_builddir@
320top_srcdir = @top_srcdir@
321SUBDIRS = wmgeneral wmbiff
322EXTRA_DIST = ChangeLog FAQ TODO
323
324# make maintainer-clean is all about returning to CVS.
325# aclocal.m4 is generated by aclocal
326# config.h.in is generated by autoheader
327# stamp-h.in appears somewhere
328# Makefile.in and configure are obviously generated.
329MAINTAINERCLEANFILES = aclocal.m4 config.h.in stamp-h.in  \
330  Makefile.in configure Changelog.bak stamp-h1
331
332
333# conf.libgnutlstest seems to outstay its welcome.
334# I don't know why the -stamp s linger.
335DISTCLEANFILES = conf.libgnutlstest build-stamp install-stamp
336all: config.h
337	$(MAKE) $(AM_MAKEFLAGS) all-recursive
338
339.SUFFIXES:
340am--refresh: Makefile
341	@:
342$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
343	@for dep in $?; do \
344	  case '$(am__configure_deps)' in \
345	    *$$dep*) \
346	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
347	      $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
348		&& exit 0; \
349	      exit 1;; \
350	  esac; \
351	done; \
352	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
353	$(am__cd) $(top_srcdir) && \
354	  $(AUTOMAKE) --gnu Makefile
355Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
356	@case '$?' in \
357	  *config.status*) \
358	    echo ' $(SHELL) ./config.status'; \
359	    $(SHELL) ./config.status;; \
360	  *) \
361	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
362	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
363	esac;
364
365$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
366	$(SHELL) ./config.status --recheck
367
368$(top_srcdir)/configure:  $(am__configure_deps)
369	$(am__cd) $(srcdir) && $(AUTOCONF)
370$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
371	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
372$(am__aclocal_m4_deps):
373
374config.h: stamp-h1
375	@test -f $@ || rm -f stamp-h1
376	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
377
378stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
379	@rm -f stamp-h1
380	cd $(top_builddir) && $(SHELL) ./config.status config.h
381$(srcdir)/config.h.in:  $(am__configure_deps)
382	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
383	rm -f stamp-h1
384	touch $@
385
386distclean-hdr:
387	-rm -f config.h stamp-h1
388
389# This directory's subdirectories are mostly independent; you can cd
390# into them and run 'make' without going through this Makefile.
391# To change the values of 'make' variables: instead of editing Makefiles,
392# (1) if the variable is set in 'config.status', edit 'config.status'
393#     (which will cause the Makefiles to be regenerated when you run 'make');
394# (2) otherwise, pass the desired values on the 'make' command line.
395$(am__recursive_targets):
396	@fail=; \
397	if $(am__make_keepgoing); then \
398	  failcom='fail=yes'; \
399	else \
400	  failcom='exit 1'; \
401	fi; \
402	dot_seen=no; \
403	target=`echo $@ | sed s/-recursive//`; \
404	case "$@" in \
405	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
406	  *) list='$(SUBDIRS)' ;; \
407	esac; \
408	for subdir in $$list; do \
409	  echo "Making $$target in $$subdir"; \
410	  if test "$$subdir" = "."; then \
411	    dot_seen=yes; \
412	    local_target="$$target-am"; \
413	  else \
414	    local_target="$$target"; \
415	  fi; \
416	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
417	  || eval $$failcom; \
418	done; \
419	if test "$$dot_seen" = "no"; then \
420	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
421	fi; test -z "$$fail"
422
423ID: $(am__tagged_files)
424	$(am__define_uniq_tagged_files); mkid -fID $$unique
425tags: tags-recursive
426TAGS: tags
427
428tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
429	set x; \
430	here=`pwd`; \
431	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
432	  include_option=--etags-include; \
433	  empty_fix=.; \
434	else \
435	  include_option=--include; \
436	  empty_fix=; \
437	fi; \
438	list='$(SUBDIRS)'; for subdir in $$list; do \
439	  if test "$$subdir" = .; then :; else \
440	    test ! -f $$subdir/TAGS || \
441	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
442	  fi; \
443	done; \
444	$(am__define_uniq_tagged_files); \
445	shift; \
446	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
447	  test -n "$$unique" || unique=$$empty_fix; \
448	  if test $$# -gt 0; then \
449	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
450	      "$$@" $$unique; \
451	  else \
452	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
453	      $$unique; \
454	  fi; \
455	fi
456ctags: ctags-recursive
457
458CTAGS: ctags
459ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
460	$(am__define_uniq_tagged_files); \
461	test -z "$(CTAGS_ARGS)$$unique" \
462	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
463	     $$unique
464
465GTAGS:
466	here=`$(am__cd) $(top_builddir) && pwd` \
467	  && $(am__cd) $(top_srcdir) \
468	  && gtags -i $(GTAGS_ARGS) "$$here"
469cscope: cscope.files
470	test ! -s cscope.files \
471	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
472clean-cscope:
473	-rm -f cscope.files
474cscope.files: clean-cscope cscopelist
475cscopelist: cscopelist-recursive
476
477cscopelist-am: $(am__tagged_files)
478	list='$(am__tagged_files)'; \
479	case "$(srcdir)" in \
480	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
481	  *) sdir=$(subdir)/$(srcdir) ;; \
482	esac; \
483	for i in $$list; do \
484	  if test -f "$$i"; then \
485	    echo "$(subdir)/$$i"; \
486	  else \
487	    echo "$$sdir/$$i"; \
488	  fi; \
489	done >> $(top_builddir)/cscope.files
490
491distclean-tags:
492	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
493	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
494
495distdir: $(BUILT_SOURCES)
496	$(MAKE) $(AM_MAKEFLAGS) distdir-am
497
498distdir-am: $(DISTFILES)
499	$(am__remove_distdir)
500	test -d "$(distdir)" || mkdir "$(distdir)"
501	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
502	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
503	list='$(DISTFILES)'; \
504	  dist_files=`for file in $$list; do echo $$file; done | \
505	  sed -e "s|^$$srcdirstrip/||;t" \
506	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
507	case $$dist_files in \
508	  */*) $(MKDIR_P) `echo "$$dist_files" | \
509			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
510			   sort -u` ;; \
511	esac; \
512	for file in $$dist_files; do \
513	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
514	  if test -d $$d/$$file; then \
515	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
516	    if test -d "$(distdir)/$$file"; then \
517	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
518	    fi; \
519	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
520	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
521	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
522	    fi; \
523	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
524	  else \
525	    test -f "$(distdir)/$$file" \
526	    || cp -p $$d/$$file "$(distdir)/$$file" \
527	    || exit 1; \
528	  fi; \
529	done
530	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
531	  if test "$$subdir" = .; then :; else \
532	    $(am__make_dryrun) \
533	      || test -d "$(distdir)/$$subdir" \
534	      || $(MKDIR_P) "$(distdir)/$$subdir" \
535	      || exit 1; \
536	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
537	    $(am__relativize); \
538	    new_distdir=$$reldir; \
539	    dir1=$$subdir; dir2="$(top_distdir)"; \
540	    $(am__relativize); \
541	    new_top_distdir=$$reldir; \
542	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
543	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
544	    ($(am__cd) $$subdir && \
545	      $(MAKE) $(AM_MAKEFLAGS) \
546	        top_distdir="$$new_top_distdir" \
547	        distdir="$$new_distdir" \
548		am__remove_distdir=: \
549		am__skip_length_check=: \
550		am__skip_mode_fix=: \
551	        distdir) \
552	      || exit 1; \
553	  fi; \
554	done
555	-test -n "$(am__skip_mode_fix)" \
556	|| find "$(distdir)" -type d ! -perm -755 \
557		-exec chmod u+rwx,go+rx {} \; -o \
558	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
559	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
560	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
561	|| chmod -R a+r "$(distdir)"
562dist-gzip: distdir
563	tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
564	$(am__post_remove_distdir)
565
566dist-bzip2: distdir
567	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
568	$(am__post_remove_distdir)
569
570dist-lzip: distdir
571	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
572	$(am__post_remove_distdir)
573
574dist-xz: distdir
575	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
576	$(am__post_remove_distdir)
577
578dist-zstd: distdir
579	tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
580	$(am__post_remove_distdir)
581
582dist-tarZ: distdir
583	@echo WARNING: "Support for distribution archives compressed with" \
584		       "legacy program 'compress' is deprecated." >&2
585	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
586	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
587	$(am__post_remove_distdir)
588
589dist-shar: distdir
590	@echo WARNING: "Support for shar distribution archives is" \
591	               "deprecated." >&2
592	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
593	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
594	$(am__post_remove_distdir)
595
596dist-zip: distdir
597	-rm -f $(distdir).zip
598	zip -rq $(distdir).zip $(distdir)
599	$(am__post_remove_distdir)
600
601dist dist-all:
602	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
603	$(am__post_remove_distdir)
604
605# This target untars the dist file and tries a VPATH configuration.  Then
606# it guarantees that the distribution is self-contained by making another
607# tarfile.
608distcheck: dist
609	case '$(DIST_ARCHIVES)' in \
610	*.tar.gz*) \
611	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
612	*.tar.bz2*) \
613	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
614	*.tar.lz*) \
615	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
616	*.tar.xz*) \
617	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
618	*.tar.Z*) \
619	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
620	*.shar.gz*) \
621	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
622	*.zip*) \
623	  unzip $(distdir).zip ;;\
624	*.tar.zst*) \
625	  zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
626	esac
627	chmod -R a-w $(distdir)
628	chmod u+w $(distdir)
629	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
630	chmod a-w $(distdir)
631	test -d $(distdir)/_build || exit 0; \
632	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
633	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
634	  && am__cwd=`pwd` \
635	  && $(am__cd) $(distdir)/_build/sub \
636	  && ../../configure \
637	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
638	    $(DISTCHECK_CONFIGURE_FLAGS) \
639	    --srcdir=../.. --prefix="$$dc_install_base" \
640	  && $(MAKE) $(AM_MAKEFLAGS) \
641	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
642	  && $(MAKE) $(AM_MAKEFLAGS) check \
643	  && $(MAKE) $(AM_MAKEFLAGS) install \
644	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
645	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
646	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
647	        distuninstallcheck \
648	  && chmod -R a-w "$$dc_install_base" \
649	  && ({ \
650	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
651	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
652	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
653	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
654	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
655	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
656	  && rm -rf "$$dc_destdir" \
657	  && $(MAKE) $(AM_MAKEFLAGS) dist \
658	  && rm -rf $(DIST_ARCHIVES) \
659	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
660	  && cd "$$am__cwd" \
661	  || exit 1
662	$(am__post_remove_distdir)
663	@(echo "$(distdir) archives ready for distribution: "; \
664	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
665	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
666distuninstallcheck:
667	@test -n '$(distuninstallcheck_dir)' || { \
668	  echo 'ERROR: trying to run $@ with an empty' \
669	       '$$(distuninstallcheck_dir)' >&2; \
670	  exit 1; \
671	}; \
672	$(am__cd) '$(distuninstallcheck_dir)' || { \
673	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
674	  exit 1; \
675	}; \
676	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
677	   || { echo "ERROR: files left after uninstall:" ; \
678	        if test -n "$(DESTDIR)"; then \
679	          echo "  (check DESTDIR support)"; \
680	        fi ; \
681	        $(distuninstallcheck_listfiles) ; \
682	        exit 1; } >&2
683distcleancheck: distclean
684	@if test '$(srcdir)' = . ; then \
685	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
686	  exit 1 ; \
687	fi
688	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
689	  || { echo "ERROR: files left in build directory after distclean:" ; \
690	       $(distcleancheck_listfiles) ; \
691	       exit 1; } >&2
692check-am: all-am
693check: check-recursive
694all-am: Makefile config.h
695installdirs: installdirs-recursive
696installdirs-am:
697install: install-recursive
698install-exec: install-exec-recursive
699install-data: install-data-recursive
700uninstall: uninstall-recursive
701
702install-am: all-am
703	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
704
705installcheck: installcheck-recursive
706install-strip:
707	if test -z '$(STRIP)'; then \
708	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
709	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
710	      install; \
711	else \
712	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
713	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
714	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
715	fi
716mostlyclean-generic:
717
718clean-generic:
719
720distclean-generic:
721	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
722	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
723	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
724
725maintainer-clean-generic:
726	@echo "This command is intended for maintainers to use"
727	@echo "it deletes files that may require special tools to rebuild."
728	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
729clean: clean-recursive
730
731clean-am: clean-generic mostlyclean-am
732
733distclean: distclean-recursive
734	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
735	-rm -f Makefile
736distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
737
738dvi: dvi-recursive
739
740dvi-am:
741
742html: html-recursive
743
744html-am:
745
746info: info-recursive
747
748info-am:
749
750install-data-am:
751
752install-dvi: install-dvi-recursive
753
754install-dvi-am:
755
756install-exec-am:
757
758install-html: install-html-recursive
759
760install-html-am:
761
762install-info: install-info-recursive
763
764install-info-am:
765
766install-man:
767
768install-pdf: install-pdf-recursive
769
770install-pdf-am:
771
772install-ps: install-ps-recursive
773
774install-ps-am:
775
776installcheck-am:
777
778maintainer-clean: maintainer-clean-recursive
779	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
780	-rm -rf $(top_srcdir)/autom4te.cache
781	-rm -f Makefile
782maintainer-clean-am: distclean-am maintainer-clean-generic \
783	maintainer-clean-local
784
785mostlyclean: mostlyclean-recursive
786
787mostlyclean-am: mostlyclean-generic
788
789pdf: pdf-recursive
790
791pdf-am:
792
793ps: ps-recursive
794
795ps-am:
796
797uninstall-am:
798
799.MAKE: $(am__recursive_targets) all install-am install-strip
800
801.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
802	am--refresh check check-am clean clean-cscope clean-generic \
803	cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
804	dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
805	dist-zstd distcheck distclean distclean-generic distclean-hdr \
806	distclean-tags distcleancheck distdir distuninstallcheck dvi \
807	dvi-am html html-am info info-am install install-am \
808	install-data install-data-am install-dvi install-dvi-am \
809	install-exec install-exec-am install-html install-html-am \
810	install-info install-info-am install-man install-pdf \
811	install-pdf-am install-ps install-ps-am install-strip \
812	installcheck installcheck-am installdirs installdirs-am \
813	maintainer-clean maintainer-clean-generic \
814	maintainer-clean-local mostlyclean mostlyclean-generic pdf \
815	pdf-am ps ps-am tags tags-am uninstall uninstall-am
816
817.PRECIOUS: Makefile
818
819maintainer-clean-local:
820	rm -f *~
821
822dist-hook-local: ChangeLog
823	chmod -R g-s .
824
825indent:
826	cd wmbiff && make indent
827	cd wmgeneral && make indent
828
829# manually increment version in configure.ac, which should be enough.
830ChangeLog: Makefile configure.ac
831	@if test "x$(CVS2CL)" != "x" && test -e maint/changelog.sed; then \
832		echo "Running $(CVS2CL)..."; \
833		$(CVS2CL) --stdout --utc --day-of-week -I TODO -I NEWS -I .cvsignore | \
834		sed -f maint/changelog.sed > $@; \
835	else \
836		echo "Unable to build ChangeLog for distribution"; \
837		exit 0; \
838	fi
839
840# Tell versions [3.59,3.63) of GNU make to not export all variables.
841# Otherwise a system limit (for SysV at least) may be exceeded.
842.NOEXPORT:
843