Makefile.in revision 9dd7914a
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#  Copyright 2005 Red Hat, Inc.
18# 
19#  Permission to use, copy, modify, distribute, and sell this software
20#  and its documentation for any purpose is hereby granted without fee,
21#  provided that the above copyright notice appear in all copies and
22#  that both that copyright notice and this permission notice appear in
23#  supporting documentation, and that the name of Red Hat not be used in
24#  advertising or publicity pertaining to distribution of the software
25#  without specific, written prior permission.  Red Hat makes no
26#  representations about the suitability of this software for any
27#  purpose.  It is provided "as is" without express or implied warranty.
28# 
29#  RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
30#  INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
31#  NO EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
32#  CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
33#  OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
34#  OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE
35#  USE OR PERFORMANCE OF THIS SOFTWARE.
36#
37#  Process this file with autoconf to create configure.
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@
113subdir = .
114ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
115am__aclocal_m4_deps = $(top_srcdir)/configure.ac
116am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
117	$(ACLOCAL_M4)
118DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
119	$(am__configure_deps) $(dist_doc_DATA) $(am__DIST_COMMON)
120am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
121 configure.lineno config.status.lineno
122mkinstalldirs = $(install_sh) -d
123CONFIG_CLEAN_FILES =
124CONFIG_CLEAN_VPATH_FILES =
125AM_V_P = $(am__v_P_@AM_V@)
126am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
127am__v_P_0 = false
128am__v_P_1 = :
129AM_V_GEN = $(am__v_GEN_@AM_V@)
130am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
131am__v_GEN_0 = @echo "  GEN     " $@;
132am__v_GEN_1 = 
133AM_V_at = $(am__v_at_@AM_V@)
134am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
135am__v_at_0 = @
136am__v_at_1 = 
137SOURCES =
138DIST_SOURCES =
139RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
140	ctags-recursive dvi-recursive html-recursive info-recursive \
141	install-data-recursive install-dvi-recursive \
142	install-exec-recursive install-html-recursive \
143	install-info-recursive install-pdf-recursive \
144	install-ps-recursive install-recursive installcheck-recursive \
145	installdirs-recursive pdf-recursive ps-recursive \
146	tags-recursive uninstall-recursive
147am__can_run_installinfo = \
148  case $$AM_UPDATE_INFO_DIR in \
149    n|no|NO) false;; \
150    *) (install-info --version) >/dev/null 2>&1;; \
151  esac
152am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
153am__vpath_adj = case $$p in \
154    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
155    *) f=$$p;; \
156  esac;
157am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
158am__install_max = 40
159am__nobase_strip_setup = \
160  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
161am__nobase_strip = \
162  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
163am__nobase_list = $(am__nobase_strip_setup); \
164  for p in $$list; do echo "$$p $$p"; done | \
165  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
166  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
167    if (++n[$$2] == $(am__install_max)) \
168      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
169    END { for (dir in files) print dir, files[dir] }'
170am__base_list = \
171  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
172  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
173am__uninstall_files_from_dir = { \
174  test -z "$$files" \
175    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
176    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
177         $(am__cd) "$$dir" && rm -f $$files; }; \
178  }
179am__installdirs = "$(DESTDIR)$(docdir)"
180DATA = $(dist_doc_DATA)
181RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
182  distclean-recursive maintainer-clean-recursive
183am__recursive_targets = \
184  $(RECURSIVE_TARGETS) \
185  $(RECURSIVE_CLEAN_TARGETS) \
186  $(am__extra_recursive_targets)
187AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
188	cscope distdir distdir-am dist dist-all distcheck
189am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
190# Read a list of newline-separated strings from the standard input,
191# and print each of them once, without duplicates.  Input order is
192# *not* preserved.
193am__uniquify_input = $(AWK) '\
194  BEGIN { nonempty = 0; } \
195  { items[$$0] = 1; nonempty = 1; } \
196  END { if (nonempty) { for (i in items) print i; }; } \
197'
198# Make sure the list of sources is unique.  This is necessary because,
199# e.g., the same source file might be shared among _SOURCES variables
200# for different programs/libraries.
201am__define_uniq_tagged_files = \
202  list='$(am__tagged_files)'; \
203  unique=`for i in $$list; do \
204    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
205  done | $(am__uniquify_input)`
206DIST_SUBDIRS = $(SUBDIRS)
207am__DIST_COMMON = $(srcdir)/Makefile.in ChangeLog INSTALL README.md \
208	config.guess config.sub install-sh missing
209DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
210distdir = $(PACKAGE)-$(VERSION)
211top_distdir = $(distdir)
212am__remove_distdir = \
213  if test -d "$(distdir)"; then \
214    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
215      && rm -rf "$(distdir)" \
216      || { sleep 5 && rm -rf "$(distdir)"; }; \
217  else :; fi
218am__post_remove_distdir = $(am__remove_distdir)
219am__relativize = \
220  dir0=`pwd`; \
221  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
222  sed_rest='s,^[^/]*/*,,'; \
223  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
224  sed_butlast='s,/*[^/]*$$,,'; \
225  while test -n "$$dir1"; do \
226    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
227    if test "$$first" != "."; then \
228      if test "$$first" = ".."; then \
229        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
230        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
231      else \
232        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
233        if test "$$first2" = "$$first"; then \
234          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
235        else \
236          dir2="../$$dir2"; \
237        fi; \
238        dir0="$$dir0"/"$$first"; \
239      fi; \
240    fi; \
241    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
242  done; \
243  reldir="$$dir2"
244DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz
245GZIP_ENV = --best
246DIST_TARGETS = dist-xz dist-gzip
247# Exists only to be overridden by the user if desired.
248AM_DISTCHECK_DVI_TARGET = dvi
249distuninstallcheck_listfiles = find . -type f -print
250am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
251  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
252distcleancheck_listfiles = find . -type f -print
253ACLOCAL = @ACLOCAL@
254ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
255ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
256AMTAR = @AMTAR@
257AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
258APP_MAN_DIR = @APP_MAN_DIR@
259APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
260AUTOCONF = @AUTOCONF@
261AUTOHEADER = @AUTOHEADER@
262AUTOMAKE = @AUTOMAKE@
263AWK = @AWK@
264CHANGELOG_CMD = @CHANGELOG_CMD@
265CSCOPE = @CSCOPE@
266CTAGS = @CTAGS@
267CYGPATH_W = @CYGPATH_W@
268DEFS = @DEFS@
269DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
270DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
271ECHO_C = @ECHO_C@
272ECHO_N = @ECHO_N@
273ECHO_T = @ECHO_T@
274ETAGS = @ETAGS@
275FILE_MAN_DIR = @FILE_MAN_DIR@
276FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
277FOP = @FOP@
278INSTALL = @INSTALL@
279INSTALL_CMD = @INSTALL_CMD@
280INSTALL_DATA = @INSTALL_DATA@
281INSTALL_PROGRAM = @INSTALL_PROGRAM@
282INSTALL_SCRIPT = @INSTALL_SCRIPT@
283INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
284LIBOBJS = @LIBOBJS@
285LIBS = @LIBS@
286LIB_MAN_DIR = @LIB_MAN_DIR@
287LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
288LTLIBOBJS = @LTLIBOBJS@
289MAKEINFO = @MAKEINFO@
290MAN_SUBSTS = @MAN_SUBSTS@
291MISC_MAN_DIR = @MISC_MAN_DIR@
292MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
293MKDIR_P = @MKDIR_P@
294PACKAGE = @PACKAGE@
295PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
296PACKAGE_NAME = @PACKAGE_NAME@
297PACKAGE_STRING = @PACKAGE_STRING@
298PACKAGE_TARNAME = @PACKAGE_TARNAME@
299PACKAGE_URL = @PACKAGE_URL@
300PACKAGE_VERSION = @PACKAGE_VERSION@
301PATH_SEPARATOR = @PATH_SEPARATOR@
302PKG_CONFIG = @PKG_CONFIG@
303PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
304PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
305SED = @SED@
306SET_MAKE = @SET_MAKE@
307SHELL = @SHELL@
308STRIP = @STRIP@
309STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@
310VERSION = @VERSION@
311XMLTO = @XMLTO@
312XORG_MAN_PAGE = @XORG_MAN_PAGE@
313XORG_SGML_PATH = @XORG_SGML_PATH@
314XSLTPROC = @XSLTPROC@
315XSL_STYLESHEET = @XSL_STYLESHEET@
316abs_builddir = @abs_builddir@
317abs_srcdir = @abs_srcdir@
318abs_top_builddir = @abs_top_builddir@
319abs_top_srcdir = @abs_top_srcdir@
320am__leading_dot = @am__leading_dot@
321am__tar = @am__tar@
322am__untar = @am__untar@
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@
364SUBDIRS = general man specs
365dist_doc_DATA = MAINTAINERS
366MAINTAINERCLEANFILES = ChangeLog INSTALL
367EXTRA_DIST = \
368	README.md \
369	misc/xlogo.epsi \
370	misc/xlogo.svg \
371	registry \
372	specs/BDF/bdf.ms \
373	specs/BDF/fig1.ps \
374	specs/BDF/fig2.ps \
375	specs/specindex.html
376
377all: all-recursive
378
379.SUFFIXES:
380am--refresh: Makefile
381	@:
382$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
383	@for dep in $?; do \
384	  case '$(am__configure_deps)' in \
385	    *$$dep*) \
386	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
387	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
388		&& exit 0; \
389	      exit 1;; \
390	  esac; \
391	done; \
392	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
393	$(am__cd) $(top_srcdir) && \
394	  $(AUTOMAKE) --foreign Makefile
395Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
396	@case '$?' in \
397	  *config.status*) \
398	    echo ' $(SHELL) ./config.status'; \
399	    $(SHELL) ./config.status;; \
400	  *) \
401	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
402	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
403	esac;
404
405$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
406	$(SHELL) ./config.status --recheck
407
408$(top_srcdir)/configure:  $(am__configure_deps)
409	$(am__cd) $(srcdir) && $(AUTOCONF)
410$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
411	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
412$(am__aclocal_m4_deps):
413install-dist_docDATA: $(dist_doc_DATA)
414	@$(NORMAL_INSTALL)
415	@list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
416	if test -n "$$list"; then \
417	  echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \
418	  $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \
419	fi; \
420	for p in $$list; do \
421	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
422	  echo "$$d$$p"; \
423	done | $(am__base_list) | \
424	while read files; do \
425	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
426	  $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
427	done
428
429uninstall-dist_docDATA:
430	@$(NORMAL_UNINSTALL)
431	@list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
432	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
433	dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
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
540distdir: $(BUILT_SOURCES)
541	$(MAKE) $(AM_MAKEFLAGS) distdir-am
542
543distdir-am: $(DISTFILES)
544	$(am__remove_distdir)
545	test -d "$(distdir)" || mkdir "$(distdir)"
546	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
547	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
548	list='$(DISTFILES)'; \
549	  dist_files=`for file in $$list; do echo $$file; done | \
550	  sed -e "s|^$$srcdirstrip/||;t" \
551	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
552	case $$dist_files in \
553	  */*) $(MKDIR_P) `echo "$$dist_files" | \
554			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
555			   sort -u` ;; \
556	esac; \
557	for file in $$dist_files; do \
558	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
559	  if test -d $$d/$$file; then \
560	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
561	    if test -d "$(distdir)/$$file"; then \
562	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
563	    fi; \
564	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
565	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
566	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
567	    fi; \
568	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
569	  else \
570	    test -f "$(distdir)/$$file" \
571	    || cp -p $$d/$$file "$(distdir)/$$file" \
572	    || exit 1; \
573	  fi; \
574	done
575	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
576	  if test "$$subdir" = .; then :; else \
577	    $(am__make_dryrun) \
578	      || test -d "$(distdir)/$$subdir" \
579	      || $(MKDIR_P) "$(distdir)/$$subdir" \
580	      || exit 1; \
581	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
582	    $(am__relativize); \
583	    new_distdir=$$reldir; \
584	    dir1=$$subdir; dir2="$(top_distdir)"; \
585	    $(am__relativize); \
586	    new_top_distdir=$$reldir; \
587	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
588	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
589	    ($(am__cd) $$subdir && \
590	      $(MAKE) $(AM_MAKEFLAGS) \
591	        top_distdir="$$new_top_distdir" \
592	        distdir="$$new_distdir" \
593		am__remove_distdir=: \
594		am__skip_length_check=: \
595		am__skip_mode_fix=: \
596	        distdir) \
597	      || exit 1; \
598	  fi; \
599	done
600	$(MAKE) $(AM_MAKEFLAGS) \
601	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
602	  dist-hook
603	-test -n "$(am__skip_mode_fix)" \
604	|| find "$(distdir)" -type d ! -perm -755 \
605		-exec chmod u+rwx,go+rx {} \; -o \
606	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
607	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
608	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
609	|| chmod -R a+r "$(distdir)"
610dist-gzip: distdir
611	tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
612	$(am__post_remove_distdir)
613
614dist-bzip2: distdir
615	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
616	$(am__post_remove_distdir)
617
618dist-lzip: distdir
619	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
620	$(am__post_remove_distdir)
621dist-xz: distdir
622	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
623	$(am__post_remove_distdir)
624
625dist-zstd: distdir
626	tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
627	$(am__post_remove_distdir)
628
629dist-tarZ: distdir
630	@echo WARNING: "Support for distribution archives compressed with" \
631		       "legacy program 'compress' is deprecated." >&2
632	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
633	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
634	$(am__post_remove_distdir)
635
636dist-shar: distdir
637	@echo WARNING: "Support for shar distribution archives is" \
638	               "deprecated." >&2
639	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
640	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
641	$(am__post_remove_distdir)
642
643dist-zip: distdir
644	-rm -f $(distdir).zip
645	zip -rq $(distdir).zip $(distdir)
646	$(am__post_remove_distdir)
647
648dist dist-all:
649	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
650	$(am__post_remove_distdir)
651
652# This target untars the dist file and tries a VPATH configuration.  Then
653# it guarantees that the distribution is self-contained by making another
654# tarfile.
655distcheck: dist
656	case '$(DIST_ARCHIVES)' in \
657	*.tar.gz*) \
658	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
659	*.tar.bz2*) \
660	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
661	*.tar.lz*) \
662	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
663	*.tar.xz*) \
664	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
665	*.tar.Z*) \
666	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
667	*.shar.gz*) \
668	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
669	*.zip*) \
670	  unzip $(distdir).zip ;;\
671	*.tar.zst*) \
672	  zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
673	esac
674	chmod -R a-w $(distdir)
675	chmod u+w $(distdir)
676	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
677	chmod a-w $(distdir)
678	test -d $(distdir)/_build || exit 0; \
679	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
680	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
681	  && am__cwd=`pwd` \
682	  && $(am__cd) $(distdir)/_build/sub \
683	  && ../../configure \
684	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
685	    $(DISTCHECK_CONFIGURE_FLAGS) \
686	    --srcdir=../.. --prefix="$$dc_install_base" \
687	  && $(MAKE) $(AM_MAKEFLAGS) \
688	  && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
689	  && $(MAKE) $(AM_MAKEFLAGS) check \
690	  && $(MAKE) $(AM_MAKEFLAGS) install \
691	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
692	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
693	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
694	        distuninstallcheck \
695	  && chmod -R a-w "$$dc_install_base" \
696	  && ({ \
697	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
698	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
699	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
700	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
701	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
702	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
703	  && rm -rf "$$dc_destdir" \
704	  && $(MAKE) $(AM_MAKEFLAGS) dist \
705	  && rm -rf $(DIST_ARCHIVES) \
706	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
707	  && cd "$$am__cwd" \
708	  || exit 1
709	$(am__post_remove_distdir)
710	@(echo "$(distdir) archives ready for distribution: "; \
711	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
712	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
713distuninstallcheck:
714	@test -n '$(distuninstallcheck_dir)' || { \
715	  echo 'ERROR: trying to run $@ with an empty' \
716	       '$$(distuninstallcheck_dir)' >&2; \
717	  exit 1; \
718	}; \
719	$(am__cd) '$(distuninstallcheck_dir)' || { \
720	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
721	  exit 1; \
722	}; \
723	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
724	   || { echo "ERROR: files left after uninstall:" ; \
725	        if test -n "$(DESTDIR)"; then \
726	          echo "  (check DESTDIR support)"; \
727	        fi ; \
728	        $(distuninstallcheck_listfiles) ; \
729	        exit 1; } >&2
730distcleancheck: distclean
731	@if test '$(srcdir)' = . ; then \
732	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
733	  exit 1 ; \
734	fi
735	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
736	  || { echo "ERROR: files left in build directory after distclean:" ; \
737	       $(distcleancheck_listfiles) ; \
738	       exit 1; } >&2
739check-am: all-am
740check: check-recursive
741all-am: Makefile $(DATA)
742installdirs: installdirs-recursive
743installdirs-am:
744	for dir in "$(DESTDIR)$(docdir)"; do \
745	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
746	done
747install: install-recursive
748install-exec: install-exec-recursive
749install-data: install-data-recursive
750uninstall: uninstall-recursive
751
752install-am: all-am
753	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
754
755installcheck: installcheck-recursive
756install-strip:
757	if test -z '$(STRIP)'; then \
758	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
759	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
760	      install; \
761	else \
762	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
763	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
764	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
765	fi
766mostlyclean-generic:
767
768clean-generic:
769
770distclean-generic:
771	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
772	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
773
774maintainer-clean-generic:
775	@echo "This command is intended for maintainers to use"
776	@echo "it deletes files that may require special tools to rebuild."
777	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
778clean: clean-recursive
779
780clean-am: clean-generic mostlyclean-am
781
782distclean: distclean-recursive
783	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
784	-rm -f Makefile
785distclean-am: clean-am distclean-generic distclean-tags
786
787dvi: dvi-recursive
788
789dvi-am:
790
791html: html-recursive
792
793html-am:
794
795info: info-recursive
796
797info-am:
798
799install-data-am: install-dist_docDATA
800
801install-dvi: install-dvi-recursive
802
803install-dvi-am:
804
805install-exec-am:
806
807install-html: install-html-recursive
808
809install-html-am:
810
811install-info: install-info-recursive
812
813install-info-am:
814
815install-man:
816
817install-pdf: install-pdf-recursive
818
819install-pdf-am:
820
821install-ps: install-ps-recursive
822
823install-ps-am:
824
825installcheck-am:
826
827maintainer-clean: maintainer-clean-recursive
828	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
829	-rm -rf $(top_srcdir)/autom4te.cache
830	-rm -f Makefile
831maintainer-clean-am: distclean-am maintainer-clean-generic
832
833mostlyclean: mostlyclean-recursive
834
835mostlyclean-am: mostlyclean-generic
836
837pdf: pdf-recursive
838
839pdf-am:
840
841ps: ps-recursive
842
843ps-am:
844
845uninstall-am: uninstall-dist_docDATA
846
847.MAKE: $(am__recursive_targets) install-am install-strip
848
849.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
850	am--refresh check check-am clean clean-cscope clean-generic \
851	cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
852	dist-gzip dist-hook dist-lzip dist-shar dist-tarZ dist-xz \
853	dist-zip dist-zstd distcheck distclean distclean-generic \
854	distclean-tags distcleancheck distdir distuninstallcheck dvi \
855	dvi-am html html-am info info-am install install-am \
856	install-data install-data-am install-dist_docDATA install-dvi \
857	install-dvi-am install-exec install-exec-am install-html \
858	install-html-am install-info install-info-am install-man \
859	install-pdf install-pdf-am install-ps install-ps-am \
860	install-strip installcheck installcheck-am installdirs \
861	installdirs-am maintainer-clean maintainer-clean-generic \
862	mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
863	tags-am uninstall uninstall-am uninstall-dist_docDATA
864
865.PRECIOUS: Makefile
866
867
868.PHONY: ChangeLog INSTALL
869
870INSTALL:
871	$(INSTALL_CMD)
872
873ChangeLog:
874	$(CHANGELOG_CMD)
875
876dist-hook: ChangeLog INSTALL
877
878# Tell versions [3.59,3.63) of GNU make to not export all variables.
879# Otherwise a system limit (for SysV at least) may be exceeded.
880.NOEXPORT:
881