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