Codebase list teckit / daefcbe
Import upstream version 2.5.10+ds1+git20200924.1.5a4ac63 Debian Janitor 2 years ago
14 changed file(s) with 940 addition(s) and 574 deletion(s). Raw diff Collapse all Expand all
0 # Makefile.in generated by automake 1.15.1 from Makefile.am.
0 # Makefile.in generated by automake 1.16.3 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2020 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
168168 $(RECURSIVE_CLEAN_TARGETS) \
169169 $(am__extra_recursive_targets)
170170 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
171 cscope distdir dist dist-all distcheck
172 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
173 $(LISP)config.h.in
171 cscope distdir distdir-am dist dist-all distcheck
172 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
173 config.h.in
174174 # Read a list of newline-separated strings from the standard input,
175175 # and print each of them once, without duplicates. Input order is
176176 # *not* preserved.
234234 DIST_ARCHIVES = $(distdir).tar.gz
235235 GZIP_ENV = --best
236236 DIST_TARGETS = dist-gzip
237 # Exists only to be overridden by the user if desired.
238 AM_DISTCHECK_DVI_TARGET = dvi
237239 distuninstallcheck_listfiles = find . -type f -print
238240 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
239241 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
402404 echo ' $(SHELL) ./config.status'; \
403405 $(SHELL) ./config.status;; \
404406 *) \
405 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
406 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
407 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
408 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
407409 esac;
408410
409411 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
570572 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
571573 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
572574
573 distdir: $(DISTFILES)
575 distdir: $(BUILT_SOURCES)
576 $(MAKE) $(AM_MAKEFLAGS) distdir-am
577
578 distdir-am: $(DISTFILES)
574579 $(am__remove_distdir)
575580 test -d "$(distdir)" || mkdir "$(distdir)"
576581 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
650655 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
651656 $(am__post_remove_distdir)
652657
658 dist-zstd: distdir
659 tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
660 $(am__post_remove_distdir)
661
653662 dist-tarZ: distdir
654663 @echo WARNING: "Support for distribution archives compressed with" \
655664 "legacy program 'compress' is deprecated." >&2
692701 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
693702 *.zip*) \
694703 unzip $(distdir).zip ;;\
704 *.tar.zst*) \
705 zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
695706 esac
696707 chmod -R a-w $(distdir)
697708 chmod u+w $(distdir)
707718 $(DISTCHECK_CONFIGURE_FLAGS) \
708719 --srcdir=../.. --prefix="$$dc_install_base" \
709720 && $(MAKE) $(AM_MAKEFLAGS) \
710 && $(MAKE) $(AM_MAKEFLAGS) dvi \
721 && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
711722 && $(MAKE) $(AM_MAKEFLAGS) check \
712723 && $(MAKE) $(AM_MAKEFLAGS) install \
713724 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
872883 am--refresh check check-am clean clean-cscope clean-generic \
873884 clean-libtool cscope cscopelist-am ctags ctags-am dist \
874885 dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
875 dist-xz dist-zip distcheck distclean distclean-generic \
876 distclean-hdr distclean-libtool distclean-tags distcleancheck \
877 distdir distuninstallcheck dvi dvi-am html html-am info \
878 info-am install install-am install-data install-data-am \
879 install-dvi install-dvi-am install-exec install-exec-am \
880 install-html install-html-am install-info install-info-am \
881 install-man install-pdf install-pdf-am install-pkgconfigDATA \
882 install-ps install-ps-am install-strip installcheck \
883 installcheck-am installdirs installdirs-am maintainer-clean \
884 maintainer-clean-generic mostlyclean mostlyclean-generic \
885 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
886 uninstall-am uninstall-pkgconfigDATA
886 dist-xz dist-zip dist-zstd distcheck distclean \
887 distclean-generic distclean-hdr distclean-libtool \
888 distclean-tags distcleancheck distdir distuninstallcheck dvi \
889 dvi-am html html-am info info-am install install-am \
890 install-data install-data-am install-dvi install-dvi-am \
891 install-exec install-exec-am install-html install-html-am \
892 install-info install-info-am install-man install-pdf \
893 install-pdf-am install-pkgconfigDATA install-ps install-ps-am \
894 install-strip installcheck installcheck-am installdirs \
895 installdirs-am maintainer-clean maintainer-clean-generic \
896 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
897 ps ps-am tags tags-am uninstall uninstall-am \
898 uninstall-pkgconfigDATA
887899
888900 .PRECIOUS: Makefile
889901
0 # generated automatically by aclocal 1.15.1 -*- Autoconf -*-
1
2 # Copyright (C) 1996-2017 Free Software Foundation, Inc.
0 # generated automatically by aclocal 1.16.3 -*- Autoconf -*-
1
2 # Copyright (C) 1996-2020 Free Software Foundation, Inc.
33
44 # This file is free software; the Free Software Foundation
55 # gives unlimited permission to copy and/or distribute it,
1919 If you have problems, you may need to regenerate the build system entirely.
2020 To do so, use the procedure documented by the package, typically 'autoreconf'.])])
2121
22 # Copyright (C) 2002-2017 Free Software Foundation, Inc.
22 # Copyright (C) 2002-2020 Free Software Foundation, Inc.
2323 #
2424 # This file is free software; the Free Software Foundation
2525 # gives unlimited permission to copy and/or distribute it,
3131 # generated from the m4 files accompanying Automake X.Y.
3232 # (This private macro should not be called outside this file.)
3333 AC_DEFUN([AM_AUTOMAKE_VERSION],
34 [am__api_version='1.15'
34 [am__api_version='1.16'
3535 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
3636 dnl require some minimum version. Point them to the right macro.
37 m4_if([$1], [1.15.1], [],
37 m4_if([$1], [1.16.3], [],
3838 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
3939 ])
4040
5050 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
5151 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
5252 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
53 [AM_AUTOMAKE_VERSION([1.15.1])dnl
53 [AM_AUTOMAKE_VERSION([1.16.3])dnl
5454 m4_ifndef([AC_AUTOCONF_VERSION],
5555 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
5656 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
5757
5858 # AM_AUX_DIR_EXPAND -*- Autoconf -*-
5959
60 # Copyright (C) 2001-2017 Free Software Foundation, Inc.
60 # Copyright (C) 2001-2020 Free Software Foundation, Inc.
6161 #
6262 # This file is free software; the Free Software Foundation
6363 # gives unlimited permission to copy and/or distribute it,
109109
110110 # AM_CONDITIONAL -*- Autoconf -*-
111111
112 # Copyright (C) 1997-2017 Free Software Foundation, Inc.
112 # Copyright (C) 1997-2020 Free Software Foundation, Inc.
113113 #
114114 # This file is free software; the Free Software Foundation
115115 # gives unlimited permission to copy and/or distribute it,
140140 Usually this means the macro was only invoked conditionally.]])
141141 fi])])
142142
143 # Copyright (C) 1999-2017 Free Software Foundation, Inc.
143 # Copyright (C) 1999-2020 Free Software Foundation, Inc.
144144 #
145145 # This file is free software; the Free Software Foundation
146146 # gives unlimited permission to copy and/or distribute it,
331331
332332 # Generate code to set up dependency tracking. -*- Autoconf -*-
333333
334 # Copyright (C) 1999-2017 Free Software Foundation, Inc.
335 #
336 # This file is free software; the Free Software Foundation
337 # gives unlimited permission to copy and/or distribute it,
338 # with or without modifications, as long as this notice is preserved.
339
334 # Copyright (C) 1999-2020 Free Software Foundation, Inc.
335 #
336 # This file is free software; the Free Software Foundation
337 # gives unlimited permission to copy and/or distribute it,
338 # with or without modifications, as long as this notice is preserved.
340339
341340 # _AM_OUTPUT_DEPENDENCY_COMMANDS
342341 # ------------------------------
345344 # Older Autoconf quotes --file arguments for eval, but not when files
346345 # are listed without --file. Let's play safe and only enable the eval
347346 # if we detect the quoting.
348 case $CONFIG_FILES in
349 *\'*) eval set x "$CONFIG_FILES" ;;
350 *) set x $CONFIG_FILES ;;
351 esac
347 # TODO: see whether this extra hack can be removed once we start
348 # requiring Autoconf 2.70 or later.
349 AS_CASE([$CONFIG_FILES],
350 [*\'*], [eval set x "$CONFIG_FILES"],
351 [*], [set x $CONFIG_FILES])
352352 shift
353 for mf
353 # Used to flag and report bootstrapping failures.
354 am_rc=0
355 for am_mf
354356 do
355357 # Strip MF so we end up with the name of the file.
356 mf=`echo "$mf" | sed -e 's/:.*$//'`
357 # Check whether this is an Automake generated Makefile or not.
358 # We used to match only the files named 'Makefile.in', but
359 # some people rename them; so instead we look at the file content.
360 # Grep'ing the first line is not enough: some people post-process
361 # each Makefile.in and add a new line on top of each file to say so.
362 # Grep'ing the whole file is not good either: AIX grep has a line
358 am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
359 # Check whether this is an Automake generated Makefile which includes
360 # dependency-tracking related rules and includes.
361 # Grep'ing the whole file directly is not great: AIX grep has a line
363362 # limit of 2048, but all sed's we know have understand at least 4000.
364 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
365 dirpart=`AS_DIRNAME("$mf")`
366 else
367 continue
368 fi
369 # Extract the definition of DEPDIR, am__include, and am__quote
370 # from the Makefile without running 'make'.
371 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
372 test -z "$DEPDIR" && continue
373 am__include=`sed -n 's/^am__include = //p' < "$mf"`
374 test -z "$am__include" && continue
375 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
376 # Find all dependency output files, they are included files with
377 # $(DEPDIR) in their names. We invoke sed twice because it is the
378 # simplest approach to changing $(DEPDIR) to its actual value in the
379 # expansion.
380 for file in `sed -n "
381 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
382 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
383 # Make sure the directory exists.
384 test -f "$dirpart/$file" && continue
385 fdir=`AS_DIRNAME(["$file"])`
386 AS_MKDIR_P([$dirpart/$fdir])
387 # echo "creating $dirpart/$file"
388 echo '# dummy' > "$dirpart/$file"
389 done
363 sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \
364 || continue
365 am_dirpart=`AS_DIRNAME(["$am_mf"])`
366 am_filepart=`AS_BASENAME(["$am_mf"])`
367 AM_RUN_LOG([cd "$am_dirpart" \
368 && sed -e '/# am--include-marker/d' "$am_filepart" \
369 | $MAKE -f - am--depfiles]) || am_rc=$?
390370 done
371 if test $am_rc -ne 0; then
372 AC_MSG_FAILURE([Something went wrong bootstrapping makefile fragments
373 for automatic dependency tracking. If GNU make was not used, consider
374 re-running the configure script with MAKE="gmake" (or whatever is
375 necessary). You can also try re-running configure with the
376 '--disable-dependency-tracking' option to at least be able to build
377 the package (albeit without support for automatic dependency tracking).])
378 fi
379 AS_UNSET([am_dirpart])
380 AS_UNSET([am_filepart])
381 AS_UNSET([am_mf])
382 AS_UNSET([am_rc])
383 rm -f conftest-deps.mk
391384 }
392385 ])# _AM_OUTPUT_DEPENDENCY_COMMANDS
393386
396389 # -----------------------------
397390 # This macro should only be invoked once -- use via AC_REQUIRE.
398391 #
399 # This code is only required when automatic dependency tracking
400 # is enabled. FIXME. This creates each '.P' file that we will
401 # need in order to bootstrap the dependency handling code.
392 # This code is only required when automatic dependency tracking is enabled.
393 # This creates each '.Po' and '.Plo' makefile fragment that we'll need in
394 # order to bootstrap the dependency handling code.
402395 AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
403396 [AC_CONFIG_COMMANDS([depfiles],
404397 [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
405 [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
406 ])
398 [AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"])])
407399
408400 # Do all the work for Automake. -*- Autoconf -*-
409401
410 # Copyright (C) 1996-2017 Free Software Foundation, Inc.
402 # Copyright (C) 1996-2020 Free Software Foundation, Inc.
411403 #
412404 # This file is free software; the Free Software Foundation
413405 # gives unlimited permission to copy and/or distribute it,
494486 AC_REQUIRE([AC_PROG_MKDIR_P])dnl
495487 # For better backward compatibility. To be removed once Automake 1.9.x
496488 # dies out for good. For more background, see:
497 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
498 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
489 # <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
490 # <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
499491 AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
500492 # We need awk for the "check" target (and possibly the TAP driver). The
501493 # system "awk" is bad on some platforms.
562554 Aborting the configuration process, to ensure you take notice of the issue.
563555
564556 You can download and install GNU coreutils to get an 'rm' implementation
565 that behaves properly: <http://www.gnu.org/software/coreutils/>.
557 that behaves properly: <https://www.gnu.org/software/coreutils/>.
566558
567559 If you want to complete the configuration process using your problematic
568560 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
604596 done
605597 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
606598
607 # Copyright (C) 2001-2017 Free Software Foundation, Inc.
599 # Copyright (C) 2001-2020 Free Software Foundation, Inc.
608600 #
609601 # This file is free software; the Free Software Foundation
610602 # gives unlimited permission to copy and/or distribute it,
625617 fi
626618 AC_SUBST([install_sh])])
627619
628 # Copyright (C) 2003-2017 Free Software Foundation, Inc.
620 # Copyright (C) 2003-2020 Free Software Foundation, Inc.
629621 #
630622 # This file is free software; the Free Software Foundation
631623 # gives unlimited permission to copy and/or distribute it,
647639 # Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
648640 # From Jim Meyering
649641
650 # Copyright (C) 1996-2017 Free Software Foundation, Inc.
642 # Copyright (C) 1996-2020 Free Software Foundation, Inc.
651643 #
652644 # This file is free software; the Free Software Foundation
653645 # gives unlimited permission to copy and/or distribute it,
682674
683675 # Check to see how 'make' treats includes. -*- Autoconf -*-
684676
685 # Copyright (C) 2001-2017 Free Software Foundation, Inc.
677 # Copyright (C) 2001-2020 Free Software Foundation, Inc.
686678 #
687679 # This file is free software; the Free Software Foundation
688680 # gives unlimited permission to copy and/or distribute it,
690682
691683 # AM_MAKE_INCLUDE()
692684 # -----------------
693 # Check to see how make treats includes.
685 # Check whether make has an 'include' directive that can support all
686 # the idioms we need for our automatic dependency tracking code.
694687 AC_DEFUN([AM_MAKE_INCLUDE],
695 [am_make=${MAKE-make}
696 cat > confinc << 'END'
688 [AC_MSG_CHECKING([whether ${MAKE-make} supports the include directive])
689 cat > confinc.mk << 'END'
697690 am__doit:
698 @echo this is the am__doit target
691 @echo this is the am__doit target >confinc.out
699692 .PHONY: am__doit
700693 END
701 # If we don't find an include directive, just comment out the code.
702 AC_MSG_CHECKING([for style of include used by $am_make])
703694 am__include="#"
704695 am__quote=
705 _am_result=none
706 # First try GNU make style include.
707 echo "include confinc" > confmf
708 # Ignore all kinds of additional output from 'make'.
709 case `$am_make -s -f confmf 2> /dev/null` in #(
710 *the\ am__doit\ target*)
711 am__include=include
712 am__quote=
713 _am_result=GNU
714 ;;
715 esac
716 # Now try BSD make style include.
717 if test "$am__include" = "#"; then
718 echo '.include "confinc"' > confmf
719 case `$am_make -s -f confmf 2> /dev/null` in #(
720 *the\ am__doit\ target*)
721 am__include=.include
722 am__quote="\""
723 _am_result=BSD
724 ;;
725 esac
726 fi
727 AC_SUBST([am__include])
728 AC_SUBST([am__quote])
729 AC_MSG_RESULT([$_am_result])
730 rm -f confinc confmf
731 ])
696 # BSD make does it like this.
697 echo '.include "confinc.mk" # ignored' > confmf.BSD
698 # Other make implementations (GNU, Solaris 10, AIX) do it like this.
699 echo 'include confinc.mk # ignored' > confmf.GNU
700 _am_result=no
701 for s in GNU BSD; do
702 AM_RUN_LOG([${MAKE-make} -f confmf.$s && cat confinc.out])
703 AS_CASE([$?:`cat confinc.out 2>/dev/null`],
704 ['0:this is the am__doit target'],
705 [AS_CASE([$s],
706 [BSD], [am__include='.include' am__quote='"'],
707 [am__include='include' am__quote=''])])
708 if test "$am__include" != "#"; then
709 _am_result="yes ($s style)"
710 break
711 fi
712 done
713 rm -f confinc.* confmf.*
714 AC_MSG_RESULT([${_am_result}])
715 AC_SUBST([am__include])])
716 AC_SUBST([am__quote])])
732717
733718 # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
734719
735 # Copyright (C) 1997-2017 Free Software Foundation, Inc.
720 # Copyright (C) 1997-2020 Free Software Foundation, Inc.
736721 #
737722 # This file is free software; the Free Software Foundation
738723 # gives unlimited permission to copy and/or distribute it,
753738 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
754739 AC_REQUIRE_AUX_FILE([missing])dnl
755740 if test x"${MISSING+set}" != xset; then
756 case $am_aux_dir in
757 *\ * | *\ *)
758 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
759 *)
760 MISSING="\${SHELL} $am_aux_dir/missing" ;;
761 esac
741 MISSING="\${SHELL} '$am_aux_dir/missing'"
762742 fi
763743 # Use eval to expand $SHELL
764744 if eval "$MISSING --is-lightweight"; then
773753 # Obsolete and "removed" macros, that must however still report explicit
774754 # error messages when used, to smooth transition.
775755 #
776 # Copyright (C) 1996-2017 Free Software Foundation, Inc.
756 # Copyright (C) 1996-2020 Free Software Foundation, Inc.
777757 #
778758 # This file is free software; the Free Software Foundation
779759 # gives unlimited permission to copy and/or distribute it,
800780
801781 # Helper functions for option handling. -*- Autoconf -*-
802782
803 # Copyright (C) 2001-2017 Free Software Foundation, Inc.
783 # Copyright (C) 2001-2020 Free Software Foundation, Inc.
804784 #
805785 # This file is free software; the Free Software Foundation
806786 # gives unlimited permission to copy and/or distribute it,
829809 AC_DEFUN([_AM_IF_OPTION],
830810 [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
831811
832 # Copyright (C) 1999-2017 Free Software Foundation, Inc.
812 # Copyright (C) 1999-2020 Free Software Foundation, Inc.
833813 #
834814 # This file is free software; the Free Software Foundation
835815 # gives unlimited permission to copy and/or distribute it,
876856 # For backward compatibility.
877857 AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
878858
879 # Copyright (C) 2001-2017 Free Software Foundation, Inc.
859 # Copyright (C) 2001-2020 Free Software Foundation, Inc.
880860 #
881861 # This file is free software; the Free Software Foundation
882862 # gives unlimited permission to copy and/or distribute it,
895875
896876 # Check to make sure that the build environment is sane. -*- Autoconf -*-
897877
898 # Copyright (C) 1996-2017 Free Software Foundation, Inc.
878 # Copyright (C) 1996-2020 Free Software Foundation, Inc.
899879 #
900880 # This file is free software; the Free Software Foundation
901881 # gives unlimited permission to copy and/or distribute it,
976956 rm -f conftest.file
977957 ])
978958
979 # Copyright (C) 2009-2017 Free Software Foundation, Inc.
959 # Copyright (C) 2009-2020 Free Software Foundation, Inc.
980960 #
981961 # This file is free software; the Free Software Foundation
982962 # gives unlimited permission to copy and/or distribute it,
10361016 _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
10371017 ])
10381018
1039 # Copyright (C) 2001-2017 Free Software Foundation, Inc.
1019 # Copyright (C) 2001-2020 Free Software Foundation, Inc.
10401020 #
10411021 # This file is free software; the Free Software Foundation
10421022 # gives unlimited permission to copy and/or distribute it,
10641044 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
10651045 AC_SUBST([INSTALL_STRIP_PROGRAM])])
10661046
1067 # Copyright (C) 2006-2017 Free Software Foundation, Inc.
1047 # Copyright (C) 2006-2020 Free Software Foundation, Inc.
10681048 #
10691049 # This file is free software; the Free Software Foundation
10701050 # gives unlimited permission to copy and/or distribute it,
10831063
10841064 # Check how to create a tarball. -*- Autoconf -*-
10851065
1086 # Copyright (C) 2004-2017 Free Software Foundation, Inc.
1066 # Copyright (C) 2004-2020 Free Software Foundation, Inc.
10871067 #
10881068 # This file is free software; the Free Software Foundation
10891069 # gives unlimited permission to copy and/or distribute it,
0 # Makefile.in generated by automake 1.15.1 from Makefile.am.
0 # Makefile.in generated by automake 1.16.3 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2020 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
111111 CONFIG_HEADER = $(top_builddir)/config.h
112112 CONFIG_CLEAN_FILES =
113113 CONFIG_CLEAN_VPATH_FILES =
114 am__installdirs = "$(DESTDIR)$(bindir)"
115 PROGRAMS = $(bin_PROGRAMS)
114116 LIBRARIES = $(noinst_LIBRARIES)
115117 ARFLAGS = cru
116118 AM_V_AR = $(am__v_AR_@AM_V@)
130132 @SYSTEM_EXPAT_FALSE@ @top_builddir@/SFconv/expat/xmltok/libexpat_a-xmlrole.$(OBJEXT) \
131133 @SYSTEM_EXPAT_FALSE@ @top_builddir@/SFconv/expat/xmltok/libexpat_a-xmltok.$(OBJEXT)
132134 libexpat_a_OBJECTS = $(am_libexpat_a_OBJECTS)
133 am__installdirs = "$(DESTDIR)$(bindir)"
134 PROGRAMS = $(bin_PROGRAMS)
135135 am_sfconv_OBJECTS = @top_builddir@/SFconv/sfconv-SFconv.$(OBJEXT) \
136136 @top_builddir@/SFconv/sfconv-UtfCodec.$(OBJEXT)
137137 sfconv_OBJECTS = $(am_sfconv_OBJECTS)
169169 am__v_at_1 =
170170 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
171171 depcomp = $(SHELL) $(top_srcdir)/depcomp
172 am__depfiles_maybe = depfiles
172 am__maybe_remake_depfiles = depfiles
173 am__depfiles_remade = \
174 @top_builddir@/SFconv/$(DEPDIR)/sfconv-SFconv.Po \
175 @top_builddir@/SFconv/$(DEPDIR)/sfconv-UtfCodec.Po \
176 @top_builddir@/SFconv/expat/xmlparse/$(DEPDIR)/libexpat_a-hashtable.Po \
177 @top_builddir@/SFconv/expat/xmlparse/$(DEPDIR)/libexpat_a-xmlparse.Po \
178 @top_builddir@/SFconv/expat/xmltok/$(DEPDIR)/libexpat_a-xmlrole.Po \
179 @top_builddir@/SFconv/expat/xmltok/$(DEPDIR)/libexpat_a-xmltok.Po \
180 @top_builddir@/source/Sample-tools/$(DEPDIR)/TECkit_Compile.Po \
181 @top_builddir@/source/Sample-tools/$(DEPDIR)/TxtConv.Po
173182 am__mv = mv -f
174183 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
175184 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
434443 *config.status*) \
435444 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
436445 *) \
437 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
438 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
446 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
447 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
439448 esac;
440449
441450 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
446455 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
447456 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
448457 $(am__aclocal_m4_deps):
449
450 clean-noinstLIBRARIES:
451 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
452 @top_builddir@/SFconv/expat/xmlparse/$(am__dirstamp):
453 @$(MKDIR_P) @top_builddir@/SFconv/expat/xmlparse
454 @: > @top_builddir@/SFconv/expat/xmlparse/$(am__dirstamp)
455 @top_builddir@/SFconv/expat/xmlparse/$(DEPDIR)/$(am__dirstamp):
456 @$(MKDIR_P) @top_builddir@/SFconv/expat/xmlparse/$(DEPDIR)
457 @: > @top_builddir@/SFconv/expat/xmlparse/$(DEPDIR)/$(am__dirstamp)
458 @top_builddir@/SFconv/expat/xmlparse/libexpat_a-xmlparse.$(OBJEXT): \
459 @top_builddir@/SFconv/expat/xmlparse/$(am__dirstamp) \
460 @top_builddir@/SFconv/expat/xmlparse/$(DEPDIR)/$(am__dirstamp)
461 @top_builddir@/SFconv/expat/xmlparse/libexpat_a-hashtable.$(OBJEXT): \
462 @top_builddir@/SFconv/expat/xmlparse/$(am__dirstamp) \
463 @top_builddir@/SFconv/expat/xmlparse/$(DEPDIR)/$(am__dirstamp)
464 @top_builddir@/SFconv/expat/xmltok/$(am__dirstamp):
465 @$(MKDIR_P) @top_builddir@/SFconv/expat/xmltok
466 @: > @top_builddir@/SFconv/expat/xmltok/$(am__dirstamp)
467 @top_builddir@/SFconv/expat/xmltok/$(DEPDIR)/$(am__dirstamp):
468 @$(MKDIR_P) @top_builddir@/SFconv/expat/xmltok/$(DEPDIR)
469 @: > @top_builddir@/SFconv/expat/xmltok/$(DEPDIR)/$(am__dirstamp)
470 @top_builddir@/SFconv/expat/xmltok/libexpat_a-xmlrole.$(OBJEXT): \
471 @top_builddir@/SFconv/expat/xmltok/$(am__dirstamp) \
472 @top_builddir@/SFconv/expat/xmltok/$(DEPDIR)/$(am__dirstamp)
473 @top_builddir@/SFconv/expat/xmltok/libexpat_a-xmltok.$(OBJEXT): \
474 @top_builddir@/SFconv/expat/xmltok/$(am__dirstamp) \
475 @top_builddir@/SFconv/expat/xmltok/$(DEPDIR)/$(am__dirstamp)
476
477 libexpat.a: $(libexpat_a_OBJECTS) $(libexpat_a_DEPENDENCIES) $(EXTRA_libexpat_a_DEPENDENCIES)
478 $(AM_V_at)-rm -f libexpat.a
479 $(AM_V_AR)$(libexpat_a_AR) libexpat.a $(libexpat_a_OBJECTS) $(libexpat_a_LIBADD)
480 $(AM_V_at)$(RANLIB) libexpat.a
481458 install-binPROGRAMS: $(bin_PROGRAMS)
482459 @$(NORMAL_INSTALL)
483460 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
527504 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
528505 echo " rm -f" $$list; \
529506 rm -f $$list
507
508 clean-noinstLIBRARIES:
509 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
510 @top_builddir@/SFconv/expat/xmlparse/$(am__dirstamp):
511 @$(MKDIR_P) @top_builddir@/SFconv/expat/xmlparse
512 @: > @top_builddir@/SFconv/expat/xmlparse/$(am__dirstamp)
513 @top_builddir@/SFconv/expat/xmlparse/$(DEPDIR)/$(am__dirstamp):
514 @$(MKDIR_P) @top_builddir@/SFconv/expat/xmlparse/$(DEPDIR)
515 @: > @top_builddir@/SFconv/expat/xmlparse/$(DEPDIR)/$(am__dirstamp)
516 @top_builddir@/SFconv/expat/xmlparse/libexpat_a-xmlparse.$(OBJEXT): \
517 @top_builddir@/SFconv/expat/xmlparse/$(am__dirstamp) \
518 @top_builddir@/SFconv/expat/xmlparse/$(DEPDIR)/$(am__dirstamp)
519 @top_builddir@/SFconv/expat/xmlparse/libexpat_a-hashtable.$(OBJEXT): \
520 @top_builddir@/SFconv/expat/xmlparse/$(am__dirstamp) \
521 @top_builddir@/SFconv/expat/xmlparse/$(DEPDIR)/$(am__dirstamp)
522 @top_builddir@/SFconv/expat/xmltok/$(am__dirstamp):
523 @$(MKDIR_P) @top_builddir@/SFconv/expat/xmltok
524 @: > @top_builddir@/SFconv/expat/xmltok/$(am__dirstamp)
525 @top_builddir@/SFconv/expat/xmltok/$(DEPDIR)/$(am__dirstamp):
526 @$(MKDIR_P) @top_builddir@/SFconv/expat/xmltok/$(DEPDIR)
527 @: > @top_builddir@/SFconv/expat/xmltok/$(DEPDIR)/$(am__dirstamp)
528 @top_builddir@/SFconv/expat/xmltok/libexpat_a-xmlrole.$(OBJEXT): \
529 @top_builddir@/SFconv/expat/xmltok/$(am__dirstamp) \
530 @top_builddir@/SFconv/expat/xmltok/$(DEPDIR)/$(am__dirstamp)
531 @top_builddir@/SFconv/expat/xmltok/libexpat_a-xmltok.$(OBJEXT): \
532 @top_builddir@/SFconv/expat/xmltok/$(am__dirstamp) \
533 @top_builddir@/SFconv/expat/xmltok/$(DEPDIR)/$(am__dirstamp)
534
535 libexpat.a: $(libexpat_a_OBJECTS) $(libexpat_a_DEPENDENCIES) $(EXTRA_libexpat_a_DEPENDENCIES)
536 $(AM_V_at)-rm -f libexpat.a
537 $(AM_V_AR)$(libexpat_a_AR) libexpat.a $(libexpat_a_OBJECTS) $(libexpat_a_LIBADD)
538 $(AM_V_at)$(RANLIB) libexpat.a
530539 @top_builddir@/SFconv/$(am__dirstamp):
531540 @$(MKDIR_P) @top_builddir@/SFconv
532541 @: > @top_builddir@/SFconv/$(am__dirstamp)
574583 distclean-compile:
575584 -rm -f *.tab.c
576585
577 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/SFconv/$(DEPDIR)/sfconv-SFconv.Po@am__quote@
578 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/SFconv/$(DEPDIR)/sfconv-UtfCodec.Po@am__quote@
579 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/SFconv/expat/xmlparse/$(DEPDIR)/libexpat_a-hashtable.Po@am__quote@
580 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/SFconv/expat/xmlparse/$(DEPDIR)/libexpat_a-xmlparse.Po@am__quote@
581 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/SFconv/expat/xmltok/$(DEPDIR)/libexpat_a-xmlrole.Po@am__quote@
582 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/SFconv/expat/xmltok/$(DEPDIR)/libexpat_a-xmltok.Po@am__quote@
583 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/source/Sample-tools/$(DEPDIR)/TECkit_Compile.Po@am__quote@
584 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/source/Sample-tools/$(DEPDIR)/TxtConv.Po@am__quote@
586 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/SFconv/$(DEPDIR)/sfconv-SFconv.Po@am__quote@ # am--include-marker
587 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/SFconv/$(DEPDIR)/sfconv-UtfCodec.Po@am__quote@ # am--include-marker
588 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/SFconv/expat/xmlparse/$(DEPDIR)/libexpat_a-hashtable.Po@am__quote@ # am--include-marker
589 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/SFconv/expat/xmlparse/$(DEPDIR)/libexpat_a-xmlparse.Po@am__quote@ # am--include-marker
590 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/SFconv/expat/xmltok/$(DEPDIR)/libexpat_a-xmlrole.Po@am__quote@ # am--include-marker
591 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/SFconv/expat/xmltok/$(DEPDIR)/libexpat_a-xmltok.Po@am__quote@ # am--include-marker
592 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/source/Sample-tools/$(DEPDIR)/TECkit_Compile.Po@am__quote@ # am--include-marker
593 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/source/Sample-tools/$(DEPDIR)/TxtConv.Po@am__quote@ # am--include-marker
594
595 $(am__depfiles_remade):
596 @$(MKDIR_P) $(@D)
597 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
598
599 am--depfiles: $(am__depfiles_remade)
585600
586601 .c.o:
587602 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
773788 distclean-tags:
774789 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
775790
776 distdir: $(DISTFILES)
791 distdir: $(BUILT_SOURCES)
792 $(MAKE) $(AM_MAKEFLAGS) distdir-am
793
794 distdir-am: $(DISTFILES)
777795 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
778796 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
779797 list='$(DISTFILES)'; \
805823 done
806824 check-am: all-am
807825 check: check-am
808 all-am: Makefile $(LIBRARIES) $(PROGRAMS)
826 all-am: Makefile $(PROGRAMS) $(LIBRARIES)
809827 installdirs:
810828 for dir in "$(DESTDIR)$(bindir)"; do \
811829 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
854872 clean-noinstLIBRARIES mostlyclean-am
855873
856874 distclean: distclean-am
857 -rm -rf @top_builddir@/SFconv/$(DEPDIR) @top_builddir@/SFconv/expat/xmlparse/$(DEPDIR) @top_builddir@/SFconv/expat/xmltok/$(DEPDIR) @top_builddir@/source/Sample-tools/$(DEPDIR)
875 -rm -f @top_builddir@/SFconv/$(DEPDIR)/sfconv-SFconv.Po
876 -rm -f @top_builddir@/SFconv/$(DEPDIR)/sfconv-UtfCodec.Po
877 -rm -f @top_builddir@/SFconv/expat/xmlparse/$(DEPDIR)/libexpat_a-hashtable.Po
878 -rm -f @top_builddir@/SFconv/expat/xmlparse/$(DEPDIR)/libexpat_a-xmlparse.Po
879 -rm -f @top_builddir@/SFconv/expat/xmltok/$(DEPDIR)/libexpat_a-xmlrole.Po
880 -rm -f @top_builddir@/SFconv/expat/xmltok/$(DEPDIR)/libexpat_a-xmltok.Po
881 -rm -f @top_builddir@/source/Sample-tools/$(DEPDIR)/TECkit_Compile.Po
882 -rm -f @top_builddir@/source/Sample-tools/$(DEPDIR)/TxtConv.Po
858883 -rm -f Makefile
859884 distclean-am: clean-am distclean-compile distclean-generic \
860885 distclean-tags
900925 installcheck-am:
901926
902927 maintainer-clean: maintainer-clean-am
903 -rm -rf @top_builddir@/SFconv/$(DEPDIR) @top_builddir@/SFconv/expat/xmlparse/$(DEPDIR) @top_builddir@/SFconv/expat/xmltok/$(DEPDIR) @top_builddir@/source/Sample-tools/$(DEPDIR)
928 -rm -f @top_builddir@/SFconv/$(DEPDIR)/sfconv-SFconv.Po
929 -rm -f @top_builddir@/SFconv/$(DEPDIR)/sfconv-UtfCodec.Po
930 -rm -f @top_builddir@/SFconv/expat/xmlparse/$(DEPDIR)/libexpat_a-hashtable.Po
931 -rm -f @top_builddir@/SFconv/expat/xmlparse/$(DEPDIR)/libexpat_a-xmlparse.Po
932 -rm -f @top_builddir@/SFconv/expat/xmltok/$(DEPDIR)/libexpat_a-xmlrole.Po
933 -rm -f @top_builddir@/SFconv/expat/xmltok/$(DEPDIR)/libexpat_a-xmltok.Po
934 -rm -f @top_builddir@/source/Sample-tools/$(DEPDIR)/TECkit_Compile.Po
935 -rm -f @top_builddir@/source/Sample-tools/$(DEPDIR)/TxtConv.Po
904936 -rm -f Makefile
905937 maintainer-clean-am: distclean-am maintainer-clean-generic
906938
921953
922954 .MAKE: install-am install-strip
923955
924 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
956 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
925957 clean-binPROGRAMS clean-generic clean-libtool \
926958 clean-noinstLIBRARIES cscopelist-am ctags ctags-am distclean \
927959 distclean-compile distclean-generic distclean-libtool \
00 #! /bin/sh
11 # Wrapper for compilers which do not understand '-c -o'.
22
3 scriptversion=2012-10-14.11; # UTC
4
5 # Copyright (C) 1999-2014 Free Software Foundation, Inc.
3 scriptversion=2018-03-07.03; # UTC
4
5 # Copyright (C) 1999-2020 Free Software Foundation, Inc.
66 # Written by Tom Tromey <tromey@cygnus.com>.
77 #
88 # This program is free software; you can redistribute it and/or modify
1616 # GNU General Public License for more details.
1717 #
1818 # You should have received a copy of the GNU General Public License
19 # along with this program. If not, see <http://www.gnu.org/licenses/>.
19 # along with this program. If not, see <https://www.gnu.org/licenses/>.
2020
2121 # As a special exception to the GNU General Public License, if you
2222 # distribute this file as part of a program that contains a
5252 MINGW*)
5353 file_conv=mingw
5454 ;;
55 CYGWIN*)
55 CYGWIN* | MSYS*)
5656 file_conv=cygwin
5757 ;;
5858 *)
6666 mingw/*)
6767 file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
6868 ;;
69 cygwin/*)
69 cygwin/* | msys/*)
7070 file=`cygpath -m "$file" || echo "$file"`
7171 ;;
7272 wine/*)
254254 echo "compile $scriptversion"
255255 exit $?
256256 ;;
257 cl | *[/\\]cl | cl.exe | *[/\\]cl.exe )
257 cl | *[/\\]cl | cl.exe | *[/\\]cl.exe | \
258 icl | *[/\\]icl | icl.exe | *[/\\]icl.exe )
258259 func_cl_wrapper "$@" # Doesn't return...
259260 ;;
260261 esac
338339 # Local Variables:
339340 # mode: shell-script
340341 # sh-indentation: 2
341 # eval: (add-hook 'write-file-hooks 'time-stamp)
342 # eval: (add-hook 'before-save-hook 'time-stamp)
342343 # time-stamp-start: "scriptversion="
343344 # time-stamp-format: "%:y-%02m-%02d.%02H"
344 # time-stamp-time-zone: "UTC"
345 # time-stamp-time-zone: "UTC0"
345346 # time-stamp-end: "; # UTC"
346347 # End:
685685 AMDEPBACKSLASH
686686 AMDEP_FALSE
687687 AMDEP_TRUE
688 am__quote
689688 am__include
690689 DEPDIR
691690 OBJEXT
775774 PACKAGE_TARNAME
776775 PACKAGE_NAME
777776 PATH_SEPARATOR
778 SHELL'
777 SHELL
778 am__quote'
779779 ac_subst_files=''
780780 ac_user_opts='
781781 enable_option_checking
25432543 NONENONEs,x,x, &&
25442544 program_prefix=${target_alias}-
25452545
2546 am__api_version='1.15'
2546 am__api_version='1.16'
25472547
25482548 # Find a good install program. We prefer a C program (faster),
25492549 # so one script is as good as another. But avoid the broken or
27192719 am_aux_dir=`cd "$ac_aux_dir" && pwd`
27202720
27212721 if test x"${MISSING+set}" != xset; then
2722 case $am_aux_dir in
2723 *\ * | *\ *)
2724 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2725 *)
2726 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2727 esac
2722 MISSING="\${SHELL} '$am_aux_dir/missing'"
27282723 fi
27292724 # Use eval to expand $SHELL
27302725 if eval "$MISSING --is-lightweight"; then
30593054
30603055 # For better backward compatibility. To be removed once Automake 1.9.x
30613056 # dies out for good. For more background, see:
3062 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3063 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3057 # <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3058 # <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
30643059 mkdir_p='$(MKDIR_P)'
30653060
30663061 # We need awk for the "check" target (and possibly the TAP driver). The
31113106 Aborting the configuration process, to ensure you take notice of the issue.
31123107
31133108 You can download and install GNU coreutils to get an 'rm' implementation
3114 that behaves properly: <http://www.gnu.org/software/coreutils/>.
3109 that behaves properly: <https://www.gnu.org/software/coreutils/>.
31153110
31163111 If you want to complete the configuration process using your problematic
31173112 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
36973692
36983693 ac_config_commands="$ac_config_commands depfiles"
36993694
3700
3701 am_make=${MAKE-make}
3702 cat > confinc << 'END'
3695 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} supports the include directive" >&5
3696 $as_echo_n "checking whether ${MAKE-make} supports the include directive... " >&6; }
3697 cat > confinc.mk << 'END'
37033698 am__doit:
3704 @echo this is the am__doit target
3699 @echo this is the am__doit target >confinc.out
37053700 .PHONY: am__doit
37063701 END
3707 # If we don't find an include directive, just comment out the code.
3708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3709 $as_echo_n "checking for style of include used by $am_make... " >&6; }
37103702 am__include="#"
37113703 am__quote=
3712 _am_result=none
3713 # First try GNU make style include.
3714 echo "include confinc" > confmf
3715 # Ignore all kinds of additional output from 'make'.
3716 case `$am_make -s -f confmf 2> /dev/null` in #(
3717 *the\ am__doit\ target*)
3718 am__include=include
3719 am__quote=
3720 _am_result=GNU
3721 ;;
3704 # BSD make does it like this.
3705 echo '.include "confinc.mk" # ignored' > confmf.BSD
3706 # Other make implementations (GNU, Solaris 10, AIX) do it like this.
3707 echo 'include confinc.mk # ignored' > confmf.GNU
3708 _am_result=no
3709 for s in GNU BSD; do
3710 { echo "$as_me:$LINENO: ${MAKE-make} -f confmf.$s && cat confinc.out" >&5
3711 (${MAKE-make} -f confmf.$s && cat confinc.out) >&5 2>&5
3712 ac_status=$?
3713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3714 (exit $ac_status); }
3715 case $?:`cat confinc.out 2>/dev/null` in #(
3716 '0:this is the am__doit target') :
3717 case $s in #(
3718 BSD) :
3719 am__include='.include' am__quote='"' ;; #(
3720 *) :
3721 am__include='include' am__quote='' ;;
3722 esac ;; #(
3723 *) :
3724 ;;
37223725 esac
3723 # Now try BSD make style include.
3724 if test "$am__include" = "#"; then
3725 echo '.include "confinc"' > confmf
3726 case `$am_make -s -f confmf 2> /dev/null` in #(
3727 *the\ am__doit\ target*)
3728 am__include=.include
3729 am__quote="\""
3730 _am_result=BSD
3731 ;;
3732 esac
3733 fi
3734
3735
3736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3737 $as_echo "$_am_result" >&6; }
3738 rm -f confinc confmf
3726 if test "$am__include" != "#"; then
3727 _am_result="yes ($s style)"
3728 break
3729 fi
3730 done
3731 rm -f confinc.* confmf.*
3732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${_am_result}" >&5
3733 $as_echo "${_am_result}" >&6; }
37393734
37403735 # Check whether --enable-dependency-tracking was given.
37413736 if test "${enable_dependency_tracking+set}" = set; then :
62146209 fi
62156210
62166211 : ${AR=ar}
6217 : ${AR_FLAGS=cru}
6212 : ${AR_FLAGS=cr}
62186213
62196214
62206215
67156710 test $ac_status = 0; }; then
67166711 # Now try to grab the symbols.
67176712 nlist=conftest.nm
6718 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6719 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6720 ac_status=$?
6721 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6722 test $ac_status = 0; } && test -s "$nlist"; then
6713 $ECHO "$as_me:$LINENO: $NM conftest.$ac_objext | $lt_cv_sys_global_symbol_pipe > $nlist" >&5
6714 if eval "$NM" conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist 2>&5 && test -s "$nlist"; then
67236715 # Try sorting and uniquifying the output.
67246716 if sort "$nlist" | uniq > "$nlist"T; then
67256717 mv -f "$nlist"T "$nlist"
79387930 _LT_EOF
79397931 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
79407932 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7941 echo "$AR cru libconftest.a conftest.o" >&5
7942 $AR cru libconftest.a conftest.o 2>&5
7933 echo "$AR cr libconftest.a conftest.o" >&5
7934 $AR cr libconftest.a conftest.o 2>&5
79437935 echo "$RANLIB libconftest.a" >&5
79447936 $RANLIB libconftest.a 2>&5
79457937 cat > conftest.c << _LT_EOF
79717963 # to the OS version, if on x86, and 10.4, the deployment
79727964 # target defaults to 10.4. Don't you love it?
79737965 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7974 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7966 10.0,*86*-darwin8*|10.0,*-darwin[912]*)
79757967 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
79767968 10.[012][,.]*)
79777969 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
7978 10.*)
7970 10.*|11.*)
79797971 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
79807972 esac
79817973 ;;
90779069 ecc*)
90789070 lt_prog_compiler_wl='-Wl,'
90799071 lt_prog_compiler_pic='-KPIC'
9072 lt_prog_compiler_static='-static'
9073 ;;
9074 # flang / f18. f95 an alias for gfortran or flang on Debian
9075 flang* | f18* | f95*)
9076 lt_prog_compiler_wl='-Wl,'
9077 lt_prog_compiler_pic='-fPIC'
90809078 lt_prog_compiler_static='-static'
90819079 ;;
90829080 # icc used to be incompatible with GCC.
1302113019 # Commands to make compiler produce verbose output that lists
1302213020 # what "hidden" libraries, object files and flags are used when
1302313021 # linking a shared library.
13024 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
13022 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"'
1302513023
1302613024 else
1302713025 GXX=no
1351313511 # explicitly linking system object files so we need to strip them
1351413512 # from the output so that they don't get included in the library
1351513513 # dependencies.
13516 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
13514 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP " \-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
1351713515 ;;
1351813516 *)
1351913517 if test yes = "$GXX"; then
1357813576 # explicitly linking system object files so we need to strip them
1357913577 # from the output so that they don't get included in the library
1358013578 # dependencies.
13581 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
13579 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP " \-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
1358213580 ;;
1358313581 *)
1358413582 if test yes = "$GXX"; then
1391713915 # Commands to make compiler produce verbose output that lists
1391813916 # what "hidden" libraries, object files and flags are used when
1391913917 # linking a shared library.
13920 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
13918 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"'
1392113919
1392213920 else
1392313921 # FIXME: insert proper C++ library support
1400113999 # Commands to make compiler produce verbose output that lists
1400214000 # what "hidden" libraries, object files and flags are used when
1400314001 # linking a shared library.
14004 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
14002 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"'
1400514003 else
1400614004 # g++ 2.7 appears to require '-G' NOT '-shared' on this
1400714005 # platform.
1401214010 # Commands to make compiler produce verbose output that lists
1401314011 # what "hidden" libraries, object files and flags are used when
1401414012 # linking a shared library.
14015 output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
14013 output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"'
1401614014 fi
1401714015
1401814016 hardcode_libdir_flag_spec_CXX='$wl-R $wl$libdir'
1752717525 #
1752817526 # INIT-COMMANDS
1752917527 #
17530 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
17528 AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"
1753117529
1753217530
1753317531 # The HP-UX ksh and POSIX shell print the target directory to stdout
1861318611 # Older Autoconf quotes --file arguments for eval, but not when files
1861418612 # are listed without --file. Let's play safe and only enable the eval
1861518613 # if we detect the quoting.
18616 case $CONFIG_FILES in
18617 *\'*) eval set x "$CONFIG_FILES" ;;
18618 *) set x $CONFIG_FILES ;;
18619 esac
18614 # TODO: see whether this extra hack can be removed once we start
18615 # requiring Autoconf 2.70 or later.
18616 case $CONFIG_FILES in #(
18617 *\'*) :
18618 eval set x "$CONFIG_FILES" ;; #(
18619 *) :
18620 set x $CONFIG_FILES ;; #(
18621 *) :
18622 ;;
18623 esac
1862018624 shift
18621 for mf
18625 # Used to flag and report bootstrapping failures.
18626 am_rc=0
18627 for am_mf
1862218628 do
1862318629 # Strip MF so we end up with the name of the file.
18624 mf=`echo "$mf" | sed -e 's/:.*$//'`
18625 # Check whether this is an Automake generated Makefile or not.
18626 # We used to match only the files named 'Makefile.in', but
18627 # some people rename them; so instead we look at the file content.
18628 # Grep'ing the first line is not enough: some people post-process
18629 # each Makefile.in and add a new line on top of each file to say so.
18630 # Grep'ing the whole file is not good either: AIX grep has a line
18630 am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
18631 # Check whether this is an Automake generated Makefile which includes
18632 # dependency-tracking related rules and includes.
18633 # Grep'ing the whole file directly is not great: AIX grep has a line
1863118634 # limit of 2048, but all sed's we know have understand at least 4000.
18632 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
18633 dirpart=`$as_dirname -- "$mf" ||
18634 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18635 X"$mf" : 'X\(//\)[^/]' \| \
18636 X"$mf" : 'X\(//\)$' \| \
18637 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
18638 $as_echo X"$mf" |
18635 sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \
18636 || continue
18637 am_dirpart=`$as_dirname -- "$am_mf" ||
18638 $as_expr X"$am_mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18639 X"$am_mf" : 'X\(//\)[^/]' \| \
18640 X"$am_mf" : 'X\(//\)$' \| \
18641 X"$am_mf" : 'X\(/\)' \| . 2>/dev/null ||
18642 $as_echo X"$am_mf" |
1863918643 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1864018644 s//\1/
1864118645 q
1865318657 q
1865418658 }
1865518659 s/.*/./; q'`
18656 else
18657 continue
18658 fi
18659 # Extract the definition of DEPDIR, am__include, and am__quote
18660 # from the Makefile without running 'make'.
18661 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
18662 test -z "$DEPDIR" && continue
18663 am__include=`sed -n 's/^am__include = //p' < "$mf"`
18664 test -z "$am__include" && continue
18665 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
18666 # Find all dependency output files, they are included files with
18667 # $(DEPDIR) in their names. We invoke sed twice because it is the
18668 # simplest approach to changing $(DEPDIR) to its actual value in the
18669 # expansion.
18670 for file in `sed -n "
18671 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
18672 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
18673 # Make sure the directory exists.
18674 test -f "$dirpart/$file" && continue
18675 fdir=`$as_dirname -- "$file" ||
18676 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18677 X"$file" : 'X\(//\)[^/]' \| \
18678 X"$file" : 'X\(//\)$' \| \
18679 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
18680 $as_echo X"$file" |
18681 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18660 am_filepart=`$as_basename -- "$am_mf" ||
18661 $as_expr X/"$am_mf" : '.*/\([^/][^/]*\)/*$' \| \
18662 X"$am_mf" : 'X\(//\)$' \| \
18663 X"$am_mf" : 'X\(/\)' \| . 2>/dev/null ||
18664 $as_echo X/"$am_mf" |
18665 sed '/^.*\/\([^/][^/]*\)\/*$/{
1868218666 s//\1/
1868318667 q
1868418668 }
18685 /^X\(\/\/\)[^/].*/{
18669 /^X\/\(\/\/\)$/{
1868618670 s//\1/
1868718671 q
1868818672 }
18689 /^X\(\/\/\)$/{
18690 s//\1/
18691 q
18692 }
18693 /^X\(\/\).*/{
18673 /^X\/\(\/\).*/{
1869418674 s//\1/
1869518675 q
1869618676 }
1869718677 s/.*/./; q'`
18698 as_dir=$dirpart/$fdir; as_fn_mkdir_p
18699 # echo "creating $dirpart/$file"
18700 echo '# dummy' > "$dirpart/$file"
18701 done
18678 { echo "$as_me:$LINENO: cd "$am_dirpart" \
18679 && sed -e '/# am--include-marker/d' "$am_filepart" \
18680 | $MAKE -f - am--depfiles" >&5
18681 (cd "$am_dirpart" \
18682 && sed -e '/# am--include-marker/d' "$am_filepart" \
18683 | $MAKE -f - am--depfiles) >&5 2>&5
18684 ac_status=$?
18685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18686 (exit $ac_status); } || am_rc=$?
1870218687 done
18688 if test $am_rc -ne 0; then
18689 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
18690 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
18691 as_fn_error $? "Something went wrong bootstrapping makefile fragments
18692 for automatic dependency tracking. If GNU make was not used, consider
18693 re-running the configure script with MAKE=\"gmake\" (or whatever is
18694 necessary). You can also try re-running configure with the
18695 '--disable-dependency-tracking' option to at least be able to build
18696 the package (albeit without support for automatic dependency tracking).
18697 See \`config.log' for more details" "$LINENO" 5; }
18698 fi
18699 { am_dirpart=; unset am_dirpart;}
18700 { am_filepart=; unset am_filepart;}
18701 { am_mf=; unset am_mf;}
18702 { am_rc=; unset am_rc;}
18703 rm -f conftest-deps.mk
1870318704 }
1870418705 ;;
1870518706 "libtool":C)
00 #! /bin/sh
11 # depcomp - compile a program generating dependencies as side-effects
22
3 scriptversion=2016-01-11.22; # UTC
4
5 # Copyright (C) 1999-2017 Free Software Foundation, Inc.
3 scriptversion=2018-03-07.03; # UTC
4
5 # Copyright (C) 1999-2020 Free Software Foundation, Inc.
66
77 # This program is free software; you can redistribute it and/or modify
88 # it under the terms of the GNU General Public License as published by
1515 # GNU General Public License for more details.
1616
1717 # You should have received a copy of the GNU General Public License
18 # along with this program. If not, see <http://www.gnu.org/licenses/>.
18 # along with this program. If not, see <https://www.gnu.org/licenses/>.
1919
2020 # As a special exception to the GNU General Public License, if you
2121 # distribute this file as part of a program that contains a
782782 # Local Variables:
783783 # mode: shell-script
784784 # sh-indentation: 2
785 # eval: (add-hook 'write-file-hooks 'time-stamp)
785 # eval: (add-hook 'before-save-hook 'time-stamp)
786786 # time-stamp-start: "scriptversion="
787787 # time-stamp-format: "%:y-%02m-%02d.%02H"
788788 # time-stamp-time-zone: "UTC0"
0 # Makefile.in generated by automake 1.15.1 from Makefile.am.
0 # Makefile.in generated by automake 1.16.3 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2020 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
310310 *config.status*) \
311311 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
312312 *) \
313 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
314 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
313 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
314 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
315315 esac;
316316
317317 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
376376 cscope cscopelist:
377377
378378
379 distdir: $(DISTFILES)
379 distdir: $(BUILT_SOURCES)
380 $(MAKE) $(AM_MAKEFLAGS) distdir-am
381
382 distdir-am: $(DISTFILES)
380383 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
381384 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
382385 list='$(DISTFILES)'; \
00 #!/bin/sh
11 # install - install a program, script, or datafile
22
3 scriptversion=2014-09-12.12; # UTC
3 scriptversion=2020-11-14.01; # UTC
44
55 # This originates from X11R5 (mit/util/scripts/install.sh), which was
66 # later released in X11R6 (xc/config/util/install.sh) with the
6868 # Desired mode of installed file.
6969 mode=0755
7070
71 # Create dirs (including intermediate dirs) using mode 755.
72 # This is like GNU 'install' as of coreutils 8.32 (2020).
73 mkdir_umask=22
74
75 backupsuffix=
7176 chgrpcmd=
7277 chmodcmd=$chmodprog
7378 chowncmd=
98103 --version display version info and exit.
99104
100105 -c (ignored)
101 -C install only if different (preserve the last data modification time)
106 -C install only if different (preserve data modification time)
102107 -d create directories instead of installing files.
103108 -g GROUP $chgrpprog installed files to GROUP.
104109 -m MODE $chmodprog installed files to MODE.
105110 -o USER $chownprog installed files to USER.
111 -p pass -p to $cpprog.
106112 -s $stripprog installed files.
113 -S SUFFIX attempt to back up existing files, with suffix SUFFIX.
107114 -t DIRECTORY install into DIRECTORY.
108115 -T report an error if DSTFILE is a directory.
109116
110117 Environment variables override the default commands:
111118 CHGRPPROG CHMODPROG CHOWNPROG CMPPROG CPPROG MKDIRPROG MVPROG
112119 RMPROG STRIPPROG
120
121 By default, rm is invoked with -f; when overridden with RMPROG,
122 it's up to you to specify -f if you want it.
123
124 If -S is not specified, no backups are attempted.
125
126 Email bug reports to bug-automake@gnu.org.
127 Automake home page: https://www.gnu.org/software/automake/
113128 "
114129
115130 while test $# -ne 0; do
136151 -o) chowncmd="$chownprog $2"
137152 shift;;
138153
154 -p) cpprog="$cpprog -p";;
155
139156 -s) stripcmd=$stripprog;;
157
158 -S) backupsuffix="$2"
159 shift;;
140160
141161 -t)
142162 is_target_a_directory=always
254274 dstdir=$dst
255275 test -d "$dstdir"
256276 dstdir_status=$?
277 # Don't chown directories that already exist.
278 if test $dstdir_status = 0; then
279 chowncmd=""
280 fi
257281 else
258282
259283 # Waiting for this to be detected by the "$cpprog $src $dsttmp" command
270294 fi
271295 dst=$dst_arg
272296
273 # If destination is a directory, append the input filename; won't work
274 # if double slashes aren't ignored.
297 # If destination is a directory, append the input filename.
275298 if test -d "$dst"; then
276299 if test "$is_target_a_directory" = never; then
277300 echo "$0: $dst_arg: Is a directory" >&2
278301 exit 1
279302 fi
280303 dstdir=$dst
281 dst=$dstdir/`basename "$src"`
304 dstbase=`basename "$src"`
305 case $dst in
306 */) dst=$dst$dstbase;;
307 *) dst=$dst/$dstbase;;
308 esac
282309 dstdir_status=0
283310 else
284311 dstdir=`dirname "$dst"`
287314 fi
288315 fi
289316
317 case $dstdir in
318 */) dstdirslash=$dstdir;;
319 *) dstdirslash=$dstdir/;;
320 esac
321
290322 obsolete_mkdir_used=false
291323
292324 if test $dstdir_status != 0; then
293325 case $posix_mkdir in
294326 '')
295 # Create intermediate dirs using mode 755 as modified by the umask.
296 # This is like FreeBSD 'install' as of 1997-10-28.
297 umask=`umask`
298 case $stripcmd.$umask in
299 # Optimize common cases.
300 *[2367][2367]) mkdir_umask=$umask;;
301 .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;;
302
303 *[0-7])
304 mkdir_umask=`expr $umask + 22 \
305 - $umask % 100 % 40 + $umask % 20 \
306 - $umask % 10 % 4 + $umask % 2
307 `;;
308 *) mkdir_umask=$umask,go-w;;
309 esac
310
311327 # With -d, create the new directory with the user-specified mode.
312328 # Otherwise, rely on $mkdir_umask.
313329 if test -n "$dir_arg"; then
317333 fi
318334
319335 posix_mkdir=false
320 case $umask in
321 *[123567][0-7][0-7])
322 # POSIX mkdir -p sets u+wx bits regardless of umask, which
323 # is incompatible with FreeBSD 'install' when (umask & 300) != 0.
324 ;;
325 *)
326 # $RANDOM is not portable (e.g. dash); use it when possible to
327 # lower collision chance
328 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
329 trap 'ret=$?; rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir" 2>/dev/null; exit $ret' 0
330
331 # As "mkdir -p" follows symlinks and we work in /tmp possibly; so
332 # create the $tmpdir first (and fail if unsuccessful) to make sure
333 # that nobody tries to guess the $tmpdir name.
334 if (umask $mkdir_umask &&
335 $mkdirprog $mkdir_mode "$tmpdir" &&
336 exec $mkdirprog $mkdir_mode -p -- "$tmpdir/a/b") >/dev/null 2>&1
337 then
338 if test -z "$dir_arg" || {
339 # Check for POSIX incompatibilities with -m.
340 # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or
341 # other-writable bit of parent directory when it shouldn't.
342 # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
343 test_tmpdir="$tmpdir/a"
344 ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
345 case $ls_ld_tmpdir in
346 d????-?r-*) different_mode=700;;
347 d????-?--*) different_mode=755;;
348 *) false;;
349 esac &&
350 $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
351 ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
352 test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
353 }
354 }
355 then posix_mkdir=:
356 fi
357 rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir"
358 else
359 # Remove any dirs left behind by ancient mkdir implementations.
360 rmdir ./$mkdir_mode ./-p ./-- "$tmpdir" 2>/dev/null
361 fi
362 trap '' 0;;
363 esac;;
336 # The $RANDOM variable is not portable (e.g., dash). Use it
337 # here however when possible just to lower collision chance.
338 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
339
340 trap '
341 ret=$?
342 rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir" 2>/dev/null
343 exit $ret
344 ' 0
345
346 # Because "mkdir -p" follows existing symlinks and we likely work
347 # directly in world-writeable /tmp, make sure that the '$tmpdir'
348 # directory is successfully created first before we actually test
349 # 'mkdir -p'.
350 if (umask $mkdir_umask &&
351 $mkdirprog $mkdir_mode "$tmpdir" &&
352 exec $mkdirprog $mkdir_mode -p -- "$tmpdir/a/b") >/dev/null 2>&1
353 then
354 if test -z "$dir_arg" || {
355 # Check for POSIX incompatibilities with -m.
356 # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or
357 # other-writable bit of parent directory when it shouldn't.
358 # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
359 test_tmpdir="$tmpdir/a"
360 ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
361 case $ls_ld_tmpdir in
362 d????-?r-*) different_mode=700;;
363 d????-?--*) different_mode=755;;
364 *) false;;
365 esac &&
366 $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
367 ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
368 test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
369 }
370 }
371 then posix_mkdir=:
372 fi
373 rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir"
374 else
375 # Remove any dirs left behind by ancient mkdir implementations.
376 rmdir ./$mkdir_mode ./-p ./-- "$tmpdir" 2>/dev/null
377 fi
378 trap '' 0;;
364379 esac
365380
366381 if
371386 then :
372387 else
373388
374 # The umask is ridiculous, or mkdir does not conform to POSIX,
389 # mkdir does not conform to POSIX,
375390 # or it failed possibly due to a race condition. Create the
376391 # directory the slow way, step by step, checking for races as we go.
377392
400415 prefixes=
401416 else
402417 if $posix_mkdir; then
403 (umask=$mkdir_umask &&
418 (umask $mkdir_umask &&
404419 $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break
405420 # Don't fail if two instances are running concurrently.
406421 test -d "$prefix" || exit 1
433448 else
434449
435450 # Make a couple of temp file names in the proper directory.
436 dsttmp=$dstdir/_inst.$$_
437 rmtmp=$dstdir/_rm.$$_
451 dsttmp=${dstdirslash}_inst.$$_
452 rmtmp=${dstdirslash}_rm.$$_
438453
439454 # Trap to clean up those temp files at exit.
440455 trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
441456
442457 # Copy the file name to the temp name.
443 (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") &&
458 (umask $cp_umask &&
459 { test -z "$stripcmd" || {
460 # Create $dsttmp read-write so that cp doesn't create it read-only,
461 # which would cause strip to fail.
462 if test -z "$doit"; then
463 : >"$dsttmp" # No need to fork-exec 'touch'.
464 else
465 $doit touch "$dsttmp"
466 fi
467 }
468 } &&
469 $doit_exec $cpprog "$src" "$dsttmp") &&
444470
445471 # and set any options; do chmod last to preserve setuid bits.
446472 #
466492 then
467493 rm -f "$dsttmp"
468494 else
495 # If $backupsuffix is set, and the file being installed
496 # already exists, attempt a backup. Don't worry if it fails,
497 # e.g., if mv doesn't support -f.
498 if test -n "$backupsuffix" && test -f "$dst"; then
499 $doit $mvcmd -f "$dst" "$dst$backupsuffix" 2>/dev/null
500 fi
501
469502 # Rename the file to the real destination.
470503 $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null ||
471504
480513 # file should still install successfully.
481514 {
482515 test ! -f "$dst" ||
483 $doit $rmcmd -f "$dst" 2>/dev/null ||
516 $doit $rmcmd "$dst" 2>/dev/null ||
484517 { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null &&
485 { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; }
518 { $doit $rmcmd "$rmtmp" 2>/dev/null; :; }
486519 } ||
487520 { echo "$0: cannot unlink or rename $dst" >&2
488521 (exit 1); exit 1
499532 done
500533
501534 # Local variables:
502 # eval: (add-hook 'write-file-hooks 'time-stamp)
535 # eval: (add-hook 'before-save-hook 'time-stamp)
503536 # time-stamp-start: "scriptversion="
504537 # time-stamp-format: "%:y-%02m-%02d.%02H"
505 # time-stamp-time-zone: "UTC"
538 # time-stamp-time-zone: "UTC0"
506539 # time-stamp-end: "; # UTC"
507540 # End:
0 # Makefile.in generated by automake 1.15.1 from Makefile.am.
0 # Makefile.in generated by automake 1.16.3 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2020 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
366366 am__v_at_1 =
367367 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
368368 depcomp = $(SHELL) $(top_srcdir)/depcomp
369 am__depfiles_maybe = depfiles
369 am__maybe_remake_depfiles = depfiles
370 am__depfiles_remade = @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-adler32.Plo \
371 @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-compress.Plo \
372 @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-crc32.Plo \
373 @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-deflate.Plo \
374 @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-gzclose.Plo \
375 @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-gzlib.Plo \
376 @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-gzread.Plo \
377 @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-gzwrite.Plo \
378 @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-infback.Plo \
379 @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-inffast.Plo \
380 @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-inflate.Plo \
381 @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-inftrees.Plo \
382 @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-trees.Plo \
383 @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-uncompr.Plo \
384 @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-zutil.Plo \
385 @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-adler32.Plo \
386 @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-compress.Plo \
387 @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-crc32.Plo \
388 @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-deflate.Plo \
389 @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-gzclose.Plo \
390 @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-gzlib.Plo \
391 @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-gzread.Plo \
392 @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-gzwrite.Plo \
393 @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-infback.Plo \
394 @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-inffast.Plo \
395 @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-inflate.Plo \
396 @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-inftrees.Plo \
397 @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-trees.Plo \
398 @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-uncompr.Plo \
399 @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-zutil.Plo \
400 @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-adler32.Plo \
401 @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-compress.Plo \
402 @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-crc32.Plo \
403 @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-deflate.Plo \
404 @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-gzclose.Plo \
405 @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-gzlib.Plo \
406 @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-gzread.Plo \
407 @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-gzwrite.Plo \
408 @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-infback.Plo \
409 @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-inffast.Plo \
410 @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-inflate.Plo \
411 @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-inftrees.Plo \
412 @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-trees.Plo \
413 @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-uncompr.Plo \
414 @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-zutil.Plo \
415 @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-adler32.Plo \
416 @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-compress.Plo \
417 @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-crc32.Plo \
418 @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-deflate.Plo \
419 @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-gzclose.Plo \
420 @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-gzlib.Plo \
421 @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-gzread.Plo \
422 @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-gzwrite.Plo \
423 @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-infback.Plo \
424 @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-inffast.Plo \
425 @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-inflate.Plo \
426 @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-inftrees.Plo \
427 @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-trees.Plo \
428 @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-uncompr.Plo \
429 @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-zutil.Plo \
430 @top_builddir@/source/$(DEPDIR)/Compiler.Plo \
431 @top_builddir@/source/$(DEPDIR)/Engine.Plo \
432 @top_builddir@/source/$(DEPDIR)/UnicodeNames.Plo
370433 am__mv = mv -f
371434 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
372435 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
673736 *config.status*) \
674737 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
675738 *) \
676 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
677 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
739 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
740 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
678741 esac;
679742 $(srcdir)/../source/Makefile.am $(top_srcdir)/source/Public-headers/Makefile.am $(am__empty):
680743
9451008 distclean-compile:
9461009 -rm -f *.tab.c
9471010
948 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-adler32.Plo@am__quote@
949 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-compress.Plo@am__quote@
950 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-crc32.Plo@am__quote@
951 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-deflate.Plo@am__quote@
952 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-gzclose.Plo@am__quote@
953 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-gzlib.Plo@am__quote@
954 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-gzread.Plo@am__quote@
955 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-gzwrite.Plo@am__quote@
956 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-infback.Plo@am__quote@
957 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-inffast.Plo@am__quote@
958 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-inflate.Plo@am__quote@
959 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-inftrees.Plo@am__quote@
960 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-trees.Plo@am__quote@
961 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-uncompr.Plo@am__quote@
962 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-zutil.Plo@am__quote@
963 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-adler32.Plo@am__quote@
964 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-compress.Plo@am__quote@
965 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-crc32.Plo@am__quote@
966 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-deflate.Plo@am__quote@
967 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-gzclose.Plo@am__quote@
968 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-gzlib.Plo@am__quote@
969 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-gzread.Plo@am__quote@
970 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-gzwrite.Plo@am__quote@
971 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-infback.Plo@am__quote@
972 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-inffast.Plo@am__quote@
973 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-inflate.Plo@am__quote@
974 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-inftrees.Plo@am__quote@
975 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-trees.Plo@am__quote@
976 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-uncompr.Plo@am__quote@
977 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-zutil.Plo@am__quote@
978 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-adler32.Plo@am__quote@
979 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-compress.Plo@am__quote@
980 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-crc32.Plo@am__quote@
981 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-deflate.Plo@am__quote@
982 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-gzclose.Plo@am__quote@
983 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-gzlib.Plo@am__quote@
984 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-gzread.Plo@am__quote@
985 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-gzwrite.Plo@am__quote@
986 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-infback.Plo@am__quote@
987 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-inffast.Plo@am__quote@
988 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-inflate.Plo@am__quote@
989 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-inftrees.Plo@am__quote@
990 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-trees.Plo@am__quote@
991 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-uncompr.Plo@am__quote@
992 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-zutil.Plo@am__quote@
993 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-adler32.Plo@am__quote@
994 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-compress.Plo@am__quote@
995 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-crc32.Plo@am__quote@
996 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-deflate.Plo@am__quote@
997 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-gzclose.Plo@am__quote@
998 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-gzlib.Plo@am__quote@
999 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-gzread.Plo@am__quote@
1000 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-gzwrite.Plo@am__quote@
1001 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-infback.Plo@am__quote@
1002 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-inffast.Plo@am__quote@
1003 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-inflate.Plo@am__quote@
1004 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-inftrees.Plo@am__quote@
1005 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-trees.Plo@am__quote@
1006 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-uncompr.Plo@am__quote@
1007 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-zutil.Plo@am__quote@
1008 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/source/$(DEPDIR)/Compiler.Plo@am__quote@
1009 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/source/$(DEPDIR)/Engine.Plo@am__quote@
1010 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/source/$(DEPDIR)/UnicodeNames.Plo@am__quote@
1011 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-adler32.Plo@am__quote@ # am--include-marker
1012 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-compress.Plo@am__quote@ # am--include-marker
1013 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-crc32.Plo@am__quote@ # am--include-marker
1014 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-deflate.Plo@am__quote@ # am--include-marker
1015 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-gzclose.Plo@am__quote@ # am--include-marker
1016 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-gzlib.Plo@am__quote@ # am--include-marker
1017 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-gzread.Plo@am__quote@ # am--include-marker
1018 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-gzwrite.Plo@am__quote@ # am--include-marker
1019 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-infback.Plo@am__quote@ # am--include-marker
1020 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-inffast.Plo@am__quote@ # am--include-marker
1021 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-inflate.Plo@am__quote@ # am--include-marker
1022 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-inftrees.Plo@am__quote@ # am--include-marker
1023 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-trees.Plo@am__quote@ # am--include-marker
1024 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-uncompr.Plo@am__quote@ # am--include-marker
1025 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-zutil.Plo@am__quote@ # am--include-marker
1026 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-adler32.Plo@am__quote@ # am--include-marker
1027 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-compress.Plo@am__quote@ # am--include-marker
1028 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-crc32.Plo@am__quote@ # am--include-marker
1029 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-deflate.Plo@am__quote@ # am--include-marker
1030 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-gzclose.Plo@am__quote@ # am--include-marker
1031 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-gzlib.Plo@am__quote@ # am--include-marker
1032 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-gzread.Plo@am__quote@ # am--include-marker
1033 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-gzwrite.Plo@am__quote@ # am--include-marker
1034 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-infback.Plo@am__quote@ # am--include-marker
1035 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-inffast.Plo@am__quote@ # am--include-marker
1036 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-inflate.Plo@am__quote@ # am--include-marker
1037 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-inftrees.Plo@am__quote@ # am--include-marker
1038 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-trees.Plo@am__quote@ # am--include-marker
1039 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-uncompr.Plo@am__quote@ # am--include-marker
1040 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-zutil.Plo@am__quote@ # am--include-marker
1041 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-adler32.Plo@am__quote@ # am--include-marker
1042 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-compress.Plo@am__quote@ # am--include-marker
1043 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-crc32.Plo@am__quote@ # am--include-marker
1044 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-deflate.Plo@am__quote@ # am--include-marker
1045 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-gzclose.Plo@am__quote@ # am--include-marker
1046 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-gzlib.Plo@am__quote@ # am--include-marker
1047 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-gzread.Plo@am__quote@ # am--include-marker
1048 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-gzwrite.Plo@am__quote@ # am--include-marker
1049 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-infback.Plo@am__quote@ # am--include-marker
1050 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-inffast.Plo@am__quote@ # am--include-marker
1051 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-inflate.Plo@am__quote@ # am--include-marker
1052 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-inftrees.Plo@am__quote@ # am--include-marker
1053 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-trees.Plo@am__quote@ # am--include-marker
1054 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-uncompr.Plo@am__quote@ # am--include-marker
1055 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-zutil.Plo@am__quote@ # am--include-marker
1056 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-adler32.Plo@am__quote@ # am--include-marker
1057 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-compress.Plo@am__quote@ # am--include-marker
1058 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-crc32.Plo@am__quote@ # am--include-marker
1059 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-deflate.Plo@am__quote@ # am--include-marker
1060 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-gzclose.Plo@am__quote@ # am--include-marker
1061 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-gzlib.Plo@am__quote@ # am--include-marker
1062 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-gzread.Plo@am__quote@ # am--include-marker
1063 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-gzwrite.Plo@am__quote@ # am--include-marker
1064 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-infback.Plo@am__quote@ # am--include-marker
1065 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-inffast.Plo@am__quote@ # am--include-marker
1066 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-inflate.Plo@am__quote@ # am--include-marker
1067 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-inftrees.Plo@am__quote@ # am--include-marker
1068 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-trees.Plo@am__quote@ # am--include-marker
1069 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-uncompr.Plo@am__quote@ # am--include-marker
1070 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-zutil.Plo@am__quote@ # am--include-marker
1071 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/source/$(DEPDIR)/Compiler.Plo@am__quote@ # am--include-marker
1072 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/source/$(DEPDIR)/Engine.Plo@am__quote@ # am--include-marker
1073 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/source/$(DEPDIR)/UnicodeNames.Plo@am__quote@ # am--include-marker
1074
1075 $(am__depfiles_remade):
1076 @$(MKDIR_P) $(@D)
1077 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
1078
1079 am--depfiles: $(am__depfiles_remade)
10111080
10121081 .c.o:
10131082 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
15581627 distclean-tags:
15591628 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
15601629
1561 distdir: $(DISTFILES)
1630 distdir: $(BUILT_SOURCES)
1631 $(MAKE) $(AM_MAKEFLAGS) distdir-am
1632
1633 distdir-am: $(DISTFILES)
15621634 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
15631635 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
15641636 list='$(DISTFILES)'; \
16351707 mostlyclean-am
16361708
16371709 distclean: distclean-am
1638 -rm -rf @top_builddir@/@ZLIBDIR@/$(DEPDIR) @top_builddir@/source/$(DEPDIR)
1710 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-adler32.Plo
1711 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-compress.Plo
1712 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-crc32.Plo
1713 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-deflate.Plo
1714 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-gzclose.Plo
1715 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-gzlib.Plo
1716 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-gzread.Plo
1717 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-gzwrite.Plo
1718 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-infback.Plo
1719 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-inffast.Plo
1720 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-inflate.Plo
1721 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-inftrees.Plo
1722 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-trees.Plo
1723 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-uncompr.Plo
1724 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-zutil.Plo
1725 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-adler32.Plo
1726 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-compress.Plo
1727 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-crc32.Plo
1728 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-deflate.Plo
1729 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-gzclose.Plo
1730 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-gzlib.Plo
1731 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-gzread.Plo
1732 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-gzwrite.Plo
1733 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-infback.Plo
1734 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-inffast.Plo
1735 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-inflate.Plo
1736 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-inftrees.Plo
1737 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-trees.Plo
1738 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-uncompr.Plo
1739 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-zutil.Plo
1740 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-adler32.Plo
1741 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-compress.Plo
1742 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-crc32.Plo
1743 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-deflate.Plo
1744 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-gzclose.Plo
1745 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-gzlib.Plo
1746 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-gzread.Plo
1747 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-gzwrite.Plo
1748 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-infback.Plo
1749 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-inffast.Plo
1750 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-inflate.Plo
1751 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-inftrees.Plo
1752 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-trees.Plo
1753 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-uncompr.Plo
1754 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-zutil.Plo
1755 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-adler32.Plo
1756 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-compress.Plo
1757 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-crc32.Plo
1758 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-deflate.Plo
1759 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-gzclose.Plo
1760 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-gzlib.Plo
1761 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-gzread.Plo
1762 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-gzwrite.Plo
1763 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-infback.Plo
1764 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-inffast.Plo
1765 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-inflate.Plo
1766 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-inftrees.Plo
1767 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-trees.Plo
1768 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-uncompr.Plo
1769 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-zutil.Plo
1770 -rm -f @top_builddir@/source/$(DEPDIR)/Compiler.Plo
1771 -rm -f @top_builddir@/source/$(DEPDIR)/Engine.Plo
1772 -rm -f @top_builddir@/source/$(DEPDIR)/UnicodeNames.Plo
16391773 -rm -f Makefile
16401774 distclean-am: clean-am distclean-compile distclean-generic \
16411775 distclean-tags
16811815 installcheck-am:
16821816
16831817 maintainer-clean: maintainer-clean-am
1684 -rm -rf @top_builddir@/@ZLIBDIR@/$(DEPDIR) @top_builddir@/source/$(DEPDIR)
1818 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-adler32.Plo
1819 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-compress.Plo
1820 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-crc32.Plo
1821 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-deflate.Plo
1822 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-gzclose.Plo
1823 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-gzlib.Plo
1824 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-gzread.Plo
1825 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-gzwrite.Plo
1826 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-infback.Plo
1827 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-inffast.Plo
1828 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-inflate.Plo
1829 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-inftrees.Plo
1830 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-trees.Plo
1831 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-uncompr.Plo
1832 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-zutil.Plo
1833 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-adler32.Plo
1834 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-compress.Plo
1835 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-crc32.Plo
1836 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-deflate.Plo
1837 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-gzclose.Plo
1838 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-gzlib.Plo
1839 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-gzread.Plo
1840 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-gzwrite.Plo
1841 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-infback.Plo
1842 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-inffast.Plo
1843 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-inflate.Plo
1844 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-inftrees.Plo
1845 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-trees.Plo
1846 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-uncompr.Plo
1847 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-zutil.Plo
1848 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-adler32.Plo
1849 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-compress.Plo
1850 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-crc32.Plo
1851 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-deflate.Plo
1852 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-gzclose.Plo
1853 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-gzlib.Plo
1854 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-gzread.Plo
1855 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-gzwrite.Plo
1856 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-infback.Plo
1857 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-inffast.Plo
1858 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-inflate.Plo
1859 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-inftrees.Plo
1860 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-trees.Plo
1861 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-uncompr.Plo
1862 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-zutil.Plo
1863 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-adler32.Plo
1864 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-compress.Plo
1865 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-crc32.Plo
1866 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-deflate.Plo
1867 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-gzclose.Plo
1868 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-gzlib.Plo
1869 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-gzread.Plo
1870 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-gzwrite.Plo
1871 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-infback.Plo
1872 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-inffast.Plo
1873 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-inflate.Plo
1874 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-inftrees.Plo
1875 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-trees.Plo
1876 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-uncompr.Plo
1877 -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-zutil.Plo
1878 -rm -f @top_builddir@/source/$(DEPDIR)/Compiler.Plo
1879 -rm -f @top_builddir@/source/$(DEPDIR)/Engine.Plo
1880 -rm -f @top_builddir@/source/$(DEPDIR)/UnicodeNames.Plo
16851881 -rm -f Makefile
16861882 maintainer-clean-am: distclean-am maintainer-clean-generic
16871883
17021898
17031899 .MAKE: install-am install-strip
17041900
1705 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
1706 clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \
1707 ctags-am distclean distclean-compile distclean-generic \
1901 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
1902 clean-generic clean-libLTLIBRARIES clean-libtool cscopelist-am \
1903 ctags ctags-am distclean distclean-compile distclean-generic \
17081904 distclean-libtool distclean-tags distdir dvi dvi-am html \
17091905 html-am info info-am install install-am install-data \
17101906 install-data-am install-dvi install-dvi-am install-exec \
3030
3131 PROGRAM=libtool
3232 PACKAGE=libtool
33 VERSION="2.4.6 Debian-2.4.6-2"
33 VERSION="2.4.6 Debian-2.4.6-15"
3434 package_revision=2.4.6
3535
3636
386386 # putting '$debug_cmd' at the start of all your functions, you can get
387387 # bash to show function call trace with:
388388 #
389 # debug_cmd='eval echo "${FUNCNAME[0]} $*" >&2' bash your-script-name
389 # debug_cmd='echo "${FUNCNAME[0]} $*" >&2' bash your-script-name
390390 debug_cmd=${debug_cmd-":"}
391391 exit_cmd=:
392392
13691369 #! /bin/sh
13701370
13711371 # Set a version string for this script.
1372 scriptversion=2014-01-07.03; # UTC
1372 scriptversion=2015-10-07.11; # UTC
13731373
13741374 # A portable, pluggable option parser for Bourne shell.
13751375 # Written by Gary V. Vaughan, 2010
15291529 {
15301530 $debug_cmd
15311531
1532 _G_rc_run_hooks=false
1533
15321534 case " $hookable_fns " in
15331535 *" $1 "*) ;;
15341536 *) func_fatal_error "'$1' does not support hook funcions.n" ;;
15371539 eval _G_hook_fns=\$$1_hooks; shift
15381540
15391541 for _G_hook in $_G_hook_fns; do
1540 eval $_G_hook '"$@"'
1541
1542 # store returned options list back into positional
1543 # parameters for next 'cmd' execution.
1544 eval _G_hook_result=\$${_G_hook}_result
1545 eval set dummy "$_G_hook_result"; shift
1542 if eval $_G_hook '"$@"'; then
1543 # store returned options list back into positional
1544 # parameters for next 'cmd' execution.
1545 eval _G_hook_result=\$${_G_hook}_result
1546 eval set dummy "$_G_hook_result"; shift
1547 _G_rc_run_hooks=:
1548 fi
15461549 done
15471550
1548 func_quote_for_eval ${1+"$@"}
1549 func_run_hooks_result=$func_quote_for_eval_result
1551 $_G_rc_run_hooks && func_run_hooks_result=$_G_hook_result
15501552 }
15511553
15521554
15561558 ## --------------- ##
15571559
15581560 # In order to add your own option parsing hooks, you must accept the
1559 # full positional parameter list in your hook function, remove any
1560 # options that you action, and then pass back the remaining unprocessed
1561 # full positional parameter list in your hook function, you may remove/edit
1562 # any options that you action, and then pass back the remaining unprocessed
15611563 # options in '<hooked_function_name>_result', escaped suitably for
1562 # 'eval'. Like this:
1564 # 'eval'. In this case you also must return $EXIT_SUCCESS to let the
1565 # hook's caller know that it should pay attention to
1566 # '<hooked_function_name>_result'. Returning $EXIT_FAILURE signalizes that
1567 # arguments are left untouched by the hook and therefore caller will ignore the
1568 # result variable.
1569 #
1570 # Like this:
15631571 #
15641572 # my_options_prep ()
15651573 # {
15691577 # usage_message=$usage_message'
15701578 # -s, --silent don'\''t print informational messages
15711579 # '
1572 #
1573 # func_quote_for_eval ${1+"$@"}
1574 # my_options_prep_result=$func_quote_for_eval_result
1580 # # No change in '$@' (ignored completely by this hook). There is
1581 # # no need to do the equivalent (but slower) action:
1582 # # func_quote_for_eval ${1+"$@"}
1583 # # my_options_prep_result=$func_quote_for_eval_result
1584 # false
15751585 # }
15761586 # func_add_hook func_options_prep my_options_prep
15771587 #
15801590 # {
15811591 # $debug_cmd
15821592 #
1593 # args_changed=false
1594 #
15831595 # # Note that for efficiency, we parse as many options as we can
15841596 # # recognise in a loop before passing the remainder back to the
15851597 # # caller on the first unrecognised argument we encounter.
15861598 # while test $# -gt 0; do
15871599 # opt=$1; shift
15881600 # case $opt in
1589 # --silent|-s) opt_silent=: ;;
1601 # --silent|-s) opt_silent=:
1602 # args_changed=:
1603 # ;;
15901604 # # Separate non-argument short options:
15911605 # -s*) func_split_short_opt "$_G_opt"
15921606 # set dummy "$func_split_short_opt_name" \
15931607 # "-$func_split_short_opt_arg" ${1+"$@"}
15941608 # shift
1609 # args_changed=:
15951610 # ;;
1596 # *) set dummy "$_G_opt" "$*"; shift; break ;;
1611 # *) # Make sure the first unrecognised option "$_G_opt"
1612 # # is added back to "$@", we could need that later
1613 # # if $args_changed is true.
1614 # set dummy "$_G_opt" ${1+"$@"}; shift; break ;;
15971615 # esac
15981616 # done
15991617 #
1600 # func_quote_for_eval ${1+"$@"}
1601 # my_silent_option_result=$func_quote_for_eval_result
1618 # if $args_changed; then
1619 # func_quote_for_eval ${1+"$@"}
1620 # my_silent_option_result=$func_quote_for_eval_result
1621 # fi
1622 #
1623 # $args_changed
16021624 # }
16031625 # func_add_hook func_parse_options my_silent_option
16041626 #
16101632 # $opt_silent && $opt_verbose && func_fatal_help "\
16111633 # '--silent' and '--verbose' options are mutually exclusive."
16121634 #
1613 # func_quote_for_eval ${1+"$@"}
1614 # my_option_validation_result=$func_quote_for_eval_result
1635 # false
16151636 # }
16161637 # func_add_hook func_validate_options my_option_validation
16171638 #
1618 # You'll alse need to manually amend $usage_message to reflect the extra
1639 # You'll also need to manually amend $usage_message to reflect the extra
16191640 # options you parse. It's preferable to append if you can, so that
16201641 # multiple option parsing hooks can be added safely.
1642
1643
1644 # func_options_finish [ARG]...
1645 # ----------------------------
1646 # Finishing the option parse loop (call 'func_options' hooks ATM).
1647 func_options_finish ()
1648 {
1649 $debug_cmd
1650
1651 _G_func_options_finish_exit=false
1652 if func_run_hooks func_options ${1+"$@"}; then
1653 func_options_finish_result=$func_run_hooks_result
1654 _G_func_options_finish_exit=:
1655 fi
1656
1657 $_G_func_options_finish_exit
1658 }
16211659
16221660
16231661 # func_options [ARG]...
16291667 {
16301668 $debug_cmd
16311669
1632 func_options_prep ${1+"$@"}
1633 eval func_parse_options \
1634 ${func_options_prep_result+"$func_options_prep_result"}
1635 eval func_validate_options \
1636 ${func_parse_options_result+"$func_parse_options_result"}
1637
1638 eval func_run_hooks func_options \
1639 ${func_validate_options_result+"$func_validate_options_result"}
1640
1641 # save modified positional parameters for caller
1642 func_options_result=$func_run_hooks_result
1670 _G_rc_options=false
1671
1672 for my_func in options_prep parse_options validate_options options_finish
1673 do
1674 if eval func_$my_func '${1+"$@"}'; then
1675 eval _G_res_var='$'"func_${my_func}_result"
1676 eval set dummy "$_G_res_var" ; shift
1677 _G_rc_options=:
1678 fi
1679 done
1680
1681 # Save modified positional parameters for caller. As a top-level
1682 # options-parser function we always need to set the 'func_options_result'
1683 # variable (regardless the $_G_rc_options value).
1684 if $_G_rc_options; then
1685 func_options_result=$_G_res_var
1686 else
1687 func_quote_for_eval ${1+"$@"}
1688 func_options_result=$func_quote_for_eval_result
1689 fi
1690
1691 $_G_rc_options
16431692 }
16441693
16451694
16481697 # All initialisations required before starting the option parse loop.
16491698 # Note that when calling hook functions, we pass through the list of
16501699 # positional parameters. If a hook function modifies that list, and
1651 # needs to propogate that back to rest of this script, then the complete
1700 # needs to propagate that back to rest of this script, then the complete
16521701 # modified list must be put in 'func_run_hooks_result' before
1653 # returning.
1702 # returning $EXIT_SUCCESS (otherwise $EXIT_FAILURE is returned).
16541703 func_hookable func_options_prep
16551704 func_options_prep ()
16561705 {
16601709 opt_verbose=false
16611710 opt_warning_types=
16621711
1663 func_run_hooks func_options_prep ${1+"$@"}
1664
1665 # save modified positional parameters for caller
1666 func_options_prep_result=$func_run_hooks_result
1712 _G_rc_options_prep=false
1713 if func_run_hooks func_options_prep ${1+"$@"}; then
1714 _G_rc_options_prep=:
1715 # save modified positional parameters for caller
1716 func_options_prep_result=$func_run_hooks_result
1717 fi
1718
1719 $_G_rc_options_prep
16671720 }
16681721
16691722
16771730
16781731 func_parse_options_result=
16791732
1733 _G_rc_parse_options=false
16801734 # this just eases exit handling
16811735 while test $# -gt 0; do
16821736 # Defer to hook functions for initial option parsing, so they
16831737 # get priority in the event of reusing an option name.
1684 func_run_hooks func_parse_options ${1+"$@"}
1685
1686 # Adjust func_parse_options positional parameters to match
1687 eval set dummy "$func_run_hooks_result"; shift
1738 if func_run_hooks func_parse_options ${1+"$@"}; then
1739 eval set dummy "$func_run_hooks_result"; shift
1740 _G_rc_parse_options=:
1741 fi
16881742
16891743 # Break out of the loop if we already parsed every option.
16901744 test $# -gt 0 || break
16911745
1746 _G_match_parse_options=:
16921747 _G_opt=$1
16931748 shift
16941749 case $_G_opt in
17031758 ;;
17041759
17051760 --warnings|--warning|-W)
1706 test $# = 0 && func_missing_arg $_G_opt && break
1761 if test $# = 0 && func_missing_arg $_G_opt; then
1762 _G_rc_parse_options=:
1763 break
1764 fi
17071765 case " $warning_categories $1" in
17081766 *" $1 "*)
17091767 # trailing space prevents matching last $1 above
17561814 shift
17571815 ;;
17581816
1759 --) break ;;
1817 --) _G_rc_parse_options=: ; break ;;
17601818 -*) func_fatal_help "unrecognised option: '$_G_opt'" ;;
1761 *) set dummy "$_G_opt" ${1+"$@"}; shift; break ;;
1819 *) set dummy "$_G_opt" ${1+"$@"}; shift
1820 _G_match_parse_options=false
1821 break
1822 ;;
17621823 esac
1824
1825 $_G_match_parse_options && _G_rc_parse_options=:
17631826 done
17641827
1765 # save modified positional parameters for caller
1766 func_quote_for_eval ${1+"$@"}
1767 func_parse_options_result=$func_quote_for_eval_result
1828
1829 if $_G_rc_parse_options; then
1830 # save modified positional parameters for caller
1831 func_quote_for_eval ${1+"$@"}
1832 func_parse_options_result=$func_quote_for_eval_result
1833 fi
1834
1835 $_G_rc_parse_options
17681836 }
17691837
17701838
17771845 {
17781846 $debug_cmd
17791847
1848 _G_rc_validate_options=false
1849
17801850 # Display all warnings if -W was not given.
17811851 test -n "$opt_warning_types" || opt_warning_types=" $warning_categories"
17821852
1783 func_run_hooks func_validate_options ${1+"$@"}
1853 if func_run_hooks func_validate_options ${1+"$@"}; then
1854 # save modified positional parameters for caller
1855 func_validate_options_result=$func_run_hooks_result
1856 _G_rc_validate_options=:
1857 fi
17841858
17851859 # Bail if the options were screwed!
17861860 $exit_cmd $EXIT_FAILURE
17871861
1788 # save modified positional parameters for caller
1789 func_validate_options_result=$func_run_hooks_result
1862 $_G_rc_validate_options
17901863 }
17911864
17921865
20672140 compiler: $LTCC
20682141 compiler flags: $LTCFLAGS
20692142 linker: $LD (gnu? $with_gnu_ld)
2070 version: $progname $scriptversion Debian-2.4.6-2
2143 version: $progname $scriptversion Debian-2.4.6-15
20712144 automake: `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
20722145 autoconf: `($AUTOCONF --version) 2>/dev/null |$SED 1q`
20732146
22692342 nonopt=
22702343 preserve_args=
22712344
2345 _G_rc_lt_options_prep=:
2346
22722347 # Shorthand for --mode=foo, only valid as the first argument
22732348 case $1 in
22742349 clean|clea|cle|cl)
22922367 uninstall|uninstal|uninsta|uninst|unins|unin|uni|un|u)
22932368 shift; set dummy --mode uninstall ${1+"$@"}; shift
22942369 ;;
2370 *)
2371 _G_rc_lt_options_prep=false
2372 ;;
22952373 esac
22962374
2297 # Pass back the list of options.
2298 func_quote_for_eval ${1+"$@"}
2299 libtool_options_prep_result=$func_quote_for_eval_result
2375 if $_G_rc_lt_options_prep; then
2376 # Pass back the list of options.
2377 func_quote_for_eval ${1+"$@"}
2378 libtool_options_prep_result=$func_quote_for_eval_result
2379 fi
2380
2381 $_G_rc_lt_options_prep
23002382 }
23012383 func_add_hook func_options_prep libtool_options_prep
23022384
23082390 {
23092391 $debug_cmd
23102392
2393 _G_rc_lt_parse_options=false
2394
23112395 # Perform our own loop to consume as many options as possible in
23122396 # each iteration.
23132397 while test $# -gt 0; do
2398 _G_match_lt_parse_options=:
23142399 _G_opt=$1
23152400 shift
23162401 case $_G_opt in
23852470 func_append preserve_args " $_G_opt"
23862471 ;;
23872472
2388 # An option not handled by this hook function:
2389 *) set dummy "$_G_opt" ${1+"$@"}; shift; break ;;
2473 # An option not handled by this hook function:
2474 *) set dummy "$_G_opt" ${1+"$@"} ; shift
2475 _G_match_lt_parse_options=false
2476 break
2477 ;;
23902478 esac
2479 $_G_match_lt_parse_options && _G_rc_lt_parse_options=:
23912480 done
23922481
2393
2394 # save modified positional parameters for caller
2395 func_quote_for_eval ${1+"$@"}
2396 libtool_parse_options_result=$func_quote_for_eval_result
2482 if $_G_rc_lt_parse_options; then
2483 # save modified positional parameters for caller
2484 func_quote_for_eval ${1+"$@"}
2485 libtool_parse_options_result=$func_quote_for_eval_result
2486 fi
2487
2488 $_G_rc_lt_parse_options
23972489 }
23982490 func_add_hook func_parse_options libtool_parse_options
23992491
72747366 # -specs=* GCC specs files
72757367 # -stdlib=* select c++ std lib with clang
72767368 # -fsanitize=* Clang/GCC memory and address sanitizer
7369 # -fuse-ld=* Linker select flags for GCC
7370 # -static-* direct GCC to link specific libraries statically
7371 # -fcilkplus Cilk Plus language extension features for C/C++
72777372 -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
72787373 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \
72797374 -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*| \
7280 -specs=*|-fsanitize=*)
7375 -specs=*|-fsanitize=*|-fuse-ld=*|-static-*|-fcilkplus)
72817376 func_quote_for_eval "$arg"
72827377 arg=$func_quote_for_eval_result
72837378 func_append compile_command " $arg"
10401040 _LT_EOF
10411041 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&AS_MESSAGE_LOG_FD
10421042 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&AS_MESSAGE_LOG_FD
1043 echo "$AR cru libconftest.a conftest.o" >&AS_MESSAGE_LOG_FD
1044 $AR cru libconftest.a conftest.o 2>&AS_MESSAGE_LOG_FD
1043 echo "$AR cr libconftest.a conftest.o" >&AS_MESSAGE_LOG_FD
1044 $AR cr libconftest.a conftest.o 2>&AS_MESSAGE_LOG_FD
10451045 echo "$RANLIB libconftest.a" >&AS_MESSAGE_LOG_FD
10461046 $RANLIB libconftest.a 2>&AS_MESSAGE_LOG_FD
10471047 cat > conftest.c << _LT_EOF
10701070 # to the OS version, if on x86, and 10.4, the deployment
10711071 # target defaults to 10.4. Don't you love it?
10721072 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
1073 10.0,*86*-darwin8*|10.0,*-darwin[[91]]*)
1073 10.0,*86*-darwin8*|10.0,*-darwin[[912]]*)
10741074 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
10751075 10.[[012]][[,.]]*)
10761076 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
1077 10.*)
1077 10.*|11.*)
10781078 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
10791079 esac
10801080 ;;
14911491 m4_defun([_LT_PROG_AR],
14921492 [AC_CHECK_TOOLS(AR, [ar], false)
14931493 : ${AR=ar}
1494 : ${AR_FLAGS=cru}
1494 : ${AR_FLAGS=cr}
14951495 _LT_DECL([], [AR], [1], [The archiver])
14961496 _LT_DECL([], [AR_FLAGS], [1], [Flags to create an archive])
14971497
40624062 if AC_TRY_EVAL(ac_compile); then
40634063 # Now try to grab the symbols.
40644064 nlist=conftest.nm
4065 if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
4065 $ECHO "$as_me:$LINENO: $NM conftest.$ac_objext | $lt_cv_sys_global_symbol_pipe > $nlist" >&AS_MESSAGE_LOG_FD
4066 if eval "$NM" conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist 2>&AS_MESSAGE_LOG_FD && test -s "$nlist"; then
40664067 # Try sorting and uniquifying the output.
40674068 if sort "$nlist" | uniq > "$nlist"T; then
40684069 mv -f "$nlist"T "$nlist"
47024703 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
47034704 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
47044705 ;;
4706 # flang / f18. f95 an alias for gfortran or flang on Debian
4707 flang* | f18* | f95*)
4708 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4709 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4710 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
4711 ;;
47054712 # icc used to be incompatible with GCC.
47064713 # ICC 10 doesn't accept -KPIC any more.
47074714 icc* | ifort*)
64376444 # Commands to make compiler produce verbose output that lists
64386445 # what "hidden" libraries, object files and flags are used when
64396446 # linking a shared library.
6440 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
6447 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"'
64416448
64426449 else
64436450 GXX=no
68126819 # explicitly linking system object files so we need to strip them
68136820 # from the output so that they don't get included in the library
68146821 # dependencies.
6815 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
6822 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP " \-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
68166823 ;;
68176824 *)
68186825 if test yes = "$GXX"; then
68776884 # explicitly linking system object files so we need to strip them
68786885 # from the output so that they don't get included in the library
68796886 # dependencies.
6880 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
6887 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP " \-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
68816888 ;;
68826889 *)
68836890 if test yes = "$GXX"; then
72167223 # Commands to make compiler produce verbose output that lists
72177224 # what "hidden" libraries, object files and flags are used when
72187225 # linking a shared library.
7219 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
7226 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"'
72207227
72217228 else
72227229 # FIXME: insert proper C++ library support
73007307 # Commands to make compiler produce verbose output that lists
73017308 # what "hidden" libraries, object files and flags are used when
73027309 # linking a shared library.
7303 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
7310 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"'
73047311 else
73057312 # g++ 2.7 appears to require '-G' NOT '-shared' on this
73067313 # platform.
73117318 # Commands to make compiler produce verbose output that lists
73127319 # what "hidden" libraries, object files and flags are used when
73137320 # linking a shared library.
7314 output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
7321 output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"'
73157322 fi
73167323
73177324 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $wl$libdir'
00 #! /bin/sh
11 # Common wrapper for a few potentially missing GNU programs.
22
3 scriptversion=2013-10-28.13; # UTC
4
5 # Copyright (C) 1996-2014 Free Software Foundation, Inc.
3 scriptversion=2018-03-07.03; # UTC
4
5 # Copyright (C) 1996-2020 Free Software Foundation, Inc.
66 # Originally written by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996.
77
88 # This program is free software; you can redistribute it and/or modify
1616 # GNU General Public License for more details.
1717
1818 # You should have received a copy of the GNU General Public License
19 # along with this program. If not, see <http://www.gnu.org/licenses/>.
19 # along with this program. If not, see <https://www.gnu.org/licenses/>.
2020
2121 # As a special exception to the GNU General Public License, if you
2222 # distribute this file as part of a program that contains a
100100 exit $st
101101 fi
102102
103 perl_URL=http://www.perl.org/
104 flex_URL=http://flex.sourceforge.net/
105 gnu_software_URL=http://www.gnu.org/software
103 perl_URL=https://www.perl.org/
104 flex_URL=https://github.com/westes/flex
105 gnu_software_URL=https://www.gnu.org/software
106106
107107 program_details ()
108108 {
206206 exit $st
207207
208208 # Local variables:
209 # eval: (add-hook 'write-file-hooks 'time-stamp)
209 # eval: (add-hook 'before-save-hook 'time-stamp)
210210 # time-stamp-start: "scriptversion="
211211 # time-stamp-format: "%:y-%02m-%02d.%02H"
212 # time-stamp-time-zone: "UTC"
212 # time-stamp-time-zone: "UTC0"
213213 # time-stamp-end: "; # UTC"
214214 # End:
0 # Makefile.in generated by automake 1.15.1 from Makefile.am.
0 # Makefile.in generated by automake 1.16.3 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2020 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
303303 bases='$(TEST_LOGS)'; \
304304 bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
305305 bases=`echo $$bases`
306 AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)'
306307 RECHECK_LOGS = $(TEST_LOGS)
307308 AM_RECURSIVE_TARGETS = check recheck
308309 TEST_SUITE_LOG = test-suite.log
490491 *config.status*) \
491492 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
492493 *) \
493 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
494 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
494 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
495 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
495496 esac;
496497
497498 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
622623 test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \
623624 fi; \
624625 echo "$${col}$$br$${std}"; \
625 echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \
626 echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}"; \
626627 echo "$${col}$$br$${std}"; \
627628 create_testsuite_report --maybe-color; \
628629 echo "$$col$$br$$std"; \
635636 fi; \
636637 $$success || exit 1
637638
638 check-TESTS:
639 check-TESTS: $(check_SCRIPTS) $(check_DATA)
639640 @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list
640641 @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
641642 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
678679 @am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
679680 @am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT)
680681
681 distdir: $(DISTFILES)
682 distdir: $(BUILT_SOURCES)
683 $(MAKE) $(AM_MAKEFLAGS) distdir-am
684
685 distdir-am: $(DISTFILES)
682686 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
683687 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
684688 list='$(DISTFILES)'; \
00 #! /bin/sh
11 # test-driver - basic testsuite driver script.
22
3 scriptversion=2013-07-13.22; # UTC
3 scriptversion=2018-03-07.03; # UTC
44
5 # Copyright (C) 2011-2014 Free Software Foundation, Inc.
5 # Copyright (C) 2011-2020 Free Software Foundation, Inc.
66 #
77 # This program is free software; you can redistribute it and/or modify
88 # it under the terms of the GNU General Public License as published by
1515 # GNU General Public License for more details.
1616 #
1717 # You should have received a copy of the GNU General Public License
18 # along with this program. If not, see <http://www.gnu.org/licenses/>.
18 # along with this program. If not, see <https://www.gnu.org/licenses/>.
1919
2020 # As a special exception to the GNU General Public License, if you
2121 # distribute this file as part of a program that contains a
4141 {
4242 cat <<END
4343 Usage:
44 test-driver --test-name=NAME --log-file=PATH --trs-file=PATH
45 [--expect-failure={yes|no}] [--color-tests={yes|no}]
46 [--enable-hard-errors={yes|no}] [--]
44 test-driver --test-name NAME --log-file PATH --trs-file PATH
45 [--expect-failure {yes|no}] [--color-tests {yes|no}]
46 [--enable-hard-errors {yes|no}] [--]
4747 TEST-SCRIPT [TEST-SCRIPT-ARGUMENTS]
48
4849 The '--test-name', '--log-file' and '--trs-file' options are mandatory.
50 See the GNU Automake documentation for information.
4951 END
5052 }
5153
139141 # Local Variables:
140142 # mode: shell-script
141143 # sh-indentation: 2
142 # eval: (add-hook 'write-file-hooks 'time-stamp)
144 # eval: (add-hook 'before-save-hook 'time-stamp)
143145 # time-stamp-start: "scriptversion="
144146 # time-stamp-format: "%:y-%02m-%02d.%02H"
145 # time-stamp-time-zone: "UTC"
147 # time-stamp-time-zone: "UTC0"
146148 # time-stamp-end: "; # UTC"
147149 # End: