Import upstream version 2.5.10+git20200924.5a4ac63, md5 403c150a0a7d391393746557793baaaa
Debian Janitor
2 years ago
0 | # Makefile.in generated by automake 1.15.1 from Makefile.am. | |
0 | # Makefile.in generated by automake 1.16.3 from Makefile.am. | |
1 | 1 | # @configure_input@ |
2 | 2 | |
3 | # Copyright (C) 1994-2017 Free Software Foundation, Inc. | |
3 | # Copyright (C) 1994-2020 Free Software Foundation, Inc. | |
4 | 4 | |
5 | 5 | # This Makefile.in is free software; the Free Software Foundation |
6 | 6 | # gives unlimited permission to copy and/or distribute it, |
168 | 168 | $(RECURSIVE_CLEAN_TARGETS) \ |
169 | 169 | $(am__extra_recursive_targets) |
170 | 170 | 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 | |
174 | 174 | # Read a list of newline-separated strings from the standard input, |
175 | 175 | # and print each of them once, without duplicates. Input order is |
176 | 176 | # *not* preserved. |
234 | 234 | DIST_ARCHIVES = $(distdir).tar.gz |
235 | 235 | GZIP_ENV = --best |
236 | 236 | DIST_TARGETS = dist-gzip |
237 | # Exists only to be overridden by the user if desired. | |
238 | AM_DISTCHECK_DVI_TARGET = dvi | |
237 | 239 | distuninstallcheck_listfiles = find . -type f -print |
238 | 240 | am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ |
239 | 241 | | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' |
402 | 404 | echo ' $(SHELL) ./config.status'; \ |
403 | 405 | $(SHELL) ./config.status;; \ |
404 | 406 | *) \ |
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);; \ | |
407 | 409 | esac; |
408 | 410 | |
409 | 411 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
570 | 572 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
571 | 573 | -rm -f cscope.out cscope.in.out cscope.po.out cscope.files |
572 | 574 | |
573 | distdir: $(DISTFILES) | |
575 | distdir: $(BUILT_SOURCES) | |
576 | $(MAKE) $(AM_MAKEFLAGS) distdir-am | |
577 | ||
578 | distdir-am: $(DISTFILES) | |
574 | 579 | $(am__remove_distdir) |
575 | 580 | test -d "$(distdir)" || mkdir "$(distdir)" |
576 | 581 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
650 | 655 | tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz |
651 | 656 | $(am__post_remove_distdir) |
652 | 657 | |
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 | ||
653 | 662 | dist-tarZ: distdir |
654 | 663 | @echo WARNING: "Support for distribution archives compressed with" \ |
655 | 664 | "legacy program 'compress' is deprecated." >&2 |
692 | 701 | eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ |
693 | 702 | *.zip*) \ |
694 | 703 | unzip $(distdir).zip ;;\ |
704 | *.tar.zst*) \ | |
705 | zstd -dc $(distdir).tar.zst | $(am__untar) ;;\ | |
695 | 706 | esac |
696 | 707 | chmod -R a-w $(distdir) |
697 | 708 | chmod u+w $(distdir) |
707 | 718 | $(DISTCHECK_CONFIGURE_FLAGS) \ |
708 | 719 | --srcdir=../.. --prefix="$$dc_install_base" \ |
709 | 720 | && $(MAKE) $(AM_MAKEFLAGS) \ |
710 | && $(MAKE) $(AM_MAKEFLAGS) dvi \ | |
721 | && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \ | |
711 | 722 | && $(MAKE) $(AM_MAKEFLAGS) check \ |
712 | 723 | && $(MAKE) $(AM_MAKEFLAGS) install \ |
713 | 724 | && $(MAKE) $(AM_MAKEFLAGS) installcheck \ |
872 | 883 | am--refresh check check-am clean clean-cscope clean-generic \ |
873 | 884 | clean-libtool cscope cscopelist-am ctags ctags-am dist \ |
874 | 885 | 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 | |
887 | 899 | |
888 | 900 | .PRECIOUS: Makefile |
889 | 901 |
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. | |
3 | 3 | |
4 | 4 | # This file is free software; the Free Software Foundation |
5 | 5 | # gives unlimited permission to copy and/or distribute it, |
19 | 19 | If you have problems, you may need to regenerate the build system entirely. |
20 | 20 | To do so, use the procedure documented by the package, typically 'autoreconf'.])]) |
21 | 21 | |
22 | # Copyright (C) 2002-2017 Free Software Foundation, Inc. | |
22 | # Copyright (C) 2002-2020 Free Software Foundation, Inc. | |
23 | 23 | # |
24 | 24 | # This file is free software; the Free Software Foundation |
25 | 25 | # gives unlimited permission to copy and/or distribute it, |
31 | 31 | # generated from the m4 files accompanying Automake X.Y. |
32 | 32 | # (This private macro should not be called outside this file.) |
33 | 33 | AC_DEFUN([AM_AUTOMAKE_VERSION], |
34 | [am__api_version='1.15' | |
34 | [am__api_version='1.16' | |
35 | 35 | dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to |
36 | 36 | 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], [], | |
38 | 38 | [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl |
39 | 39 | ]) |
40 | 40 | |
50 | 50 | # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. |
51 | 51 | # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. |
52 | 52 | AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], |
53 | [AM_AUTOMAKE_VERSION([1.15.1])dnl | |
53 | [AM_AUTOMAKE_VERSION([1.16.3])dnl | |
54 | 54 | m4_ifndef([AC_AUTOCONF_VERSION], |
55 | 55 | [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl |
56 | 56 | _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) |
57 | 57 | |
58 | 58 | # AM_AUX_DIR_EXPAND -*- Autoconf -*- |
59 | 59 | |
60 | # Copyright (C) 2001-2017 Free Software Foundation, Inc. | |
60 | # Copyright (C) 2001-2020 Free Software Foundation, Inc. | |
61 | 61 | # |
62 | 62 | # This file is free software; the Free Software Foundation |
63 | 63 | # gives unlimited permission to copy and/or distribute it, |
109 | 109 | |
110 | 110 | # AM_CONDITIONAL -*- Autoconf -*- |
111 | 111 | |
112 | # Copyright (C) 1997-2017 Free Software Foundation, Inc. | |
112 | # Copyright (C) 1997-2020 Free Software Foundation, Inc. | |
113 | 113 | # |
114 | 114 | # This file is free software; the Free Software Foundation |
115 | 115 | # gives unlimited permission to copy and/or distribute it, |
140 | 140 | Usually this means the macro was only invoked conditionally.]]) |
141 | 141 | fi])]) |
142 | 142 | |
143 | # Copyright (C) 1999-2017 Free Software Foundation, Inc. | |
143 | # Copyright (C) 1999-2020 Free Software Foundation, Inc. | |
144 | 144 | # |
145 | 145 | # This file is free software; the Free Software Foundation |
146 | 146 | # gives unlimited permission to copy and/or distribute it, |
331 | 331 | |
332 | 332 | # Generate code to set up dependency tracking. -*- Autoconf -*- |
333 | 333 | |
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. | |
340 | 339 | |
341 | 340 | # _AM_OUTPUT_DEPENDENCY_COMMANDS |
342 | 341 | # ------------------------------ |
345 | 344 | # Older Autoconf quotes --file arguments for eval, but not when files |
346 | 345 | # are listed without --file. Let's play safe and only enable the eval |
347 | 346 | # 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]) | |
352 | 352 | shift |
353 | for mf | |
353 | # Used to flag and report bootstrapping failures. | |
354 | am_rc=0 | |
355 | for am_mf | |
354 | 356 | do |
355 | 357 | # 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 | |
363 | 362 | # 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=$? | |
390 | 370 | 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 | |
391 | 384 | } |
392 | 385 | ])# _AM_OUTPUT_DEPENDENCY_COMMANDS |
393 | 386 | |
396 | 389 | # ----------------------------- |
397 | 390 | # This macro should only be invoked once -- use via AC_REQUIRE. |
398 | 391 | # |
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. | |
402 | 395 | AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], |
403 | 396 | [AC_CONFIG_COMMANDS([depfiles], |
404 | 397 | [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}"])]) | |
407 | 399 | |
408 | 400 | # Do all the work for Automake. -*- Autoconf -*- |
409 | 401 | |
410 | # Copyright (C) 1996-2017 Free Software Foundation, Inc. | |
402 | # Copyright (C) 1996-2020 Free Software Foundation, Inc. | |
411 | 403 | # |
412 | 404 | # This file is free software; the Free Software Foundation |
413 | 405 | # gives unlimited permission to copy and/or distribute it, |
494 | 486 | AC_REQUIRE([AC_PROG_MKDIR_P])dnl |
495 | 487 | # For better backward compatibility. To be removed once Automake 1.9.x |
496 | 488 | # 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> | |
499 | 491 | AC_SUBST([mkdir_p], ['$(MKDIR_P)']) |
500 | 492 | # We need awk for the "check" target (and possibly the TAP driver). The |
501 | 493 | # system "awk" is bad on some platforms. |
562 | 554 | Aborting the configuration process, to ensure you take notice of the issue. |
563 | 555 | |
564 | 556 | 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/>. | |
566 | 558 | |
567 | 559 | If you want to complete the configuration process using your problematic |
568 | 560 | 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM |
604 | 596 | done |
605 | 597 | echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) |
606 | 598 | |
607 | # Copyright (C) 2001-2017 Free Software Foundation, Inc. | |
599 | # Copyright (C) 2001-2020 Free Software Foundation, Inc. | |
608 | 600 | # |
609 | 601 | # This file is free software; the Free Software Foundation |
610 | 602 | # gives unlimited permission to copy and/or distribute it, |
625 | 617 | fi |
626 | 618 | AC_SUBST([install_sh])]) |
627 | 619 | |
628 | # Copyright (C) 2003-2017 Free Software Foundation, Inc. | |
620 | # Copyright (C) 2003-2020 Free Software Foundation, Inc. | |
629 | 621 | # |
630 | 622 | # This file is free software; the Free Software Foundation |
631 | 623 | # gives unlimited permission to copy and/or distribute it, |
647 | 639 | # Add --enable-maintainer-mode option to configure. -*- Autoconf -*- |
648 | 640 | # From Jim Meyering |
649 | 641 | |
650 | # Copyright (C) 1996-2017 Free Software Foundation, Inc. | |
642 | # Copyright (C) 1996-2020 Free Software Foundation, Inc. | |
651 | 643 | # |
652 | 644 | # This file is free software; the Free Software Foundation |
653 | 645 | # gives unlimited permission to copy and/or distribute it, |
682 | 674 | |
683 | 675 | # Check to see how 'make' treats includes. -*- Autoconf -*- |
684 | 676 | |
685 | # Copyright (C) 2001-2017 Free Software Foundation, Inc. | |
677 | # Copyright (C) 2001-2020 Free Software Foundation, Inc. | |
686 | 678 | # |
687 | 679 | # This file is free software; the Free Software Foundation |
688 | 680 | # gives unlimited permission to copy and/or distribute it, |
690 | 682 | |
691 | 683 | # AM_MAKE_INCLUDE() |
692 | 684 | # ----------------- |
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. | |
694 | 687 | 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' | |
697 | 690 | am__doit: |
698 | @echo this is the am__doit target | |
691 | @echo this is the am__doit target >confinc.out | |
699 | 692 | .PHONY: am__doit |
700 | 693 | 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]) | |
703 | 694 | am__include="#" |
704 | 695 | 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])]) | |
732 | 717 | |
733 | 718 | # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- |
734 | 719 | |
735 | # Copyright (C) 1997-2017 Free Software Foundation, Inc. | |
720 | # Copyright (C) 1997-2020 Free Software Foundation, Inc. | |
736 | 721 | # |
737 | 722 | # This file is free software; the Free Software Foundation |
738 | 723 | # gives unlimited permission to copy and/or distribute it, |
753 | 738 | [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl |
754 | 739 | AC_REQUIRE_AUX_FILE([missing])dnl |
755 | 740 | 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'" | |
762 | 742 | fi |
763 | 743 | # Use eval to expand $SHELL |
764 | 744 | if eval "$MISSING --is-lightweight"; then |
773 | 753 | # Obsolete and "removed" macros, that must however still report explicit |
774 | 754 | # error messages when used, to smooth transition. |
775 | 755 | # |
776 | # Copyright (C) 1996-2017 Free Software Foundation, Inc. | |
756 | # Copyright (C) 1996-2020 Free Software Foundation, Inc. | |
777 | 757 | # |
778 | 758 | # This file is free software; the Free Software Foundation |
779 | 759 | # gives unlimited permission to copy and/or distribute it, |
800 | 780 | |
801 | 781 | # Helper functions for option handling. -*- Autoconf -*- |
802 | 782 | |
803 | # Copyright (C) 2001-2017 Free Software Foundation, Inc. | |
783 | # Copyright (C) 2001-2020 Free Software Foundation, Inc. | |
804 | 784 | # |
805 | 785 | # This file is free software; the Free Software Foundation |
806 | 786 | # gives unlimited permission to copy and/or distribute it, |
829 | 809 | AC_DEFUN([_AM_IF_OPTION], |
830 | 810 | [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) |
831 | 811 | |
832 | # Copyright (C) 1999-2017 Free Software Foundation, Inc. | |
812 | # Copyright (C) 1999-2020 Free Software Foundation, Inc. | |
833 | 813 | # |
834 | 814 | # This file is free software; the Free Software Foundation |
835 | 815 | # gives unlimited permission to copy and/or distribute it, |
876 | 856 | # For backward compatibility. |
877 | 857 | AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) |
878 | 858 | |
879 | # Copyright (C) 2001-2017 Free Software Foundation, Inc. | |
859 | # Copyright (C) 2001-2020 Free Software Foundation, Inc. | |
880 | 860 | # |
881 | 861 | # This file is free software; the Free Software Foundation |
882 | 862 | # gives unlimited permission to copy and/or distribute it, |
895 | 875 | |
896 | 876 | # Check to make sure that the build environment is sane. -*- Autoconf -*- |
897 | 877 | |
898 | # Copyright (C) 1996-2017 Free Software Foundation, Inc. | |
878 | # Copyright (C) 1996-2020 Free Software Foundation, Inc. | |
899 | 879 | # |
900 | 880 | # This file is free software; the Free Software Foundation |
901 | 881 | # gives unlimited permission to copy and/or distribute it, |
976 | 956 | rm -f conftest.file |
977 | 957 | ]) |
978 | 958 | |
979 | # Copyright (C) 2009-2017 Free Software Foundation, Inc. | |
959 | # Copyright (C) 2009-2020 Free Software Foundation, Inc. | |
980 | 960 | # |
981 | 961 | # This file is free software; the Free Software Foundation |
982 | 962 | # gives unlimited permission to copy and/or distribute it, |
1036 | 1016 | _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl |
1037 | 1017 | ]) |
1038 | 1018 | |
1039 | # Copyright (C) 2001-2017 Free Software Foundation, Inc. | |
1019 | # Copyright (C) 2001-2020 Free Software Foundation, Inc. | |
1040 | 1020 | # |
1041 | 1021 | # This file is free software; the Free Software Foundation |
1042 | 1022 | # gives unlimited permission to copy and/or distribute it, |
1064 | 1044 | INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" |
1065 | 1045 | AC_SUBST([INSTALL_STRIP_PROGRAM])]) |
1066 | 1046 | |
1067 | # Copyright (C) 2006-2017 Free Software Foundation, Inc. | |
1047 | # Copyright (C) 2006-2020 Free Software Foundation, Inc. | |
1068 | 1048 | # |
1069 | 1049 | # This file is free software; the Free Software Foundation |
1070 | 1050 | # gives unlimited permission to copy and/or distribute it, |
1083 | 1063 | |
1084 | 1064 | # Check how to create a tarball. -*- Autoconf -*- |
1085 | 1065 | |
1086 | # Copyright (C) 2004-2017 Free Software Foundation, Inc. | |
1066 | # Copyright (C) 2004-2020 Free Software Foundation, Inc. | |
1087 | 1067 | # |
1088 | 1068 | # This file is free software; the Free Software Foundation |
1089 | 1069 | # 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. | |
1 | 1 | # @configure_input@ |
2 | 2 | |
3 | # Copyright (C) 1994-2017 Free Software Foundation, Inc. | |
3 | # Copyright (C) 1994-2020 Free Software Foundation, Inc. | |
4 | 4 | |
5 | 5 | # This Makefile.in is free software; the Free Software Foundation |
6 | 6 | # gives unlimited permission to copy and/or distribute it, |
111 | 111 | CONFIG_HEADER = $(top_builddir)/config.h |
112 | 112 | CONFIG_CLEAN_FILES = |
113 | 113 | CONFIG_CLEAN_VPATH_FILES = |
114 | am__installdirs = "$(DESTDIR)$(bindir)" | |
115 | PROGRAMS = $(bin_PROGRAMS) | |
114 | 116 | LIBRARIES = $(noinst_LIBRARIES) |
115 | 117 | ARFLAGS = cru |
116 | 118 | AM_V_AR = $(am__v_AR_@AM_V@) |
130 | 132 | @SYSTEM_EXPAT_FALSE@ @top_builddir@/SFconv/expat/xmltok/libexpat_a-xmlrole.$(OBJEXT) \ |
131 | 133 | @SYSTEM_EXPAT_FALSE@ @top_builddir@/SFconv/expat/xmltok/libexpat_a-xmltok.$(OBJEXT) |
132 | 134 | libexpat_a_OBJECTS = $(am_libexpat_a_OBJECTS) |
133 | am__installdirs = "$(DESTDIR)$(bindir)" | |
134 | PROGRAMS = $(bin_PROGRAMS) | |
135 | 135 | am_sfconv_OBJECTS = @top_builddir@/SFconv/sfconv-SFconv.$(OBJEXT) \ |
136 | 136 | @top_builddir@/SFconv/sfconv-UtfCodec.$(OBJEXT) |
137 | 137 | sfconv_OBJECTS = $(am_sfconv_OBJECTS) |
169 | 169 | am__v_at_1 = |
170 | 170 | DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) |
171 | 171 | 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 | |
173 | 182 | am__mv = mv -f |
174 | 183 | COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ |
175 | 184 | $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
434 | 443 | *config.status*) \ |
435 | 444 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ |
436 | 445 | *) \ |
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);; \ | |
439 | 448 | esac; |
440 | 449 | |
441 | 450 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
446 | 455 | $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
447 | 456 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
448 | 457 | $(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 | |
481 | 458 | install-binPROGRAMS: $(bin_PROGRAMS) |
482 | 459 | @$(NORMAL_INSTALL) |
483 | 460 | @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ |
527 | 504 | list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ |
528 | 505 | echo " rm -f" $$list; \ |
529 | 506 | 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 | |
530 | 539 | @top_builddir@/SFconv/$(am__dirstamp): |
531 | 540 | @$(MKDIR_P) @top_builddir@/SFconv |
532 | 541 | @: > @top_builddir@/SFconv/$(am__dirstamp) |
574 | 583 | distclean-compile: |
575 | 584 | -rm -f *.tab.c |
576 | 585 | |
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) | |
585 | 600 | |
586 | 601 | .c.o: |
587 | 602 | @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ |
773 | 788 | distclean-tags: |
774 | 789 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
775 | 790 | |
776 | distdir: $(DISTFILES) | |
791 | distdir: $(BUILT_SOURCES) | |
792 | $(MAKE) $(AM_MAKEFLAGS) distdir-am | |
793 | ||
794 | distdir-am: $(DISTFILES) | |
777 | 795 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
778 | 796 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
779 | 797 | list='$(DISTFILES)'; \ |
805 | 823 | done |
806 | 824 | check-am: all-am |
807 | 825 | check: check-am |
808 | all-am: Makefile $(LIBRARIES) $(PROGRAMS) | |
826 | all-am: Makefile $(PROGRAMS) $(LIBRARIES) | |
809 | 827 | installdirs: |
810 | 828 | for dir in "$(DESTDIR)$(bindir)"; do \ |
811 | 829 | test -z "$$dir" || $(MKDIR_P) "$$dir"; \ |
854 | 872 | clean-noinstLIBRARIES mostlyclean-am |
855 | 873 | |
856 | 874 | 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 | |
858 | 883 | -rm -f Makefile |
859 | 884 | distclean-am: clean-am distclean-compile distclean-generic \ |
860 | 885 | distclean-tags |
900 | 925 | installcheck-am: |
901 | 926 | |
902 | 927 | 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 | |
904 | 936 | -rm -f Makefile |
905 | 937 | maintainer-clean-am: distclean-am maintainer-clean-generic |
906 | 938 | |
921 | 953 | |
922 | 954 | .MAKE: install-am install-strip |
923 | 955 | |
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 \ | |
925 | 957 | clean-binPROGRAMS clean-generic clean-libtool \ |
926 | 958 | clean-noinstLIBRARIES cscopelist-am ctags ctags-am distclean \ |
927 | 959 | distclean-compile distclean-generic distclean-libtool \ |
0 | 0 | #! /bin/sh |
1 | 1 | # Wrapper for compilers which do not understand '-c -o'. |
2 | 2 | |
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. | |
6 | 6 | # Written by Tom Tromey <tromey@cygnus.com>. |
7 | 7 | # |
8 | 8 | # This program is free software; you can redistribute it and/or modify |
16 | 16 | # GNU General Public License for more details. |
17 | 17 | # |
18 | 18 | # 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/>. | |
20 | 20 | |
21 | 21 | # As a special exception to the GNU General Public License, if you |
22 | 22 | # distribute this file as part of a program that contains a |
52 | 52 | MINGW*) |
53 | 53 | file_conv=mingw |
54 | 54 | ;; |
55 | CYGWIN*) | |
55 | CYGWIN* | MSYS*) | |
56 | 56 | file_conv=cygwin |
57 | 57 | ;; |
58 | 58 | *) |
66 | 66 | mingw/*) |
67 | 67 | file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` |
68 | 68 | ;; |
69 | cygwin/*) | |
69 | cygwin/* | msys/*) | |
70 | 70 | file=`cygpath -m "$file" || echo "$file"` |
71 | 71 | ;; |
72 | 72 | wine/*) |
254 | 254 | echo "compile $scriptversion" |
255 | 255 | exit $? |
256 | 256 | ;; |
257 | cl | *[/\\]cl | cl.exe | *[/\\]cl.exe ) | |
257 | cl | *[/\\]cl | cl.exe | *[/\\]cl.exe | \ | |
258 | icl | *[/\\]icl | icl.exe | *[/\\]icl.exe ) | |
258 | 259 | func_cl_wrapper "$@" # Doesn't return... |
259 | 260 | ;; |
260 | 261 | esac |
338 | 339 | # Local Variables: |
339 | 340 | # mode: shell-script |
340 | 341 | # sh-indentation: 2 |
341 | # eval: (add-hook 'write-file-hooks 'time-stamp) | |
342 | # eval: (add-hook 'before-save-hook 'time-stamp) | |
342 | 343 | # time-stamp-start: "scriptversion=" |
343 | 344 | # time-stamp-format: "%:y-%02m-%02d.%02H" |
344 | # time-stamp-time-zone: "UTC" | |
345 | # time-stamp-time-zone: "UTC0" | |
345 | 346 | # time-stamp-end: "; # UTC" |
346 | 347 | # End: |
685 | 685 | AMDEPBACKSLASH |
686 | 686 | AMDEP_FALSE |
687 | 687 | AMDEP_TRUE |
688 | am__quote | |
689 | 688 | am__include |
690 | 689 | DEPDIR |
691 | 690 | OBJEXT |
775 | 774 | PACKAGE_TARNAME |
776 | 775 | PACKAGE_NAME |
777 | 776 | PATH_SEPARATOR |
778 | SHELL' | |
777 | SHELL | |
778 | am__quote' | |
779 | 779 | ac_subst_files='' |
780 | 780 | ac_user_opts=' |
781 | 781 | enable_option_checking |
2543 | 2543 | NONENONEs,x,x, && |
2544 | 2544 | program_prefix=${target_alias}- |
2545 | 2545 | |
2546 | am__api_version='1.15' | |
2546 | am__api_version='1.16' | |
2547 | 2547 | |
2548 | 2548 | # Find a good install program. We prefer a C program (faster), |
2549 | 2549 | # so one script is as good as another. But avoid the broken or |
2719 | 2719 | am_aux_dir=`cd "$ac_aux_dir" && pwd` |
2720 | 2720 | |
2721 | 2721 | 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'" | |
2728 | 2723 | fi |
2729 | 2724 | # Use eval to expand $SHELL |
2730 | 2725 | if eval "$MISSING --is-lightweight"; then |
3059 | 3054 | |
3060 | 3055 | # For better backward compatibility. To be removed once Automake 1.9.x |
3061 | 3056 | # 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> | |
3064 | 3059 | mkdir_p='$(MKDIR_P)' |
3065 | 3060 | |
3066 | 3061 | # We need awk for the "check" target (and possibly the TAP driver). The |
3111 | 3106 | Aborting the configuration process, to ensure you take notice of the issue. |
3112 | 3107 | |
3113 | 3108 | 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/>. | |
3115 | 3110 | |
3116 | 3111 | If you want to complete the configuration process using your problematic |
3117 | 3112 | 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM |
3697 | 3692 | |
3698 | 3693 | ac_config_commands="$ac_config_commands depfiles" |
3699 | 3694 | |
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' | |
3703 | 3698 | am__doit: |
3704 | @echo this is the am__doit target | |
3699 | @echo this is the am__doit target >confinc.out | |
3705 | 3700 | .PHONY: am__doit |
3706 | 3701 | 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; } | |
3710 | 3702 | am__include="#" |
3711 | 3703 | 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 | ;; | |
3722 | 3725 | 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; } | |
3739 | 3734 | |
3740 | 3735 | # Check whether --enable-dependency-tracking was given. |
3741 | 3736 | if test "${enable_dependency_tracking+set}" = set; then : |
6214 | 6209 | fi |
6215 | 6210 | |
6216 | 6211 | : ${AR=ar} |
6217 | : ${AR_FLAGS=cru} | |
6212 | : ${AR_FLAGS=cr} | |
6218 | 6213 | |
6219 | 6214 | |
6220 | 6215 | |
6715 | 6710 | test $ac_status = 0; }; then |
6716 | 6711 | # Now try to grab the symbols. |
6717 | 6712 | 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 | |
6723 | 6715 | # Try sorting and uniquifying the output. |
6724 | 6716 | if sort "$nlist" | uniq > "$nlist"T; then |
6725 | 6717 | mv -f "$nlist"T "$nlist" |
7938 | 7930 | _LT_EOF |
7939 | 7931 | echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5 |
7940 | 7932 | $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 | |
7943 | 7935 | echo "$RANLIB libconftest.a" >&5 |
7944 | 7936 | $RANLIB libconftest.a 2>&5 |
7945 | 7937 | cat > conftest.c << _LT_EOF |
7971 | 7963 | # to the OS version, if on x86, and 10.4, the deployment |
7972 | 7964 | # target defaults to 10.4. Don't you love it? |
7973 | 7965 | 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]*) | |
7975 | 7967 | _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; |
7976 | 7968 | 10.[012][,.]*) |
7977 | 7969 | _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; |
7978 | 10.*) | |
7970 | 10.*|11.*) | |
7979 | 7971 | _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; |
7980 | 7972 | esac |
7981 | 7973 | ;; |
9077 | 9069 | ecc*) |
9078 | 9070 | lt_prog_compiler_wl='-Wl,' |
9079 | 9071 | 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' | |
9080 | 9078 | lt_prog_compiler_static='-static' |
9081 | 9079 | ;; |
9082 | 9080 | # icc used to be incompatible with GCC. |
13021 | 13019 | # Commands to make compiler produce verbose output that lists |
13022 | 13020 | # what "hidden" libraries, object files and flags are used when |
13023 | 13021 | # 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"' | |
13025 | 13023 | |
13026 | 13024 | else |
13027 | 13025 | GXX=no |
13513 | 13511 | # explicitly linking system object files so we need to strip them |
13514 | 13512 | # from the output so that they don't get included in the library |
13515 | 13513 | # 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"' | |
13517 | 13515 | ;; |
13518 | 13516 | *) |
13519 | 13517 | if test yes = "$GXX"; then |
13578 | 13576 | # explicitly linking system object files so we need to strip them |
13579 | 13577 | # from the output so that they don't get included in the library |
13580 | 13578 | # 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"' | |
13582 | 13580 | ;; |
13583 | 13581 | *) |
13584 | 13582 | if test yes = "$GXX"; then |
13917 | 13915 | # Commands to make compiler produce verbose output that lists |
13918 | 13916 | # what "hidden" libraries, object files and flags are used when |
13919 | 13917 | # 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"' | |
13921 | 13919 | |
13922 | 13920 | else |
13923 | 13921 | # FIXME: insert proper C++ library support |
14001 | 13999 | # Commands to make compiler produce verbose output that lists |
14002 | 14000 | # what "hidden" libraries, object files and flags are used when |
14003 | 14001 | # 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"' | |
14005 | 14003 | else |
14006 | 14004 | # g++ 2.7 appears to require '-G' NOT '-shared' on this |
14007 | 14005 | # platform. |
14012 | 14010 | # Commands to make compiler produce verbose output that lists |
14013 | 14011 | # what "hidden" libraries, object files and flags are used when |
14014 | 14012 | # 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"' | |
14016 | 14014 | fi |
14017 | 14015 | |
14018 | 14016 | hardcode_libdir_flag_spec_CXX='$wl-R $wl$libdir' |
17527 | 17525 | # |
17528 | 17526 | # INIT-COMMANDS |
17529 | 17527 | # |
17530 | AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" | |
17528 | AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}" | |
17531 | 17529 | |
17532 | 17530 | |
17533 | 17531 | # The HP-UX ksh and POSIX shell print the target directory to stdout |
18613 | 18611 | # Older Autoconf quotes --file arguments for eval, but not when files |
18614 | 18612 | # are listed without --file. Let's play safe and only enable the eval |
18615 | 18613 | # 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 | |
18620 | 18624 | shift |
18621 | for mf | |
18625 | # Used to flag and report bootstrapping failures. | |
18626 | am_rc=0 | |
18627 | for am_mf | |
18622 | 18628 | do |
18623 | 18629 | # 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 | |
18631 | 18634 | # 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" | | |
18639 | 18643 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
18640 | 18644 | s//\1/ |
18641 | 18645 | q |
18653 | 18657 | q |
18654 | 18658 | } |
18655 | 18659 | 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 '/^.*\/\([^/][^/]*\)\/*$/{ | |
18682 | 18666 | s//\1/ |
18683 | 18667 | q |
18684 | 18668 | } |
18685 | /^X\(\/\/\)[^/].*/{ | |
18669 | /^X\/\(\/\/\)$/{ | |
18686 | 18670 | s//\1/ |
18687 | 18671 | q |
18688 | 18672 | } |
18689 | /^X\(\/\/\)$/{ | |
18690 | s//\1/ | |
18691 | q | |
18692 | } | |
18693 | /^X\(\/\).*/{ | |
18673 | /^X\/\(\/\).*/{ | |
18694 | 18674 | s//\1/ |
18695 | 18675 | q |
18696 | 18676 | } |
18697 | 18677 | 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=$? | |
18702 | 18687 | 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 | |
18703 | 18704 | } |
18704 | 18705 | ;; |
18705 | 18706 | "libtool":C) |
0 | 0 | #! /bin/sh |
1 | 1 | # depcomp - compile a program generating dependencies as side-effects |
2 | 2 | |
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. | |
6 | 6 | |
7 | 7 | # This program is free software; you can redistribute it and/or modify |
8 | 8 | # it under the terms of the GNU General Public License as published by |
15 | 15 | # GNU General Public License for more details. |
16 | 16 | |
17 | 17 | # 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/>. | |
19 | 19 | |
20 | 20 | # As a special exception to the GNU General Public License, if you |
21 | 21 | # distribute this file as part of a program that contains a |
782 | 782 | # Local Variables: |
783 | 783 | # mode: shell-script |
784 | 784 | # sh-indentation: 2 |
785 | # eval: (add-hook 'write-file-hooks 'time-stamp) | |
785 | # eval: (add-hook 'before-save-hook 'time-stamp) | |
786 | 786 | # time-stamp-start: "scriptversion=" |
787 | 787 | # time-stamp-format: "%:y-%02m-%02d.%02H" |
788 | 788 | # 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. | |
1 | 1 | # @configure_input@ |
2 | 2 | |
3 | # Copyright (C) 1994-2017 Free Software Foundation, Inc. | |
3 | # Copyright (C) 1994-2020 Free Software Foundation, Inc. | |
4 | 4 | |
5 | 5 | # This Makefile.in is free software; the Free Software Foundation |
6 | 6 | # gives unlimited permission to copy and/or distribute it, |
310 | 310 | *config.status*) \ |
311 | 311 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ |
312 | 312 | *) \ |
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);; \ | |
315 | 315 | esac; |
316 | 316 | |
317 | 317 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
376 | 376 | cscope cscopelist: |
377 | 377 | |
378 | 378 | |
379 | distdir: $(DISTFILES) | |
379 | distdir: $(BUILT_SOURCES) | |
380 | $(MAKE) $(AM_MAKEFLAGS) distdir-am | |
381 | ||
382 | distdir-am: $(DISTFILES) | |
380 | 383 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
381 | 384 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
382 | 385 | list='$(DISTFILES)'; \ |
0 | 0 | #!/bin/sh |
1 | 1 | # install - install a program, script, or datafile |
2 | 2 | |
3 | scriptversion=2014-09-12.12; # UTC | |
3 | scriptversion=2020-11-14.01; # UTC | |
4 | 4 | |
5 | 5 | # This originates from X11R5 (mit/util/scripts/install.sh), which was |
6 | 6 | # later released in X11R6 (xc/config/util/install.sh) with the |
68 | 68 | # Desired mode of installed file. |
69 | 69 | mode=0755 |
70 | 70 | |
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= | |
71 | 76 | chgrpcmd= |
72 | 77 | chmodcmd=$chmodprog |
73 | 78 | chowncmd= |
98 | 103 | --version display version info and exit. |
99 | 104 | |
100 | 105 | -c (ignored) |
101 | -C install only if different (preserve the last data modification time) | |
106 | -C install only if different (preserve data modification time) | |
102 | 107 | -d create directories instead of installing files. |
103 | 108 | -g GROUP $chgrpprog installed files to GROUP. |
104 | 109 | -m MODE $chmodprog installed files to MODE. |
105 | 110 | -o USER $chownprog installed files to USER. |
111 | -p pass -p to $cpprog. | |
106 | 112 | -s $stripprog installed files. |
113 | -S SUFFIX attempt to back up existing files, with suffix SUFFIX. | |
107 | 114 | -t DIRECTORY install into DIRECTORY. |
108 | 115 | -T report an error if DSTFILE is a directory. |
109 | 116 | |
110 | 117 | Environment variables override the default commands: |
111 | 118 | CHGRPPROG CHMODPROG CHOWNPROG CMPPROG CPPROG MKDIRPROG MVPROG |
112 | 119 | 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/ | |
113 | 128 | " |
114 | 129 | |
115 | 130 | while test $# -ne 0; do |
136 | 151 | -o) chowncmd="$chownprog $2" |
137 | 152 | shift;; |
138 | 153 | |
154 | -p) cpprog="$cpprog -p";; | |
155 | ||
139 | 156 | -s) stripcmd=$stripprog;; |
157 | ||
158 | -S) backupsuffix="$2" | |
159 | shift;; | |
140 | 160 | |
141 | 161 | -t) |
142 | 162 | is_target_a_directory=always |
254 | 274 | dstdir=$dst |
255 | 275 | test -d "$dstdir" |
256 | 276 | dstdir_status=$? |
277 | # Don't chown directories that already exist. | |
278 | if test $dstdir_status = 0; then | |
279 | chowncmd="" | |
280 | fi | |
257 | 281 | else |
258 | 282 | |
259 | 283 | # Waiting for this to be detected by the "$cpprog $src $dsttmp" command |
270 | 294 | fi |
271 | 295 | dst=$dst_arg |
272 | 296 | |
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. | |
275 | 298 | if test -d "$dst"; then |
276 | 299 | if test "$is_target_a_directory" = never; then |
277 | 300 | echo "$0: $dst_arg: Is a directory" >&2 |
278 | 301 | exit 1 |
279 | 302 | fi |
280 | 303 | 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 | |
282 | 309 | dstdir_status=0 |
283 | 310 | else |
284 | 311 | dstdir=`dirname "$dst"` |
287 | 314 | fi |
288 | 315 | fi |
289 | 316 | |
317 | case $dstdir in | |
318 | */) dstdirslash=$dstdir;; | |
319 | *) dstdirslash=$dstdir/;; | |
320 | esac | |
321 | ||
290 | 322 | obsolete_mkdir_used=false |
291 | 323 | |
292 | 324 | if test $dstdir_status != 0; then |
293 | 325 | case $posix_mkdir in |
294 | 326 | '') |
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 | ||
311 | 327 | # With -d, create the new directory with the user-specified mode. |
312 | 328 | # Otherwise, rely on $mkdir_umask. |
313 | 329 | if test -n "$dir_arg"; then |
317 | 333 | fi |
318 | 334 | |
319 | 335 | 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;; | |
364 | 379 | esac |
365 | 380 | |
366 | 381 | if |
371 | 386 | then : |
372 | 387 | else |
373 | 388 | |
374 | # The umask is ridiculous, or mkdir does not conform to POSIX, | |
389 | # mkdir does not conform to POSIX, | |
375 | 390 | # or it failed possibly due to a race condition. Create the |
376 | 391 | # directory the slow way, step by step, checking for races as we go. |
377 | 392 | |
400 | 415 | prefixes= |
401 | 416 | else |
402 | 417 | if $posix_mkdir; then |
403 | (umask=$mkdir_umask && | |
418 | (umask $mkdir_umask && | |
404 | 419 | $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break |
405 | 420 | # Don't fail if two instances are running concurrently. |
406 | 421 | test -d "$prefix" || exit 1 |
433 | 448 | else |
434 | 449 | |
435 | 450 | # 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.$$_ | |
438 | 453 | |
439 | 454 | # Trap to clean up those temp files at exit. |
440 | 455 | trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0 |
441 | 456 | |
442 | 457 | # 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") && | |
444 | 470 | |
445 | 471 | # and set any options; do chmod last to preserve setuid bits. |
446 | 472 | # |
466 | 492 | then |
467 | 493 | rm -f "$dsttmp" |
468 | 494 | 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 | ||
469 | 502 | # Rename the file to the real destination. |
470 | 503 | $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null || |
471 | 504 | |
480 | 513 | # file should still install successfully. |
481 | 514 | { |
482 | 515 | test ! -f "$dst" || |
483 | $doit $rmcmd -f "$dst" 2>/dev/null || | |
516 | $doit $rmcmd "$dst" 2>/dev/null || | |
484 | 517 | { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && |
485 | { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; } | |
518 | { $doit $rmcmd "$rmtmp" 2>/dev/null; :; } | |
486 | 519 | } || |
487 | 520 | { echo "$0: cannot unlink or rename $dst" >&2 |
488 | 521 | (exit 1); exit 1 |
499 | 532 | done |
500 | 533 | |
501 | 534 | # Local variables: |
502 | # eval: (add-hook 'write-file-hooks 'time-stamp) | |
535 | # eval: (add-hook 'before-save-hook 'time-stamp) | |
503 | 536 | # time-stamp-start: "scriptversion=" |
504 | 537 | # time-stamp-format: "%:y-%02m-%02d.%02H" |
505 | # time-stamp-time-zone: "UTC" | |
538 | # time-stamp-time-zone: "UTC0" | |
506 | 539 | # time-stamp-end: "; # UTC" |
507 | 540 | # 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. | |
1 | 1 | # @configure_input@ |
2 | 2 | |
3 | # Copyright (C) 1994-2017 Free Software Foundation, Inc. | |
3 | # Copyright (C) 1994-2020 Free Software Foundation, Inc. | |
4 | 4 | |
5 | 5 | # This Makefile.in is free software; the Free Software Foundation |
6 | 6 | # gives unlimited permission to copy and/or distribute it, |
366 | 366 | am__v_at_1 = |
367 | 367 | DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) |
368 | 368 | 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 | |
370 | 433 | am__mv = mv -f |
371 | 434 | COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ |
372 | 435 | $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
673 | 736 | *config.status*) \ |
674 | 737 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ |
675 | 738 | *) \ |
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);; \ | |
678 | 741 | esac; |
679 | 742 | $(srcdir)/../source/Makefile.am $(top_srcdir)/source/Public-headers/Makefile.am $(am__empty): |
680 | 743 | |
945 | 1008 | distclean-compile: |
946 | 1009 | -rm -f *.tab.c |
947 | 1010 | |
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) | |
1011 | 1080 | |
1012 | 1081 | .c.o: |
1013 | 1082 | @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ |
1558 | 1627 | distclean-tags: |
1559 | 1628 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
1560 | 1629 | |
1561 | distdir: $(DISTFILES) | |
1630 | distdir: $(BUILT_SOURCES) | |
1631 | $(MAKE) $(AM_MAKEFLAGS) distdir-am | |
1632 | ||
1633 | distdir-am: $(DISTFILES) | |
1562 | 1634 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
1563 | 1635 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
1564 | 1636 | list='$(DISTFILES)'; \ |
1635 | 1707 | mostlyclean-am |
1636 | 1708 | |
1637 | 1709 | 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 | |
1639 | 1773 | -rm -f Makefile |
1640 | 1774 | distclean-am: clean-am distclean-compile distclean-generic \ |
1641 | 1775 | distclean-tags |
1681 | 1815 | installcheck-am: |
1682 | 1816 | |
1683 | 1817 | 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 | |
1685 | 1881 | -rm -f Makefile |
1686 | 1882 | maintainer-clean-am: distclean-am maintainer-clean-generic |
1687 | 1883 | |
1702 | 1898 | |
1703 | 1899 | .MAKE: install-am install-strip |
1704 | 1900 | |
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 \ | |
1708 | 1904 | distclean-libtool distclean-tags distdir dvi dvi-am html \ |
1709 | 1905 | html-am info info-am install install-am install-data \ |
1710 | 1906 | install-data-am install-dvi install-dvi-am install-exec \ |
30 | 30 | |
31 | 31 | PROGRAM=libtool |
32 | 32 | PACKAGE=libtool |
33 | VERSION="2.4.6 Debian-2.4.6-2" | |
33 | VERSION="2.4.6 Debian-2.4.6-15" | |
34 | 34 | package_revision=2.4.6 |
35 | 35 | |
36 | 36 | |
386 | 386 | # putting '$debug_cmd' at the start of all your functions, you can get |
387 | 387 | # bash to show function call trace with: |
388 | 388 | # |
389 | # debug_cmd='eval echo "${FUNCNAME[0]} $*" >&2' bash your-script-name | |
389 | # debug_cmd='echo "${FUNCNAME[0]} $*" >&2' bash your-script-name | |
390 | 390 | debug_cmd=${debug_cmd-":"} |
391 | 391 | exit_cmd=: |
392 | 392 | |
1369 | 1369 | #! /bin/sh |
1370 | 1370 | |
1371 | 1371 | # Set a version string for this script. |
1372 | scriptversion=2014-01-07.03; # UTC | |
1372 | scriptversion=2015-10-07.11; # UTC | |
1373 | 1373 | |
1374 | 1374 | # A portable, pluggable option parser for Bourne shell. |
1375 | 1375 | # Written by Gary V. Vaughan, 2010 |
1529 | 1529 | { |
1530 | 1530 | $debug_cmd |
1531 | 1531 | |
1532 | _G_rc_run_hooks=false | |
1533 | ||
1532 | 1534 | case " $hookable_fns " in |
1533 | 1535 | *" $1 "*) ;; |
1534 | 1536 | *) func_fatal_error "'$1' does not support hook funcions.n" ;; |
1537 | 1539 | eval _G_hook_fns=\$$1_hooks; shift |
1538 | 1540 | |
1539 | 1541 | 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 | |
1546 | 1549 | done |
1547 | 1550 | |
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 | |
1550 | 1552 | } |
1551 | 1553 | |
1552 | 1554 | |
1556 | 1558 | ## --------------- ## |
1557 | 1559 | |
1558 | 1560 | # 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 | |
1561 | 1563 | # 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: | |
1563 | 1571 | # |
1564 | 1572 | # my_options_prep () |
1565 | 1573 | # { |
1569 | 1577 | # usage_message=$usage_message' |
1570 | 1578 | # -s, --silent don'\''t print informational messages |
1571 | 1579 | # ' |
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 | |
1575 | 1585 | # } |
1576 | 1586 | # func_add_hook func_options_prep my_options_prep |
1577 | 1587 | # |
1580 | 1590 | # { |
1581 | 1591 | # $debug_cmd |
1582 | 1592 | # |
1593 | # args_changed=false | |
1594 | # | |
1583 | 1595 | # # Note that for efficiency, we parse as many options as we can |
1584 | 1596 | # # recognise in a loop before passing the remainder back to the |
1585 | 1597 | # # caller on the first unrecognised argument we encounter. |
1586 | 1598 | # while test $# -gt 0; do |
1587 | 1599 | # opt=$1; shift |
1588 | 1600 | # case $opt in |
1589 | # --silent|-s) opt_silent=: ;; | |
1601 | # --silent|-s) opt_silent=: | |
1602 | # args_changed=: | |
1603 | # ;; | |
1590 | 1604 | # # Separate non-argument short options: |
1591 | 1605 | # -s*) func_split_short_opt "$_G_opt" |
1592 | 1606 | # set dummy "$func_split_short_opt_name" \ |
1593 | 1607 | # "-$func_split_short_opt_arg" ${1+"$@"} |
1594 | 1608 | # shift |
1609 | # args_changed=: | |
1595 | 1610 | # ;; |
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 ;; | |
1597 | 1615 | # esac |
1598 | 1616 | # done |
1599 | 1617 | # |
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 | |
1602 | 1624 | # } |
1603 | 1625 | # func_add_hook func_parse_options my_silent_option |
1604 | 1626 | # |
1610 | 1632 | # $opt_silent && $opt_verbose && func_fatal_help "\ |
1611 | 1633 | # '--silent' and '--verbose' options are mutually exclusive." |
1612 | 1634 | # |
1613 | # func_quote_for_eval ${1+"$@"} | |
1614 | # my_option_validation_result=$func_quote_for_eval_result | |
1635 | # false | |
1615 | 1636 | # } |
1616 | 1637 | # func_add_hook func_validate_options my_option_validation |
1617 | 1638 | # |
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 | |
1619 | 1640 | # options you parse. It's preferable to append if you can, so that |
1620 | 1641 | # 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 | } | |
1621 | 1659 | |
1622 | 1660 | |
1623 | 1661 | # func_options [ARG]... |
1629 | 1667 | { |
1630 | 1668 | $debug_cmd |
1631 | 1669 | |
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 | |
1643 | 1692 | } |
1644 | 1693 | |
1645 | 1694 | |
1648 | 1697 | # All initialisations required before starting the option parse loop. |
1649 | 1698 | # Note that when calling hook functions, we pass through the list of |
1650 | 1699 | # 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 | |
1652 | 1701 | # modified list must be put in 'func_run_hooks_result' before |
1653 | # returning. | |
1702 | # returning $EXIT_SUCCESS (otherwise $EXIT_FAILURE is returned). | |
1654 | 1703 | func_hookable func_options_prep |
1655 | 1704 | func_options_prep () |
1656 | 1705 | { |
1660 | 1709 | opt_verbose=false |
1661 | 1710 | opt_warning_types= |
1662 | 1711 | |
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 | |
1667 | 1720 | } |
1668 | 1721 | |
1669 | 1722 | |
1677 | 1730 | |
1678 | 1731 | func_parse_options_result= |
1679 | 1732 | |
1733 | _G_rc_parse_options=false | |
1680 | 1734 | # this just eases exit handling |
1681 | 1735 | while test $# -gt 0; do |
1682 | 1736 | # Defer to hook functions for initial option parsing, so they |
1683 | 1737 | # 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 | |
1688 | 1742 | |
1689 | 1743 | # Break out of the loop if we already parsed every option. |
1690 | 1744 | test $# -gt 0 || break |
1691 | 1745 | |
1746 | _G_match_parse_options=: | |
1692 | 1747 | _G_opt=$1 |
1693 | 1748 | shift |
1694 | 1749 | case $_G_opt in |
1703 | 1758 | ;; |
1704 | 1759 | |
1705 | 1760 | --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 | |
1707 | 1765 | case " $warning_categories $1" in |
1708 | 1766 | *" $1 "*) |
1709 | 1767 | # trailing space prevents matching last $1 above |
1756 | 1814 | shift |
1757 | 1815 | ;; |
1758 | 1816 | |
1759 | --) break ;; | |
1817 | --) _G_rc_parse_options=: ; break ;; | |
1760 | 1818 | -*) 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 | ;; | |
1762 | 1823 | esac |
1824 | ||
1825 | $_G_match_parse_options && _G_rc_parse_options=: | |
1763 | 1826 | done |
1764 | 1827 | |
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 | |
1768 | 1836 | } |
1769 | 1837 | |
1770 | 1838 | |
1777 | 1845 | { |
1778 | 1846 | $debug_cmd |
1779 | 1847 | |
1848 | _G_rc_validate_options=false | |
1849 | ||
1780 | 1850 | # Display all warnings if -W was not given. |
1781 | 1851 | test -n "$opt_warning_types" || opt_warning_types=" $warning_categories" |
1782 | 1852 | |
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 | |
1784 | 1858 | |
1785 | 1859 | # Bail if the options were screwed! |
1786 | 1860 | $exit_cmd $EXIT_FAILURE |
1787 | 1861 | |
1788 | # save modified positional parameters for caller | |
1789 | func_validate_options_result=$func_run_hooks_result | |
1862 | $_G_rc_validate_options | |
1790 | 1863 | } |
1791 | 1864 | |
1792 | 1865 | |
2067 | 2140 | compiler: $LTCC |
2068 | 2141 | compiler flags: $LTCFLAGS |
2069 | 2142 | linker: $LD (gnu? $with_gnu_ld) |
2070 | version: $progname $scriptversion Debian-2.4.6-2 | |
2143 | version: $progname $scriptversion Debian-2.4.6-15 | |
2071 | 2144 | automake: `($AUTOMAKE --version) 2>/dev/null |$SED 1q` |
2072 | 2145 | autoconf: `($AUTOCONF --version) 2>/dev/null |$SED 1q` |
2073 | 2146 | |
2269 | 2342 | nonopt= |
2270 | 2343 | preserve_args= |
2271 | 2344 | |
2345 | _G_rc_lt_options_prep=: | |
2346 | ||
2272 | 2347 | # Shorthand for --mode=foo, only valid as the first argument |
2273 | 2348 | case $1 in |
2274 | 2349 | clean|clea|cle|cl) |
2292 | 2367 | uninstall|uninstal|uninsta|uninst|unins|unin|uni|un|u) |
2293 | 2368 | shift; set dummy --mode uninstall ${1+"$@"}; shift |
2294 | 2369 | ;; |
2370 | *) | |
2371 | _G_rc_lt_options_prep=false | |
2372 | ;; | |
2295 | 2373 | esac |
2296 | 2374 | |
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 | |
2300 | 2382 | } |
2301 | 2383 | func_add_hook func_options_prep libtool_options_prep |
2302 | 2384 | |
2308 | 2390 | { |
2309 | 2391 | $debug_cmd |
2310 | 2392 | |
2393 | _G_rc_lt_parse_options=false | |
2394 | ||
2311 | 2395 | # Perform our own loop to consume as many options as possible in |
2312 | 2396 | # each iteration. |
2313 | 2397 | while test $# -gt 0; do |
2398 | _G_match_lt_parse_options=: | |
2314 | 2399 | _G_opt=$1 |
2315 | 2400 | shift |
2316 | 2401 | case $_G_opt in |
2385 | 2470 | func_append preserve_args " $_G_opt" |
2386 | 2471 | ;; |
2387 | 2472 | |
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 | ;; | |
2390 | 2478 | esac |
2479 | $_G_match_lt_parse_options && _G_rc_lt_parse_options=: | |
2391 | 2480 | done |
2392 | 2481 | |
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 | |
2397 | 2489 | } |
2398 | 2490 | func_add_hook func_parse_options libtool_parse_options |
2399 | 2491 | |
7274 | 7366 | # -specs=* GCC specs files |
7275 | 7367 | # -stdlib=* select c++ std lib with clang |
7276 | 7368 | # -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++ | |
7277 | 7372 | -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \ |
7278 | 7373 | -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \ |
7279 | 7374 | -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*| \ |
7280 | -specs=*|-fsanitize=*) | |
7375 | -specs=*|-fsanitize=*|-fuse-ld=*|-static-*|-fcilkplus) | |
7281 | 7376 | func_quote_for_eval "$arg" |
7282 | 7377 | arg=$func_quote_for_eval_result |
7283 | 7378 | func_append compile_command " $arg" |
1040 | 1040 | _LT_EOF |
1041 | 1041 | echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&AS_MESSAGE_LOG_FD |
1042 | 1042 | $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 | |
1045 | 1045 | echo "$RANLIB libconftest.a" >&AS_MESSAGE_LOG_FD |
1046 | 1046 | $RANLIB libconftest.a 2>&AS_MESSAGE_LOG_FD |
1047 | 1047 | cat > conftest.c << _LT_EOF |
1070 | 1070 | # to the OS version, if on x86, and 10.4, the deployment |
1071 | 1071 | # target defaults to 10.4. Don't you love it? |
1072 | 1072 | 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]]*) | |
1074 | 1074 | _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; |
1075 | 1075 | 10.[[012]][[,.]]*) |
1076 | 1076 | _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; |
1077 | 10.*) | |
1077 | 10.*|11.*) | |
1078 | 1078 | _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; |
1079 | 1079 | esac |
1080 | 1080 | ;; |
1491 | 1491 | m4_defun([_LT_PROG_AR], |
1492 | 1492 | [AC_CHECK_TOOLS(AR, [ar], false) |
1493 | 1493 | : ${AR=ar} |
1494 | : ${AR_FLAGS=cru} | |
1494 | : ${AR_FLAGS=cr} | |
1495 | 1495 | _LT_DECL([], [AR], [1], [The archiver]) |
1496 | 1496 | _LT_DECL([], [AR_FLAGS], [1], [Flags to create an archive]) |
1497 | 1497 | |
4062 | 4062 | if AC_TRY_EVAL(ac_compile); then |
4063 | 4063 | # Now try to grab the symbols. |
4064 | 4064 | 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 | |
4066 | 4067 | # Try sorting and uniquifying the output. |
4067 | 4068 | if sort "$nlist" | uniq > "$nlist"T; then |
4068 | 4069 | mv -f "$nlist"T "$nlist" |
4702 | 4703 | _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' |
4703 | 4704 | _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' |
4704 | 4705 | ;; |
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 | ;; | |
4705 | 4712 | # icc used to be incompatible with GCC. |
4706 | 4713 | # ICC 10 doesn't accept -KPIC any more. |
4707 | 4714 | icc* | ifort*) |
6437 | 6444 | # Commands to make compiler produce verbose output that lists |
6438 | 6445 | # what "hidden" libraries, object files and flags are used when |
6439 | 6446 | # 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"' | |
6441 | 6448 | |
6442 | 6449 | else |
6443 | 6450 | GXX=no |
6812 | 6819 | # explicitly linking system object files so we need to strip them |
6813 | 6820 | # from the output so that they don't get included in the library |
6814 | 6821 | # 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"' | |
6816 | 6823 | ;; |
6817 | 6824 | *) |
6818 | 6825 | if test yes = "$GXX"; then |
6877 | 6884 | # explicitly linking system object files so we need to strip them |
6878 | 6885 | # from the output so that they don't get included in the library |
6879 | 6886 | # 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"' | |
6881 | 6888 | ;; |
6882 | 6889 | *) |
6883 | 6890 | if test yes = "$GXX"; then |
7216 | 7223 | # Commands to make compiler produce verbose output that lists |
7217 | 7224 | # what "hidden" libraries, object files and flags are used when |
7218 | 7225 | # 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"' | |
7220 | 7227 | |
7221 | 7228 | else |
7222 | 7229 | # FIXME: insert proper C++ library support |
7300 | 7307 | # Commands to make compiler produce verbose output that lists |
7301 | 7308 | # what "hidden" libraries, object files and flags are used when |
7302 | 7309 | # 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"' | |
7304 | 7311 | else |
7305 | 7312 | # g++ 2.7 appears to require '-G' NOT '-shared' on this |
7306 | 7313 | # platform. |
7311 | 7318 | # Commands to make compiler produce verbose output that lists |
7312 | 7319 | # what "hidden" libraries, object files and flags are used when |
7313 | 7320 | # 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"' | |
7315 | 7322 | fi |
7316 | 7323 | |
7317 | 7324 | _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $wl$libdir' |
0 | 0 | #! /bin/sh |
1 | 1 | # Common wrapper for a few potentially missing GNU programs. |
2 | 2 | |
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. | |
6 | 6 | # Originally written by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996. |
7 | 7 | |
8 | 8 | # This program is free software; you can redistribute it and/or modify |
16 | 16 | # GNU General Public License for more details. |
17 | 17 | |
18 | 18 | # 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/>. | |
20 | 20 | |
21 | 21 | # As a special exception to the GNU General Public License, if you |
22 | 22 | # distribute this file as part of a program that contains a |
100 | 100 | exit $st |
101 | 101 | fi |
102 | 102 | |
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 | |
106 | 106 | |
107 | 107 | program_details () |
108 | 108 | { |
206 | 206 | exit $st |
207 | 207 | |
208 | 208 | # Local variables: |
209 | # eval: (add-hook 'write-file-hooks 'time-stamp) | |
209 | # eval: (add-hook 'before-save-hook 'time-stamp) | |
210 | 210 | # time-stamp-start: "scriptversion=" |
211 | 211 | # time-stamp-format: "%:y-%02m-%02d.%02H" |
212 | # time-stamp-time-zone: "UTC" | |
212 | # time-stamp-time-zone: "UTC0" | |
213 | 213 | # time-stamp-end: "; # UTC" |
214 | 214 | # 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. | |
1 | 1 | # @configure_input@ |
2 | 2 | |
3 | # Copyright (C) 1994-2017 Free Software Foundation, Inc. | |
3 | # Copyright (C) 1994-2020 Free Software Foundation, Inc. | |
4 | 4 | |
5 | 5 | # This Makefile.in is free software; the Free Software Foundation |
6 | 6 | # gives unlimited permission to copy and/or distribute it, |
303 | 303 | bases='$(TEST_LOGS)'; \ |
304 | 304 | bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ |
305 | 305 | bases=`echo $$bases` |
306 | AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)' | |
306 | 307 | RECHECK_LOGS = $(TEST_LOGS) |
307 | 308 | AM_RECURSIVE_TARGETS = check recheck |
308 | 309 | TEST_SUITE_LOG = test-suite.log |
490 | 491 | *config.status*) \ |
491 | 492 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ |
492 | 493 | *) \ |
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);; \ | |
495 | 496 | esac; |
496 | 497 | |
497 | 498 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
622 | 623 | test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ |
623 | 624 | fi; \ |
624 | 625 | echo "$${col}$$br$${std}"; \ |
625 | echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \ | |
626 | echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}"; \ | |
626 | 627 | echo "$${col}$$br$${std}"; \ |
627 | 628 | create_testsuite_report --maybe-color; \ |
628 | 629 | echo "$$col$$br$$std"; \ |
635 | 636 | fi; \ |
636 | 637 | $$success || exit 1 |
637 | 638 | |
638 | check-TESTS: | |
639 | check-TESTS: $(check_SCRIPTS) $(check_DATA) | |
639 | 640 | @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list |
640 | 641 | @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list |
641 | 642 | @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) |
678 | 679 | @am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ |
679 | 680 | @am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT) |
680 | 681 | |
681 | distdir: $(DISTFILES) | |
682 | distdir: $(BUILT_SOURCES) | |
683 | $(MAKE) $(AM_MAKEFLAGS) distdir-am | |
684 | ||
685 | distdir-am: $(DISTFILES) | |
682 | 686 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
683 | 687 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
684 | 688 | list='$(DISTFILES)'; \ |
0 | 0 | #! /bin/sh |
1 | 1 | # test-driver - basic testsuite driver script. |
2 | 2 | |
3 | scriptversion=2013-07-13.22; # UTC | |
3 | scriptversion=2018-03-07.03; # UTC | |
4 | 4 | |
5 | # Copyright (C) 2011-2014 Free Software Foundation, Inc. | |
5 | # Copyright (C) 2011-2020 Free Software Foundation, Inc. | |
6 | 6 | # |
7 | 7 | # This program is free software; you can redistribute it and/or modify |
8 | 8 | # it under the terms of the GNU General Public License as published by |
15 | 15 | # GNU General Public License for more details. |
16 | 16 | # |
17 | 17 | # 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/>. | |
19 | 19 | |
20 | 20 | # As a special exception to the GNU General Public License, if you |
21 | 21 | # distribute this file as part of a program that contains a |
41 | 41 | { |
42 | 42 | cat <<END |
43 | 43 | 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}] [--] | |
47 | 47 | TEST-SCRIPT [TEST-SCRIPT-ARGUMENTS] |
48 | ||
48 | 49 | The '--test-name', '--log-file' and '--trs-file' options are mandatory. |
50 | See the GNU Automake documentation for information. | |
49 | 51 | END |
50 | 52 | } |
51 | 53 | |
139 | 141 | # Local Variables: |
140 | 142 | # mode: shell-script |
141 | 143 | # sh-indentation: 2 |
142 | # eval: (add-hook 'write-file-hooks 'time-stamp) | |
144 | # eval: (add-hook 'before-save-hook 'time-stamp) | |
143 | 145 | # time-stamp-start: "scriptversion=" |
144 | 146 | # time-stamp-format: "%:y-%02m-%02d.%02H" |
145 | # time-stamp-time-zone: "UTC" | |
147 | # time-stamp-time-zone: "UTC0" | |
146 | 148 | # time-stamp-end: "; # UTC" |
147 | 149 | # End: |