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