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