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