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