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