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