Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Comment: | switching to automake 1.16.1 and many miscellaneous fixes |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
4ed175d571b6ab2db6db9b19a439911b |
User & Date: | sandro 2020-01-10 17:03:18 |
2020-03-10
| ||
16:13 | implenting support for RL2 Map Configuration check-in: 4d809cf60a user: sandro tags: trunk | |
2020-01-10
| ||
17:03 | switching to automake 1.16.1 and many miscellaneous fixes check-in: 4ed175d571 user: sandro tags: trunk | |
2019-09-01
| ||
14:42 | implementing ST_SnapAndSplit, ST_LinestringXxxSegmentLength and fixing a bug in ST_InterpolatePoint check-in: a02cd88d8d user: sandro tags: trunk | |
Changes to Makefile.in.
1 2 3 4 5 6 7 8 9 10 11 ... 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 ... 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 ... 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 |
# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive am__recursive_targets = \ $(RECURSIVE_TARGETS) \ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ cscope distdir dist dist-all distcheck am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ $(LISP)config.h.in # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ ................................................................................ $(AUTOMAKE) --foreign Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ echo ' $(SHELL) ./config.status'; \ $(SHELL) ./config.status;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) $(am__cd) $(srcdir) && $(AUTOCONF) ................................................................................ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -rm -f cscope.out cscope.in.out cscope.po.out cscope.files distdir: $(DISTFILES) $(am__remove_distdir) test -d "$(distdir)" || mkdir "$(distdir)" @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ |
| | | | | > > > | |
1 2 3 4 5 6 7 8 9 10 11 ... 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 ... 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 ... 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 |
# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive am__recursive_targets = \ $(RECURSIVE_TARGETS) \ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ cscope distdir distdir-am dist dist-all distcheck am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ $(LISP)config.h.in # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ ................................................................................ $(AUTOMAKE) --foreign Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ echo ' $(SHELL) ./config.status'; \ $(SHELL) ./config.status;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) $(am__cd) $(srcdir) && $(AUTOCONF) ................................................................................ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -rm -f cscope.out cscope.in.out cscope.po.out cscope.files distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) $(am__remove_distdir) test -d "$(distdir)" || mkdir "$(distdir)" @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ |
Changes to aclocal.m4.
1 2 3 4 5 6 7 8 9 10 ... 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 ... 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 ... 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 ... 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 ... 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 ... 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 ... 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 ... 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 ... 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 ... 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 .... 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 .... 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 .... 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 .... 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 .... 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 .... 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 .... 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 .... 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 .... 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 .... 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 |
# generated automatically by aclocal 1.15.1 -*- Autoconf -*- # Copyright (C) 1996-2017 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ [ PKG_HAVE_WITH_MODULES([$1],[$2],[$3],[$4]) AS_IF([test "$AS_TR_SH([with_]m4_tolower([$1]))" = "yes"], [AC_DEFINE([HAVE_][$1], 1, [Enable ]m4_tolower([$1])[ support])]) ])dnl PKG_HAVE_DEFINE_WITH_MODULES # Copyright (C) 2002-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_AUTOMAKE_VERSION(VERSION) # ---------------------------- # Automake X.Y traces this macro to ensure aclocal.m4 has been # generated from the m4 files accompanying Automake X.Y. # (This private macro should not be called outside this file.) AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.15' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. m4_if([$1], [1.15.1], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) # _AM_AUTOCONF_VERSION(VERSION) # ----------------------------- # aclocal traces this macro to find the Autoconf version. # This is a private macro too. Using m4_define simplifies ................................................................................ m4_define([_AM_AUTOCONF_VERSION], []) # AM_SET_CURRENT_AUTOMAKE_VERSION # ------------------------------- # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.15.1])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) # AM_AUX_DIR_EXPAND -*- Autoconf -*- # Copyright (C) 2001-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets # $ac_aux_dir to '$srcdir/foo'. In other projects, it is set to ................................................................................ [AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl # Expand $ac_aux_dir to an absolute path. am_aux_dir=`cd "$ac_aux_dir" && pwd` ]) # AM_CONDITIONAL -*- Autoconf -*- # Copyright (C) 1997-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_CONDITIONAL(NAME, SHELL-CONDITION) # ------------------------------------- ................................................................................ fi AC_CONFIG_COMMANDS_PRE( [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then AC_MSG_ERROR([[conditional "$1" was never defined. Usually this means the macro was only invoked conditionally.]]) fi])]) # Copyright (C) 1999-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be ................................................................................ _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl AC_SUBST([am__nodep])dnl _AM_SUBST_NOTMAKE([am__nodep])dnl ]) # Generate code to set up dependency tracking. -*- Autoconf -*- # Copyright (C) 1999-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # _AM_OUTPUT_DEPENDENCY_COMMANDS # ------------------------------ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{ # Older Autoconf quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. case $CONFIG_FILES in *\'*) eval set x "$CONFIG_FILES" ;; *) set x $CONFIG_FILES ;; esac shift for mf do # Strip MF so we end up with the name of the file. mf=`echo "$mf" | sed -e 's/:.*$//'` # Check whether this is an Automake generated Makefile or not. # We used to match only the files named 'Makefile.in', but # some people rename them; so instead we look at the file content. # Grep'ing the first line is not enough: some people post-process # each Makefile.in and add a new line on top of each file to say so. # Grep'ing the whole file is not good either: AIX grep has a line # limit of 2048, but all sed's we know have understand at least 4000. if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then dirpart=`AS_DIRNAME("$mf")` else continue fi # Extract the definition of DEPDIR, am__include, and am__quote # from the Makefile without running 'make'. DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` test -z "$DEPDIR" && continue am__include=`sed -n 's/^am__include = //p' < "$mf"` test -z "$am__include" && continue am__quote=`sed -n 's/^am__quote = //p' < "$mf"` # Find all dependency output files, they are included files with # $(DEPDIR) in their names. We invoke sed twice because it is the # simplest approach to changing $(DEPDIR) to its actual value in the # expansion. for file in `sed -n " s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do # Make sure the directory exists. test -f "$dirpart/$file" && continue fdir=`AS_DIRNAME(["$file"])` AS_MKDIR_P([$dirpart/$fdir]) # echo "creating $dirpart/$file" echo '# dummy' > "$dirpart/$file" done done } ])# _AM_OUTPUT_DEPENDENCY_COMMANDS # AM_OUTPUT_DEPENDENCY_COMMANDS # ----------------------------- # This macro should only be invoked once -- use via AC_REQUIRE. # # This code is only required when automatic dependency tracking # is enabled. FIXME. This creates each '.P' file that we will # need in order to bootstrap the dependency handling code. AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles], [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) ]) # Do all the work for Automake. -*- Autoconf -*- # Copyright (C) 1996-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This macro actually does too much. Some checks are only needed if # your package does certain things. But this isn't really a big deal. ................................................................................ AM_MISSING_PROG([AUTOHEADER], [autoheader]) AM_MISSING_PROG([MAKEINFO], [makeinfo]) AC_REQUIRE([AM_PROG_INSTALL_SH])dnl AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl AC_REQUIRE([AC_PROG_MKDIR_P])dnl # For better backward compatibility. To be removed once Automake 1.9.x # dies out for good. For more background, see: # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html> # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html> AC_SUBST([mkdir_p], ['$(MKDIR_P)']) # We need awk for the "check" target (and possibly the TAP driver). The # system "awk" is bad on some platforms. AC_REQUIRE([AC_PROG_AWK])dnl AC_REQUIRE([AC_PROG_MAKE_SET])dnl AC_REQUIRE([AM_SET_LEADING_DOT])dnl _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], ................................................................................ echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 echo >&2 else cat >&2 <<'END' Aborting the configuration process, to ensure you take notice of the issue. You can download and install GNU coreutils to get an 'rm' implementation that behaves properly: <http://www.gnu.org/software/coreutils/>. If you want to complete the configuration process using your problematic 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM to "yes", and re-run configure. END AC_MSG_ERROR([Your 'rm' program is bad, sorry.]) ................................................................................ break ;; * ) _am_stamp_count=`expr $_am_stamp_count + 1` ;; esac done echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) # Copyright (C) 2001-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_PROG_INSTALL_SH # ------------------ ................................................................................ install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; *) install_sh="\${SHELL} $am_aux_dir/install-sh" esac fi AC_SUBST([install_sh])]) # Copyright (C) 2003-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # Check whether the underlying file-system supports filenames # with a leading dot. For instance MS-DOS doesn't. ................................................................................ fi rmdir .tst 2>/dev/null AC_SUBST([am__leading_dot])]) # Add --enable-maintainer-mode option to configure. -*- Autoconf -*- # From Jim Meyering # Copyright (C) 1996-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_MAINTAINER_MODE([DEFAULT-MODE]) # ---------------------------------- ................................................................................ MAINT=$MAINTAINER_MODE_TRUE AC_SUBST([MAINT])dnl ] ) # Check to see how 'make' treats includes. -*- Autoconf -*- # Copyright (C) 2001-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_MAKE_INCLUDE() # ----------------- # Check to see how make treats includes. AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make} cat > confinc << 'END' am__doit: @echo this is the am__doit target .PHONY: am__doit END # If we don't find an include directive, just comment out the code. AC_MSG_CHECKING([for style of include used by $am_make]) am__include="#" am__quote= _am_result=none # First try GNU make style include. echo "include confinc" > confmf # Ignore all kinds of additional output from 'make'. case `$am_make -s -f confmf 2> /dev/null` in #( *the\ am__doit\ target*) am__include=include am__quote= _am_result=GNU ;; esac # Now try BSD make style include. if test "$am__include" = "#"; then echo '.include "confinc"' > confmf case `$am_make -s -f confmf 2> /dev/null` in #( *the\ am__doit\ target*) am__include=.include am__quote="\"" _am_result=BSD ;; esac fi AC_SUBST([am__include]) AC_SUBST([am__quote]) AC_MSG_RESULT([$_am_result]) rm -f confinc confmf ]) # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- # Copyright (C) 1997-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_MISSING_PROG(NAME, PROGRAM) # ------------------------------ ................................................................................ fi ]) # -*- Autoconf -*- # Obsolete and "removed" macros, that must however still report explicit # error messages when used, to smooth transition. # # Copyright (C) 1996-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. AC_DEFUN([AM_CONFIG_HEADER], [AC_DIAGNOSE([obsolete], ................................................................................ AC_DEFUN([AM_C_PROTOTYPES], [AC_FATAL([automatic de-ANSI-fication support has been removed])]) AU_DEFUN([fp_C_PROTOTYPES], [AM_C_PROTOTYPES]) # Helper functions for option handling. -*- Autoconf -*- # Copyright (C) 2001-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # _AM_MANGLE_OPTION(NAME) # ----------------------- ................................................................................ # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) # ------------------------------------------- # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) # Copyright (C) 1999-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # _AM_PROG_CC_C_O # --------------- ................................................................................ CC="$am_aux_dir/compile $CC" fi AC_LANG_POP([C])]) # For backward compatibility. AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) # Copyright (C) 2001-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_RUN_LOG(COMMAND) # ------------------- ................................................................................ ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD (exit $ac_status); }]) # Check to make sure that the build environment is sane. -*- Autoconf -*- # Copyright (C) 1996-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_SANITY_CHECK # --------------- ................................................................................ # Hide warnings about reused PIDs. wait $am_sleep_pid 2>/dev/null fi AC_MSG_RESULT([done])]) rm -f conftest.file ]) # Copyright (C) 2009-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_SILENT_RULES([DEFAULT]) # -------------------------- ................................................................................ AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl AC_SUBST([AM_DEFAULT_VERBOSITY])dnl AM_BACKSLASH='\' AC_SUBST([AM_BACKSLASH])dnl _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl ]) # Copyright (C) 2001-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_PROG_INSTALL_STRIP # --------------------- ................................................................................ dnl Don't test for $cross_compiling = yes, because it might be 'maybe'. if test "$cross_compiling" != no; then AC_CHECK_TOOL([STRIP], [strip], :) fi INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) # Copyright (C) 2006-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # _AM_SUBST_NOTMAKE(VARIABLE) # --------------------------- ................................................................................ # AM_SUBST_NOTMAKE(VARIABLE) # -------------------------- # Public sister of _AM_SUBST_NOTMAKE. AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) # Check how to create a tarball. -*- Autoconf -*- # Copyright (C) 2004-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # _AM_PROG_TAR(FORMAT) # -------------------- |
| | | | | | | | | | < | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | < < < < < < < < | | | | < | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | < < < < < < < | | | | | | | | | |
1 2 3 4 5 6 7 8 9 10 ... 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 ... 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 ... 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 ... 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 ... 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 ... 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 ... 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 ... 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 ... 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 ... 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 .... 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 .... 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 .... 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 .... 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 .... 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 .... 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 .... 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 .... 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 .... 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 .... 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 |
# generated automatically by aclocal 1.16.1 -*- Autoconf -*- # Copyright (C) 1996-2018 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ [ PKG_HAVE_WITH_MODULES([$1],[$2],[$3],[$4]) AS_IF([test "$AS_TR_SH([with_]m4_tolower([$1]))" = "yes"], [AC_DEFINE([HAVE_][$1], 1, [Enable ]m4_tolower([$1])[ support])]) ])dnl PKG_HAVE_DEFINE_WITH_MODULES # Copyright (C) 2002-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_AUTOMAKE_VERSION(VERSION) # ---------------------------- # Automake X.Y traces this macro to ensure aclocal.m4 has been # generated from the m4 files accompanying Automake X.Y. # (This private macro should not be called outside this file.) AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.16' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. m4_if([$1], [1.16.1], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) # _AM_AUTOCONF_VERSION(VERSION) # ----------------------------- # aclocal traces this macro to find the Autoconf version. # This is a private macro too. Using m4_define simplifies ................................................................................ m4_define([_AM_AUTOCONF_VERSION], []) # AM_SET_CURRENT_AUTOMAKE_VERSION # ------------------------------- # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.16.1])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) # AM_AUX_DIR_EXPAND -*- Autoconf -*- # Copyright (C) 2001-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets # $ac_aux_dir to '$srcdir/foo'. In other projects, it is set to ................................................................................ [AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl # Expand $ac_aux_dir to an absolute path. am_aux_dir=`cd "$ac_aux_dir" && pwd` ]) # AM_CONDITIONAL -*- Autoconf -*- # Copyright (C) 1997-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_CONDITIONAL(NAME, SHELL-CONDITION) # ------------------------------------- ................................................................................ fi AC_CONFIG_COMMANDS_PRE( [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then AC_MSG_ERROR([[conditional "$1" was never defined. Usually this means the macro was only invoked conditionally.]]) fi])]) # Copyright (C) 1999-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be ................................................................................ _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl AC_SUBST([am__nodep])dnl _AM_SUBST_NOTMAKE([am__nodep])dnl ]) # Generate code to set up dependency tracking. -*- Autoconf -*- # Copyright (C) 1999-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # _AM_OUTPUT_DEPENDENCY_COMMANDS # ------------------------------ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{ # Older Autoconf quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. # TODO: see whether this extra hack can be removed once we start # requiring Autoconf 2.70 or later. AS_CASE([$CONFIG_FILES], [*\'*], [eval set x "$CONFIG_FILES"], [*], [set x $CONFIG_FILES]) shift # Used to flag and report bootstrapping failures. am_rc=0 for am_mf do # Strip MF so we end up with the name of the file. am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'` # Check whether this is an Automake generated Makefile which includes # dependency-tracking related rules and includes. # Grep'ing the whole file directly is not great: AIX grep has a line # limit of 2048, but all sed's we know have understand at least 4000. sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \ || continue am_dirpart=`AS_DIRNAME(["$am_mf"])` am_filepart=`AS_BASENAME(["$am_mf"])` AM_RUN_LOG([cd "$am_dirpart" \ && sed -e '/# am--include-marker/d' "$am_filepart" \ | $MAKE -f - am--depfiles]) || am_rc=$? done if test $am_rc -ne 0; then AC_MSG_FAILURE([Something went wrong bootstrapping makefile fragments for automatic dependency tracking. Try re-running configure with the '--disable-dependency-tracking' option to at least be able to build the package (albeit without support for automatic dependency tracking).]) fi AS_UNSET([am_dirpart]) AS_UNSET([am_filepart]) AS_UNSET([am_mf]) AS_UNSET([am_rc]) rm -f conftest-deps.mk } ])# _AM_OUTPUT_DEPENDENCY_COMMANDS # AM_OUTPUT_DEPENDENCY_COMMANDS # ----------------------------- # This macro should only be invoked once -- use via AC_REQUIRE. # # This code is only required when automatic dependency tracking is enabled. # This creates each '.Po' and '.Plo' makefile fragment that we'll need in # order to bootstrap the dependency handling code. AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles], [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], [AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"])]) # Do all the work for Automake. -*- Autoconf -*- # Copyright (C) 1996-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This macro actually does too much. Some checks are only needed if # your package does certain things. But this isn't really a big deal. ................................................................................ AM_MISSING_PROG([AUTOHEADER], [autoheader]) AM_MISSING_PROG([MAKEINFO], [makeinfo]) AC_REQUIRE([AM_PROG_INSTALL_SH])dnl AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl AC_REQUIRE([AC_PROG_MKDIR_P])dnl # For better backward compatibility. To be removed once Automake 1.9.x # dies out for good. For more background, see: # <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html> # <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html> AC_SUBST([mkdir_p], ['$(MKDIR_P)']) # We need awk for the "check" target (and possibly the TAP driver). The # system "awk" is bad on some platforms. AC_REQUIRE([AC_PROG_AWK])dnl AC_REQUIRE([AC_PROG_MAKE_SET])dnl AC_REQUIRE([AM_SET_LEADING_DOT])dnl _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], ................................................................................ echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 echo >&2 else cat >&2 <<'END' Aborting the configuration process, to ensure you take notice of the issue. You can download and install GNU coreutils to get an 'rm' implementation that behaves properly: <https://www.gnu.org/software/coreutils/>. If you want to complete the configuration process using your problematic 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM to "yes", and re-run configure. END AC_MSG_ERROR([Your 'rm' program is bad, sorry.]) ................................................................................ break ;; * ) _am_stamp_count=`expr $_am_stamp_count + 1` ;; esac done echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) # Copyright (C) 2001-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_PROG_INSTALL_SH # ------------------ ................................................................................ install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; *) install_sh="\${SHELL} $am_aux_dir/install-sh" esac fi AC_SUBST([install_sh])]) # Copyright (C) 2003-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # Check whether the underlying file-system supports filenames # with a leading dot. For instance MS-DOS doesn't. ................................................................................ fi rmdir .tst 2>/dev/null AC_SUBST([am__leading_dot])]) # Add --enable-maintainer-mode option to configure. -*- Autoconf -*- # From Jim Meyering # Copyright (C) 1996-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_MAINTAINER_MODE([DEFAULT-MODE]) # ---------------------------------- ................................................................................ MAINT=$MAINTAINER_MODE_TRUE AC_SUBST([MAINT])dnl ] ) # Check to see how 'make' treats includes. -*- Autoconf -*- # Copyright (C) 2001-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_MAKE_INCLUDE() # ----------------- # Check whether make has an 'include' directive that can support all # the idioms we need for our automatic dependency tracking code. AC_DEFUN([AM_MAKE_INCLUDE], [AC_MSG_CHECKING([whether ${MAKE-make} supports the include directive]) cat > confinc.mk << 'END' am__doit: @echo this is the am__doit target >confinc.out .PHONY: am__doit END am__include="#" am__quote= # BSD make does it like this. echo '.include "confinc.mk" # ignored' > confmf.BSD # Other make implementations (GNU, Solaris 10, AIX) do it like this. echo 'include confinc.mk # ignored' > confmf.GNU _am_result=no for s in GNU BSD; do AM_RUN_LOG([${MAKE-make} -f confmf.$s && cat confinc.out]) AS_CASE([$?:`cat confinc.out 2>/dev/null`], ['0:this is the am__doit target'], [AS_CASE([$s], [BSD], [am__include='.include' am__quote='"'], [am__include='include' am__quote=''])]) if test "$am__include" != "#"; then _am_result="yes ($s style)" break fi done rm -f confinc.* confmf.* AC_MSG_RESULT([${_am_result}]) AC_SUBST([am__include])]) AC_SUBST([am__quote])]) # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- # Copyright (C) 1997-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_MISSING_PROG(NAME, PROGRAM) # ------------------------------ ................................................................................ fi ]) # -*- Autoconf -*- # Obsolete and "removed" macros, that must however still report explicit # error messages when used, to smooth transition. # # Copyright (C) 1996-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. AC_DEFUN([AM_CONFIG_HEADER], [AC_DIAGNOSE([obsolete], ................................................................................ AC_DEFUN([AM_C_PROTOTYPES], [AC_FATAL([automatic de-ANSI-fication support has been removed])]) AU_DEFUN([fp_C_PROTOTYPES], [AM_C_PROTOTYPES]) # Helper functions for option handling. -*- Autoconf -*- # Copyright (C) 2001-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # _AM_MANGLE_OPTION(NAME) # ----------------------- ................................................................................ # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) # ------------------------------------------- # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) # Copyright (C) 1999-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # _AM_PROG_CC_C_O # --------------- ................................................................................ CC="$am_aux_dir/compile $CC" fi AC_LANG_POP([C])]) # For backward compatibility. AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) # Copyright (C) 2001-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_RUN_LOG(COMMAND) # ------------------- ................................................................................ ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD (exit $ac_status); }]) # Check to make sure that the build environment is sane. -*- Autoconf -*- # Copyright (C) 1996-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_SANITY_CHECK # --------------- ................................................................................ # Hide warnings about reused PIDs. wait $am_sleep_pid 2>/dev/null fi AC_MSG_RESULT([done])]) rm -f conftest.file ]) # Copyright (C) 2009-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_SILENT_RULES([DEFAULT]) # -------------------------- ................................................................................ AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl AC_SUBST([AM_DEFAULT_VERBOSITY])dnl AM_BACKSLASH='\' AC_SUBST([AM_BACKSLASH])dnl _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl ]) # Copyright (C) 2001-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_PROG_INSTALL_STRIP # --------------------- ................................................................................ dnl Don't test for $cross_compiling = yes, because it might be 'maybe'. if test "$cross_compiling" != no; then AC_CHECK_TOOL([STRIP], [strip], :) fi INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) # Copyright (C) 2006-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # _AM_SUBST_NOTMAKE(VARIABLE) # --------------------------- ................................................................................ # AM_SUBST_NOTMAKE(VARIABLE) # -------------------------- # Public sister of _AM_SUBST_NOTMAKE. AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) # Check how to create a tarball. -*- Autoconf -*- # Copyright (C) 2004-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # _AM_PROG_TAR(FORMAT) # -------------------- |
Changes to compile.
1 |
/usr/share/automake-1.15/compile
|
| |
1 |
/usr/share/automake-1.16/compile
|
Changes to config-msvc.h.
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 .. 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 .. 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 ... 172 173 174 175 176 177 178 179 180 181 182 183 184 185 ... 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 |
/* config.h.in. Generated from configure.ac by autoheader. */ /* / Sandro: manually adjusted so to support the MSVC compiler / using the OsGeo4W libraries */ /* Should be defined in order to enable GCP support. */ /* #undef ENABLE_GCP */ /* Should be defined in order to enable GeoPackage support. */ /* #undef ENABLE_GEOPACKAGE */ /* Should be defined in order to enable LIBXML2 support. */ #define ENABLE_LIBXML2 1 /* Should be defined in order to enable RTTOPO support. */ /* #define ENABLE_RTTOPO */ /* Should be defined in order to enable GEOS_ADVANCED support. */ #define GEOS_ADVANCED 1 /* Should be defined in order to fully disable GEOS non-thread-safe API. */ /* #undef GEOS_ONLY_REENTRANT */ /* Should be defined in order to enable GEOS_REENTRANT (fully thread-safe). */ #define GEOS_REENTRANT 1 /* Define to 1 if you have the <dlfcn.h> header file. */ #define HAVE_DLFCN_H 1 /* Define to 1 if you have the <fcntl.h> header file. */ #define HAVE_FCNTL_H 1 /* Define to 1 if you have the `fdatasync' function. */ ................................................................................ /* Define to 1 if you have the <iconv.h> header file. */ #define HAVE_ICONV_H 1 /* Define to 1 if you have the <inttypes.h> header file. */ #define HAVE_INTTYPES_H 1 /* Define to 1 if you have the <liblwgeom.h> header file. */ /* #undef HAVE_LIBLWGEOM_H */ /* Define to 1 if you have the `sqlite3' library (-lsqlite3). */ #define HAVE_LIBSQLITE3 1 /* Define to 1 if you have the `z' library (-lz). */ #define HAVE_LIBZ 1 ................................................................................ /* Define to 1 if you have the <memory.h> header file. */ #define HAVE_MEMORY_H 1 /* Define to 1 if you have the `memset' function. */ #define HAVE_MEMSET 1 /* Define to 1 if you have the <proj_api.h> header file. */ #define HAVE_PROJ_API_H 1 /* Define to 1 if you have the <sqlite3ext.h> header file. */ #define HAVE_SQLITE3EXT_H 1 /* Define to 1 if you have the <sqlite3.h> header file. */ #define HAVE_SQLITE3_H 1 ................................................................................ #define OMIT_GEOCALLBACKS 1 /* Should be defined in order to disable GEOS support. */ /* #undef OMIT_GEOS */ /* Should be defined in order to disable ICONV support. */ /* #undef OMIT_ICONV */ /* Should be defined in order to disable MATHSQL support. */ /* #undef OMIT_MATHSQL */ /* Should be defined in order to disable PROJ.4 support. */ /* #undef OMIT_PROJ */ ................................................................................ /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "a.furieri@lqt.it" /* Define to the full name of this package. */ #define PACKAGE_NAME "libspatialite" /* Define to the full name and version of this package. */ #define PACKAGE_STRING "libspatialite 5.0.0-devel" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "libspatialite" /* Define to the home page for this package. */ #define PACKAGE_URL "" /* Define to the version of this package. */ #define PACKAGE_VERSION "5.0.0-devel1" /* Should be defined when linking liblwgeom from PostGIS 2.1 (or later). */ /* #undefine POSTGIS_2_1 */ /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Should contain a text-string describing the intended target CPU */ #define TARGET_CPU "Win32" /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ #define TIME_WITH_SYS_TIME 1 /* Define to 1 if your <sys/time.h> declares `struct tm'. */ /* #undef TM_IN_SYS_TIME */ /* Version number of package */ #define VERSION "5.0.0-devel" /* Must be =64 in order to enable huge-file support. */ #define _FILE_OFFSET_BITS 64 /* Must be defined in order to enable huge-file support. */ #define _LARGEFILE_SOURCE 1 |
| | | > > > > > > | | > > > | > > > | | | | | | |
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 .. 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 .. 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 ... 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 ... 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 |
/* config.h.in. Generated from configure.ac by autoheader. */ /* / Sandro: manually adjusted so to support the MSVC compiler / using the OsGeo4W libraries */ /* Should be defined in order to enable GCP support. */ #define ENABLE_GCP 1 /* Should be defined in order to enable GeoPackage support. */ #define ENABLE_GEOPACKAGE 1 /* Should be defined in order to enable LIBXML2 support. */ #define ENABLE_LIBXML2 1 /* Should be defined in order to enable RTTOPO support. */ #define ENABLE_RTTOPO 1 /* Should be defined in order to enable GEOS_370 support. */ #define GEOS_370 1 /* Should be defined in order to enable GEOS_ADVANCED support. */ #define GEOS_ADVANCED 1 /* Should be defined in order to fully disable GEOS non-thread-safe API. */ /* #undef GEOS_ONLY_REENTRANT */ /* Should be defined in order to enable GEOS_REENTRANT (fully thread-safe). */ #define GEOS_REENTRANT 1 /* depending on SQLite library version. */ #define HAVE_DECL_SQLITE_INDEX_CONSTRAINT_LIKE 1 /* Define to 1 if you have the <dlfcn.h> header file. */ #define HAVE_DLFCN_H 1 /* Define to 1 if you have the <fcntl.h> header file. */ #define HAVE_FCNTL_H 1 /* Define to 1 if you have the `fdatasync' function. */ ................................................................................ /* Define to 1 if you have the <iconv.h> header file. */ #define HAVE_ICONV_H 1 /* Define to 1 if you have the <inttypes.h> header file. */ #define HAVE_INTTYPES_H 1 /* Define to 1 if you have the <librttopo.h> header file. */ #define HAVE_LIBRTTOPO_H 1 /* Define to 1 if you have the `sqlite3' library (-lsqlite3). */ #define HAVE_LIBSQLITE3 1 /* Define to 1 if you have the `z' library (-lz). */ #define HAVE_LIBZ 1 ................................................................................ /* Define to 1 if you have the <memory.h> header file. */ #define HAVE_MEMORY_H 1 /* Define to 1 if you have the `memset' function. */ #define HAVE_MEMSET 1 /* Define to 1 if you have the <proj_api.h> header file. */ /* #undef HAVE_PROJ_API_H */ /* Define to 1 if you have the <proj.h> header file. */ #define HAVE_PROJ_H 1 /* Define to 1 if you have the <sqlite3ext.h> header file. */ #define HAVE_SQLITE3EXT_H 1 /* Define to 1 if you have the <sqlite3.h> header file. */ #define HAVE_SQLITE3_H 1 ................................................................................ #define OMIT_GEOCALLBACKS 1 /* Should be defined in order to disable GEOS support. */ /* #undef OMIT_GEOS */ /* Should be defined in order to disable ICONV support. */ /* #undef OMIT_ICONV */ /* Should be defined in order to disable KNN support. */ /* #undef OMIT_KNN */ /* Should be defined in order to disable MATHSQL support. */ /* #undef OMIT_MATHSQL */ /* Should be defined in order to disable PROJ.4 support. */ /* #undef OMIT_PROJ */ ................................................................................ /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "a.furieri@lqt.it" /* Define to the full name of this package. */ #define PACKAGE_NAME "libspatialite" /* Define to the full name and version of this package. */ #define PACKAGE_STRING "libspatialite 5.0.0-beta1" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "libspatialite" /* Define to the home page for this package. */ #define PACKAGE_URL "" /* Define to the version of this package. */ #define PACKAGE_VERSION "5.0.0-beta1" /* Should be defined in order to enable PROJ.6 support. */ #define PROJ_NEW 1 /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Should contain a text-string describing the intended target CPU */ #define TARGET_CPU "MS Windows" /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ #define TIME_WITH_SYS_TIME 1 /* Define to 1 if your <sys/time.h> declares `struct tm'. */ /* #undef TM_IN_SYS_TIME */ /* Version number of package */ #define VERSION "5.0.0-beta1" /* Must be =64 in order to enable huge-file support. */ #define _FILE_OFFSET_BITS 64 /* Must be defined in order to enable huge-file support. */ #define _LARGEFILE_SOURCE 1 |
Changes to configure.
696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 ... 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 .... 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534 2535 2536 2537 2538 2539 .... 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 3085 .... 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 3136 .... 3201 3202 3203 3204 3205 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 3251 3252 3253 ..... 17414 17415 17416 17417 17418 17419 17420 17421 17422 17423 17424 17425 17426 17427 17428 ..... 19682 19683 19684 19685 19686 19687 19688 19689 19690 19691 19692 19693 19694 19695 19696 ..... 20101 20102 20103 20104 20105 20106 20107 20108 20109 20110 20111 20112 20113 20114 ..... 20739 20740 20741 20742 20743 20744 20745 20746 20747 20748 20749 20750 20751 20752 20753 20754 20755 20756 20757 20758 20759 20760 20761 20762 20763 20764 20765 20766 20767 20768 20769 20770 20771 20772 20773 20774 20775 ..... 20779 20780 20781 20782 20783 20784 20785 20786 20787 20788 20789 20790 20791 20792 20793 20794 20795 20796 20797 20798 20799 20800 20801 20802 20803 20804 20805 20806 20807 20808 20809 20810 20811 20812 20813 20814 20815 20816 20817 20818 20819 20820 20821 20822 20823 20824 20825 20826 20827 20828 20829 20830 20831 20832 20833 20834 20835 20836 20837 20838 20839 |
am__fastdepCC_FALSE am__fastdepCC_TRUE CCDEPMODE am__nodep AMDEPBACKSLASH AMDEP_FALSE AMDEP_TRUE am__quote am__include DEPDIR OBJEXT EXEEXT ac_ct_CC CPPFLAGS LDFLAGS ................................................................................ PACKAGE_URL PACKAGE_BUGREPORT PACKAGE_STRING PACKAGE_VERSION PACKAGE_TARNAME PACKAGE_NAME PATH_SEPARATOR SHELL' ac_subst_files='' ac_user_opts=' enable_option_checking enable_silent_rules enable_maintainer_mode enable_dependency_tracking enable_shared ................................................................................ ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu am__api_version='1.15' ac_aux_dir= for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do if test -f "$ac_dir/install-sh"; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/install-sh -c" break ................................................................................ AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} # For better backward compatibility. To be removed once Automake 1.9.x # dies out for good. For more background, see: # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html> # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html> mkdir_p='$(MKDIR_P)' # We need awk for the "check" target (and possibly the TAP driver). The # system "awk" is bad on some platforms. # Always define AMTAR for backward compatibility. Yes, it's still used # in the wild :-( We should find a proper way to deprecate it ... AMTAR='$${TAR-tar}' ................................................................................ echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 echo >&2 else cat >&2 <<'END' Aborting the configuration process, to ensure you take notice of the issue. You can download and install GNU coreutils to get an 'rm' implementation that behaves properly: <http://www.gnu.org/software/coreutils/>. If you want to complete the configuration process using your problematic 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM to "yes", and re-run configure. END as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5 ................................................................................ # Checks for header files. DEPDIR="${am__leading_dot}deps" ac_config_commands="$ac_config_commands depfiles" am_make=${MAKE-make} cat > confinc << 'END' am__doit: @echo this is the am__doit target .PHONY: am__doit END # If we don't find an include directive, just comment out the code. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5 $as_echo_n "checking for style of include used by $am_make... " >&6; } am__include="#" am__quote= _am_result=none # First try GNU make style include. echo "include confinc" > confmf # Ignore all kinds of additional output from 'make'. case `$am_make -s -f confmf 2> /dev/null` in #( *the\ am__doit\ target*) am__include=include am__quote= _am_result=GNU ;; esac # Now try BSD make style include. if test "$am__include" = "#"; then echo '.include "confinc"' > confmf case `$am_make -s -f confmf 2> /dev/null` in #( *the\ am__doit\ target*) am__include=.include am__quote="\"" _am_result=BSD ;; esac fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5 $as_echo "$_am_result" >&6; } rm -f confinc confmf # Check whether --enable-dependency-tracking was given. if test "${enable_dependency_tracking+set}" = set; then : enableval=$enable_dependency_tracking; fi if test "x$enable_dependency_tracking" != xno; then ................................................................................ LIBS="-lz $LIBS" else as_fn_error $? "'libz' is required but it doesn't seem to be installed on this system." "$LINENO" 5 fi ac_config_files="$ac_config_files Makefile src/Makefile src/headers/Makefile src/gaiaaux/Makefile src/gaiaexif/Makefile src/gaiageo/Makefile src/gaiageo/flex/Makefile src/gaiageo/lemon/Makefile src/gaiageo/lemon/lemon_src/Makefile src/geopackage/Makefile src/spatialite/Makefile src/shapefiles/Makefile src/dxf/Makefile src/md5/Makefile src/control_points/Makefile src/cutter/Makefile src/topology/Makefile src/srsinit/Makefile src/srsinit/epsg_update/Makefile src/stored_procedures/Makefile src/connection_cache/Makefile src/connection_cache/generator/Makefile src/virtualtext/Makefile src/wfs/Makefile test/Makefile test/sql_stmt_tests/Makefile test/sql_stmt_geos_tests/Makefile test/sql_stmt_geosadvanced_tests/Makefile test/sql_stmt_geopackage_tests/Makefile test/sql_stmt_gpkg_epsg492_tests/Makefile test/sql_stmt_gpkg_epsg493_tests/Makefile test/sql_stmt_gpkg_epsg600_tests/Makefile test/sql_stmt_proj_tests/Makefile test/sql_stmt_proj492_tests/Makefile test/sql_stmt_proj493_tests/Makefile test/sql_stmt_proj600_tests/Makefile test/sql_stmt_proj600security_tests/Makefile test/sql_stmt_mathsql_tests/Makefile test/sql_stmt_rtgeom_tests/Makefile test/sql_stmt_rttopo_tests/Makefile test/sql_stmt_libxml2_tests/Makefile test/sql_stmt_security_tests/Makefile test/sql_stmt_xmlsec_tests/Makefile test/sql_stmt_freexl_tests/Makefile test/sql_stmt_cache_tests/Makefile test/sql_stmt_gpkgcache_tests/Makefile test/sql_stmt_nocache_tests/Makefile test/sql_stmt_gpkgnocache_tests/Makefile test/sql_stmt_voronoj1_tests/Makefile test/sql_stmt_voronoj2_tests/Makefile test/sql_stmt_sequence_tests/Makefile test/sql_stmt_routing_tests/Makefile test/sql_stmt_logfile_tests/Makefile test/sql_stmt_iconv_tests/Makefile test/sql_stmt_proc_tests/Makefile test/sql_stmt_point_geom/Makefile test/sql_stmt_tiny_point/Makefile test/sql_stmt_postgres_tests/Makefile test/sql_stmt_geos370_tests/Makefile test/sql_stmt_renamenew_tests/Makefile test/sql_stmt_renameold_tests/Makefile test/sql_stmt_bufoptsnew_tests/Makefile test/sql_stmt_bufoptsold_tests/Makefile examples/Makefile Doxyfile spatialite.pc" # exporting the TARGET_CPU string splite_cpu=`$CC -dumpmachine` cat >>confdefs.h <<_ACEOF #define TARGET_CPU "$splite_cpu" _ACEOF ................................................................................ } >&5 _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 # # INIT-COMMANDS # AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" # The HP-UX ksh and POSIX shell print the target directory to stdout # if CDPATH is set. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH sed_quote_subst='$sed_quote_subst' ................................................................................ "src/connection_cache/Makefile") CONFIG_FILES="$CONFIG_FILES src/connection_cache/Makefile" ;; "src/connection_cache/generator/Makefile") CONFIG_FILES="$CONFIG_FILES src/connection_cache/generator/Makefile" ;; "src/virtualtext/Makefile") CONFIG_FILES="$CONFIG_FILES src/virtualtext/Makefile" ;; "src/wfs/Makefile") CONFIG_FILES="$CONFIG_FILES src/wfs/Makefile" ;; "test/Makefile") CONFIG_FILES="$CONFIG_FILES test/Makefile" ;; "test/sql_stmt_tests/Makefile") CONFIG_FILES="$CONFIG_FILES test/sql_stmt_tests/Makefile" ;; "test/sql_stmt_geos_tests/Makefile") CONFIG_FILES="$CONFIG_FILES test/sql_stmt_geos_tests/Makefile" ;; "test/sql_stmt_geosadvanced_tests/Makefile") CONFIG_FILES="$CONFIG_FILES test/sql_stmt_geosadvanced_tests/Makefile" ;; "test/sql_stmt_geopackage_tests/Makefile") CONFIG_FILES="$CONFIG_FILES test/sql_stmt_geopackage_tests/Makefile" ;; "test/sql_stmt_gpkg_epsg492_tests/Makefile") CONFIG_FILES="$CONFIG_FILES test/sql_stmt_gpkg_epsg492_tests/Makefile" ;; "test/sql_stmt_gpkg_epsg493_tests/Makefile") CONFIG_FILES="$CONFIG_FILES test/sql_stmt_gpkg_epsg493_tests/Makefile" ;; "test/sql_stmt_gpkg_epsg600_tests/Makefile") CONFIG_FILES="$CONFIG_FILES test/sql_stmt_gpkg_epsg600_tests/Makefile" ;; "test/sql_stmt_proj_tests/Makefile") CONFIG_FILES="$CONFIG_FILES test/sql_stmt_proj_tests/Makefile" ;; "test/sql_stmt_proj492_tests/Makefile") CONFIG_FILES="$CONFIG_FILES test/sql_stmt_proj492_tests/Makefile" ;; ................................................................................ case $ac_file$ac_mode in "depfiles":C) test x"$AMDEP_TRUE" != x"" || { # Older Autoconf quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. case $CONFIG_FILES in *\'*) eval set x "$CONFIG_FILES" ;; *) set x $CONFIG_FILES ;; esac shift for mf do # Strip MF so we end up with the name of the file. mf=`echo "$mf" | sed -e 's/:.*$//'` # Check whether this is an Automake generated Makefile or not. # We used to match only the files named 'Makefile.in', but # some people rename them; so instead we look at the file content. # Grep'ing the first line is not enough: some people post-process # each Makefile.in and add a new line on top of each file to say so. # Grep'ing the whole file is not good either: AIX grep has a line # limit of 2048, but all sed's we know have understand at least 4000. if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then dirpart=`$as_dirname -- "$mf" || $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$mf" : 'X\(//\)[^/]' \| \ X"$mf" : 'X\(//\)$' \| \ X"$mf" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$mf" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q ................................................................................ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` else continue fi # Extract the definition of DEPDIR, am__include, and am__quote # from the Makefile without running 'make'. DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` test -z "$DEPDIR" && continue am__include=`sed -n 's/^am__include = //p' < "$mf"` test -z "$am__include" && continue am__quote=`sed -n 's/^am__quote = //p' < "$mf"` # Find all dependency output files, they are included files with # $(DEPDIR) in their names. We invoke sed twice because it is the # simplest approach to changing $(DEPDIR) to its actual value in the # expansion. for file in `sed -n " s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do # Make sure the directory exists. test -f "$dirpart/$file" && continue fdir=`$as_dirname -- "$file" || $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$file" : 'X\(//\)[^/]' \| \ X"$file" : 'X\(//\)$' \| \ X"$file" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$file" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` as_dir=$dirpart/$fdir; as_fn_mkdir_p # echo "creating $dirpart/$file" echo '# dummy' > "$dirpart/$file" done done } ;; "libtool":C) # See if we are running on zsh, and set the options which allow our # commands through without removal of \ escapes. if test -n "${ZSH_VERSION+set}" ; then |
< | > | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > > > > | > | > | > > | > > | | | < < < < > | < > > | | | | | | | | < < < < < < < < < < < < < < < < < < < < | | | < > < < < < | | | | | | > > > > > > > > > > > > > > > > > > > |
696 697 698 699 700 701 702 703 704 705 706 707 708 709 ... 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 .... 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534 2535 2536 2537 2538 2539 .... 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 3085 .... 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 3136 .... 3201 3202 3203 3204 3205 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 3251 3252 3253 ..... 17414 17415 17416 17417 17418 17419 17420 17421 17422 17423 17424 17425 17426 17427 17428 ..... 19682 19683 19684 19685 19686 19687 19688 19689 19690 19691 19692 19693 19694 19695 19696 ..... 20101 20102 20103 20104 20105 20106 20107 20108 20109 20110 20111 20112 20113 20114 20115 20116 ..... 20741 20742 20743 20744 20745 20746 20747 20748 20749 20750 20751 20752 20753 20754 20755 20756 20757 20758 20759 20760 20761 20762 20763 20764 20765 20766 20767 20768 20769 20770 20771 20772 20773 20774 20775 20776 20777 20778 20779 20780 20781 20782 20783 ..... 20787 20788 20789 20790 20791 20792 20793 20794 20795 20796 20797 20798 20799 20800 20801 20802 20803 20804 20805 20806 20807 20808 20809 20810 20811 20812 20813 20814 20815 20816 20817 20818 20819 20820 20821 20822 20823 20824 20825 20826 20827 20828 20829 20830 20831 20832 20833 20834 20835 20836 20837 20838 20839 20840 20841 20842 |
am__fastdepCC_FALSE am__fastdepCC_TRUE CCDEPMODE am__nodep AMDEPBACKSLASH AMDEP_FALSE AMDEP_TRUE am__include DEPDIR OBJEXT EXEEXT ac_ct_CC CPPFLAGS LDFLAGS ................................................................................ PACKAGE_URL PACKAGE_BUGREPORT PACKAGE_STRING PACKAGE_VERSION PACKAGE_TARNAME PACKAGE_NAME PATH_SEPARATOR SHELL am__quote' ac_subst_files='' ac_user_opts=' enable_option_checking enable_silent_rules enable_maintainer_mode enable_dependency_tracking enable_shared ................................................................................ ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu am__api_version='1.16' ac_aux_dir= for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do if test -f "$ac_dir/install-sh"; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/install-sh -c" break ................................................................................ AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} # For better backward compatibility. To be removed once Automake 1.9.x # dies out for good. For more background, see: # <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html> # <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html> mkdir_p='$(MKDIR_P)' # We need awk for the "check" target (and possibly the TAP driver). The # system "awk" is bad on some platforms. # Always define AMTAR for backward compatibility. Yes, it's still used # in the wild :-( We should find a proper way to deprecate it ... AMTAR='$${TAR-tar}' ................................................................................ echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 echo >&2 else cat >&2 <<'END' Aborting the configuration process, to ensure you take notice of the issue. You can download and install GNU coreutils to get an 'rm' implementation that behaves properly: <https://www.gnu.org/software/coreutils/>. If you want to complete the configuration process using your problematic 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM to "yes", and re-run configure. END as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5 ................................................................................ # Checks for header files. DEPDIR="${am__leading_dot}deps" ac_config_commands="$ac_config_commands depfiles" { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} supports the include directive" >&5 $as_echo_n "checking whether ${MAKE-make} supports the include directive... " >&6; } cat > confinc.mk << 'END' am__doit: @echo this is the am__doit target >confinc.out .PHONY: am__doit END am__include="#" am__quote= # BSD make does it like this. echo '.include "confinc.mk" # ignored' > confmf.BSD # Other make implementations (GNU, Solaris 10, AIX) do it like this. echo 'include confinc.mk # ignored' > confmf.GNU _am_result=no for s in GNU BSD; do { echo "$as_me:$LINENO: ${MAKE-make} -f confmf.$s && cat confinc.out" >&5 (${MAKE-make} -f confmf.$s && cat confinc.out) >&5 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } case $?:`cat confinc.out 2>/dev/null` in #( '0:this is the am__doit target') : case $s in #( BSD) : am__include='.include' am__quote='"' ;; #( *) : am__include='include' am__quote='' ;; esac ;; #( *) : ;; esac if test "$am__include" != "#"; then _am_result="yes ($s style)" break fi done rm -f confinc.* confmf.* { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${_am_result}" >&5 $as_echo "${_am_result}" >&6; } # Check whether --enable-dependency-tracking was given. if test "${enable_dependency_tracking+set}" = set; then : enableval=$enable_dependency_tracking; fi if test "x$enable_dependency_tracking" != xno; then ................................................................................ LIBS="-lz $LIBS" else as_fn_error $? "'libz' is required but it doesn't seem to be installed on this system." "$LINENO" 5 fi ac_config_files="$ac_config_files Makefile src/Makefile src/headers/Makefile src/gaiaaux/Makefile src/gaiaexif/Makefile src/gaiageo/Makefile src/gaiageo/flex/Makefile src/gaiageo/lemon/Makefile src/gaiageo/lemon/lemon_src/Makefile src/geopackage/Makefile src/spatialite/Makefile src/shapefiles/Makefile src/dxf/Makefile src/md5/Makefile src/control_points/Makefile src/cutter/Makefile src/topology/Makefile src/srsinit/Makefile src/srsinit/epsg_update/Makefile src/stored_procedures/Makefile src/connection_cache/Makefile src/connection_cache/generator/Makefile src/virtualtext/Makefile src/wfs/Makefile test/Makefile test/sql_stmt_tests/Makefile test/sql_stmt_geos_tests/Makefile test/sql_stmt_geos_380/Makefile test/sql_stmt_geos_non380/Makefile test/sql_stmt_geosadvanced_tests/Makefile test/sql_stmt_geopackage_tests/Makefile test/sql_stmt_gpkg_epsg492_tests/Makefile test/sql_stmt_gpkg_epsg493_tests/Makefile test/sql_stmt_gpkg_epsg600_tests/Makefile test/sql_stmt_proj_tests/Makefile test/sql_stmt_proj492_tests/Makefile test/sql_stmt_proj493_tests/Makefile test/sql_stmt_proj600_tests/Makefile test/sql_stmt_proj600security_tests/Makefile test/sql_stmt_mathsql_tests/Makefile test/sql_stmt_rtgeom_tests/Makefile test/sql_stmt_rttopo_tests/Makefile test/sql_stmt_libxml2_tests/Makefile test/sql_stmt_security_tests/Makefile test/sql_stmt_xmlsec_tests/Makefile test/sql_stmt_freexl_tests/Makefile test/sql_stmt_cache_tests/Makefile test/sql_stmt_gpkgcache_tests/Makefile test/sql_stmt_nocache_tests/Makefile test/sql_stmt_gpkgnocache_tests/Makefile test/sql_stmt_voronoj1_tests/Makefile test/sql_stmt_voronoj2_tests/Makefile test/sql_stmt_sequence_tests/Makefile test/sql_stmt_routing_tests/Makefile test/sql_stmt_logfile_tests/Makefile test/sql_stmt_iconv_tests/Makefile test/sql_stmt_proc_tests/Makefile test/sql_stmt_point_geom/Makefile test/sql_stmt_tiny_point/Makefile test/sql_stmt_postgres_tests/Makefile test/sql_stmt_geos370_tests/Makefile test/sql_stmt_renamenew_tests/Makefile test/sql_stmt_renameold_tests/Makefile test/sql_stmt_bufoptsnew_tests/Makefile test/sql_stmt_bufoptsold_tests/Makefile examples/Makefile Doxyfile spatialite.pc" # exporting the TARGET_CPU string splite_cpu=`$CC -dumpmachine` cat >>confdefs.h <<_ACEOF #define TARGET_CPU "$splite_cpu" _ACEOF ................................................................................ } >&5 _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 # # INIT-COMMANDS # AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}" # The HP-UX ksh and POSIX shell print the target directory to stdout # if CDPATH is set. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH sed_quote_subst='$sed_quote_subst' ................................................................................ "src/connection_cache/Makefile") CONFIG_FILES="$CONFIG_FILES src/connection_cache/Makefile" ;; "src/connection_cache/generator/Makefile") CONFIG_FILES="$CONFIG_FILES src/connection_cache/generator/Makefile" ;; "src/virtualtext/Makefile") CONFIG_FILES="$CONFIG_FILES src/virtualtext/Makefile" ;; "src/wfs/Makefile") CONFIG_FILES="$CONFIG_FILES src/wfs/Makefile" ;; "test/Makefile") CONFIG_FILES="$CONFIG_FILES test/Makefile" ;; "test/sql_stmt_tests/Makefile") CONFIG_FILES="$CONFIG_FILES test/sql_stmt_tests/Makefile" ;; "test/sql_stmt_geos_tests/Makefile") CONFIG_FILES="$CONFIG_FILES test/sql_stmt_geos_tests/Makefile" ;; "test/sql_stmt_geos_380/Makefile") CONFIG_FILES="$CONFIG_FILES test/sql_stmt_geos_380/Makefile" ;; "test/sql_stmt_geos_non380/Makefile") CONFIG_FILES="$CONFIG_FILES test/sql_stmt_geos_non380/Makefile" ;; "test/sql_stmt_geosadvanced_tests/Makefile") CONFIG_FILES="$CONFIG_FILES test/sql_stmt_geosadvanced_tests/Makefile" ;; "test/sql_stmt_geopackage_tests/Makefile") CONFIG_FILES="$CONFIG_FILES test/sql_stmt_geopackage_tests/Makefile" ;; "test/sql_stmt_gpkg_epsg492_tests/Makefile") CONFIG_FILES="$CONFIG_FILES test/sql_stmt_gpkg_epsg492_tests/Makefile" ;; "test/sql_stmt_gpkg_epsg493_tests/Makefile") CONFIG_FILES="$CONFIG_FILES test/sql_stmt_gpkg_epsg493_tests/Makefile" ;; "test/sql_stmt_gpkg_epsg600_tests/Makefile") CONFIG_FILES="$CONFIG_FILES test/sql_stmt_gpkg_epsg600_tests/Makefile" ;; "test/sql_stmt_proj_tests/Makefile") CONFIG_FILES="$CONFIG_FILES test/sql_stmt_proj_tests/Makefile" ;; "test/sql_stmt_proj492_tests/Makefile") CONFIG_FILES="$CONFIG_FILES test/sql_stmt_proj492_tests/Makefile" ;; ................................................................................ case $ac_file$ac_mode in "depfiles":C) test x"$AMDEP_TRUE" != x"" || { # Older Autoconf quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. # TODO: see whether this extra hack can be removed once we start # requiring Autoconf 2.70 or later. case $CONFIG_FILES in #( *\'*) : eval set x "$CONFIG_FILES" ;; #( *) : set x $CONFIG_FILES ;; #( *) : ;; esac shift # Used to flag and report bootstrapping failures. am_rc=0 for am_mf do # Strip MF so we end up with the name of the file. am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'` # Check whether this is an Automake generated Makefile which includes # dependency-tracking related rules and includes. # Grep'ing the whole file directly is not great: AIX grep has a line # limit of 2048, but all sed's we know have understand at least 4000. sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \ || continue am_dirpart=`$as_dirname -- "$am_mf" || $as_expr X"$am_mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$am_mf" : 'X\(//\)[^/]' \| \ X"$am_mf" : 'X\(//\)$' \| \ X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$am_mf" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q ................................................................................ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` am_filepart=`$as_basename -- "$am_mf" || $as_expr X/"$am_mf" : '.*/\([^/][^/]*\)/*$' \| \ X"$am_mf" : 'X\(//\)$' \| \ X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || $as_echo X/"$am_mf" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q } /^X\/\(\/\/\)$/{ s//\1/ q } /^X\/\(\/\).*/{ s//\1/ q } s/.*/./; q'` { echo "$as_me:$LINENO: cd "$am_dirpart" \ && sed -e '/# am--include-marker/d' "$am_filepart" \ | $MAKE -f - am--depfiles" >&5 (cd "$am_dirpart" \ && sed -e '/# am--include-marker/d' "$am_filepart" \ | $MAKE -f - am--depfiles) >&5 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } || am_rc=$? done if test $am_rc -ne 0; then { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "Something went wrong bootstrapping makefile fragments for automatic dependency tracking. Try re-running configure with the '--disable-dependency-tracking' option to at least be able to build the package (albeit without support for automatic dependency tracking). See \`config.log' for more details" "$LINENO" 5; } fi { am_dirpart=; unset am_dirpart;} { am_filepart=; unset am_filepart;} { am_mf=; unset am_mf;} { am_rc=; unset am_rc;} rm -f conftest-deps.mk } ;; "libtool":C) # See if we are running on zsh, and set the options which allow our # commands through without removal of \ escapes. if test -n "${ZSH_VERSION+set}" ; then |
Changes to configure.ac.
137 138 139 140 141 142 143 144 145 146 147 148 149 150 |
src/connection_cache/Makefile \ src/connection_cache/generator/Makefile \ src/virtualtext/Makefile \ src/wfs/Makefile \ test/Makefile \ test/sql_stmt_tests/Makefile \ test/sql_stmt_geos_tests/Makefile \ test/sql_stmt_geosadvanced_tests/Makefile \ test/sql_stmt_geopackage_tests/Makefile \ test/sql_stmt_gpkg_epsg492_tests/Makefile \ test/sql_stmt_gpkg_epsg493_tests/Makefile \ test/sql_stmt_gpkg_epsg600_tests/Makefile \ test/sql_stmt_proj_tests/Makefile \ test/sql_stmt_proj492_tests/Makefile \ |
> > |
137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 |
src/connection_cache/Makefile \ src/connection_cache/generator/Makefile \ src/virtualtext/Makefile \ src/wfs/Makefile \ test/Makefile \ test/sql_stmt_tests/Makefile \ test/sql_stmt_geos_tests/Makefile \ test/sql_stmt_geos_380/Makefile \ test/sql_stmt_geos_non380/Makefile \ test/sql_stmt_geosadvanced_tests/Makefile \ test/sql_stmt_geopackage_tests/Makefile \ test/sql_stmt_gpkg_epsg492_tests/Makefile \ test/sql_stmt_gpkg_epsg493_tests/Makefile \ test/sql_stmt_gpkg_epsg600_tests/Makefile \ test/sql_stmt_proj_tests/Makefile \ test/sql_stmt_proj492_tests/Makefile \ |
Changes to examples/Makefile.in.
1 2 3 4 5 6 7 8 9 10 11 ... 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 ... 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 ... 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 ... 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 ... 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 ... 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 ... 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 |
# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign examples/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/demo1.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/demo2.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/demo3.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/demo4.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/demo5.Po@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< ................................................................................ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ ................................................................................ @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \ mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: ................................................................................ install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool ................................................................................ ps-am: uninstall-am: .MAKE: install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \ ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-info \ install-info-am install-man install-pdf install-pdf-am \ install-ps install-ps-am install-strip installcheck \ installcheck-am installdirs maintainer-clean \ |
| | | > > | | | | | | | > > > > > > > > > | | > > > > | > > > > | | | |
1 2 3 4 5 6 7 8 9 10 11 ... 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 ... 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 ... 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 ... 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 ... 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 ... 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 ... 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 |
# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__maybe_remake_depfiles = depfiles am__depfiles_remade = ./$(DEPDIR)/demo1.Po ./$(DEPDIR)/demo2.Po \ ./$(DEPDIR)/demo3.Po ./$(DEPDIR)/demo4.Po ./$(DEPDIR)/demo5.Po am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign examples/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/demo1.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/demo2.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/demo3.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/demo4.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/demo5.Po@am__quote@ # am--include-marker $(am__depfiles_remade): @$(MKDIR_P) $(@D) @echo '# dummy' >$@-t && $(am__mv) $@-t $@ am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< ................................................................................ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ ................................................................................ @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \ mostlyclean-am distclean: distclean-am -rm -f ./$(DEPDIR)/demo1.Po -rm -f ./$(DEPDIR)/demo2.Po -rm -f ./$(DEPDIR)/demo3.Po -rm -f ./$(DEPDIR)/demo4.Po -rm -f ./$(DEPDIR)/demo5.Po -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: ................................................................................ install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f ./$(DEPDIR)/demo1.Po -rm -f ./$(DEPDIR)/demo2.Po -rm -f ./$(DEPDIR)/demo3.Po -rm -f ./$(DEPDIR)/demo4.Po -rm -f ./$(DEPDIR)/demo5.Po -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool ................................................................................ ps-am: uninstall-am: .MAKE: install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ clean-generic clean-libtool clean-noinstPROGRAMS cscopelist-am \ ctags ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-info \ install-info-am install-man install-pdf install-pdf-am \ install-ps install-ps-am install-strip installcheck \ installcheck-am installdirs maintainer-clean \ |
Changes to makefile.vc.
22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 .. 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 .. 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 |
src\spatialite\virtualfdo.obj src\spatialite\virtualnetwork.obj \ src\spatialite\virtualshape.obj src\spatialite\virtualspatialindex.obj \ src\spatialite\statistics.obj src\spatialite\metatables.obj \ src\spatialite\virtualXL.obj src\spatialite\extra_tables.obj \ src\spatialite\virtualxpath.obj src\spatialite\virtualbbox.obj \ src\spatialite\spatialite_init.obj src\spatialite\se_helpers.obj \ src\spatialite\srid_aux.obj src\spatialite\table_cloner.obj \ src\spatialite\virtualelementary.obj src\spatialite\virtualrouting.obj \ src\spatialite\create_routing.obj \ src\wfs\wfs_in.obj src\srsinit\srs_init.obj \ src\dxf\dxf_parser.obj src\dxf\dxf_loader.obj src\dxf\dxf_writer.obj \ src\dxf\dxf_load_distinct.obj src\dxf\dxf_load_mixed.obj \ src\shapefiles\validator.obj src\md5\md5.obj src\md5\gaia_md5.obj \ src\srsinit\epsg_inlined_00.obj src\srsinit\epsg_inlined_01.obj \ src\srsinit\epsg_inlined_02.obj src\srsinit\epsg_inlined_03.obj \ src\srsinit\epsg_inlined_04.obj src\srsinit\epsg_inlined_05.obj \ src\srsinit\epsg_inlined_06.obj src\srsinit\epsg_inlined_07.obj \ ................................................................................ src\srsinit\epsg_inlined_38.obj src\srsinit\epsg_inlined_39.obj \ src\srsinit\epsg_inlined_40.obj src\srsinit\epsg_inlined_41.obj \ src\srsinit\epsg_inlined_42.obj src\srsinit\epsg_inlined_43.obj \ src\srsinit\epsg_inlined_44.obj src\srsinit\epsg_inlined_45.obj \ src\srsinit\epsg_inlined_46.obj src\srsinit\epsg_inlined_47.obj \ src\srsinit\epsg_inlined_48.obj src\srsinit\epsg_inlined_49.obj \ src\srsinit\epsg_inlined_50.obj src\srsinit\epsg_inlined_51.obj \ src\srsinit\epsg_inlined_extra.obj src\srsinit\epsg_inlined_prussian.obj \ src\srsinit\epsg_inlined_wgs84_00.obj src\srsinit\epsg_inlined_wgs84_01.obj \ src\versioninfo\version.obj src\virtualtext\virtualtext.obj \ src\cutter\gaia_cutter.obj src\spatialite\virtualknn.obj \ src\topology\gaia_auxnet.obj src\topology\gaia_topostmts.obj \ src\topology\gaia_auxtopo.obj src\topology\lwn_network.obj \ src\topology\gaia_netstmts.obj src\topology\net_callbacks.obj \ src\topology\gaia_network.obj src\topology\topo_callbacks.obj \ src\topology\gaia_topology.obj \ src\stored_procedures\stored_procedures.obj SPATIALITE_DLL = spatialite$(VERSION).dll CFLAGS = /nologo -I.\src\headers -I.\src\topology \ -I. -IC:\OSGeo4W\include $(OPTFLAGS) default: all ................................................................................ spatialite_i.lib: $(LIBOBJ) link /debug /dll /out:$(SPATIALITE_DLL) \ /implib:spatialite_i.lib $(LIBOBJ) \ C:\OSGeo4W\lib\proj_i.lib C:\OSGeo4W\lib\geos_c.lib \ C:\OSGeo4w\lib\freexl_i.lib C:\OSGeo4w\lib\iconv.lib \ C:\OSGeo4W\lib\sqlite3_i.lib C:\OSGeo4W\lib\zlib.lib \ C:\OSGeo4W\lib\libxml2.lib if exist $(SPATIALITE_DLL).manifest mt -manifest \ $(SPATIALITE_DLL).manifest -outputresource:$(SPATIALITE_DLL);2 .c.obj: $(CC) $(CFLAGS) /c $*.c /Fo$@ clean: |
| | > | > > > > > > > > > > > > > > > > > > > > | < | | | < > | |
22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 .. 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 ... 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 |
src\spatialite\virtualfdo.obj src\spatialite\virtualnetwork.obj \ src\spatialite\virtualshape.obj src\spatialite\virtualspatialindex.obj \ src\spatialite\statistics.obj src\spatialite\metatables.obj \ src\spatialite\virtualXL.obj src\spatialite\extra_tables.obj \ src\spatialite\virtualxpath.obj src\spatialite\virtualbbox.obj \ src\spatialite\spatialite_init.obj src\spatialite\se_helpers.obj \ src\spatialite\srid_aux.obj src\spatialite\table_cloner.obj \ src\spatialite\virtualelementary.obj src\spatialite\virtualgeojson.obj \ src\spatialite\virtualrouting.obj src\spatialite\create_routing.obj \ src\spatialite\dbobj_scopes.obj src\spatialite\pause.obj \ src\wfs\wfs_in.obj src\srsinit\srs_init.obj src\spatialite\virtualgpkg.obj \ src\dxf\dxf_parser.obj src\dxf\dxf_loader.obj src\dxf\dxf_writer.obj \ src\dxf\dxf_load_distinct.obj src\dxf\dxf_load_mixed.obj \ src\shapefiles\validator.obj src\md5\md5.obj src\md5\gaia_md5.obj \ src\srsinit\epsg_inlined_00.obj src\srsinit\epsg_inlined_01.obj \ src\srsinit\epsg_inlined_02.obj src\srsinit\epsg_inlined_03.obj \ src\srsinit\epsg_inlined_04.obj src\srsinit\epsg_inlined_05.obj \ src\srsinit\epsg_inlined_06.obj src\srsinit\epsg_inlined_07.obj \ ................................................................................ src\srsinit\epsg_inlined_38.obj src\srsinit\epsg_inlined_39.obj \ src\srsinit\epsg_inlined_40.obj src\srsinit\epsg_inlined_41.obj \ src\srsinit\epsg_inlined_42.obj src\srsinit\epsg_inlined_43.obj \ src\srsinit\epsg_inlined_44.obj src\srsinit\epsg_inlined_45.obj \ src\srsinit\epsg_inlined_46.obj src\srsinit\epsg_inlined_47.obj \ src\srsinit\epsg_inlined_48.obj src\srsinit\epsg_inlined_49.obj \ src\srsinit\epsg_inlined_50.obj src\srsinit\epsg_inlined_51.obj \ src\srsinit\epsg_inlined_52.obj src\srsinit\epsg_inlined_53.obj \ src\srsinit\epsg_inlined_54.obj src\srsinit\epsg_inlined_55.obj \ src\srsinit\epsg_inlined_56.obj src\srsinit\epsg_inlined_57.obj \ src\srsinit\epsg_inlined_extra.obj src\srsinit\epsg_inlined_prussian.obj \ src\srsinit\epsg_inlined_wgs84_00.obj src\srsinit\epsg_inlined_wgs84_01.obj \ src\versioninfo\version.obj src\virtualtext\virtualtext.obj \ src\cutter\gaia_cutter.obj src\spatialite\virtualknn.obj \ src\control_points\gaia_control_points.obj \ src\control_points\grass_crs3d.obj src\control_points\grass_georef_tps.obj \ src\control_points\grass_georef.obj src\stored_procedures\stored_procedures.obj \ src\geopackage\gaia_cvt_gpkg.obj \ src\geopackage\gpkgAddGeometryColumn.obj \ src\geopackage\gpkg_add_geometry_triggers.obj \ src\geopackage\gpkg_add_spatial_index.obj \ src\geopackage\gpkg_add_tile_triggers.obj \ src\geopackage\gpkgBinary.obj \ src\geopackage\gpkgCreateBaseTables.obj \ src\geopackage\gpkgCreateTilesTable.obj \ src\geopackage\gpkgCreateTilesZoomLevel.obj \ src\geopackage\gpkgGetImageType.obj \ src\geopackage\gpkg_get_normal_row.obj \ src\geopackage\gpkg_get_normal_zoom.obj \ src\geopackage\gpkgInsertEpsgSRID.obj \ src\geopackage\gpkgMakePoint.obj \ src\topology\gaia_auxnet.obj src\topology\gaia_auxtopo.obj \ src\topology\gaia_auxtopo_table.obj src\topology\gaia_netstmts.obj \ src\topology\gaia_network.obj src\topology\gaia_topology.obj \ src\topology\gaia_topostmts.obj src\topology\lwn_network.obj \ src\topology\net_callbacks.obj src\topology\topo_callbacks.obj SPATIALITE_DLL = spatialite$(VERSION).dll CFLAGS = /nologo -I.\src\headers -I.\src\topology \ -I. -IC:\OSGeo4W\include $(OPTFLAGS) default: all ................................................................................ spatialite_i.lib: $(LIBOBJ) link /debug /dll /out:$(SPATIALITE_DLL) \ /implib:spatialite_i.lib $(LIBOBJ) \ C:\OSGeo4W\lib\proj_i.lib C:\OSGeo4W\lib\geos_c.lib \ C:\OSGeo4w\lib\freexl_i.lib C:\OSGeo4w\lib\iconv.lib \ C:\OSGeo4W\lib\sqlite3_i.lib C:\OSGeo4W\lib\zlib.lib \ C:\OSGeo4W\lib\libxml2.lib C:\OSGeo4W\lib\librttopo.lib if exist $(SPATIALITE_DLL).manifest mt -manifest \ $(SPATIALITE_DLL).manifest -outputresource:$(SPATIALITE_DLL);2 .c.obj: $(CC) $(CFLAGS) /c $*.c /Fo$@ clean: |
Changes to makefile64.vc.
22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 .. 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 .. 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 |
src\spatialite\virtualfdo.obj src\spatialite\virtualnetwork.obj \ src\spatialite\virtualshape.obj src\spatialite\virtualspatialindex.obj \ src\spatialite\statistics.obj src\spatialite\metatables.obj \ src\spatialite\virtualXL.obj src\spatialite\extra_tables.obj \ src\spatialite\virtualxpath.obj src\spatialite\virtualbbox.obj \ src\spatialite\spatialite_init.obj src\spatialite\se_helpers.obj \ src\spatialite\srid_aux.obj src\spatialite\table_cloner.obj \ src\spatialite\virtualelementary.obj src\spatialite\virtualrouting.obj \ src\spatialite\create_routing.obj \ src\wfs\wfs_in.obj src\srsinit\srs_init.obj \ src\dxf\dxf_parser.obj src\dxf\dxf_loader.obj src\dxf\dxf_writer.obj \ src\dxf\dxf_load_distinct.obj src\dxf\dxf_load_mixed.obj \ src\shapefiles\validator.obj src\md5\md5.obj src\md5\gaia_md5.obj \ src\srsinit\epsg_inlined_00.obj src\srsinit\epsg_inlined_01.obj \ src\srsinit\epsg_inlined_02.obj src\srsinit\epsg_inlined_03.obj \ src\srsinit\epsg_inlined_04.obj src\srsinit\epsg_inlined_05.obj \ src\srsinit\epsg_inlined_06.obj src\srsinit\epsg_inlined_07.obj \ ................................................................................ src\srsinit\epsg_inlined_38.obj src\srsinit\epsg_inlined_39.obj \ src\srsinit\epsg_inlined_40.obj src\srsinit\epsg_inlined_41.obj \ src\srsinit\epsg_inlined_42.obj src\srsinit\epsg_inlined_43.obj \ src\srsinit\epsg_inlined_44.obj src\srsinit\epsg_inlined_45.obj \ src\srsinit\epsg_inlined_46.obj src\srsinit\epsg_inlined_47.obj \ src\srsinit\epsg_inlined_48.obj src\srsinit\epsg_inlined_49.obj \ src\srsinit\epsg_inlined_50.obj src\srsinit\epsg_inlined_51.obj \ src\srsinit\epsg_inlined_extra.obj \ src\srsinit\epsg_inlined_prussian.obj \ src\srsinit\epsg_inlined_wgs84_00.obj src\srsinit\epsg_inlined_wgs84_01.obj \ src\versioninfo\version.obj src\virtualtext\virtualtext.obj \ src\cutter\gaia_cutter.obj src\spatialite\virtualknn.obj \ src\topology\gaia_auxnet.obj src\topology\gaia_topostmts.obj \ src\topology\gaia_auxtopo.obj src\topology\lwn_network.obj \ src\topology\gaia_netstmts.obj src\topology\net_callbacks.obj \ src\topology\gaia_network.obj src\topology\topo_callbacks.obj \ src\topology\gaia_topology.obj \ src\stored_procedures\stored_procedures.obj SPATIALITE_DLL = spatialite$(VERSION).dll CFLAGS = /nologo -I.\src\headers -I.\src\topology \ -I. -IC:\OSGeo4W64\include -IC:\OSGeo4W64\include\libxml2 $(OPTFLAGS) default: all ................................................................................ spatialite_i.lib: $(LIBOBJ) link /debug /dll /out:$(SPATIALITE_DLL) \ /implib:spatialite_i.lib $(LIBOBJ) \ C:\OSGeo4W64\lib\proj_i.lib C:\OSGeo4W64\lib\geos_c.lib \ C:\OSGeo4w64\lib\freexl_i.lib C:\OSGeo4w64\lib\iconv.lib \ C:\OSGeo4W64\lib\sqlite3_i.lib C:\OSGeo4W64\lib\zlib.lib \ C:\OSGeo4W64\lib\libxml2.lib if exist $(SPATIALITE_DLL).manifest mt -manifest \ $(SPATIALITE_DLL).manifest -outputresource:$(SPATIALITE_DLL);2 .c.obj: $(CC) $(CFLAGS) /c $*.c /Fo$@ clean: |
| | > | | | > > > > > > > > > > > > > > > > > > > | < | | | < > | |
22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 .. 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 ... 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 |
src\spatialite\virtualfdo.obj src\spatialite\virtualnetwork.obj \ src\spatialite\virtualshape.obj src\spatialite\virtualspatialindex.obj \ src\spatialite\statistics.obj src\spatialite\metatables.obj \ src\spatialite\virtualXL.obj src\spatialite\extra_tables.obj \ src\spatialite\virtualxpath.obj src\spatialite\virtualbbox.obj \ src\spatialite\spatialite_init.obj src\spatialite\se_helpers.obj \ src\spatialite\srid_aux.obj src\spatialite\table_cloner.obj \ src\spatialite\virtualelementary.obj src\spatialite\virtualgeojson.obj \ src\spatialite\virtualrouting.obj src\spatialite\create_routing.obj \ src\spatialite\dbobj_scopes.obj src\spatialite\pause.obj \ src\wfs\wfs_in.obj src\srsinit\srs_init.obj src\spatialite\virtualgpkg.obj \ src\dxf\dxf_parser.obj src\dxf\dxf_loader.obj src\dxf\dxf_writer.obj \ src\dxf\dxf_load_distinct.obj src\dxf\dxf_load_mixed.obj \ src\shapefiles\validator.obj src\md5\md5.obj src\md5\gaia_md5.obj \ src\srsinit\epsg_inlined_00.obj src\srsinit\epsg_inlined_01.obj \ src\srsinit\epsg_inlined_02.obj src\srsinit\epsg_inlined_03.obj \ src\srsinit\epsg_inlined_04.obj src\srsinit\epsg_inlined_05.obj \ src\srsinit\epsg_inlined_06.obj src\srsinit\epsg_inlined_07.obj \ ................................................................................ src\srsinit\epsg_inlined_38.obj src\srsinit\epsg_inlined_39.obj \ src\srsinit\epsg_inlined_40.obj src\srsinit\epsg_inlined_41.obj \ src\srsinit\epsg_inlined_42.obj src\srsinit\epsg_inlined_43.obj \ src\srsinit\epsg_inlined_44.obj src\srsinit\epsg_inlined_45.obj \ src\srsinit\epsg_inlined_46.obj src\srsinit\epsg_inlined_47.obj \ src\srsinit\epsg_inlined_48.obj src\srsinit\epsg_inlined_49.obj \ src\srsinit\epsg_inlined_50.obj src\srsinit\epsg_inlined_51.obj \ src\srsinit\epsg_inlined_52.obj src\srsinit\epsg_inlined_53.obj \ src\srsinit\epsg_inlined_54.obj src\srsinit\epsg_inlined_55.obj \ src\srsinit\epsg_inlined_56.obj src\srsinit\epsg_inlined_57.obj \ src\srsinit\epsg_inlined_extra.obj src\srsinit\epsg_inlined_prussian.obj \ src\srsinit\epsg_inlined_wgs84_00.obj src\srsinit\epsg_inlined_wgs84_01.obj \ src\versioninfo\version.obj src\virtualtext\virtualtext.obj \ src\cutter\gaia_cutter.obj src\spatialite\virtualknn.obj \ src\control_points\gaia_control_points.obj \ src\control_points\grass_crs3d.obj src\control_points\grass_georef_tps.obj \ src\control_points\grass_georef.obj src\stored_procedures\stored_procedures.obj \ src\geopackage\gaia_cvt_gpkg.obj \ src\geopackage\gpkgAddGeometryColumn.obj \ src\geopackage\gpkg_add_geometry_triggers.obj \ src\geopackage\gpkg_add_spatial_index.obj \ src\geopackage\gpkg_add_tile_triggers.obj \ src\geopackage\gpkgBinary.obj \ src\geopackage\gpkgCreateBaseTables.obj \ src\geopackage\gpkgCreateTilesTable.obj \ src\geopackage\gpkgCreateTilesZoomLevel.obj \ src\geopackage\gpkgGetImageType.obj \ src\geopackage\gpkg_get_normal_row.obj \ src\geopackage\gpkg_get_normal_zoom.obj \ src\geopackage\gpkgInsertEpsgSRID.obj \ src\geopackage\gpkgMakePoint.obj \ src\topology\gaia_auxnet.obj src\topology\gaia_auxtopo.obj \ src\topology\gaia_auxtopo_table.obj src\topology\gaia_netstmts.obj \ src\topology\gaia_network.obj src\topology\gaia_topology.obj \ src\topology\gaia_topostmts.obj src\topology\lwn_network.obj \ src\topology\net_callbacks.obj src\topology\topo_callbacks.obj SPATIALITE_DLL = spatialite$(VERSION).dll CFLAGS = /nologo -I.\src\headers -I.\src\topology \ -I. -IC:\OSGeo4W64\include -IC:\OSGeo4W64\include\libxml2 $(OPTFLAGS) default: all ................................................................................ spatialite_i.lib: $(LIBOBJ) link /debug /dll /out:$(SPATIALITE_DLL) \ /implib:spatialite_i.lib $(LIBOBJ) \ C:\OSGeo4W64\lib\proj_i.lib C:\OSGeo4W64\lib\geos_c.lib \ C:\OSGeo4w64\lib\freexl_i.lib C:\OSGeo4w64\lib\iconv.lib \ C:\OSGeo4W64\lib\sqlite3_i.lib C:\OSGeo4W64\lib\zlib.lib \ C:\OSGeo4W64\lib\libxml2.lib C:\OSGeo4W64\lib\librttopo.lib if exist $(SPATIALITE_DLL).manifest mt -manifest \ $(SPATIALITE_DLL).manifest -outputresource:$(SPATIALITE_DLL);2 .c.obj: $(CC) $(CFLAGS) /c $*.c /Fo$@ clean: |
Changes to makefile_mod.vc.
22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 .. 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 .. 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 |
src\spatialite\virtualfdo.obj src\spatialite\virtualnetwork.obj \ src\spatialite\virtualshape.obj src\spatialite\virtualspatialindex.obj \ src\spatialite\statistics.obj src\spatialite\metatables.obj \ src\spatialite\virtualXL.obj src\spatialite\extra_tables.obj \ src\spatialite\virtualxpath.obj src\spatialite\virtualbbox.obj \ src\spatialite\spatialite_init.obj src\spatialite\se_helpers.obj \ src\spatialite\srid_aux.obj src\spatialite\table_cloner.obj \ src\spatialite\virtualelementary.obj src\spatialite\virtualrouting.obj \ src\spatialite\create_routing.obj \ src\wfs\wfs_in.obj src\srsinit\srs_init.obj \ src\dxf\dxf_parser.obj src\dxf\dxf_loader.obj src\dxf\dxf_writer.obj \ src\dxf\dxf_load_distinct.obj src\dxf\dxf_load_mixed.obj \ src\shapefiles\validator.obj src\md5\md5.obj src\md5\gaia_md5.obj \ src\srsinit\epsg_inlined_00.obj src\srsinit\epsg_inlined_01.obj \ src\srsinit\epsg_inlined_02.obj src\srsinit\epsg_inlined_03.obj \ src\srsinit\epsg_inlined_04.obj src\srsinit\epsg_inlined_05.obj \ src\srsinit\epsg_inlined_06.obj src\srsinit\epsg_inlined_07.obj \ ................................................................................ src\srsinit\epsg_inlined_32.obj src\srsinit\epsg_inlined_33.obj \ src\srsinit\epsg_inlined_34.obj src\srsinit\epsg_inlined_35.obj \ src\srsinit\epsg_inlined_36.obj src\srsinit\epsg_inlined_37.obj \ src\srsinit\epsg_inlined_38.obj src\srsinit\epsg_inlined_39.obj \ src\srsinit\epsg_inlined_40.obj src\srsinit\epsg_inlined_41.obj \ src\srsinit\epsg_inlined_42.obj src\srsinit\epsg_inlined_43.obj \ src\srsinit\epsg_inlined_44.obj src\srsinit\epsg_inlined_45.obj \ src\srsinit\epsg_inlined_46.obj src\srsinit\epsg_inlined_47.obj \ src\srsinit\epsg_inlined_48.obj src\srsinit\epsg_inlined_49.obj \ src\srsinit\epsg_inlined_50.obj src\srsinit\epsg_inlined_51.obj \ src\srsinit\epsg_inlined_extra.obj src\srsinit\epsg_inlined_prussian.obj \ src\srsinit\epsg_inlined_wgs84_00.obj src\srsinit\epsg_inlined_wgs84_01.obj \ src\versioninfo\version.obj src\virtualtext\virtualtext.obj \ src\cutter\gaia_cutter.obj src\spatialite\virtualknn.obj \ src\topology\gaia_auxnet.obj src\topology\gaia_topostmts.obj \ src\topology\gaia_auxtopo.obj src\topology\lwn_network.obj \ src\topology\gaia_netstmts.obj src\topology\net_callbacks.obj \ src\topology\gaia_network.obj src\topology\topo_callbacks.obj \ src\topology\gaia_topology.obj \ src\stored_procedures\stored_procedures.obj MOD_SPATIALITE_DLL = mod_spatialite$(VERSION).dll CFLAGS = /nologo -I.\src\headers -I.\src\topology \ -I. -IC:\OSGeo4W\include $(OPTFLAGS) default: all ................................................................................ mod_spatialite_i.lib: $(LIBOBJ) link /debug /dll /out:$(MOD_SPATIALITE_DLL) \ /implib:mod_spatialite_i.lib $(LIBOBJ) \ C:\OSGeo4W\lib\proj_i.lib C:\OSGeo4W\lib\geos_c.lib \ C:\OSGeo4w\lib\freexl_i.lib C:\OSGeo4w\lib\iconv.lib \ C:\OSGeo4W\lib\sqlite3_i.lib C:\OSGeo4W\lib\zlib.lib \ C:\OSGeo4W\lib\libxml2.lib if exist $(MOD_SPATIALITE_DLL).manifest mt -manifest \ $(MOD_SPATIALITE_DLL).manifest -outputresource:$(MOD_SPATIALITE_DLL);2 .c.obj: $(CC) $(CFLAGS) /c $*.c /Fo$@ clean: |
| | > | | > > > | > > > > > > > > > > > > > > > > > | < | | | < > > | |
22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 .. 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 ... 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 |
src\spatialite\virtualfdo.obj src\spatialite\virtualnetwork.obj \ src\spatialite\virtualshape.obj src\spatialite\virtualspatialindex.obj \ src\spatialite\statistics.obj src\spatialite\metatables.obj \ src\spatialite\virtualXL.obj src\spatialite\extra_tables.obj \ src\spatialite\virtualxpath.obj src\spatialite\virtualbbox.obj \ src\spatialite\spatialite_init.obj src\spatialite\se_helpers.obj \ src\spatialite\srid_aux.obj src\spatialite\table_cloner.obj \ src\spatialite\virtualelementary.obj src\spatialite\virtualgeojson.obj \ src\spatialite\virtualrouting.obj src\spatialite\create_routing.obj \ src\spatialite\dbobj_scopes.obj src\spatialite\pause.obj \ src\wfs\wfs_in.obj src\srsinit\srs_init.obj src\spatialite\virtualgpkg.obj \ src\dxf\dxf_parser.obj src\dxf\dxf_loader.obj src\dxf\dxf_writer.obj \ src\dxf\dxf_load_distinct.obj src\dxf\dxf_load_mixed.obj \ src\shapefiles\validator.obj src\md5\md5.obj src\md5\gaia_md5.obj \ src\srsinit\epsg_inlined_00.obj src\srsinit\epsg_inlined_01.obj \ src\srsinit\epsg_inlined_02.obj src\srsinit\epsg_inlined_03.obj \ src\srsinit\epsg_inlined_04.obj src\srsinit\epsg_inlined_05.obj \ src\srsinit\epsg_inlined_06.obj src\srsinit\epsg_inlined_07.obj \ ................................................................................ src\srsinit\epsg_inlined_32.obj src\srsinit\epsg_inlined_33.obj \ src\srsinit\epsg_inlined_34.obj src\srsinit\epsg_inlined_35.obj \ src\srsinit\epsg_inlined_36.obj src\srsinit\epsg_inlined_37.obj \ src\srsinit\epsg_inlined_38.obj src\srsinit\epsg_inlined_39.obj \ src\srsinit\epsg_inlined_40.obj src\srsinit\epsg_inlined_41.obj \ src\srsinit\epsg_inlined_42.obj src\srsinit\epsg_inlined_43.obj \ src\srsinit\epsg_inlined_44.obj src\srsinit\epsg_inlined_45.obj \ src\srsinit\epsg_inlined_46.obj src\srsinit\epsg_inlined_47.obj \ src\srsinit\epsg_inlined_48.obj src\srsinit\epsg_inlined_49.obj \ src\srsinit\epsg_inlined_50.obj src\srsinit\epsg_inlined_51.obj \ src\srsinit\epsg_inlined_52.obj src\srsinit\epsg_inlined_53.obj \ src\srsinit\epsg_inlined_54.obj src\srsinit\epsg_inlined_55.obj \ src\srsinit\epsg_inlined_56.obj src\srsinit\epsg_inlined_57.obj \ src\srsinit\epsg_inlined_extra.obj src\srsinit\epsg_inlined_prussian.obj \ src\srsinit\epsg_inlined_wgs84_00.obj src\srsinit\epsg_inlined_wgs84_01.obj \ src\versioninfo\version.obj src\virtualtext\virtualtext.obj \ src\cutter\gaia_cutter.obj src\spatialite\virtualknn.obj \ src\control_points\gaia_control_points.obj \ src\control_points\grass_crs3d.obj src\control_points\grass_georef_tps.obj \ src\control_points\grass_georef.obj src\stored_procedures\stored_procedures.obj \ src\geopackage\gaia_cvt_gpkg.obj \ src\geopackage\gpkgAddGeometryColumn.obj \ src\geopackage\gpkg_add_geometry_triggers.obj \ src\geopackage\gpkg_add_spatial_index.obj \ src\geopackage\gpkg_add_tile_triggers.obj \ src\geopackage\gpkgBinary.obj \ src\geopackage\gpkgCreateBaseTables.obj \ src\geopackage\gpkgCreateTilesTable.obj \ src\geopackage\gpkgCreateTilesZoomLevel.obj \ src\geopackage\gpkgGetImageType.obj \ src\geopackage\gpkg_get_normal_row.obj \ src\geopackage\gpkg_get_normal_zoom.obj \ src\geopackage\gpkgInsertEpsgSRID.obj \ src\geopackage\gpkgMakePoint.obj \ src\topology\gaia_auxnet.obj src\topology\gaia_auxtopo.obj \ src\topology\gaia_auxtopo_table.obj src\topology\gaia_netstmts.obj \ src\topology\gaia_network.obj src\topology\gaia_topology.obj \ src\topology\gaia_topostmts.obj src\topology\lwn_network.obj \ src\topology\net_callbacks.obj src\topology\topo_callbacks.obj MOD_SPATIALITE_DLL = mod_spatialite$(VERSION).dll CFLAGS = /nologo -I.\src\headers -I.\src\topology \ -I. -IC:\OSGeo4W\include $(OPTFLAGS) default: all ................................................................................ mod_spatialite_i.lib: $(LIBOBJ) link /debug /dll /out:$(MOD_SPATIALITE_DLL) \ /implib:mod_spatialite_i.lib $(LIBOBJ) \ C:\OSGeo4W\lib\proj_i.lib C:\OSGeo4W\lib\geos_c.lib \ C:\OSGeo4w\lib\freexl_i.lib C:\OSGeo4w\lib\iconv.lib \ C:\OSGeo4W\lib\sqlite3_i.lib C:\OSGeo4W\lib\zlib.lib \ C:\OSGeo4W\lib\libxml2.lib C:\OSGeo4W\lib\librttopo.lib if exist $(MOD_SPATIALITE_DLL).manifest mt -manifest \ $(MOD_SPATIALITE_DLL).manifest -outputresource:$(MOD_SPATIALITE_DLL);2 .c.obj: $(CC) $(CFLAGS) /c $*.c /Fo$@ clean: |
Changes to makefile_mod64.vc.
22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 .. 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 .. 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 |
src\spatialite\virtualfdo.obj src\spatialite\virtualnetwork.obj \ src\spatialite\virtualshape.obj src\spatialite\virtualspatialindex.obj \ src\spatialite\statistics.obj src\spatialite\metatables.obj \ src\spatialite\virtualXL.obj src\spatialite\extra_tables.obj \ src\spatialite\virtualxpath.obj src\spatialite\virtualbbox.obj \ src\spatialite\spatialite_init.obj src\spatialite\se_helpers.obj \ src\spatialite\srid_aux.obj src\spatialite\table_cloner.obj \ src\spatialite\virtualelementary.obj src\spatialite\virtualrouting.obj \ src\spatialite\create_routing.obj \ src\wfs\wfs_in.obj src\srsinit\srs_init.obj \ src\dxf\dxf_parser.obj src\dxf\dxf_loader.obj src\dxf\dxf_writer.obj \ src\dxf\dxf_load_distinct.obj src\dxf\dxf_load_mixed.obj \ src\shapefiles\validator.obj src\md5\md5.obj src\md5\gaia_md5.obj \ src\srsinit\epsg_inlined_00.obj src\srsinit\epsg_inlined_01.obj \ src\srsinit\epsg_inlined_02.obj src\srsinit\epsg_inlined_03.obj \ src\srsinit\epsg_inlined_04.obj src\srsinit\epsg_inlined_05.obj \ src\srsinit\epsg_inlined_06.obj src\srsinit\epsg_inlined_07.obj \ ................................................................................ src\srsinit\epsg_inlined_38.obj src\srsinit\epsg_inlined_39.obj \ src\srsinit\epsg_inlined_40.obj src\srsinit\epsg_inlined_41.obj \ src\srsinit\epsg_inlined_42.obj src\srsinit\epsg_inlined_43.obj \ src\srsinit\epsg_inlined_44.obj src\srsinit\epsg_inlined_45.obj \ src\srsinit\epsg_inlined_46.obj src\srsinit\epsg_inlined_47.obj \ src\srsinit\epsg_inlined_48.obj src\srsinit\epsg_inlined_49.obj \ src\srsinit\epsg_inlined_50.obj src\srsinit\epsg_inlined_51.obj \ src\srsinit\epsg_inlined_extra.obj \ src\srsinit\epsg_inlined_prussian.obj \ src\srsinit\epsg_inlined_wgs84_00.obj src\srsinit\epsg_inlined_wgs84_01.obj \ src\versioninfo\version.obj src\virtualtext\virtualtext.obj \ src\cutter\gaia_cutter.obj src\spatialite\virtualknn.obj \ src\topology\gaia_auxnet.obj src\topology\gaia_topostmts.obj \ src\topology\gaia_auxtopo.obj src\topology\lwn_network.obj \ src\topology\gaia_netstmts.obj src\topology\net_callbacks.obj \ src\topology\gaia_network.obj src\topology\topo_callbacks.obj \ src\topology\gaia_topology.obj \ src\stored_procedures\stored_procedures.obj MOD_SPATIALITE_DLL = mod_spatialite$(VERSION).dll CFLAGS = /nologo -I.\src\headers -I.\src\topology \ -I. -IC:\OSGeo4W64\include -IC:\OSGeo4W64\include\libxml2 $(OPTFLAGS) default: all ................................................................................ mod_spatialite_i.lib: $(LIBOBJ) link /debug /dll /out:$(MOD_SPATIALITE_DLL) \ /implib:mod_spatialite_i.lib $(LIBOBJ) \ C:\OSGeo4W64\lib\proj_i.lib C:\OSGeo4W64\lib\geos_c.lib \ C:\OSGeo4w64\lib\freexl_i.lib C:\OSGeo4w64\lib\iconv.lib \ C:\OSGeo4W64\lib\sqlite3_i.lib C:\OSGeo4W64\lib\zlib.lib \ C:\OSGeo4W64\lib\libxml2.lib if exist $(MOD_SPATIALITE_DLL).manifest mt -manifest \ $(MOD_SPATIALITE_DLL).manifest -outputresource:$(MOD_SPATIALITE_DLL);2 .c.obj: $(CC) $(CFLAGS) /c $*.c /Fo$@ clean: |
| | > | | | > > | > > > > > > > > > > > > > > > > > | < | | | < > > | |
22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 .. 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 ... 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 |
src\spatialite\virtualfdo.obj src\spatialite\virtualnetwork.obj \ src\spatialite\virtualshape.obj src\spatialite\virtualspatialindex.obj \ src\spatialite\statistics.obj src\spatialite\metatables.obj \ src\spatialite\virtualXL.obj src\spatialite\extra_tables.obj \ src\spatialite\virtualxpath.obj src\spatialite\virtualbbox.obj \ src\spatialite\spatialite_init.obj src\spatialite\se_helpers.obj \ src\spatialite\srid_aux.obj src\spatialite\table_cloner.obj \ src\spatialite\virtualelementary.obj src\spatialite\virtualgeojson.obj \ src\spatialite\virtualrouting.obj src\spatialite\create_routing.obj \ src\spatialite\dbobj_scopes.obj src\spatialite\pause.obj \ src\wfs\wfs_in.obj src\srsinit\srs_init.obj src\spatialite\virtualgpkg.obj \ src\dxf\dxf_parser.obj src\dxf\dxf_loader.obj src\dxf\dxf_writer.obj \ src\dxf\dxf_load_distinct.obj src\dxf\dxf_load_mixed.obj \ src\shapefiles\validator.obj src\md5\md5.obj src\md5\gaia_md5.obj \ src\srsinit\epsg_inlined_00.obj src\srsinit\epsg_inlined_01.obj \ src\srsinit\epsg_inlined_02.obj src\srsinit\epsg_inlined_03.obj \ src\srsinit\epsg_inlined_04.obj src\srsinit\epsg_inlined_05.obj \ src\srsinit\epsg_inlined_06.obj src\srsinit\epsg_inlined_07.obj \ ................................................................................ src\srsinit\epsg_inlined_38.obj src\srsinit\epsg_inlined_39.obj \ src\srsinit\epsg_inlined_40.obj src\srsinit\epsg_inlined_41.obj \ src\srsinit\epsg_inlined_42.obj src\srsinit\epsg_inlined_43.obj \ src\srsinit\epsg_inlined_44.obj src\srsinit\epsg_inlined_45.obj \ src\srsinit\epsg_inlined_46.obj src\srsinit\epsg_inlined_47.obj \ src\srsinit\epsg_inlined_48.obj src\srsinit\epsg_inlined_49.obj \ src\srsinit\epsg_inlined_50.obj src\srsinit\epsg_inlined_51.obj \ src\srsinit\epsg_inlined_52.obj src\srsinit\epsg_inlined_53.obj \ src\srsinit\epsg_inlined_54.obj src\srsinit\epsg_inlined_55.obj \ src\srsinit\epsg_inlined_56.obj src\srsinit\epsg_inlined_57.obj \ src\srsinit\epsg_inlined_extra.obj src\srsinit\epsg_inlined_prussian.obj \ src\srsinit\epsg_inlined_wgs84_00.obj src\srsinit\epsg_inlined_wgs84_01.obj \ src\versioninfo\version.obj src\virtualtext\virtualtext.obj \ src\cutter\gaia_cutter.obj src\spatialite\virtualknn.obj \ src\control_points\gaia_control_points.obj \ src\control_points\grass_crs3d.obj src\control_points\grass_georef_tps.obj \ src\control_points\grass_georef.obj src\stored_procedures\stored_procedures.obj \ src\geopackage\gaia_cvt_gpkg.obj \ src\geopackage\gpkgAddGeometryColumn.obj \ src\geopackage\gpkg_add_geometry_triggers.obj \ src\geopackage\gpkg_add_spatial_index.obj \ src\geopackage\gpkg_add_tile_triggers.obj \ src\geopackage\gpkgBinary.obj \ src\geopackage\gpkgCreateBaseTables.obj \ src\geopackage\gpkgCreateTilesTable.obj \ src\geopackage\gpkgCreateTilesZoomLevel.obj \ src\geopackage\gpkgGetImageType.obj \ src\geopackage\gpkg_get_normal_row.obj \ src\geopackage\gpkg_get_normal_zoom.obj \ src\geopackage\gpkgInsertEpsgSRID.obj \ src\geopackage\gpkgMakePoint.obj \ src\topology\gaia_auxnet.obj src\topology\gaia_auxtopo.obj \ src\topology\gaia_auxtopo_table.obj src\topology\gaia_netstmts.obj \ src\topology\gaia_network.obj src\topology\gaia_topology.obj \ src\topology\gaia_topostmts.obj src\topology\lwn_network.obj \ src\topology\net_callbacks.obj src\topology\topo_callbacks.obj MOD_SPATIALITE_DLL = mod_spatialite$(VERSION).dll CFLAGS = /nologo -I.\src\headers -I.\src\topology \ -I. -IC:\OSGeo4W64\include -IC:\OSGeo4W64\include\libxml2 $(OPTFLAGS) default: all ................................................................................ mod_spatialite_i.lib: $(LIBOBJ) link /debug /dll /out:$(MOD_SPATIALITE_DLL) \ /implib:mod_spatialite_i.lib $(LIBOBJ) \ C:\OSGeo4W64\lib\proj_i.lib C:\OSGeo4W64\lib\geos_c.lib \ C:\OSGeo4w64\lib\freexl_i.lib C:\OSGeo4w64\lib\iconv.lib \ C:\OSGeo4W64\lib\sqlite3_i.lib C:\OSGeo4W64\lib\zlib.lib \ C:\OSGeo4W64\lib\libxml2.lib C:\OSGeo4W64\lib\librttopo.lib if exist $(MOD_SPATIALITE_DLL).manifest mt -manifest \ $(MOD_SPATIALITE_DLL).manifest -outputresource:$(MOD_SPATIALITE_DLL);2 .c.obj: $(CC) $(CFLAGS) /c $*.c /Fo$@ clean: |
Changes to spatialite-sql-latest.html.
215 216 217 218 219 220 221 222 223 224 225 226 227 228 .... 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 .... 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 .... 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 .... 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 3251 |
<td colspan="3">returns the intput value possibly casted to the BLOB data-type: if the optional argument <b>hex_input</b> is set to <b>TRUE</b> the input value will be expected to correspond to an HexaDecimal string, e.g. <b>01ab89EF</b>; if this conversion fails then NULL will be returned.<hr> returns NULL if no conversion is possible.</td></tr> <tr><td><b>ForceAsNull</b></td> <td>ForceAsNull( val1 <i>Generic</i> , val2 <i>Generic</i>) : <i>Generic</i></td> <td colspan="3">if <b>val1</b> and <b>val2</b> are equal (and of the same data-type) NULL will be returned; otherwise <b>val1</b> will be returned unchanged, preserving its original data-type.</td></tr> <tr><td><b>CreateUUID</b></td> <td>CreateUUID( void ) : <i>Text</i></td> <td colspan="3">returns a Version 4 (random) UUID (<a href="http://en.wikipedia.org/wiki/Universally_unique_identifier">Universally unique identifier</a>).</td></tr> <tr><td><b>MD5Checksum</b></td> <td>MD5Checksum( BLOB | TEXT ) : <i>Text</i></td> <td colspan="3">returns the <a href="http://en.wikipedia.org/wiki/MD5">MD5 checksum</a> corresponding to the input value.<br>Will return <b>NULL</b> for non-BLOB or non-TEXT input.</td></tr> <tr><td><b>MD5TotalChecksum</b></td> ................................................................................ Starting since v.4.0.0 this function will simply consider Linestrings and MultiLinestrings, ignoring any Polygon or MultiPolygon</td></tr> <tr><td>GLength( c <i>Curve</i> , use_ellipsoid <i>Boolean</i> ) : <i>Double precision</i><hr> ST_Length( c <i>Curve</i> , use_ellipsoid <i>Boolean</i> ) : <i>Double precision</i> </td> <td align="center" bgcolor="#d0f0d0">X</td> <td align="center" bgcolor="#f0d0d0">GEOS</td> <td>return the length of c (measured in meters).<br> If the <b>use_ellipsoid</b> argument is set to <b>TRUE</b> the precise (but slower) length will be computed on the Ellipsoid, otherwise will be computed on the Great Cicle (approximative, but faster).<hr> This function only supports Long/Lat coordinates, and will return NULL for any planar CRS<hr> Starting since v.4.0.0 this function will simply consider Linestrings and MultiLinestrings, ignoring any Polygon or MultiPolygon</td></tr> <tr><td rowspan="2"><b>Perimeter</b></td> <td>Perimeter( s <i>Surface</i> ) : <i>Double precision</i> ST_Perimeter( s <i>Surface</i> ) : <i>Double precision</i> </td> <td align="center" bgcolor="#d0f0d0">X</td> ................................................................................ Starting since v.4.0.0 this function will simply consider Polygons and MultiPolygons, ignoring any Linestring or MultiLinestring</td></tr> <tr><td>Perimeter( s <i>Surface</i> , use_ellipsoid <i>Boolean</i> ) : <i>Double precision</i><hr> ST_Perimeter( s <i>Surface</i> , use_ellipsoid <i>Boolean</i> ) : <i>Double precision</i> </td> <td align="center" bgcolor="#d0f0d0">X</td> <td align="center" bgcolor="#f0d0d0">GEOS</td> <td>return the perimeter of s (measured in meters).<br> If the <b>use_ellipsoid</b> argument is set to <b>TRUE</b> the precise (but slower) perimeter will be computed on the Ellipsoid, otherwise will be computed on the Great Cicle (approximative, but faster).<hr> This function only supports Long/Lat coordinates, and will return NULL for any planar CRS<hr> Starting since v.4.0.0 this function will simply consider Polygons and MultiPolygons, ignoring any Linestring or MultiLinestring</td></tr> <tr><td><b>Geodesic Length</b></td> <td>GeodesicLength( c <i>Curve</i> ) : <i>Double precision</i></td> <td></td> <td align="center" bgcolor="#d0f0d0">base</td> <td>If [<i>and only if</i>] the SRID associated with <i>c</i> is a <b>geographic</b> one [<i>i.e. one using longitude and latitude angles</i>], ................................................................................ <td align="center" bgcolor="#f0d0d0">GEOS</td> <td>return the distance between geom1 and geom2 (always measured in CRS units).</td></tr> <tr><td>Distance( geom1 <i>Geometry</i> , geom2 <i>Geometry</i> , use_ellipsoid <i>Boolean</i> ) : <i>Double precision</i><hr> ST_Distance( geom1 <i>Geometry</i> , geom2 <i>Geometry</i> , use_ellipsoid <i>Boolean</i> ) : <i>Double precision</i></td> <td align="center" bgcolor="#d0f0d0">X</td> <td align="center" bgcolor="#f0d0d0">GEOS</td> <td>return the distance between geom1 and geom2 (measured in meters).<br> If the <b>use_ellipsoid</b> argument is set to <b>TRUE</b> the precise (but slower) distance will be computed on the Ellipsoid, otherwise will be computed on the Great Cicle (approximative, but faster).<hr> This function only supports Long/Lat coordinates, and will return NULL for any planar CRS</td></tr> <tr><td><b>PtDistWithin</b></td> <td>PtDistWithin( geom1 <i>Geometry</i> , geom2 <i>Geometry</i>, range <i>Double precision</i> [, use_spheroid <i>Integer</i> ] ) : <i>Integer</i></td> <td></td> <td align="center" bgcolor="#d0d0f0">PROJ</td> <td>return TRUE (1) if the distance between <i>geom1</i> and <i>geom2</i> is within the given range.<br> ................................................................................ the return type is Integer, with a return value of 1 for TRUE or 0 for FALSE <ul> <li>if the <i>optional</i> argument <b>transaction</b> is set to <b>TRUE</b> the whole operation will be handled as a single <i>Transaction</i> (faster): the default setting is <b>transaction=FALSE</b> (slower, but safer).</li> <li>if the <i>optional</i> argument <b>mode</b> is not specified then all possible ESPG SRID definitions will be inserted into the <b>spatial_ref_sys</b> table.</li> <li>if the <b>mode</b> arg <b>'WGS84'</b> (alias <b>'WGS84_ONLY'</b>) is specified, then only WGS84-related EPSG SRIDs will be inserted</li> <li>if the <b>mode</b> arg <b>'NONE'</b> (alias <b>'EMPTY'</b>) is specified, no EPSG SRID will be inserted at all</li> </ul></td></tr> <tr><td><b>InitSpatialMetaDataFull</b></td> <td>InitSpatialMetaDataFull( void ) : <i>Integer</i><hr> InitSpatialMetaDataFull( transaction <i>Integer</i> ) : <i>Integer</i><hr> InitSpatialMetaDataFull( mode <i>String</i> ) : <i>Integer</i><hr> InitSpatialMetaDataFull( transaction <i>Integer</i> , mode <i>String</i> ) : <i>Integer</i></td> <td></td> <td align="center" bgcolor="#d0f0d0">base</td> <td>This one simply is a <i>convenience function</i> accepting the same arguments of <b>InitSpatialMetaData()</b> (with identical meaning).<br> The intended scope is to fully initialize all <i>metadata tables</i> required by <i>libspatialite 5.0.0</i> (and following versions). This function will internally call in a single pass: <ul> <li><i>InitSpatialMetaData()</i></li> <li><i>CreateRasterCoveragesTable()</i></li> <li><i>CreateVectorCoveragesTables()</i></li> <li><i>CreateStylingTables()</i></li> </ul>the return type is Integer, with a return value of 1 for TRUE or 0 for FALSE</td></tr> <tr><td><b>InsertEpsgSrid</b></td> <td>InsertEpsgSrid( srid <i>Integer</i> ) : <i>Integer</i></td> <td></td> |
> > > > > > > > | | | > > > > > > > > > > |
215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 .... 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 .... 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 .... 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 .... 3234 3235 3236 3237 3238 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 3251 3252 3253 3254 3255 3256 3257 3258 3259 3260 3261 3262 3263 3264 3265 3266 3267 3268 3269 |
<td colspan="3">returns the intput value possibly casted to the BLOB data-type: if the optional argument <b>hex_input</b> is set to <b>TRUE</b> the input value will be expected to correspond to an HexaDecimal string, e.g. <b>01ab89EF</b>; if this conversion fails then NULL will be returned.<hr> returns NULL if no conversion is possible.</td></tr> <tr><td><b>ForceAsNull</b></td> <td>ForceAsNull( val1 <i>Generic</i> , val2 <i>Generic</i>) : <i>Generic</i></td> <td colspan="3">if <b>val1</b> and <b>val2</b> are equal (and of the same data-type) NULL will be returned; otherwise <b>val1</b> will be returned unchanged, preserving its original data-type.</td></tr> <tr><td><b>GetDbObjectScope</b></td> <td>GetDbObjectScope( db-prefix <i>Text</i> , obj-name <i>Text</i> ) : <i>Text</i></td> <td colspan="3"><ul> <li><i>db-prefix</i> can be <b>NULL</b>, and in this case the <b>"MAIN"</b> database will be assumed.</li> <li><i>obj-name</i> must identify any valid DB-Object (<i>Table</i>. <i>View</i>, <i>Trigger</i> or <i>Index</i>).</li> </ul><hr> Returns a short description about the intended scope of any valid DB-Object.<br> <b>NULL</b> on invalid DB-objects.</td></tr> <tr><td><b>CreateUUID</b></td> <td>CreateUUID( void ) : <i>Text</i></td> <td colspan="3">returns a Version 4 (random) UUID (<a href="http://en.wikipedia.org/wiki/Universally_unique_identifier">Universally unique identifier</a>).</td></tr> <tr><td><b>MD5Checksum</b></td> <td>MD5Checksum( BLOB | TEXT ) : <i>Text</i></td> <td colspan="3">returns the <a href="http://en.wikipedia.org/wiki/MD5">MD5 checksum</a> corresponding to the input value.<br>Will return <b>NULL</b> for non-BLOB or non-TEXT input.</td></tr> <tr><td><b>MD5TotalChecksum</b></td> ................................................................................ Starting since v.4.0.0 this function will simply consider Linestrings and MultiLinestrings, ignoring any Polygon or MultiPolygon</td></tr> <tr><td>GLength( c <i>Curve</i> , use_ellipsoid <i>Boolean</i> ) : <i>Double precision</i><hr> ST_Length( c <i>Curve</i> , use_ellipsoid <i>Boolean</i> ) : <i>Double precision</i> </td> <td align="center" bgcolor="#d0f0d0">X</td> <td align="center" bgcolor="#f0d0d0">GEOS</td> <td>return the length of c (measured in meters).<br> If the <b>use_ellipsoid</b> argument is set to <b>TRUE</b> the precise (but slower) length will be computed on the Ellipsoid, otherwise will be computed on the Great Circle (approximative, but faster).<hr> This function only supports Long/Lat coordinates, and will return NULL for any planar CRS<hr> Starting since v.4.0.0 this function will simply consider Linestrings and MultiLinestrings, ignoring any Polygon or MultiPolygon</td></tr> <tr><td rowspan="2"><b>Perimeter</b></td> <td>Perimeter( s <i>Surface</i> ) : <i>Double precision</i> ST_Perimeter( s <i>Surface</i> ) : <i>Double precision</i> </td> <td align="center" bgcolor="#d0f0d0">X</td> ................................................................................ Starting since v.4.0.0 this function will simply consider Polygons and MultiPolygons, ignoring any Linestring or MultiLinestring</td></tr> <tr><td>Perimeter( s <i>Surface</i> , use_ellipsoid <i>Boolean</i> ) : <i>Double precision</i><hr> ST_Perimeter( s <i>Surface</i> , use_ellipsoid <i>Boolean</i> ) : <i>Double precision</i> </td> <td align="center" bgcolor="#d0f0d0">X</td> <td align="center" bgcolor="#f0d0d0">GEOS</td> <td>return the perimeter of s (measured in meters).<br> If the <b>use_ellipsoid</b> argument is set to <b>TRUE</b> the precise (but slower) perimeter will be computed on the Ellipsoid, otherwise will be computed on the Great Circle (approximative, but faster).<hr> This function only supports Long/Lat coordinates, and will return NULL for any planar CRS<hr> Starting since v.4.0.0 this function will simply consider Polygons and MultiPolygons, ignoring any Linestring or MultiLinestring</td></tr> <tr><td><b>Geodesic Length</b></td> <td>GeodesicLength( c <i>Curve</i> ) : <i>Double precision</i></td> <td></td> <td align="center" bgcolor="#d0f0d0">base</td> <td>If [<i>and only if</i>] the SRID associated with <i>c</i> is a <b>geographic</b> one [<i>i.e. one using longitude and latitude angles</i>], ................................................................................ <td align="center" bgcolor="#f0d0d0">GEOS</td> <td>return the distance between geom1 and geom2 (always measured in CRS units).</td></tr> <tr><td>Distance( geom1 <i>Geometry</i> , geom2 <i>Geometry</i> , use_ellipsoid <i>Boolean</i> ) : <i>Double precision</i><hr> ST_Distance( geom1 <i>Geometry</i> , geom2 <i>Geometry</i> , use_ellipsoid <i>Boolean</i> ) : <i>Double precision</i></td> <td align="center" bgcolor="#d0f0d0">X</td> <td align="center" bgcolor="#f0d0d0">GEOS</td> <td>return the distance between geom1 and geom2 (measured in meters).<br> If the <b>use_ellipsoid</b> argument is set to <b>TRUE</b> the precise (but slower) distance will be computed on the Ellipsoid, otherwise will be computed on the Great Circle (approximative, but faster).<hr> This function only supports Long/Lat coordinates, and will return NULL for any planar CRS</td></tr> <tr><td><b>PtDistWithin</b></td> <td>PtDistWithin( geom1 <i>Geometry</i> , geom2 <i>Geometry</i>, range <i>Double precision</i> [, use_spheroid <i>Integer</i> ] ) : <i>Integer</i></td> <td></td> <td align="center" bgcolor="#d0d0f0">PROJ</td> <td>return TRUE (1) if the distance between <i>geom1</i> and <i>geom2</i> is within the given range.<br> ................................................................................ the return type is Integer, with a return value of 1 for TRUE or 0 for FALSE <ul> <li>if the <i>optional</i> argument <b>transaction</b> is set to <b>TRUE</b> the whole operation will be handled as a single <i>Transaction</i> (faster): the default setting is <b>transaction=FALSE</b> (slower, but safer).</li> <li>if the <i>optional</i> argument <b>mode</b> is not specified then all possible ESPG SRID definitions will be inserted into the <b>spatial_ref_sys</b> table.</li> <li>if the <b>mode</b> arg <b>'WGS84'</b> (alias <b>'WGS84_ONLY'</b>) is specified, then only WGS84-related EPSG SRIDs will be inserted</li> <li>if the <b>mode</b> arg <b>'NONE'</b> (alias <b>'EMPTY'</b>) is specified, no EPSG SRID will be inserted at all</li> </ul></td></tr> <tr><td><b>InitAdvancedMetaData</b></td> <td>InitAdvancedMetaData( void ) : <i>Integer</i><hr> InitAdvancedMetaData( transaction <i>Integer</i> ) : <i>Integer</i> <td></td> <td align="center" bgcolor="#d0f0d0">base</td> <td>This one simply is an utility function intended to create several ancillary metadata tables required by <b>libspatialite v.5</b> and subsequent versions.</v><br> the return type is Integer, with a return value of 1 for TRUE or 0 for FALSE<hr> <b>Note</b>: will be automatically called by both <b>InitSpatialMetaData()</b> or <b>InitSpatialMetaDataFull()</b>, but could be usefull for recovering old databases created by earlier versions; it's absolutely harmless because any existing MetaTable will be left untouched.</td></tr> <tr><td><b>InitSpatialMetaDataFull</b></td> <td>InitSpatialMetaDataFull( void ) : <i>Integer</i><hr> InitSpatialMetaDataFull( transaction <i>Integer</i> ) : <i>Integer</i><hr> InitSpatialMetaDataFull( mode <i>String</i> ) : <i>Integer</i><hr> InitSpatialMetaDataFull( transaction <i>Integer</i> , mode <i>String</i> ) : <i>Integer</i></td> <td></td> <td align="center" bgcolor="#d0f0d0">base</td> <td>This one simply is a <i>convenience function</i> accepting the same arguments of <b>InitSpatialMetaData()</b> (with identical meaning).<br> The intended scope is to fully initialize all <i>metadata tables</i> required by <i>libspatialite 5.0.0</i> (and following versions). This function will internally call in a single pass: <ul> <li><i>InitSpatialMetaData()</i></li> <li><i>InitAdvancedMetaData()</i></li> <li><i>CreateRasterCoveragesTable()</i></li> <li><i>CreateVectorCoveragesTables()</i></li> <li><i>CreateStylingTables()</i></li> </ul>the return type is Integer, with a return value of 1 for TRUE or 0 for FALSE</td></tr> <tr><td><b>InsertEpsgSrid</b></td> <td>InsertEpsgSrid( srid <i>Integer</i> ) : <i>Integer</i></td> <td></td> |
Changes to src/Makefile.in.
1 2 3 4 5 6 7 8 9 10 11 ... 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 ... 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 ... 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 ... 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 ... 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 ... 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 ... 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 ... 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 |
# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) ................................................................................ RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive am__recursive_targets = \ $(RECURSIVE_TARGETS) \ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ distdir am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign src/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ -rm -f *.$(OBJEXT) -rm -f versioninfo/*.$(OBJEXT) -rm -f versioninfo/*.lo distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@versioninfo/$(DEPDIR)/mod_spatialite_la-version.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@versioninfo/$(DEPDIR)/version.Plo@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ ................................................................................ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ ................................................................................ @echo "it deletes files that may require special tools to rebuild." clean: clean-recursive clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ mostlyclean-am distclean: distclean-recursive -rm -rf versioninfo/$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-recursive dvi-am: ................................................................................ install-ps: install-ps-recursive install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-recursive -rm -rf versioninfo/$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool ................................................................................ ps-am: uninstall-am: uninstall-libLTLIBRARIES .MAKE: $(am__recursive_targets) install-am install-strip .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ check-am clean clean-generic clean-libLTLIBRARIES \ clean-libtool cscopelist-am ctags ctags-am distclean \ distclean-compile distclean-generic distclean-libtool \ distclean-tags distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am \ install-libLTLIBRARIES install-man install-pdf install-pdf-am \ install-ps install-ps-am install-strip installcheck \ installcheck-am installdirs installdirs-am maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES .PRECIOUS: Makefile # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: |
| | > | > > | | | | | > > > > > > > > > | > | > | | | | | | | | | | | | | | | > |
1 2 3 4 5 6 7 8 9 10 11 ... 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 ... 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 ... 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 ... 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 ... 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 ... 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 ... 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 ... 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 |
# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__maybe_remake_depfiles = depfiles am__depfiles_remade = \ versioninfo/$(DEPDIR)/mod_spatialite_la-version.Plo \ versioninfo/$(DEPDIR)/version.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) ................................................................................ RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive am__recursive_targets = \ $(RECURSIVE_TARGETS) \ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ distdir distdir-am am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign src/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ -rm -f *.$(OBJEXT) -rm -f versioninfo/*.$(OBJEXT) -rm -f versioninfo/*.lo distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@versioninfo/$(DEPDIR)/mod_spatialite_la-version.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@versioninfo/$(DEPDIR)/version.Plo@am__quote@ # am--include-marker $(am__depfiles_remade): @$(MKDIR_P) $(@D) @echo '# dummy' >$@-t && $(am__mv) $@-t $@ am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ ................................................................................ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ ................................................................................ @echo "it deletes files that may require special tools to rebuild." clean: clean-recursive clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ mostlyclean-am distclean: distclean-recursive -rm -f versioninfo/$(DEPDIR)/mod_spatialite_la-version.Plo -rm -f versioninfo/$(DEPDIR)/version.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-recursive dvi-am: ................................................................................ install-ps: install-ps-recursive install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-recursive -rm -f versioninfo/$(DEPDIR)/mod_spatialite_la-version.Plo -rm -f versioninfo/$(DEPDIR)/version.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool ................................................................................ ps-am: uninstall-am: uninstall-libLTLIBRARIES .MAKE: $(am__recursive_targets) install-am install-strip .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ am--depfiles check check-am clean clean-generic \ clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \ ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-info \ install-info-am install-libLTLIBRARIES install-man install-pdf \ install-pdf-am install-ps install-ps-am install-strip \ installcheck installcheck-am installdirs installdirs-am \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ uninstall-libLTLIBRARIES .PRECIOUS: Makefile # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: |
Changes to src/connection_cache/Makefile.in.
1 2 3 4 5 6 7 8 9 10 11 ... 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 ... 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 ... 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 ... 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 ... 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 ... 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 ... 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 ... 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 |
# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) ................................................................................ RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive am__recursive_targets = \ $(RECURSIVE_TARGETS) \ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ distdir am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign src/connection_cache/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alloc_cache.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/connection_cache_la-alloc_cache.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/connection_cache_la-gg_sequence.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gg_sequence.Plo@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< ................................................................................ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ ................................................................................ @echo "it deletes files that may require special tools to rebuild." clean: clean-recursive clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ mostlyclean-am distclean: distclean-recursive -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-recursive dvi-am: ................................................................................ install-ps: install-ps-recursive install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-recursive -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool ................................................................................ ps-am: uninstall-am: .MAKE: $(am__recursive_targets) install-am install-strip .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ check-am clean clean-generic clean-libtool \ clean-noinstLTLIBRARIES cscopelist-am ctags ctags-am distclean \ distclean-compile distclean-generic distclean-libtool \ distclean-tags distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-pdf install-pdf-am install-ps install-ps-am \ |
| | | > > > > | | | | | | | > > > > > > > > > | | > > > | > > > | | |
1 2 3 4 5 6 7 8 9 10 11 ... 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 ... 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 ... 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 ... 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 ... 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 ... 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 ... 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 ... 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 |
# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__maybe_remake_depfiles = depfiles am__depfiles_remade = ./$(DEPDIR)/alloc_cache.Plo \ ./$(DEPDIR)/connection_cache_la-alloc_cache.Plo \ ./$(DEPDIR)/connection_cache_la-gg_sequence.Plo \ ./$(DEPDIR)/gg_sequence.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) ................................................................................ RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive am__recursive_targets = \ $(RECURSIVE_TARGETS) \ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ distdir distdir-am am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign src/connection_cache/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alloc_cache.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/connection_cache_la-alloc_cache.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/connection_cache_la-gg_sequence.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gg_sequence.Plo@am__quote@ # am--include-marker $(am__depfiles_remade): @$(MKDIR_P) $(@D) @echo '# dummy' >$@-t && $(am__mv) $@-t $@ am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< ................................................................................ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ ................................................................................ @echo "it deletes files that may require special tools to rebuild." clean: clean-recursive clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ mostlyclean-am distclean: distclean-recursive -rm -f ./$(DEPDIR)/alloc_cache.Plo -rm -f ./$(DEPDIR)/connection_cache_la-alloc_cache.Plo -rm -f ./$(DEPDIR)/connection_cache_la-gg_sequence.Plo -rm -f ./$(DEPDIR)/gg_sequence.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-recursive dvi-am: ................................................................................ install-ps: install-ps-recursive install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-recursive -rm -f ./$(DEPDIR)/alloc_cache.Plo -rm -f ./$(DEPDIR)/connection_cache_la-alloc_cache.Plo -rm -f ./$(DEPDIR)/connection_cache_la-gg_sequence.Plo -rm -f ./$(DEPDIR)/gg_sequence.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool ................................................................................ ps-am: uninstall-am: .MAKE: $(am__recursive_targets) install-am install-strip .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ am--depfiles check check-am clean clean-generic clean-libtool \ clean-noinstLTLIBRARIES cscopelist-am ctags ctags-am distclean \ distclean-compile distclean-generic distclean-libtool \ distclean-tags distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-pdf install-pdf-am install-ps install-ps-am \ |
Changes to src/connection_cache/alloc_cache.c.
43
44
45
46
47
48
49
50
51
52
53
54
55
56
...
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
|
*/
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#if defined(_WIN32)
#include <libloaderapi.h>
#endif
#if defined(_WIN32) && !defined(__MINGW32__)
#include <windows.h>
#else
#include <pthread.h>
................................................................................
#endif
skip_win:
proj_db_path = proj_context_get_database_path (cache->PROJ_handle);
#ifdef _WIN32 /* only for Windows - setting PROJ_LIB */
if (proj_set_ext_var && win_prefix && proj_db_path)
{
char *proj_lib = sqlite3_mprintf ("PROJ_LIB=%s", win_prefix);
putenv (proj_lib);
sqlite3_free (proj_lib);
}
if (win_prefix != NULL)
sqlite3_free (win_prefix);
#else
/* suppressing stupid compiler warnings about unused args */
if (proj_db_path == NULL && proj_set_ext_var < 0)
|
>
|
|
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
...
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
|
*/ #include <stdlib.h> #include <stdio.h> #include <string.h> #if defined(_WIN32) #include <windows.h> #include <libloaderapi.h> #endif #if defined(_WIN32) && !defined(__MINGW32__) #include <windows.h> #else #include <pthread.h> ................................................................................ #endif skip_win: proj_db_path = proj_context_get_database_path (cache->PROJ_handle); #ifdef _WIN32 /* only for Windows - setting PROJ_LIB */ if (proj_set_ext_var && win_prefix && proj_db_path) { char *proj_lib = sqlite3_mprintf ("PROJ_LIB=%s", win_prefix); _putenv (proj_lib); sqlite3_free (proj_lib); } if (win_prefix != NULL) sqlite3_free (win_prefix); #else /* suppressing stupid compiler warnings about unused args */ if (proj_db_path == NULL && proj_set_ext_var < 0) |
Changes to src/connection_cache/generator/Makefile.in.
1 2 3 4 5 6 7 8 9 10 11 ... 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 ... 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 |
# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign src/connection_cache/generator/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
| | | | > > > | |
1 2 3 4 5 6 7 8 9 10 11 ... 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 ... 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 |
# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign src/connection_cache/generator/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
Changes to src/control_points/Makefile.in.
1 2 3 4 5 6 7 8 9 10 11 ... 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 ... 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 ... 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 ... 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 ... 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 ... 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 ... 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 |
# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign src/control_points/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/control_points_la-gaia_control_points.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/control_points_la-grass_crs3d.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/control_points_la-grass_georef.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/control_points_la-grass_georef_tps.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaia_control_points.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/grass_crs3d.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/grass_georef.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/grass_georef_tps.Plo@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< ................................................................................ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ ................................................................................ @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: ................................................................................ install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool ................................................................................ ps-am: uninstall-am: .MAKE: install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \ ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-info \ install-info-am install-man install-pdf install-pdf-am \ install-ps install-ps-am install-strip installcheck \ installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags tags-am uninstall uninstall-am .PRECIOUS: Makefile # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: |
| | > | > > > > > > > | | | | | | | | | | > > > > > > > > > | > > > > > | > > > > > > > | > > | | | | | | | | | | |
1 2 3 4 5 6 7 8 9 10 11 ... 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 ... 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 ... 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 ... 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 ... 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 ... 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 ... 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 |
# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__maybe_remake_depfiles = depfiles am__depfiles_remade = \ ./$(DEPDIR)/control_points_la-gaia_control_points.Plo \ ./$(DEPDIR)/control_points_la-grass_crs3d.Plo \ ./$(DEPDIR)/control_points_la-grass_georef.Plo \ ./$(DEPDIR)/control_points_la-grass_georef_tps.Plo \ ./$(DEPDIR)/gaia_control_points.Plo \ ./$(DEPDIR)/grass_crs3d.Plo ./$(DEPDIR)/grass_georef.Plo \ ./$(DEPDIR)/grass_georef_tps.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign src/control_points/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/control_points_la-gaia_control_points.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/control_points_la-grass_crs3d.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/control_points_la-grass_georef.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/control_points_la-grass_georef_tps.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaia_control_points.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/grass_crs3d.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/grass_georef.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/grass_georef_tps.Plo@am__quote@ # am--include-marker $(am__depfiles_remade): @$(MKDIR_P) $(@D) @echo '# dummy' >$@-t && $(am__mv) $@-t $@ am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< ................................................................................ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ ................................................................................ @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ mostlyclean-am distclean: distclean-am -rm -f ./$(DEPDIR)/control_points_la-gaia_control_points.Plo -rm -f ./$(DEPDIR)/control_points_la-grass_crs3d.Plo -rm -f ./$(DEPDIR)/control_points_la-grass_georef.Plo -rm -f ./$(DEPDIR)/control_points_la-grass_georef_tps.Plo -rm -f ./$(DEPDIR)/gaia_control_points.Plo -rm -f ./$(DEPDIR)/grass_crs3d.Plo -rm -f ./$(DEPDIR)/grass_georef.Plo -rm -f ./$(DEPDIR)/grass_georef_tps.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: ................................................................................ install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f ./$(DEPDIR)/control_points_la-gaia_control_points.Plo -rm -f ./$(DEPDIR)/control_points_la-grass_crs3d.Plo -rm -f ./$(DEPDIR)/control_points_la-grass_georef.Plo -rm -f ./$(DEPDIR)/control_points_la-grass_georef_tps.Plo -rm -f ./$(DEPDIR)/gaia_control_points.Plo -rm -f ./$(DEPDIR)/grass_crs3d.Plo -rm -f ./$(DEPDIR)/grass_georef.Plo -rm -f ./$(DEPDIR)/grass_georef_tps.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool ................................................................................ ps-am: uninstall-am: .MAKE: install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ clean-generic clean-libtool clean-noinstLTLIBRARIES \ cscopelist-am ctags ctags-am distclean distclean-compile \ distclean-generic distclean-libtool distclean-tags distdir dvi \ dvi-am html html-am info info-am install install-am \ install-data install-data-am install-dvi install-dvi-am \ install-exec install-exec-am install-html install-html-am \ install-info install-info-am install-man install-pdf \ install-pdf-am install-ps install-ps-am install-strip \ installcheck installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags tags-am uninstall uninstall-am .PRECIOUS: Makefile # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: |
Changes to src/control_points/grass_crs.h.
28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 |
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef DOXYGEN_SHOULD_SKIP_THIS #define GCP_PRIVATE __attribute__ ((visibility("hidden"))) #endif /* STRUCTURE FOR USE INTERNALLY WITH THESE FUNCTIONS. THESE FUNCTIONS EXPECT SQUARE MATRICES SO ONLY ONE VARIABLE IS GIVEN (N) FOR THE MATRIX SIZE */ struct MATRIX { |
> > > > |
28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef DOXYGEN_SHOULD_SKIP_THIS #ifdef _WIN32 #define GCP_PRIVATE #else #define GCP_PRIVATE __attribute__ ((visibility("hidden"))) #endif #endif /* STRUCTURE FOR USE INTERNALLY WITH THESE FUNCTIONS. THESE FUNCTIONS EXPECT SQUARE MATRICES SO ONLY ONE VARIABLE IS GIVEN (N) FOR THE MATRIX SIZE */ struct MATRIX { |
Changes to src/cutter/Makefile.in.
1 2 3 4 5 6 7 8 9 10 11 ... 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 ... 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 ... 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 ... 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 ... 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 ... 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 ... 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 |
# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign src/cutter/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cutter_la-gaia_cutter.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaia_cutter.Plo@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< ................................................................................ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ ................................................................................ @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: ................................................................................ install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool ................................................................................ ps-am: uninstall-am: .MAKE: install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \ ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-info \ install-info-am install-man install-pdf install-pdf-am \ install-ps install-ps-am install-strip installcheck \ installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags tags-am uninstall uninstall-am .PRECIOUS: Makefile # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: |
| | | > > | | | | > > > > > > > > > | > | > | | | | | | | | | | | |
1 2 3 4 5 6 7 8 9 10 11 ... 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 ... 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 ... 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 ... 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 ... 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 ... 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 ... 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 |
# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__maybe_remake_depfiles = depfiles am__depfiles_remade = ./$(DEPDIR)/cutter_la-gaia_cutter.Plo \ ./$(DEPDIR)/gaia_cutter.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign src/cutter/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cutter_la-gaia_cutter.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaia_cutter.Plo@am__quote@ # am--include-marker $(am__depfiles_remade): @$(MKDIR_P) $(@D) @echo '# dummy' >$@-t && $(am__mv) $@-t $@ am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< ................................................................................ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ ................................................................................ @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ mostlyclean-am distclean: distclean-am -rm -f ./$(DEPDIR)/cutter_la-gaia_cutter.Plo -rm -f ./$(DEPDIR)/gaia_cutter.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: ................................................................................ install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f ./$(DEPDIR)/cutter_la-gaia_cutter.Plo -rm -f ./$(DEPDIR)/gaia_cutter.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool ................................................................................ ps-am: uninstall-am: .MAKE: install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ clean-generic clean-libtool clean-noinstLTLIBRARIES \ cscopelist-am ctags ctags-am distclean distclean-compile \ distclean-generic distclean-libtool distclean-tags distdir dvi \ dvi-am html html-am info info-am install install-am \ install-data install-data-am install-dvi install-dvi-am \ install-exec install-exec-am install-html install-html-am \ install-info install-info-am install-man install-pdf \ install-pdf-am install-ps install-ps-am install-strip \ installcheck installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags tags-am uninstall uninstall-am .PRECIOUS: Makefile # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: |
Changes to src/dxf/Makefile.in.
1 2 3 4 5 6 7 8 9 10 11 ... 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 ... 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 ... 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 ... 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 ... 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 ... 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 ... 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 |
# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign src/dxf/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dxf_la-dxf_load_distinct.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dxf_la-dxf_load_mixed.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dxf_la-dxf_loader.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dxf_la-dxf_parser.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dxf_la-dxf_writer.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dxf_load_distinct.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dxf_load_mixed.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dxf_loader.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dxf_parser.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dxf_writer.Plo@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< ................................................................................ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ ................................................................................ @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: ................................................................................ install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool ................................................................................ ps-am: uninstall-am: .MAKE: install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \ ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-info \ install-info-am install-man install-pdf install-pdf-am \ install-ps install-ps-am install-strip installcheck \ installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags tags-am uninstall uninstall-am .PRECIOUS: Makefile # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: |
| | | > > > > > > > > | | | | | | | | | | | | > > > > > > > > > | > > > > > > > | > > > > > > > > > | > > | | | | | | | | | | |
1 2 3 4 5 6 7 8 9 10 11 ... 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 ... 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 ... 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 ... 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 ... 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 ... 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 ... 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 |
# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__maybe_remake_depfiles = depfiles am__depfiles_remade = ./$(DEPDIR)/dxf_la-dxf_load_distinct.Plo \ ./$(DEPDIR)/dxf_la-dxf_load_mixed.Plo \ ./$(DEPDIR)/dxf_la-dxf_loader.Plo \ ./$(DEPDIR)/dxf_la-dxf_parser.Plo \ ./$(DEPDIR)/dxf_la-dxf_writer.Plo \ ./$(DEPDIR)/dxf_load_distinct.Plo \ ./$(DEPDIR)/dxf_load_mixed.Plo ./$(DEPDIR)/dxf_loader.Plo \ ./$(DEPDIR)/dxf_parser.Plo ./$(DEPDIR)/dxf_writer.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign src/dxf/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dxf_la-dxf_load_distinct.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dxf_la-dxf_load_mixed.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dxf_la-dxf_loader.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dxf_la-dxf_parser.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dxf_la-dxf_writer.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dxf_load_distinct.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dxf_load_mixed.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dxf_loader.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dxf_parser.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dxf_writer.Plo@am__quote@ # am--include-marker $(am__depfiles_remade): @$(MKDIR_P) $(@D) @echo '# dummy' >$@-t && $(am__mv) $@-t $@ am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< ................................................................................ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ ................................................................................ @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ mostlyclean-am distclean: distclean-am -rm -f ./$(DEPDIR)/dxf_la-dxf_load_distinct.Plo -rm -f ./$(DEPDIR)/dxf_la-dxf_load_mixed.Plo -rm -f ./$(DEPDIR)/dxf_la-dxf_loader.Plo -rm -f ./$(DEPDIR)/dxf_la-dxf_parser.Plo -rm -f ./$(DEPDIR)/dxf_la-dxf_writer.Plo -rm -f ./$(DEPDIR)/dxf_load_distinct.Plo -rm -f ./$(DEPDIR)/dxf_load_mixed.Plo -rm -f ./$(DEPDIR)/dxf_loader.Plo -rm -f ./$(DEPDIR)/dxf_parser.Plo -rm -f ./$(DEPDIR)/dxf_writer.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: ................................................................................ install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f ./$(DEPDIR)/dxf_la-dxf_load_distinct.Plo -rm -f ./$(DEPDIR)/dxf_la-dxf_load_mixed.Plo -rm -f ./$(DEPDIR)/dxf_la-dxf_loader.Plo -rm -f ./$(DEPDIR)/dxf_la-dxf_parser.Plo -rm -f ./$(DEPDIR)/dxf_la-dxf_writer.Plo -rm -f ./$(DEPDIR)/dxf_load_distinct.Plo -rm -f ./$(DEPDIR)/dxf_load_mixed.Plo -rm -f ./$(DEPDIR)/dxf_loader.Plo -rm -f ./$(DEPDIR)/dxf_parser.Plo -rm -f ./$(DEPDIR)/dxf_writer.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool ................................................................................ ps-am: uninstall-am: .MAKE: install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ clean-generic clean-libtool clean-noinstLTLIBRARIES \ cscopelist-am ctags ctags-am distclean distclean-compile \ distclean-generic distclean-libtool distclean-tags distdir dvi \ dvi-am html html-am info info-am install install-am \ install-data install-data-am install-dvi install-dvi-am \ install-exec install-exec-am install-html install-html-am \ install-info install-info-am install-man install-pdf \ install-pdf-am install-ps install-ps-am install-strip \ installcheck installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags tags-am uninstall uninstall-am .PRECIOUS: Makefile # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: |
Changes to src/gaiaaux/Makefile.in.
1 2 3 4 5 6 7 8 9 10 11 ... 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 ... 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 ... 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 ... 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 ... 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 ... 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 ... 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 |
# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign src/gaiaaux/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaiaaux_la-gg_sqlaux.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaiaaux_la-gg_utf8.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gg_sqlaux.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gg_utf8.Plo@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< ................................................................................ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ ................................................................................ @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: ................................................................................ install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool ................................................................................ ps-am: uninstall-am: .MAKE: install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \ ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-info \ install-info-am install-man install-pdf install-pdf-am \ install-ps install-ps-am install-strip installcheck \ installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags tags-am uninstall uninstall-am .PRECIOUS: Makefile # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: |
| | | > > > | | | | | | > > > > > > > > > | > > > | > > > | | | | | | | | | | | |
1 2 3 4 5 6 7 8 9 10 11 ... 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 ... 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 ... 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 ... 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 ... 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 ... 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 ... 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 |
# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__maybe_remake_depfiles = depfiles am__depfiles_remade = ./$(DEPDIR)/gaiaaux_la-gg_sqlaux.Plo \ ./$(DEPDIR)/gaiaaux_la-gg_utf8.Plo ./$(DEPDIR)/gg_sqlaux.Plo \ ./$(DEPDIR)/gg_utf8.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign src/gaiaaux/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaiaaux_la-gg_sqlaux.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaiaaux_la-gg_utf8.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gg_sqlaux.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gg_utf8.Plo@am__quote@ # am--include-marker $(am__depfiles_remade): @$(MKDIR_P) $(@D) @echo '# dummy' >$@-t && $(am__mv) $@-t $@ am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< ................................................................................ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ ................................................................................ @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ mostlyclean-am distclean: distclean-am -rm -f ./$(DEPDIR)/gaiaaux_la-gg_sqlaux.Plo -rm -f ./$(DEPDIR)/gaiaaux_la-gg_utf8.Plo -rm -f ./$(DEPDIR)/gg_sqlaux.Plo -rm -f ./$(DEPDIR)/gg_utf8.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: ................................................................................ install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f ./$(DEPDIR)/gaiaaux_la-gg_sqlaux.Plo -rm -f ./$(DEPDIR)/gaiaaux_la-gg_utf8.Plo -rm -f ./$(DEPDIR)/gg_sqlaux.Plo -rm -f ./$(DEPDIR)/gg_utf8.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool ................................................................................ ps-am: uninstall-am: .MAKE: install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ clean-generic clean-libtool clean-noinstLTLIBRARIES \ cscopelist-am ctags ctags-am distclean distclean-compile \ distclean-generic distclean-libtool distclean-tags distdir dvi \ dvi-am html html-am info info-am install install-am \ install-data install-data-am install-dvi install-dvi-am \ install-exec install-exec-am install-html install-html-am \ install-info install-info-am install-man install-pdf \ install-pdf-am install-ps install-ps-am install-strip \ installcheck installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags tags-am uninstall uninstall-am .PRECIOUS: Makefile # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: |
Changes to src/gaiaexif/Makefile.in.
1 2 3 4 5 6 7 8 9 10 11 ... 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 ... 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 ... 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 ... 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 ... 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 ... 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 ... 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 |
# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign src/gaiaexif/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaia_exif.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaiaexif_la-gaia_exif.Plo@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< ................................................................................ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ ................................................................................ @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: ................................................................................ install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool ................................................................................ ps-am: uninstall-am: .MAKE: install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \ ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-info \ install-info-am install-man install-pdf install-pdf-am \ install-ps install-ps-am install-strip installcheck \ installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags tags-am uninstall uninstall-am .PRECIOUS: Makefile # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: |
| | | > > | | | | > > > > > > > > > | | > | > | | | | | | | | | | |
1 2 3 4 5 6 7 8 9 10 11 ... 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 ... 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 ... 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 ... 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 ... 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 ... 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 ... 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 |
# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__maybe_remake_depfiles = depfiles am__depfiles_remade = ./$(DEPDIR)/gaia_exif.Plo \ ./$(DEPDIR)/gaiaexif_la-gaia_exif.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign src/gaiaexif/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaia_exif.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaiaexif_la-gaia_exif.Plo@am__quote@ # am--include-marker $(am__depfiles_remade): @$(MKDIR_P) $(@D) @echo '# dummy' >$@-t && $(am__mv) $@-t $@ am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< ................................................................................ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ ................................................................................ @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ mostlyclean-am distclean: distclean-am -rm -f ./$(DEPDIR)/gaia_exif.Plo -rm -f ./$(DEPDIR)/gaiaexif_la-gaia_exif.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: ................................................................................ install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f ./$(DEPDIR)/gaia_exif.Plo -rm -f ./$(DEPDIR)/gaiaexif_la-gaia_exif.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool ................................................................................ ps-am: uninstall-am: .MAKE: install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ clean-generic clean-libtool clean-noinstLTLIBRARIES \ cscopelist-am ctags ctags-am distclean distclean-compile \ distclean-generic distclean-libtool distclean-tags distdir dvi \ dvi-am html html-am info info-am install install-am \ install-data install-data-am install-dvi install-dvi-am \ install-exec install-exec-am install-html install-html-am \ install-info install-info-am install-man install-pdf \ install-pdf-am install-ps install-ps-am install-strip \ installcheck installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags tags-am uninstall uninstall-am .PRECIOUS: Makefile # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: |
Changes to src/gaiageo/Makefile.in.
1 2 3 4 5 6 7 8 9 10 11 ... 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 ... 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 ... 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 ... 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 ... 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 ... 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 ... 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 ... 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 |
# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) ................................................................................ RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive am__recursive_targets = \ $(RECURSIVE_TARGETS) \ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ distdir am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign src/gaiageo/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaiageo_la-gg_advanced.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaiageo_la-gg_endian.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaiageo_la-gg_ewkt.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaiageo_la-gg_extras.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaiageo_la-gg_geoJSON.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaiageo_la-gg_geodesic.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaiageo_la-gg_geometries.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaiageo_la-gg_geoscvt.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaiageo_la-gg_gml.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaiageo_la-gg_kml.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaiageo_la-gg_matrix.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaiageo_la-gg_relations.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaiageo_la-gg_relations_ext.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaiageo_la-gg_rttopo.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaiageo_la-gg_shape.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaiageo_la-gg_transform.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaiageo_la-gg_vanuatu.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaiageo_la-gg_voronoj.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaiageo_la-gg_wkb.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaiageo_la-gg_wkt.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaiageo_la-gg_xml.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gg_advanced.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gg_endian.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gg_ewkt.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gg_extras.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gg_geoJSON.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gg_geodesic.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gg_geometries.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gg_geoscvt.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gg_gml.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gg_kml.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gg_matrix.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gg_relations.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gg_relations_ext.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gg_rttopo.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gg_shape.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gg_transform.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gg_vanuatu.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gg_voronoj.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gg_wkb.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gg_wkt.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gg_xml.Plo@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< ................................................................................ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ ................................................................................ @echo "it deletes files that may require special tools to rebuild." clean: clean-recursive clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ mostlyclean-am distclean: distclean-recursive -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-recursive dvi-am: ................................................................................ install-ps: install-ps-recursive install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-recursive -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool ................................................................................ ps-am: uninstall-am: .MAKE: $(am__recursive_targets) install-am install-strip .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ check-am clean clean-generic clean-libtool \ clean-noinstLTLIBRARIES cscopelist-am ctags ctags-am distclean \ distclean-compile distclean-generic distclean-libtool \ distclean-tags distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-pdf install-pdf-am install-ps install-ps-am \ |
| | | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > > > > > > > > > | > > > > > > > > > > > > > > > > > > > > > > > | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | > > > > > > > > > > > > > > > > > > | | |
1 2 3 4 5 6 7 8 9 10 11 ... 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 ... 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 ... 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 ... 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 ... 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 ... 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 ... 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 .... 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 |
# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__maybe_remake_depfiles = depfiles am__depfiles_remade = ./$(DEPDIR)/gaiageo_la-gg_advanced.Plo \ ./$(DEPDIR)/gaiageo_la-gg_endian.Plo \ ./$(DEPDIR)/gaiageo_la-gg_ewkt.Plo \ ./$(DEPDIR)/gaiageo_la-gg_extras.Plo \ ./$(DEPDIR)/gaiageo_la-gg_geoJSON.Plo \ ./$(DEPDIR)/gaiageo_la-gg_geodesic.Plo \ ./$(DEPDIR)/gaiageo_la-gg_geometries.Plo \ ./$(DEPDIR)/gaiageo_la-gg_geoscvt.Plo \ ./$(DEPDIR)/gaiageo_la-gg_gml.Plo \ ./$(DEPDIR)/gaiageo_la-gg_kml.Plo \ ./$(DEPDIR)/gaiageo_la-gg_matrix.Plo \ ./$(DEPDIR)/gaiageo_la-gg_relations.Plo \ ./$(DEPDIR)/gaiageo_la-gg_relations_ext.Plo \ ./$(DEPDIR)/gaiageo_la-gg_rttopo.Plo \ ./$(DEPDIR)/gaiageo_la-gg_shape.Plo \ ./$(DEPDIR)/gaiageo_la-gg_transform.Plo \ ./$(DEPDIR)/gaiageo_la-gg_vanuatu.Plo \ ./$(DEPDIR)/gaiageo_la-gg_voronoj.Plo \ ./$(DEPDIR)/gaiageo_la-gg_wkb.Plo \ ./$(DEPDIR)/gaiageo_la-gg_wkt.Plo \ ./$(DEPDIR)/gaiageo_la-gg_xml.Plo ./$(DEPDIR)/gg_advanced.Plo \ ./$(DEPDIR)/gg_endian.Plo ./$(DEPDIR)/gg_ewkt.Plo \ ./$(DEPDIR)/gg_extras.Plo ./$(DEPDIR)/gg_geoJSON.Plo \ ./$(DEPDIR)/gg_geodesic.Plo ./$(DEPDIR)/gg_geometries.Plo \ ./$(DEPDIR)/gg_geoscvt.Plo ./$(DEPDIR)/gg_gml.Plo \ ./$(DEPDIR)/gg_kml.Plo ./$(DEPDIR)/gg_matrix.Plo \ ./$(DEPDIR)/gg_relations.Plo ./$(DEPDIR)/gg_relations_ext.Plo \ ./$(DEPDIR)/gg_rttopo.Plo ./$(DEPDIR)/gg_shape.Plo \ ./$(DEPDIR)/gg_transform.Plo ./$(DEPDIR)/gg_vanuatu.Plo \ ./$(DEPDIR)/gg_voronoj.Plo ./$(DEPDIR)/gg_wkb.Plo \ ./$(DEPDIR)/gg_wkt.Plo ./$(DEPDIR)/gg_xml.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) ................................................................................ RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive am__recursive_targets = \ $(RECURSIVE_TARGETS) \ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ distdir distdir-am am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign src/gaiageo/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaiageo_la-gg_advanced.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaiageo_la-gg_endian.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaiageo_la-gg_ewkt.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaiageo_la-gg_extras.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaiageo_la-gg_geoJSON.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaiageo_la-gg_geodesic.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaiageo_la-gg_geometries.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaiageo_la-gg_geoscvt.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaiageo_la-gg_gml.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaiageo_la-gg_kml.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaiageo_la-gg_matrix.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaiageo_la-gg_relations.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaiageo_la-gg_relations_ext.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaiageo_la-gg_rttopo.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaiageo_la-gg_shape.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaiageo_la-gg_transform.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaiageo_la-gg_vanuatu.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaiageo_la-gg_voronoj.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaiageo_la-gg_wkb.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaiageo_la-gg_wkt.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaiageo_la-gg_xml.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gg_advanced.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gg_endian.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gg_ewkt.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gg_extras.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gg_geoJSON.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gg_geodesic.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gg_geometries.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gg_geoscvt.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gg_gml.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gg_kml.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gg_matrix.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gg_relations.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gg_relations_ext.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gg_rttopo.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gg_shape.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gg_transform.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gg_vanuatu.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gg_voronoj.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gg_wkb.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gg_wkt.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gg_xml.Plo@am__quote@ # am--include-marker $(am__depfiles_remade): @$(MKDIR_P) $(@D) @echo '# dummy' >$@-t && $(am__mv) $@-t $@ am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< ................................................................................ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ ................................................................................ @echo "it deletes files that may require special tools to rebuild." clean: clean-recursive clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ mostlyclean-am distclean: distclean-recursive -rm -f ./$(DEPDIR)/gaiageo_la-gg_advanced.Plo -rm -f ./$(DEPDIR)/gaiageo_la-gg_endian.Plo -rm -f ./$(DEPDIR)/gaiageo_la-gg_ewkt.Plo -rm -f ./$(DEPDIR)/gaiageo_la-gg_extras.Plo -rm -f ./$(DEPDIR)/gaiageo_la-gg_geoJSON.Plo -rm -f ./$(DEPDIR)/gaiageo_la-gg_geodesic.Plo -rm -f ./$(DEPDIR)/gaiageo_la-gg_geometries.Plo -rm -f ./$(DEPDIR)/gaiageo_la-gg_geoscvt.Plo -rm -f ./$(DEPDIR)/gaiageo_la-gg_gml.Plo -rm -f ./$(DEPDIR)/gaiageo_la-gg_kml.Plo -rm -f ./$(DEPDIR)/gaiageo_la-gg_matrix.Plo -rm -f ./$(DEPDIR)/gaiageo_la-gg_relations.Plo -rm -f ./$(DEPDIR)/gaiageo_la-gg_relations_ext.Plo -rm -f ./$(DEPDIR)/gaiageo_la-gg_rttopo.Plo -rm -f ./$(DEPDIR)/gaiageo_la-gg_shape.Plo -rm -f ./$(DEPDIR)/gaiageo_la-gg_transform.Plo -rm -f ./$(DEPDIR)/gaiageo_la-gg_vanuatu.Plo -rm -f ./$(DEPDIR)/gaiageo_la-gg_voronoj.Plo -rm -f ./$(DEPDIR)/gaiageo_la-gg_wkb.Plo -rm -f ./$(DEPDIR)/gaiageo_la-gg_wkt.Plo -rm -f ./$(DEPDIR)/gaiageo_la-gg_xml.Plo -rm -f ./$(DEPDIR)/gg_advanced.Plo -rm -f ./$(DEPDIR)/gg_endian.Plo -rm -f ./$(DEPDIR)/gg_ewkt.Plo -rm -f ./$(DEPDIR)/gg_extras.Plo -rm -f ./$(DEPDIR)/gg_geoJSON.Plo -rm -f ./$(DEPDIR)/gg_geodesic.Plo -rm -f ./$(DEPDIR)/gg_geometries.Plo -rm -f ./$(DEPDIR)/gg_geoscvt.Plo -rm -f ./$(DEPDIR)/gg_gml.Plo -rm -f ./$(DEPDIR)/gg_kml.Plo -rm -f ./$(DEPDIR)/gg_matrix.Plo -rm -f ./$(DEPDIR)/gg_relations.Plo -rm -f ./$(DEPDIR)/gg_relations_ext.Plo -rm -f ./$(DEPDIR)/gg_rttopo.Plo -rm -f ./$(DEPDIR)/gg_shape.Plo -rm -f ./$(DEPDIR)/gg_transform.Plo -rm -f ./$(DEPDIR)/gg_vanuatu.Plo -rm -f ./$(DEPDIR)/gg_voronoj.Plo -rm -f ./$(DEPDIR)/gg_wkb.Plo -rm -f ./$(DEPDIR)/gg_wkt.Plo -rm -f ./$(DEPDIR)/gg_xml.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-recursive dvi-am: ................................................................................ install-ps: install-ps-recursive install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-recursive -rm -f ./$(DEPDIR)/gaiageo_la-gg_advanced.Plo -rm -f ./$(DEPDIR)/gaiageo_la-gg_endian.Plo -rm -f ./$(DEPDIR)/gaiageo_la-gg_ewkt.Plo -rm -f ./$(DEPDIR)/gaiageo_la-gg_extras.Plo -rm -f ./$(DEPDIR)/gaiageo_la-gg_geoJSON.Plo -rm -f ./$(DEPDIR)/gaiageo_la-gg_geodesic.Plo -rm -f ./$(DEPDIR)/gaiageo_la-gg_geometries.Plo -rm -f ./$(DEPDIR)/gaiageo_la-gg_geoscvt.Plo -rm -f ./$(DEPDIR)/gaiageo_la-gg_gml.Plo -rm -f ./$(DEPDIR)/gaiageo_la-gg_kml.Plo -rm -f ./$(DEPDIR)/gaiageo_la-gg_matrix.Plo -rm -f ./$(DEPDIR)/gaiageo_la-gg_relations.Plo -rm -f ./$(DEPDIR)/gaiageo_la-gg_relations_ext.Plo -rm -f ./$(DEPDIR)/gaiageo_la-gg_rttopo.Plo -rm -f ./$(DEPDIR)/gaiageo_la-gg_shape.Plo -rm -f ./$(DEPDIR)/gaiageo_la-gg_transform.Plo -rm -f ./$(DEPDIR)/gaiageo_la-gg_vanuatu.Plo -rm -f ./$(DEPDIR)/gaiageo_la-gg_voronoj.Plo -rm -f ./$(DEPDIR)/gaiageo_la-gg_wkb.Plo -rm -f ./$(DEPDIR)/gaiageo_la-gg_wkt.Plo -rm -f ./$(DEPDIR)/gaiageo_la-gg_xml.Plo -rm -f ./$(DEPDIR)/gg_advanced.Plo -rm -f ./$(DEPDIR)/gg_endian.Plo -rm -f ./$(DEPDIR)/gg_ewkt.Plo -rm -f ./$(DEPDIR)/gg_extras.Plo -rm -f ./$(DEPDIR)/gg_geoJSON.Plo -rm -f ./$(DEPDIR)/gg_geodesic.Plo -rm -f ./$(DEPDIR)/gg_geometries.Plo -rm -f ./$(DEPDIR)/gg_geoscvt.Plo -rm -f ./$(DEPDIR)/gg_gml.Plo -rm -f ./$(DEPDIR)/gg_kml.Plo -rm -f ./$(DEPDIR)/gg_matrix.Plo -rm -f ./$(DEPDIR)/gg_relations.Plo -rm -f ./$(DEPDIR)/gg_relations_ext.Plo -rm -f ./$(DEPDIR)/gg_rttopo.Plo -rm -f ./$(DEPDIR)/gg_shape.Plo -rm -f ./$(DEPDIR)/gg_transform.Plo -rm -f ./$(DEPDIR)/gg_vanuatu.Plo -rm -f ./$(DEPDIR)/gg_voronoj.Plo -rm -f ./$(DEPDIR)/gg_wkb.Plo -rm -f ./$(DEPDIR)/gg_wkt.Plo -rm -f ./$(DEPDIR)/gg_xml.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool ................................................................................ ps-am: uninstall-am: .MAKE: $(am__recursive_targets) install-am install-strip .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ am--depfiles check check-am clean clean-generic clean-libtool \ clean-noinstLTLIBRARIES cscopelist-am ctags ctags-am distclean \ distclean-compile distclean-generic distclean-libtool \ distclean-tags distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-pdf install-pdf-am install-ps install-ps-am \ |
Changes to src/gaiageo/flex/Makefile.in.
1 2 3 4 5 6 7 8 9 10 11 ... 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 ... 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 |
# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign src/gaiageo/flex/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
| | | | > > > | |
1 2 3 4 5 6 7 8 9 10 11 ... 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 ... 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 |
# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign src/gaiageo/flex/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
Changes to src/gaiageo/gg_relations.c.
2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 .... 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 .... 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 .... 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 .... 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 .... 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 .... 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 .... 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 .... 2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 .... 2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 .... 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578 .... 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 2623 2624 2625 .... 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 .... 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 .... 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 .... 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 .... 3386 3387 3388 3389 3390 3391 3392 3393 3394 3395 3396 3397 3398 3399 .... 3434 3435 3436 3437 3438 3439 3440 3441 3442 3443 3444 3445 3446 3447 .... 3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 .... 3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 3528 .... 3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 .... 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 .... 3638 3639 3640 3641 3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 .... 3703 3704 3705 3706 3707 3708 3709 3710 3711 3712 3713 3714 3715 3716 |
g1 = gaiaToGeos (geom1); g2 = gaiaToGeos (geom2); g3 = GEOSIntersection (g1, g2); GEOSGeom_destroy (g1); GEOSGeom_destroy (g2); if (!g3) return NULL; if (geom1->DimensionModel == GAIA_XY_Z) geo = gaiaFromGeos_XYZ (g3); else if (geom1->DimensionModel == GAIA_XY_M) geo = gaiaFromGeos_XYM (g3); else if (geom1->DimensionModel == GAIA_XY_Z_M) geo = gaiaFromGeos_XYZM (g3); else ................................................................................ g1 = gaiaToGeos_r (cache, geom1); g2 = gaiaToGeos_r (cache, geom2); g3 = GEOSIntersection_r (handle, g1, g2); GEOSGeom_destroy_r (handle, g1); GEOSGeom_destroy_r (handle, g2); if (!g3) return NULL; if (geom1->DimensionModel == GAIA_XY_Z) geo = gaiaFromGeos_XYZ_r (cache, g3); else if (geom1->DimensionModel == GAIA_XY_M) geo = gaiaFromGeos_XYM_r (cache, g3); else if (geom1->DimensionModel == GAIA_XY_Z_M) geo = gaiaFromGeos_XYZM_r (cache, g3); else ................................................................................ if (gaiaIsToxic (geom1) || gaiaIsToxic (geom2)) return NULL; g1 = gaiaToGeos (geom1); g2 = gaiaToGeos (geom2); g3 = GEOSUnion (g1, g2); GEOSGeom_destroy (g1); GEOSGeom_destroy (g2); if (geom1->DimensionModel == GAIA_XY_Z) geo = gaiaFromGeos_XYZ (g3); else if (geom1->DimensionModel == GAIA_XY_M) geo = gaiaFromGeos_XYM (g3); else if (geom1->DimensionModel == GAIA_XY_Z_M) geo = gaiaFromGeos_XYZM (g3); else ................................................................................ if (gaiaIsToxic_r (cache, geom1) || gaiaIsToxic_r (cache, geom2)) return NULL; g1 = gaiaToGeos_r (cache, geom1); g2 = gaiaToGeos_r (cache, geom2); g3 = GEOSUnion_r (handle, g1, g2); GEOSGeom_destroy_r (handle, g1); GEOSGeom_destroy_r (handle, g2); if (geom1->DimensionModel == GAIA_XY_Z) geo = gaiaFromGeos_XYZ_r (cache, g3); else if (geom1->DimensionModel == GAIA_XY_M) geo = gaiaFromGeos_XYM_r (cache, g3); else if (geom1->DimensionModel == GAIA_XY_Z_M) geo = gaiaFromGeos_XYZM_r (cache, g3); else ................................................................................ return NULL; g1 = gaiaToGeos (geom); g2 = GEOSUnionCascaded (g1); GEOSGeom_destroy (g1); if (!g2) return NULL; if (geom->DimensionModel == GAIA_XY_Z) result = gaiaFromGeos_XYZ (g2); else if (geom->DimensionModel == GAIA_XY_M) result = gaiaFromGeos_XYM (g2); else if (geom->DimensionModel == GAIA_XY_Z_M) result = gaiaFromGeos_XYZM (g2); else ................................................................................ return NULL; g1 = gaiaToGeos_r (cache, geom); g2 = GEOSUnionCascaded_r (handle, g1); GEOSGeom_destroy_r (handle, g1); if (!g2) return NULL; if (geom->DimensionModel == GAIA_XY_Z) result = gaiaFromGeos_XYZ_r (cache, g2); else if (geom->DimensionModel == GAIA_XY_M) result = gaiaFromGeos_XYM_r (cache, g2); else if (geom->DimensionModel == GAIA_XY_Z_M) result = gaiaFromGeos_XYZM_r (cache, g2); else ................................................................................ g1 = gaiaToGeos (geom1); g2 = gaiaToGeos (geom2); g3 = GEOSDifference (g1, g2); GEOSGeom_destroy (g1); GEOSGeom_destroy (g2); if (!g3) return NULL; if (geom1->DimensionModel == GAIA_XY_Z) geo = gaiaFromGeos_XYZ (g3); else if (geom1->DimensionModel == GAIA_XY_M) geo = gaiaFromGeos_XYM (g3); else if (geom1->DimensionModel == GAIA_XY_Z_M) geo = gaiaFromGeos_XYZM (g3); else ................................................................................ g1 = gaiaToGeos_r (cache, geom1); g2 = gaiaToGeos_r (cache, geom2); g3 = GEOSDifference_r (handle, g1, g2); GEOSGeom_destroy_r (handle, g1); GEOSGeom_destroy_r (handle, g2); if (!g3) return NULL; if (geom1->DimensionModel == GAIA_XY_Z) geo = gaiaFromGeos_XYZ_r (cache, g3); else if (geom1->DimensionModel == GAIA_XY_M) geo = gaiaFromGeos_XYM_r (cache, g3); else if (geom1->DimensionModel == GAIA_XY_Z_M) geo = gaiaFromGeos_XYZM_r (cache, g3); else ................................................................................ g1 = gaiaToGeos (geom1); g2 = gaiaToGeos (geom2); g3 = GEOSSymDifference (g1, g2); GEOSGeom_destroy (g1); GEOSGeom_destroy (g2); if (!g3) return NULL; if (geom1->DimensionModel == GAIA_XY_Z) geo = gaiaFromGeos_XYZ (g3); else if (geom1->DimensionModel == GAIA_XY_M) geo = gaiaFromGeos_XYM (g3); else if (geom1->DimensionModel == GAIA_XY_Z_M) geo = gaiaFromGeos_XYZM (g3); else ................................................................................ g1 = gaiaToGeos_r (cache, geom1); g2 = gaiaToGeos_r (cache, geom2); g3 = GEOSSymDifference_r (handle, g1, g2); GEOSGeom_destroy_r (handle, g1); GEOSGeom_destroy_r (handle, g2); if (!g3) return NULL; if (geom1->DimensionModel == GAIA_XY_Z) geo = gaiaFromGeos_XYZ_r (cache, g3); else if (geom1->DimensionModel == GAIA_XY_M) geo = gaiaFromGeos_XYM_r (cache, g3); else if (geom1->DimensionModel == GAIA_XY_Z_M) geo = gaiaFromGeos_XYZM_r (cache, g3); else ................................................................................ if (gaiaIsToxic (geom)) return NULL; g1 = gaiaToGeos (geom); g2 = GEOSBoundary (g1); GEOSGeom_destroy (g1); if (!g2) return NULL; if (geom->DimensionModel == GAIA_XY_Z) geo = gaiaFromGeos_XYZ (g2); else if (geom->DimensionModel == GAIA_XY_M) geo = gaiaFromGeos_XYM (g2); else if (geom->DimensionModel == GAIA_XY_Z_M) geo = gaiaFromGeos_XYZM (g2); else ................................................................................ if (gaiaIsToxic_r (cache, geom)) return NULL; g1 = gaiaToGeos_r (cache, geom); g2 = GEOSBoundary_r (handle, g1); GEOSGeom_destroy_r (handle, g1); if (!g2) return NULL; if (geom->DimensionModel == GAIA_XY_Z) geo = gaiaFromGeos_XYZ_r (cache, g2); else if (geom->DimensionModel == GAIA_XY_M) geo = gaiaFromGeos_XYM_r (cache, g2); else if (geom->DimensionModel == GAIA_XY_Z_M) geo = gaiaFromGeos_XYZM_r (cache, g2); else ................................................................................ return 0; } g1 = gaiaToGeos (geom); g2 = GEOSGetCentroid (g1); GEOSGeom_destroy (g1); if (!g2) return 0; if (geom->DimensionModel == GAIA_XY_Z) geo = gaiaFromGeos_XYZ (g2); else if (geom->DimensionModel == GAIA_XY_M) geo = gaiaFromGeos_XYM (g2); else if (geom->DimensionModel == GAIA_XY_Z_M) geo = gaiaFromGeos_XYZM (g2); else ................................................................................ return 0; } g1 = gaiaToGeos_r (cache, geom); g2 = GEOSGetCentroid_r (handle, g1); GEOSGeom_destroy_r (handle, g1); if (!g2) return 0; if (geom->DimensionModel == GAIA_XY_Z) geo = gaiaFromGeos_XYZ_r (cache, g2); else if (geom->DimensionModel == GAIA_XY_M) geo = gaiaFromGeos_XYM_r (cache, g2); else if (geom->DimensionModel == GAIA_XY_Z_M) geo = gaiaFromGeos_XYZM_r (cache, g2); else ................................................................................ return 0; } g1 = gaiaToGeos (geom); g2 = GEOSPointOnSurface (g1); GEOSGeom_destroy (g1); if (!g2) return 0; if (geom->DimensionModel == GAIA_XY_Z) geo = gaiaFromGeos_XYZ (g2); else if (geom->DimensionModel == GAIA_XY_M) geo = gaiaFromGeos_XYM (g2); else if (geom->DimensionModel == GAIA_XY_Z_M) geo = gaiaFromGeos_XYZM (g2); else ................................................................................ return 0; } g1 = gaiaToGeos_r (cache, geom); g2 = GEOSPointOnSurface_r (handle, g1); GEOSGeom_destroy_r (handle, g1); if (!g2) return 0; if (geom->DimensionModel == GAIA_XY_Z) geo = gaiaFromGeos_XYZ_r (cache, g2); else if (geom->DimensionModel == GAIA_XY_M) geo = gaiaFromGeos_XYM_r (cache, g2); else if (geom->DimensionModel == GAIA_XY_Z_M) geo = gaiaFromGeos_XYZM_r (cache, g2); else ................................................................................ if (gaiaIsToxic (geom)) return NULL; g1 = gaiaToGeos (geom); g2 = GEOSSimplify (g1, tolerance); GEOSGeom_destroy (g1); if (!g2) return NULL; if (geom->DimensionModel == GAIA_XY_Z) geo = gaiaFromGeos_XYZ (g2); else if (geom->DimensionModel == GAIA_XY_M) geo = gaiaFromGeos_XYM (g2); else if (geom->DimensionModel == GAIA_XY_Z_M) geo = gaiaFromGeos_XYZM (g2); else ................................................................................ if (gaiaIsToxic_r (cache, geom)) return NULL; g1 = gaiaToGeos_r (cache, geom); g2 = GEOSSimplify_r (handle, g1, tolerance); GEOSGeom_destroy_r (handle, g1); if (!g2) return NULL; if (geom->DimensionModel == GAIA_XY_Z) geo = gaiaFromGeos_XYZ_r (cache, g2); else if (geom->DimensionModel == GAIA_XY_M) geo = gaiaFromGeos_XYM_r (cache, g2); else if (geom->DimensionModel == GAIA_XY_Z_M) geo = gaiaFromGeos_XYZM_r (cache, g2); else ................................................................................ if (gaiaIsToxic (geom)) return NULL; g1 = gaiaToGeos (geom); g2 = GEOSTopologyPreserveSimplify (g1, tolerance); GEOSGeom_destroy (g1); if (!g2) return NULL; if (geom->DimensionModel == GAIA_XY_Z) geo = gaiaFromGeos_XYZ (g2); else if (geom->DimensionModel == GAIA_XY_M) geo = gaiaFromGeos_XYM (g2); else if (geom->DimensionModel == GAIA_XY_Z_M) geo = gaiaFromGeos_XYZM (g2); else ................................................................................ if (gaiaIsToxic_r (cache, geom)) return NULL; g1 = gaiaToGeos_r (cache, geom); g2 = GEOSTopologyPreserveSimplify_r (handle, g1, tolerance); GEOSGeom_destroy_r (handle, g1); if (!g2) return NULL; if (geom->DimensionModel == GAIA_XY_Z) geo = gaiaFromGeos_XYZ_r (cache, g2); else if (geom->DimensionModel == GAIA_XY_M) geo = gaiaFromGeos_XYM_r (cache, g2); else if (geom->DimensionModel == GAIA_XY_Z_M) geo = gaiaFromGeos_XYZM_r (cache, g2); else ................................................................................ if (gaiaIsToxic (geom)) return NULL; g1 = gaiaToGeos (geom); g2 = GEOSConvexHull (g1); GEOSGeom_destroy (g1); if (!g2) return NULL; if (geom->DimensionModel == GAIA_XY_Z) geo = gaiaFromGeos_XYZ (g2); else if (geom->DimensionModel == GAIA_XY_M) geo = gaiaFromGeos_XYM (g2); else if (geom->DimensionModel == GAIA_XY_Z_M) geo = gaiaFromGeos_XYZM (g2); else ................................................................................ if (gaiaIsToxic_r (cache, geom)) return NULL; g1 = gaiaToGeos_r (cache, geom); g2 = GEOSConvexHull_r (handle, g1); GEOSGeom_destroy_r (handle, g1); if (!g2) return NULL; if (geom->DimensionModel == GAIA_XY_Z) geo = gaiaFromGeos_XYZ_r (cache, g2); else if (geom->DimensionModel == GAIA_XY_M) geo = gaiaFromGeos_XYM_r (cache, g2); else if (geom->DimensionModel == GAIA_XY_Z_M) geo = gaiaFromGeos_XYZM_r (cache, g2); else ................................................................................ GEOSBufferParams_setSingleSided (params, 0); g2 = GEOSBufferWithParams (g1, params, radius); GEOSGeom_destroy (g1); GEOSBufferParams_destroy (params); if (!g2) return NULL; if (geom->DimensionModel == GAIA_XY_Z) geo = gaiaFromGeos_XYZ (g2); else if (geom->DimensionModel == GAIA_XY_M) geo = gaiaFromGeos_XYM (g2); else if (geom->DimensionModel == GAIA_XY_Z_M) geo = gaiaFromGeos_XYZM (g2); else ................................................................................ GEOSBufferParams_setSingleSided_r (handle, params, 0); g2 = GEOSBufferWithParams_r (handle, g1, params, radius); GEOSGeom_destroy_r (handle, g1); GEOSBufferParams_destroy_r (handle, params); if (!g2) return NULL; if (geom->DimensionModel == GAIA_XY_Z) geo = gaiaFromGeos_XYZ_r (cache, g2); else if (geom->DimensionModel == GAIA_XY_M) geo = gaiaFromGeos_XYM_r (cache, g2); else if (geom->DimensionModel == GAIA_XY_Z_M) geo = gaiaFromGeos_XYZM_r (cache, g2); else |
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > |
2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 .... 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 .... 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 .... 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 .... 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 .... 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 .... 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 .... 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 .... 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 .... 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 2596 2597 2598 2599 .... 2619 2620 2621 2622 2623 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 .... 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 .... 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 .... 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 .... 2820 2821 2822 2823 2824 2825 2826 2827 2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 .... 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 .... 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 3481 3482 3483 3484 3485 3486 3487 3488 .... 3523 3524 3525 3526 3527 3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 .... 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 .... 3614 3615 3616 3617 3618 3619 3620 3621 3622 3623 3624 3625 3626 3627 3628 3629 3630 3631 3632 .... 3652 3653 3654 3655 3656 3657 3658 3659 3660 3661 3662 3663 3664 3665 3666 3667 3668 3669 3670 .... 3704 3705 3706 3707 3708 3709 3710 3711 3712 3713 3714 3715 3716 3717 3718 3719 3720 3721 3722 .... 3752 3753 3754 3755 3756 3757 3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 .... 3822 3823 3824 3825 3826 3827 3828 3829 3830 3831 3832 3833 3834 3835 3836 3837 3838 3839 3840 |
g1 = gaiaToGeos (geom1); g2 = gaiaToGeos (geom2); g3 = GEOSIntersection (g1, g2); GEOSGeom_destroy (g1); GEOSGeom_destroy (g2); if (!g3) return NULL; if (GEOSisEmpty (g3) == 1) { GEOSGeom_destroy (g3); return NULL; } if (geom1->DimensionModel == GAIA_XY_Z) geo = gaiaFromGeos_XYZ (g3); else if (geom1->DimensionModel == GAIA_XY_M) geo = gaiaFromGeos_XYM (g3); else if (geom1->DimensionModel == GAIA_XY_Z_M) geo = gaiaFromGeos_XYZM (g3); else ................................................................................ g1 = gaiaToGeos_r (cache, geom1); g2 = gaiaToGeos_r (cache, geom2); g3 = GEOSIntersection_r (handle, g1, g2); GEOSGeom_destroy_r (handle, g1); GEOSGeom_destroy_r (handle, g2); if (!g3) return NULL; if (GEOSisEmpty_r (handle, g3) == 1) { GEOSGeom_destroy_r (handle, g3); return NULL; } if (geom1->DimensionModel == GAIA_XY_Z) geo = gaiaFromGeos_XYZ_r (cache, g3); else if (geom1->DimensionModel == GAIA_XY_M) geo = gaiaFromGeos_XYM_r (cache, g3); else if (geom1->DimensionModel == GAIA_XY_Z_M) geo = gaiaFromGeos_XYZM_r (cache, g3); else ................................................................................ if (gaiaIsToxic (geom1) || gaiaIsToxic (geom2)) return NULL; g1 = gaiaToGeos (geom1); g2 = gaiaToGeos (geom2); g3 = GEOSUnion (g1, g2); GEOSGeom_destroy (g1); GEOSGeom_destroy (g2); if (g3 == NULL) return NULL; if (GEOSisEmpty (g3) == 1) { GEOSGeom_destroy (g3); return NULL; } if (geom1->DimensionModel == GAIA_XY_Z) geo = gaiaFromGeos_XYZ (g3); else if (geom1->DimensionModel == GAIA_XY_M) geo = gaiaFromGeos_XYM (g3); else if (geom1->DimensionModel == GAIA_XY_Z_M) geo = gaiaFromGeos_XYZM (g3); else ................................................................................ if (gaiaIsToxic_r (cache, geom1) || gaiaIsToxic_r (cache, geom2)) return NULL; g1 = gaiaToGeos_r (cache, geom1); g2 = gaiaToGeos_r (cache, geom2); g3 = GEOSUnion_r (handle, g1, g2); GEOSGeom_destroy_r (handle, g1); GEOSGeom_destroy_r (handle, g2); if (g3 == NULL) return NULL; if (GEOSisEmpty_r (handle, g3) == 1) { GEOSGeom_destroy_r (handle, g3); return NULL; } if (geom1->DimensionModel == GAIA_XY_Z) geo = gaiaFromGeos_XYZ_r (cache, g3); else if (geom1->DimensionModel == GAIA_XY_M) geo = gaiaFromGeos_XYM_r (cache, g3); else if (geom1->DimensionModel == GAIA_XY_Z_M) geo = gaiaFromGeos_XYZM_r (cache, g3); else ................................................................................ return NULL; g1 = gaiaToGeos (geom); g2 = GEOSUnionCascaded (g1); GEOSGeom_destroy (g1); if (!g2) return NULL; if (GEOSisEmpty (g2) == 1) { GEOSGeom_destroy (g2); return NULL; } if (geom->DimensionModel == GAIA_XY_Z) result = gaiaFromGeos_XYZ (g2); else if (geom->DimensionModel == GAIA_XY_M) result = gaiaFromGeos_XYM (g2); else if (geom->DimensionModel == GAIA_XY_Z_M) result = gaiaFromGeos_XYZM (g2); else ................................................................................ return NULL; g1 = gaiaToGeos_r (cache, geom); g2 = GEOSUnionCascaded_r (handle, g1); GEOSGeom_destroy_r (handle, g1); if (!g2) return NULL; if (GEOSisEmpty_r (handle, g2) == 1) { GEOSGeom_destroy_r (handle, g2); return NULL; } if (geom->DimensionModel == GAIA_XY_Z) result = gaiaFromGeos_XYZ_r (cache, g2); else if (geom->DimensionModel == GAIA_XY_M) result = gaiaFromGeos_XYM_r (cache, g2); else if (geom->DimensionModel == GAIA_XY_Z_M) result = gaiaFromGeos_XYZM_r (cache, g2); else ................................................................................ g1 = gaiaToGeos (geom1); g2 = gaiaToGeos (geom2); g3 = GEOSDifference (g1, g2); GEOSGeom_destroy (g1); GEOSGeom_destroy (g2); if (!g3) return NULL; if (GEOSisEmpty (g3) == 1) { GEOSGeom_destroy (g3); return NULL; } if (geom1->DimensionModel == GAIA_XY_Z) geo = gaiaFromGeos_XYZ (g3); else if (geom1->DimensionModel == GAIA_XY_M) geo = gaiaFromGeos_XYM (g3); else if (geom1->DimensionModel == GAIA_XY_Z_M) geo = gaiaFromGeos_XYZM (g3); else ................................................................................ g1 = gaiaToGeos_r (cache, geom1); g2 = gaiaToGeos_r (cache, geom2); g3 = GEOSDifference_r (handle, g1, g2); GEOSGeom_destroy_r (handle, g1); GEOSGeom_destroy_r (handle, g2); if (!g3) return NULL; if (GEOSisEmpty_r (handle, g3) == 1) { GEOSGeom_destroy_r (handle, g3); return NULL; } if (geom1->DimensionModel == GAIA_XY_Z) geo = gaiaFromGeos_XYZ_r (cache, g3); else if (geom1->DimensionModel == GAIA_XY_M) geo = gaiaFromGeos_XYM_r (cache, g3); else if (geom1->DimensionModel == GAIA_XY_Z_M) geo = gaiaFromGeos_XYZM_r (cache, g3); else ................................................................................ g1 = gaiaToGeos (geom1); g2 = gaiaToGeos (geom2); g3 = GEOSSymDifference (g1, g2); GEOSGeom_destroy (g1); GEOSGeom_destroy (g2); if (!g3) return NULL; if (GEOSisEmpty (g3) == 1) { GEOSGeom_destroy (g3); return NULL; } if (geom1->DimensionModel == GAIA_XY_Z) geo = gaiaFromGeos_XYZ (g3); else if (geom1->DimensionModel == GAIA_XY_M) geo = gaiaFromGeos_XYM (g3); else if (geom1->DimensionModel == GAIA_XY_Z_M) geo = gaiaFromGeos_XYZM (g3); else ................................................................................ g1 = gaiaToGeos_r (cache, geom1); g2 = gaiaToGeos_r (cache, geom2); g3 = GEOSSymDifference_r (handle, g1, g2); GEOSGeom_destroy_r (handle, g1); GEOSGeom_destroy_r (handle, g2); if (!g3) return NULL; if (GEOSisEmpty_r (handle, g3) == 1) { GEOSGeom_destroy_r (handle, g3); return NULL; } if (geom1->DimensionModel == GAIA_XY_Z) geo = gaiaFromGeos_XYZ_r (cache, g3); else if (geom1->DimensionModel == GAIA_XY_M) geo = gaiaFromGeos_XYM_r (cache, g3); else if (geom1->DimensionModel == GAIA_XY_Z_M) geo = gaiaFromGeos_XYZM_r (cache, g3); else ................................................................................ if (gaiaIsToxic (geom)) return NULL; g1 = gaiaToGeos (geom); g2 = GEOSBoundary (g1); GEOSGeom_destroy (g1); if (!g2) return NULL; if (GEOSisEmpty (g2) == 1) { GEOSGeom_destroy (g2); return NULL; } if (geom->DimensionModel == GAIA_XY_Z) geo = gaiaFromGeos_XYZ (g2); else if (geom->DimensionModel == GAIA_XY_M) geo = gaiaFromGeos_XYM (g2); else if (geom->DimensionModel == GAIA_XY_Z_M) geo = gaiaFromGeos_XYZM (g2); else ................................................................................ if (gaiaIsToxic_r (cache, geom)) return NULL; g1 = gaiaToGeos_r (cache, geom); g2 = GEOSBoundary_r (handle, g1); GEOSGeom_destroy_r (handle, g1); if (!g2) return NULL; if (GEOSisEmpty_r (handle, g2) == 1) { GEOSGeom_destroy_r (handle, g2); return NULL; } if (geom->DimensionModel == GAIA_XY_Z) geo = gaiaFromGeos_XYZ_r (cache, g2); else if (geom->DimensionModel == GAIA_XY_M) geo = gaiaFromGeos_XYM_r (cache, g2); else if (geom->DimensionModel == GAIA_XY_Z_M) geo = gaiaFromGeos_XYZM_r (cache, g2); else ................................................................................ return 0; } g1 = gaiaToGeos (geom); g2 = GEOSGetCentroid (g1); GEOSGeom_destroy (g1); if (!g2) return 0; if (GEOSisEmpty (g2) == 1) { GEOSGeom_destroy (g2); return 0; } if (geom->DimensionModel == GAIA_XY_Z) geo = gaiaFromGeos_XYZ (g2); else if (geom->DimensionModel == GAIA_XY_M) geo = gaiaFromGeos_XYM (g2); else if (geom->DimensionModel == GAIA_XY_Z_M) geo = gaiaFromGeos_XYZM (g2); else ................................................................................ return 0; } g1 = gaiaToGeos_r (cache, geom); g2 = GEOSGetCentroid_r (handle, g1); GEOSGeom_destroy_r (handle, g1); if (!g2) return 0; if (GEOSisEmpty_r (handle, g2) == 1) { GEOSGeom_destroy_r (handle, g2); return 0; } if (geom->DimensionModel == GAIA_XY_Z) geo = gaiaFromGeos_XYZ_r (cache, g2); else if (geom->DimensionModel == GAIA_XY_M) geo = gaiaFromGeos_XYM_r (cache, g2); else if (geom->DimensionModel == GAIA_XY_Z_M) geo = gaiaFromGeos_XYZM_r (cache, g2); else ................................................................................ return 0; } g1 = gaiaToGeos (geom); g2 = GEOSPointOnSurface (g1); GEOSGeom_destroy (g1); if (!g2) return 0; if (GEOSisEmpty (g2) == 1) { GEOSGeom_destroy (g2); return 0; } if (geom->DimensionModel == GAIA_XY_Z) geo = gaiaFromGeos_XYZ (g2); else if (geom->DimensionModel == GAIA_XY_M) geo = gaiaFromGeos_XYM (g2); else if (geom->DimensionModel == GAIA_XY_Z_M) geo = gaiaFromGeos_XYZM (g2); else ................................................................................ return 0; } g1 = gaiaToGeos_r (cache, geom); g2 = GEOSPointOnSurface_r (handle, g1); GEOSGeom_destroy_r (handle, g1); if (!g2) return 0; if (GEOSisEmpty_r (handle, g2) == 1) { GEOSGeom_destroy_r (handle, g2); return 0; } if (geom->DimensionModel == GAIA_XY_Z) geo = gaiaFromGeos_XYZ_r (cache, g2); else if (geom->DimensionModel == GAIA_XY_M) geo = gaiaFromGeos_XYM_r (cache, g2); else if (geom->DimensionModel == GAIA_XY_Z_M) geo = gaiaFromGeos_XYZM_r (cache, g2); else ................................................................................ if (gaiaIsToxic (geom)) return NULL; g1 = gaiaToGeos (geom); g2 = GEOSSimplify (g1, tolerance); GEOSGeom_destroy (g1); if (!g2) return NULL; if (GEOSisEmpty (g2) == 1) { GEOSGeom_destroy (g2); return NULL; } if (geom->DimensionModel == GAIA_XY_Z) geo = gaiaFromGeos_XYZ (g2); else if (geom->DimensionModel == GAIA_XY_M) geo = gaiaFromGeos_XYM (g2); else if (geom->DimensionModel == GAIA_XY_Z_M) geo = gaiaFromGeos_XYZM (g2); else ................................................................................ if (gaiaIsToxic_r (cache, geom)) return NULL; g1 = gaiaToGeos_r (cache, geom); g2 = GEOSSimplify_r (handle, g1, tolerance); GEOSGeom_destroy_r (handle, g1); if (!g2) return NULL; if (GEOSisEmpty_r (handle, g2) == 1) { GEOSGeom_destroy_r (handle, g2); return NULL; } if (geom->DimensionModel == GAIA_XY_Z) geo = gaiaFromGeos_XYZ_r (cache, g2); else if (geom->DimensionModel == GAIA_XY_M) geo = gaiaFromGeos_XYM_r (cache, g2); else if (geom->DimensionModel == GAIA_XY_Z_M) geo = gaiaFromGeos_XYZM_r (cache, g2); else ................................................................................ if (gaiaIsToxic (geom)) return NULL; g1 = gaiaToGeos (geom); g2 = GEOSTopologyPreserveSimplify (g1, tolerance); GEOSGeom_destroy (g1); if (!g2) return NULL; if (GEOSisEmpty (g2) == 1) { GEOSGeom_destroy (g2); return NULL; } if (geom->DimensionModel == GAIA_XY_Z) geo = gaiaFromGeos_XYZ (g2); else if (geom->DimensionModel == GAIA_XY_M) geo = gaiaFromGeos_XYM (g2); else if (geom->DimensionModel == GAIA_XY_Z_M) geo = gaiaFromGeos_XYZM (g2); else ................................................................................ if (gaiaIsToxic_r (cache, geom)) return NULL; g1 = gaiaToGeos_r (cache, geom); g2 = GEOSTopologyPreserveSimplify_r (handle, g1, tolerance); GEOSGeom_destroy_r (handle, g1); if (!g2) return NULL; if (GEOSisEmpty_r (handle, g2) == 1) { GEOSGeom_destroy_r (handle, g2); return NULL; } if (geom->DimensionModel == GAIA_XY_Z) geo = gaiaFromGeos_XYZ_r (cache, g2); else if (geom->DimensionModel == GAIA_XY_M) geo = gaiaFromGeos_XYM_r (cache, g2); else if (geom->DimensionModel == GAIA_XY_Z_M) geo = gaiaFromGeos_XYZM_r (cache, g2); else ................................................................................ if (gaiaIsToxic (geom)) return NULL; g1 = gaiaToGeos (geom); g2 = GEOSConvexHull (g1); GEOSGeom_destroy (g1); if (!g2) return NULL; if (GEOSisEmpty (g2) == 1) { GEOSGeom_destroy (g2); return NULL; } if (geom->DimensionModel == GAIA_XY_Z) geo = gaiaFromGeos_XYZ (g2); else if (geom->DimensionModel == GAIA_XY_M) geo = gaiaFromGeos_XYM (g2); else if (geom->DimensionModel == GAIA_XY_Z_M) geo = gaiaFromGeos_XYZM (g2); else ................................................................................ if (gaiaIsToxic_r (cache, geom)) return NULL; g1 = gaiaToGeos_r (cache, geom); g2 = GEOSConvexHull_r (handle, g1); GEOSGeom_destroy_r (handle, g1); if (!g2) return NULL; if (GEOSisEmpty_r (handle, g2) == 1) { GEOSGeom_destroy_r (handle, g2); return NULL; } if (geom->DimensionModel == GAIA_XY_Z) geo = gaiaFromGeos_XYZ_r (cache, g2); else if (geom->DimensionModel == GAIA_XY_M) geo = gaiaFromGeos_XYM_r (cache, g2); else if (geom->DimensionModel == GAIA_XY_Z_M) geo = gaiaFromGeos_XYZM_r (cache, g2); else ................................................................................ GEOSBufferParams_setSingleSided (params, 0); g2 = GEOSBufferWithParams (g1, params, radius); GEOSGeom_destroy (g1); GEOSBufferParams_destroy (params); if (!g2) return NULL; if (GEOSisEmpty (g2) == 1) { GEOSGeom_destroy (g2); return NULL; } if (geom->DimensionModel == GAIA_XY_Z) geo = gaiaFromGeos_XYZ (g2); else if (geom->DimensionModel == GAIA_XY_M) geo = gaiaFromGeos_XYM (g2); else if (geom->DimensionModel == GAIA_XY_Z_M) geo = gaiaFromGeos_XYZM (g2); else ................................................................................ GEOSBufferParams_setSingleSided_r (handle, params, 0); g2 = GEOSBufferWithParams_r (handle, g1, params, radius); GEOSGeom_destroy_r (handle, g1); GEOSBufferParams_destroy_r (handle, params); if (!g2) return NULL; if (GEOSisEmpty_r (handle, g2) == 1) { GEOSGeom_destroy_r (handle, g2); return NULL; } if (geom->DimensionModel == GAIA_XY_Z) geo = gaiaFromGeos_XYZ_r (cache, g2); else if (geom->DimensionModel == GAIA_XY_M) geo = gaiaFromGeos_XYM_r (cache, g2); else if (geom->DimensionModel == GAIA_XY_Z_M) geo = gaiaFromGeos_XYZM_r (cache, g2); else |
Changes to src/gaiageo/gg_shape.c.
607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 .... 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 2594 .... 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 2623 2624 2625 .... 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 .... 4872 4873 4874 4875 4876 4877 4878 4879 4880 4881 4882 4883 4884 4885 4886 .... 4951 4952 4953 4954 4955 4956 4957 4958 4959 4960 4961 4962 4963 4964 4965 .... 5181 5182 5183 5184 5185 5186 5187 5188 5189 5190 5191 5192 5193 5194 .... 5304 5305 5306 5307 5308 5309 5310 5311 5312 5313 5314 5315 5316 5317 5318 .... 5321 5322 5323 5324 5325 5326 5327 5328 5329 5330 5331 5332 5333 5334 |
len = strlen ((char *) field_name); utf8len = 2048; pBuf = (char *) field_name; pUtf8buf = utf8buf; if (iconv ((iconv_t) (shp->IconvObj), &pBuf, &len, &pUtf8buf, &utf8len) == (size_t) (-1)) goto conversion_error; memcpy (field_name, utf8buf, 2048 - utf8len); field_name[2048 - utf8len] = '\0'; gaiaAddDbfField (dbf_list, field_name, *(bf + 11), off_dbf, *(bf + 16), *(bf + 17)); off_dbf += *(bf + 16); } if (!gaiaIsValidDbfList (dbf_list)) ................................................................................ shp->Dbf->RowId = current_row; shp->Dbf->Geometry = geom; /* fetching the DBF values */ pFld = shp->Dbf->First; while (pFld) { if (!parseDbfField (shp->BufDbf, shp->IconvObj, pFld, text_dates)) goto conversion_error; pFld = pFld->Next; } if (shp->LastError) free (shp->LastError); shp->LastError = NULL; shp_free_rings (&ringsColl); return 1; ................................................................................ if (shp->LastError) free (shp->LastError); shp->LastError = NULL; return -1; conversion_error: if (shp->LastError) free (shp->LastError); sprintf (errMsg, "Invalid character sequence"); len = strlen (errMsg); shp->LastError = malloc (len + 1); strcpy (shp->LastError, errMsg); shp_free_rings (&ringsColl); return 0; } ................................................................................ utf8len = 2048; pBuf = dynbuf; pUtf8buf = utf8buf; if (iconv ((iconv_t) (shp->IconvObj), &pBuf, &len, &pUtf8buf, &utf8len) == (size_t) (-1)) { free (dynbuf); goto conversion_error; } memcpy (dynbuf, utf8buf, 2048 - utf8len); dynbuf[2048 - utf8len] = '\0'; if (strlen (dynbuf) < fld->Length) memcpy (shp->BufDbf + fld->Offset + 1, dynbuf, ................................................................................ len = strlen ((char *) field_name); utf8len = 2048; pBuf = (char *) field_name; pUtf8buf = utf8buf; if (iconv ((iconv_t) (dbf->IconvObj), &pBuf, &len, &pUtf8buf, &utf8len) == (size_t) (-1)) goto conversion_error; memcpy (field_name, utf8buf, 2048 - utf8len); field_name[2048 - utf8len] = '\0'; gaiaAddDbfField (dbf_list, field_name, *(bf + 11), off_dbf, *(bf + 16), *(bf + 17)); off_dbf += *(bf + 16); } if (!gaiaIsValidDbfList (dbf_list)) ................................................................................ if (fl_dbf) fclose (fl_dbf); return; conversion_error: /* libiconv error */ if (dbf->LastError) free (dbf->LastError); sprintf (errMsg, "'%s' field name: invalid character sequence", path); len = strlen (errMsg); dbf->LastError = malloc (len + 1); strcpy (dbf->LastError, errMsg); gaiaFreeDbfList (dbf_list); if (fl_dbf) fclose (fl_dbf); return; ................................................................................ utf8len = 2048; pBuf = dynbuf; pUtf8buf = utf8buf; if (iconv ((iconv_t) (dbf->IconvObj), &pBuf, &len, &pUtf8buf, &utf8len) == (size_t) (-1)) { free (dynbuf); goto conversion_error; } memcpy (dynbuf, utf8buf, 2048 - utf8len); dynbuf[2048 - utf8len] = '\0'; if (strlen (dynbuf) < fld->Length) memcpy (dbf->BufDbf + fld->Offset + 1, dynbuf, ................................................................................ return 1; } /* fetching the DBF values */ pFld = dbf->Dbf->First; while (pFld) { if (!parseDbfField (dbf->BufDbf, dbf->IconvObj, pFld, text_dates)) goto conversion_error; pFld = pFld->Next; } if (dbf->LastError) free (dbf->LastError); dbf->LastError = NULL; *deleted = 0; return 1; ................................................................................ free (dbf->LastError); dbf->LastError = NULL; return 0; conversion_error: if (dbf->LastError) free (dbf->LastError); sprintf (errMsg, "Invalid character sequence"); len = strlen (errMsg); dbf->LastError = malloc (len + 1); strcpy (dbf->LastError, errMsg); return 0; } #endif /* ICONV enabled/disabled */ |
> > > > | > > > > > > > > | > | > > > > > > > | > | > > > > > > > > > > | > > |
607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 .... 2585 2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 2607 .... 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 .... 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 2863 2864 2865 2866 .... 4888 4889 4890 4891 4892 4893 4894 4895 4896 4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 .... 4972 4973 4974 4975 4976 4977 4978 4979 4980 4981 4982 4983 4984 4985 4986 .... 5202 5203 5204 5205 5206 5207 5208 5209 5210 5211 5212 5213 5214 5215 5216 5217 5218 .... 5328 5329 5330 5331 5332 5333 5334 5335 5336 5337 5338 5339 5340 5341 5342 5343 5344 5345 5346 5347 5348 5349 5350 .... 5353 5354 5355 5356 5357 5358 5359 5360 5361 5362 5363 5364 5365 5366 5367 |
len = strlen ((char *) field_name); utf8len = 2048; pBuf = (char *) field_name; pUtf8buf = utf8buf; if (iconv ((iconv_t) (shp->IconvObj), &pBuf, &len, &pUtf8buf, &utf8len) == (size_t) (-1)) { spatialite_e ("**** libiconv: unable to convert string=\"%s\"\n", field_name); goto conversion_error; } memcpy (field_name, utf8buf, 2048 - utf8len); field_name[2048 - utf8len] = '\0'; gaiaAddDbfField (dbf_list, field_name, *(bf + 11), off_dbf, *(bf + 16), *(bf + 17)); off_dbf += *(bf + 16); } if (!gaiaIsValidDbfList (dbf_list)) ................................................................................ shp->Dbf->RowId = current_row; shp->Dbf->Geometry = geom; /* fetching the DBF values */ pFld = shp->Dbf->First; while (pFld) { if (!parseDbfField (shp->BufDbf, shp->IconvObj, pFld, text_dates)) { char *text = malloc (pFld->Length + 1); memcpy (text, shp->BufDbf + pFld->Offset + 1, pFld->Length); text[pFld->Length] = '\0'; spatialite_e ("**** libiconv: unable to convert string=\"%s\"\n", text); free (text); goto conversion_error; } pFld = pFld->Next; } if (shp->LastError) free (shp->LastError); shp->LastError = NULL; shp_free_rings (&ringsColl); return 1; ................................................................................ if (shp->LastError) free (shp->LastError); shp->LastError = NULL; return -1; conversion_error: if (shp->LastError) free (shp->LastError); sprintf (errMsg, "Invalid character sequence at DBF line %d", current_row); len = strlen (errMsg); shp->LastError = malloc (len + 1); strcpy (shp->LastError, errMsg); shp_free_rings (&ringsColl); return 0; } ................................................................................ utf8len = 2048; pBuf = dynbuf; pUtf8buf = utf8buf; if (iconv ((iconv_t) (shp->IconvObj), &pBuf, &len, &pUtf8buf, &utf8len) == (size_t) (-1)) { spatialite_e ("**** libiconv: unable to convert string=\"%s\"\n", dynbuf); free (dynbuf); goto conversion_error; } memcpy (dynbuf, utf8buf, 2048 - utf8len); dynbuf[2048 - utf8len] = '\0'; if (strlen (dynbuf) < fld->Length) memcpy (shp->BufDbf + fld->Offset + 1, dynbuf, ................................................................................ len = strlen ((char *) field_name); utf8len = 2048; pBuf = (char *) field_name; pUtf8buf = utf8buf; if (iconv ((iconv_t) (dbf->IconvObj), &pBuf, &len, &pUtf8buf, &utf8len) == (size_t) (-1)) { spatialite_e ("**** libiconv: unable to convert string=\"%s\"\n", field_name); goto conversion_error; } memcpy (field_name, utf8buf, 2048 - utf8len); field_name[2048 - utf8len] = '\0'; gaiaAddDbfField (dbf_list, field_name, *(bf + 11), off_dbf, *(bf + 16), *(bf + 17)); off_dbf += *(bf + 16); } if (!gaiaIsValidDbfList (dbf_list)) ................................................................................ if (fl_dbf) fclose (fl_dbf); return; conversion_error: /* libiconv error */ if (dbf->LastError) free (dbf->LastError); sprintf (errMsg, "'%s.dbf' field name: invalid character sequence", path); len = strlen (errMsg); dbf->LastError = malloc (len + 1); strcpy (dbf->LastError, errMsg); gaiaFreeDbfList (dbf_list); if (fl_dbf) fclose (fl_dbf); return; ................................................................................ utf8len = 2048; pBuf = dynbuf; pUtf8buf = utf8buf; if (iconv ((iconv_t) (dbf->IconvObj), &pBuf, &len, &pUtf8buf, &utf8len) == (size_t) (-1)) { spatialite_e ("**** libiconv: unable to convert string=\"%s\"\n", dynbuf); free (dynbuf); goto conversion_error; } memcpy (dynbuf, utf8buf, 2048 - utf8len); dynbuf[2048 - utf8len] = '\0'; if (strlen (dynbuf) < fld->Length) memcpy (dbf->BufDbf + fld->Offset + 1, dynbuf, ................................................................................ return 1; } /* fetching the DBF values */ pFld = dbf->Dbf->First; while (pFld) { if (!parseDbfField (dbf->BufDbf, dbf->IconvObj, pFld, text_dates)) { char *text = malloc (pFld->Length + 1); memcpy (text, dbf->BufDbf + pFld->Offset + 1, pFld->Length); text[pFld->Length] = '\0'; spatialite_e ("**** libiconv: unable to convert string=\"%s\"\n", text); free (text); goto conversion_error; } pFld = pFld->Next; } if (dbf->LastError) free (dbf->LastError); dbf->LastError = NULL; *deleted = 0; return 1; ................................................................................ free (dbf->LastError); dbf->LastError = NULL; return 0; conversion_error: if (dbf->LastError) free (dbf->LastError); sprintf (errMsg, "Invalid character sequence"); sprintf (errMsg, "Invalid character sequence at DBF line %d", current_row); len = strlen (errMsg); dbf->LastError = malloc (len + 1); strcpy (dbf->LastError, errMsg); return 0; } #endif /* ICONV enabled/disabled */ |
Changes to src/gaiageo/gg_transform.c.
46 47 48 49 50 51 52 53 54 55 56 57 58 59 |
#include <sys/types.h> #include <stdlib.h> #include <stdio.h> #include <string.h> #include <math.h> #if defined(_WIN32) #include <libloaderapi.h> #endif #if defined(_WIN32) && !defined(__MINGW32__) #include "config-msvc.h" #else #include "config.h" |
> |
46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 |
#include <sys/types.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <math.h>
#if defined(_WIN32)
#include <windows.h>
#include <libloaderapi.h>
#endif
#if defined(_WIN32) && !defined(__MINGW32__)
#include "config-msvc.h"
#else
#include "config.h"
|
Changes to src/gaiageo/lemon/Makefile.in.
1 2 3 4 5 6 7 8 9 10 11 ... 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 ... 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 ... 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 |
# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive am__recursive_targets = \ $(RECURSIVE_TARGETS) \ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ distdir am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign src/gaiageo/lemon/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
| | | | | > > > | |
1 2 3 4 5 6 7 8 9 10 11 ... 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 ... 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 ... 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 |
# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive am__recursive_targets = \ $(RECURSIVE_TARGETS) \ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ distdir distdir-am am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign src/gaiageo/lemon/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
Changes to src/gaiageo/lemon/lemon_src/Makefile.in.
1 2 3 4 5 6 7 8 9 10 11 ... 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 ... 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 |
# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign src/gaiageo/lemon/lemon_src/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
| | | | > > > | |
1 2 3 4 5 6 7 8 9 10 11 ... 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 ... 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 |
# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign src/gaiageo/lemon/lemon_src/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
Changes to src/geopackage/Makefile.in.
1 2 3 4 5 6 7 8 9 10 11 ... 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 ... 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 ... 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 ... 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 ... 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 ... 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 ... 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 |
# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign src/geopackage/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/geopackage_la-gaia_cvt_gpkg.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/geopackage_la-gpkgAddGeometryColumn.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/geopackage_la-gpkgBinary.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/geopackage_la-gpkgCreateBaseTables.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/geopackage_la-gpkgCreateTilesTable.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/geopackage_la-gpkgCreateTilesZoomLevel.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/geopackage_la-gpkgGetImageType.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/geopackage_la-gpkgInsertEpsgSRID.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/geopackage_la-gpkgMakePoint.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/geopackage_la-gpkg_add_geometry_triggers.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/geopackage_la-gpkg_add_spatial_index.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/geopackage_la-gpkg_add_tile_triggers.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/geopackage_la-gpkg_get_normal_row.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/geopackage_la-gpkg_get_normal_zoom.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgeopackage_la-gaia_cvt_gpkg.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgeopackage_la-gpkgAddGeometryColumn.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgeopackage_la-gpkgBinary.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgeopackage_la-gpkgCreateBaseTables.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgeopackage_la-gpkgCreateTilesTable.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgeopackage_la-gpkgCreateTilesZoomLevel.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgeopackage_la-gpkgGetImageType.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgeopackage_la-gpkgInsertEpsgSRID.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgeopackage_la-gpkgMakePoint.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgeopackage_la-gpkg_add_geometry_triggers.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgeopackage_la-gpkg_add_spatial_index.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgeopackage_la-gpkg_add_tile_triggers.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgeopackage_la-gpkg_get_normal_row.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgeopackage_la-gpkg_get_normal_zoom.Plo@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< ................................................................................ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ ................................................................................ @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: ................................................................................ install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool ................................................................................ ps-am: uninstall-am: .MAKE: install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \ ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-info \ install-info-am install-man install-pdf install-pdf-am \ install-ps install-ps-am install-strip installcheck \ installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags tags-am uninstall uninstall-am .PRECIOUS: Makefile # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: |
| | | > > > > > > > > > > > > > > > > > > > > > > > > > > > > | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > > > > > > > > > | > > | > > > > > > > > > > > > > > > > > > > > > > > > > > > | > > > > > > > > > > > > > > > > > > > > > > > > > | | | | | | | | | | |
1 2 3 4 5 6 7 8 9 10 11 ... 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 ... 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 ... 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 ... 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 ... 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 ... 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 ... 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 |
# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__maybe_remake_depfiles = depfiles am__depfiles_remade = ./$(DEPDIR)/geopackage_la-gaia_cvt_gpkg.Plo \ ./$(DEPDIR)/geopackage_la-gpkgAddGeometryColumn.Plo \ ./$(DEPDIR)/geopackage_la-gpkgBinary.Plo \ ./$(DEPDIR)/geopackage_la-gpkgCreateBaseTables.Plo \ ./$(DEPDIR)/geopackage_la-gpkgCreateTilesTable.Plo \ ./$(DEPDIR)/geopackage_la-gpkgCreateTilesZoomLevel.Plo \ ./$(DEPDIR)/geopackage_la-gpkgGetImageType.Plo \ ./$(DEPDIR)/geopackage_la-gpkgInsertEpsgSRID.Plo \ ./$(DEPDIR)/geopackage_la-gpkgMakePoint.Plo \ ./$(DEPDIR)/geopackage_la-gpkg_add_geometry_triggers.Plo \ ./$(DEPDIR)/geopackage_la-gpkg_add_spatial_index.Plo \ ./$(DEPDIR)/geopackage_la-gpkg_add_tile_triggers.Plo \ ./$(DEPDIR)/geopackage_la-gpkg_get_normal_row.Plo \ ./$(DEPDIR)/geopackage_la-gpkg_get_normal_zoom.Plo \ ./$(DEPDIR)/libgeopackage_la-gaia_cvt_gpkg.Plo \ ./$(DEPDIR)/libgeopackage_la-gpkgAddGeometryColumn.Plo \ ./$(DEPDIR)/libgeopackage_la-gpkgBinary.Plo \ ./$(DEPDIR)/libgeopackage_la-gpkgCreateBaseTables.Plo \ ./$(DEPDIR)/libgeopackage_la-gpkgCreateTilesTable.Plo \ ./$(DEPDIR)/libgeopackage_la-gpkgCreateTilesZoomLevel.Plo \ ./$(DEPDIR)/libgeopackage_la-gpkgGetImageType.Plo \ ./$(DEPDIR)/libgeopackage_la-gpkgInsertEpsgSRID.Plo \ ./$(DEPDIR)/libgeopackage_la-gpkgMakePoint.Plo \ ./$(DEPDIR)/libgeopackage_la-gpkg_add_geometry_triggers.Plo \ ./$(DEPDIR)/libgeopackage_la-gpkg_add_spatial_index.Plo \ ./$(DEPDIR)/libgeopackage_la-gpkg_add_tile_triggers.Plo \ ./$(DEPDIR)/libgeopackage_la-gpkg_get_normal_row.Plo \ ./$(DEPDIR)/libgeopackage_la-gpkg_get_normal_zoom.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign src/geopackage/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/geopackage_la-gaia_cvt_gpkg.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/geopackage_la-gpkgAddGeometryColumn.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/geopackage_la-gpkgBinary.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/geopackage_la-gpkgCreateBaseTables.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/geopackage_la-gpkgCreateTilesTable.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/geopackage_la-gpkgCreateTilesZoomLevel.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/geopackage_la-gpkgGetImageType.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/geopackage_la-gpkgInsertEpsgSRID.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/geopackage_la-gpkgMakePoint.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/geopackage_la-gpkg_add_geometry_triggers.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/geopackage_la-gpkg_add_spatial_index.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/geopackage_la-gpkg_add_tile_triggers.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/geopackage_la-gpkg_get_normal_row.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/geopackage_la-gpkg_get_normal_zoom.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgeopackage_la-gaia_cvt_gpkg.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgeopackage_la-gpkgAddGeometryColumn.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgeopackage_la-gpkgBinary.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgeopackage_la-gpkgCreateBaseTables.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgeopackage_la-gpkgCreateTilesTable.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgeopackage_la-gpkgCreateTilesZoomLevel.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgeopackage_la-gpkgGetImageType.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgeopackage_la-gpkgInsertEpsgSRID.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgeopackage_la-gpkgMakePoint.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgeopackage_la-gpkg_add_geometry_triggers.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgeopackage_la-gpkg_add_spatial_index.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgeopackage_la-gpkg_add_tile_triggers.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgeopackage_la-gpkg_get_normal_row.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgeopackage_la-gpkg_get_normal_zoom.Plo@am__quote@ # am--include-marker $(am__depfiles_remade): @$(MKDIR_P) $(@D) @echo '# dummy' >$@-t && $(am__mv) $@-t $@ am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< ................................................................................ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ ................................................................................ @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ mostlyclean-am distclean: distclean-am -rm -f ./$(DEPDIR)/geopackage_la-gaia_cvt_gpkg.Plo -rm -f ./$(DEPDIR)/geopackage_la-gpkgAddGeometryColumn.Plo -rm -f ./$(DEPDIR)/geopackage_la-gpkgBinary.Plo -rm -f ./$(DEPDIR)/geopackage_la-gpkgCreateBaseTables.Plo -rm -f ./$(DEPDIR)/geopackage_la-gpkgCreateTilesTable.Plo -rm -f ./$(DEPDIR)/geopackage_la-gpkgCreateTilesZoomLevel.Plo -rm -f ./$(DEPDIR)/geopackage_la-gpkgGetImageType.Plo -rm -f ./$(DEPDIR)/geopackage_la-gpkgInsertEpsgSRID.Plo -rm -f ./$(DEPDIR)/geopackage_la-gpkgMakePoint.Plo -rm -f ./$(DEPDIR)/geopackage_la-gpkg_add_geometry_triggers.Plo -rm -f ./$(DEPDIR)/geopackage_la-gpkg_add_spatial_index.Plo -rm -f ./$(DEPDIR)/geopackage_la-gpkg_add_tile_triggers.Plo -rm -f ./$(DEPDIR)/geopackage_la-gpkg_get_normal_row.Plo -rm -f ./$(DEPDIR)/geopackage_la-gpkg_get_normal_zoom.Plo -rm -f ./$(DEPDIR)/libgeopackage_la-gaia_cvt_gpkg.Plo -rm -f ./$(DEPDIR)/libgeopackage_la-gpkgAddGeometryColumn.Plo -rm -f ./$(DEPDIR)/libgeopackage_la-gpkgBinary.Plo -rm -f ./$(DEPDIR)/libgeopackage_la-gpkgCreateBaseTables.Plo -rm -f ./$(DEPDIR)/libgeopackage_la-gpkgCreateTilesTable.Plo -rm -f ./$(DEPDIR)/libgeopackage_la-gpkgCreateTilesZoomLevel.Plo -rm -f ./$(DEPDIR)/libgeopackage_la-gpkgGetImageType.Plo -rm -f ./$(DEPDIR)/libgeopackage_la-gpkgInsertEpsgSRID.Plo -rm -f ./$(DEPDIR)/libgeopackage_la-gpkgMakePoint.Plo -rm -f ./$(DEPDIR)/libgeopackage_la-gpkg_add_geometry_triggers.Plo -rm -f ./$(DEPDIR)/libgeopackage_la-gpkg_add_spatial_index.Plo -rm -f ./$(DEPDIR)/libgeopackage_la-gpkg_add_tile_triggers.Plo -rm -f ./$(DEPDIR)/libgeopackage_la-gpkg_get_normal_row.Plo -rm -f ./$(DEPDIR)/libgeopackage_la-gpkg_get_normal_zoom.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: ................................................................................ install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f ./$(DEPDIR)/geopackage_la-gaia_cvt_gpkg.Plo -rm -f ./$(DEPDIR)/geopackage_la-gpkgAddGeometryColumn.Plo -rm -f ./$(DEPDIR)/geopackage_la-gpkgBinary.Plo -rm -f ./$(DEPDIR)/geopackage_la-gpkgCreateBaseTables.Plo -rm -f ./$(DEPDIR)/geopackage_la-gpkgCreateTilesTable.Plo -rm -f ./$(DEPDIR)/geopackage_la-gpkgCreateTilesZoomLevel.Plo -rm -f ./$(DEPDIR)/geopackage_la-gpkgGetImageType.Plo -rm -f ./$(DEPDIR)/geopackage_la-gpkgInsertEpsgSRID.Plo -rm -f ./$(DEPDIR)/geopackage_la-gpkgMakePoint.Plo -rm -f ./$(DEPDIR)/geopackage_la-gpkg_add_geometry_triggers.Plo -rm -f ./$(DEPDIR)/geopackage_la-gpkg_add_spatial_index.Plo -rm -f ./$(DEPDIR)/geopackage_la-gpkg_add_tile_triggers.Plo -rm -f ./$(DEPDIR)/geopackage_la-gpkg_get_normal_row.Plo -rm -f ./$(DEPDIR)/geopackage_la-gpkg_get_normal_zoom.Plo -rm -f ./$(DEPDIR)/libgeopackage_la-gaia_cvt_gpkg.Plo -rm -f ./$(DEPDIR)/libgeopackage_la-gpkgAddGeometryColumn.Plo -rm -f ./$(DEPDIR)/libgeopackage_la-gpkgBinary.Plo -rm -f ./$(DEPDIR)/libgeopackage_la-gpkgCreateBaseTables.Plo -rm -f ./$(DEPDIR)/libgeopackage_la-gpkgCreateTilesTable.Plo -rm -f ./$(DEPDIR)/libgeopackage_la-gpkgCreateTilesZoomLevel.Plo -rm -f ./$(DEPDIR)/libgeopackage_la-gpkgGetImageType.Plo -rm -f ./$(DEPDIR)/libgeopackage_la-gpkgInsertEpsgSRID.Plo -rm -f ./$(DEPDIR)/libgeopackage_la-gpkgMakePoint.Plo -rm -f ./$(DEPDIR)/libgeopackage_la-gpkg_add_geometry_triggers.Plo -rm -f ./$(DEPDIR)/libgeopackage_la-gpkg_add_spatial_index.Plo -rm -f ./$(DEPDIR)/libgeopackage_la-gpkg_add_tile_triggers.Plo -rm -f ./$(DEPDIR)/libgeopackage_la-gpkg_get_normal_row.Plo -rm -f ./$(DEPDIR)/libgeopackage_la-gpkg_get_normal_zoom.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool ................................................................................ ps-am: uninstall-am: .MAKE: install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ clean-generic clean-libtool clean-noinstLTLIBRARIES \ cscopelist-am ctags ctags-am distclean distclean-compile \ distclean-generic distclean-libtool distclean-tags distdir dvi \ dvi-am html html-am info info-am install install-am \ install-data install-data-am install-dvi install-dvi-am \ install-exec install-exec-am install-html install-html-am \ install-info install-info-am install-man install-pdf \ install-pdf-am install-ps install-ps-am install-strip \ installcheck installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags tags-am uninstall uninstall-am .PRECIOUS: Makefile # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: |
Changes to src/geopackage/gaia_cvt_gpkg.c.
39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 ... 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 ... 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 ... 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 ... 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 ... 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 ... 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 .... 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 |
decision by deleting the provisions above and replace them with the notice and other provisions required by the GPL or the LGPL. If you do not delete the provisions above, a recipient may use your version of this file under the terms of any one of the MPL, the GPL or the LGPL. */ #include "config.h" #ifdef ENABLE_GEOPACKAGE /* enabling GeoPackage extensions */ #include <stdlib.h> #include <string.h> #include <stdio.h> ................................................................................ sql_err); sqlite3_free (sql_err); return 0; } /* adding the geometry triggers */ sql = sqlite3_mprintf ("SELECT gpkgAddGeometryTriggers(Lower(%Q), Lower(%Q))", table_name, column_name); ret = sqlite3_exec (handle, sql, NULL, NULL, &sql_err); sqlite3_free (sql); if (ret != SQLITE_OK) { spatialite_e ("gpkgAddGeometryTriggers \"%s\" error: %s\n", table_name, sql_err); sqlite3_free (sql_err); ................................................................................ } if (spatial_index) { /* adding Spatial Index support */ sql = sqlite3_mprintf ("SELECT gpkgAddSpatialIndex(Lower(%Q), Lower(%Q))", table_name, column_name); ret = sqlite3_exec (handle, sql, NULL, NULL, &sql_err); sqlite3_free (sql); if (ret != SQLITE_OK) { spatialite_e ("gpkgAddSpatialIndex \"%s\" error: %s\n", table_name, sql_err); sqlite3_free (sql_err); ................................................................................ sqlite3_free (in2_sql); prev_sql = out_sql; out_sql = sqlite3_mprintf ("%s%s)", prev_sql, out2_sql); sqlite3_free (prev_sql); sqlite3_free (out2_sql); /* preparing the IN stmt */ ret = sqlite3_prepare_v2 (handle_in, in_sql, strlen (in_sql), &xstmt_in, NULL); if (ret != SQLITE_OK) { fprintf (stderr, "SELECT FROM \"%s\" error: %s\n", table_name, sqlite3_errmsg (handle_in)); goto stop; } /* preparing the OUT stmt */ ret = sqlite3_prepare_v2 (handle_out, out_sql, strlen (out_sql), &xstmt_out, NULL); if (ret != SQLITE_OK) { fprintf (stderr, "INSERT INTO \"%s\" error: %s\n", table_name, sqlite3_errmsg (handle_out)); goto stop; } ................................................................................ sqlite3_free (in2_sql); prev_sql = out_sql; out_sql = sqlite3_mprintf ("%s%s)", prev_sql, out2_sql); sqlite3_free (prev_sql); sqlite3_free (out2_sql); /* preparing the IN stmt */ ret = sqlite3_prepare_v2 (handle_in, in_sql, strlen (in_sql), &xstmt_in, NULL); if (ret != SQLITE_OK) { fprintf (stderr, "SELECT FROM \"%s\" error: %s\n", table_name, sqlite3_errmsg (handle_in)); goto stop; } /* preparing the OUT stmt */ ret = sqlite3_prepare_v2 (handle_out, out_sql, strlen (out_sql), &xstmt_out, NULL); if (ret != SQLITE_OK) { fprintf (stderr, "INSERT INTO \"%s\" error: %s\n", table_name, sqlite3_errmsg (handle_out)); goto stop; } ................................................................................ char *xgeom; char *xtable; int ret; char *sql_err = NULL; xtable = gaiaDoubleQuotedSql (table_name); xgeom = gaiaDoubleQuotedSql (geometry_column); sql = sqlite3_mprintf ("INSERT OR IGNORE INTO gpkg_contents (table_name, data_type, " "identifier, description, last_change, min_x, min_y, max_x, max_y, srs_id) " "SELECT Lower(%Q), 'features', Lower(%Q), ' ', " "strftime('%%Y-%%m-%%dT%%H:%%M:%%fZ', 'now'), Min(ST_MinX(\"%s\")), " "Min(ST_MinY(\"%s\")), Max(ST_MaxX(\"%s\")), Max(ST_MaxY(\"%s\")), %d " "FROM \"%s\"", table_name, table_name, xgeom, xgeom, xgeom, xgeom, srid, xtable); free (xgeom); free (xtable); ret = sqlite3_exec (handle, sql, NULL, NULL, &sql_err); sqlite3_free (sql); if (ret != SQLITE_OK) { spatialite_e ("INSERT INTO gpkg_contents error: %s\n", sql_err); ................................................................................ int columns; char *create_sql; sqlite3_stmt *stmt_in = NULL; sqlite3_stmt *stmt_out = NULL; if (legacy) { sql = "SELECT f_table_name, f_geometry_column, type, " "coord_dimension, srid, spatial_index_enabled " "FROM geometry_columns"; } else { sql = "SELECT f_table_name, f_geometry_column, geometry_type, " "srid, spatial_index_enabled FROM geometry_columns"; } ret = sqlite3_get_table (handle_in, sql, &results, &rows, &columns, NULL); if (ret != SQLITE_OK) return 0; if (rows < 1) ; ................................................................................ char **results; int rows; int columns; char *create_sql; sqlite3_stmt *stmt_in = NULL; sqlite3_stmt *stmt_out = NULL; sql = "SELECT table_name, column_name, geometry_type_name, " "srs_id, z, m FROM gpkg_geometry_columns"; ret = sqlite3_get_table (handle_in, sql, &results, &rows, &columns, NULL); if (ret != SQLITE_OK) return 0; if (rows < 1) ; else |
> > > > > > > > > < | | | | | | < | | < | | < | | < > > | | | | | | | > | > | > | |
39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 ... 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 ... 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 ... 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 ... 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 ... 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 ... 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 .... 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 |
decision by deleting the provisions above and replace them with the notice and other provisions required by the GPL or the LGPL. If you do not delete the provisions above, a recipient may use your version of this file under the terms of any one of the MPL, the GPL or the LGPL. */ #if defined(_WIN32) && !defined(__MINGW32__) #include "config-msvc.h" #else #include "config.h" #endif #ifdef _WIN32 #define strcasecmp _stricmp #endif /* not WIN32 */ #ifdef ENABLE_GEOPACKAGE /* enabling GeoPackage extensions */ #include <stdlib.h> #include <string.h> #include <stdio.h> ................................................................................ sql_err); sqlite3_free (sql_err); return 0; } /* adding the geometry triggers */ sql = sqlite3_mprintf ("SELECT gpkgAddGeometryTriggers(Lower(%Q), Lower(%Q))", table_name, column_name); ret = sqlite3_exec (handle, sql, NULL, NULL, &sql_err); sqlite3_free (sql); if (ret != SQLITE_OK) { spatialite_e ("gpkgAddGeometryTriggers \"%s\" error: %s\n", table_name, sql_err); sqlite3_free (sql_err); ................................................................................ } if (spatial_index) { /* adding Spatial Index support */ sql = sqlite3_mprintf ("SELECT gpkgAddSpatialIndex(Lower(%Q), Lower(%Q))", table_name, column_name); ret = sqlite3_exec (handle, sql, NULL, NULL, &sql_err); sqlite3_free (sql); if (ret != SQLITE_OK) { spatialite_e ("gpkgAddSpatialIndex \"%s\" error: %s\n", table_name, sql_err); sqlite3_free (sql_err); ................................................................................ sqlite3_free (in2_sql); prev_sql = out_sql; out_sql = sqlite3_mprintf ("%s%s)", prev_sql, out2_sql); sqlite3_free (prev_sql); sqlite3_free (out2_sql); /* preparing the IN stmt */ ret = sqlite3_prepare_v2 (handle_in, in_sql, strlen (in_sql), &xstmt_in, NULL); if (ret != SQLITE_OK) { fprintf (stderr, "SELECT FROM \"%s\" error: %s\n", table_name, sqlite3_errmsg (handle_in)); goto stop; } /* preparing the OUT stmt */ ret = sqlite3_prepare_v2 (handle_out, out_sql, strlen (out_sql), &xstmt_out, NULL); if (ret != SQLITE_OK) { fprintf (stderr, "INSERT INTO \"%s\" error: %s\n", table_name, sqlite3_errmsg (handle_out)); goto stop; } ................................................................................ sqlite3_free (in2_sql); prev_sql = out_sql; out_sql = sqlite3_mprintf ("%s%s)", prev_sql, out2_sql); sqlite3_free (prev_sql); sqlite3_free (out2_sql); /* preparing the IN stmt */ ret = sqlite3_prepare_v2 (handle_in, in_sql, strlen (in_sql), &xstmt_in, NULL); if (ret != SQLITE_OK) { fprintf (stderr, "SELECT FROM \"%s\" error: %s\n", table_name, sqlite3_errmsg (handle_in)); goto stop; } /* preparing the OUT stmt */ ret = sqlite3_prepare_v2 (handle_out, out_sql, strlen (out_sql), &xstmt_out, NULL); if (ret != SQLITE_OK) { fprintf (stderr, "INSERT INTO \"%s\" error: %s\n", table_name, sqlite3_errmsg (handle_out)); goto stop; } ................................................................................ char *xgeom; char *xtable; int ret; char *sql_err = NULL; xtable = gaiaDoubleQuotedSql (table_name); xgeom = gaiaDoubleQuotedSql (geometry_column); sql = sqlite3_mprintf ("INSERT OR IGNORE INTO gpkg_contents (table_name, data_type, " "identifier, description, last_change, min_x, min_y, max_x, max_y, srs_id) " "SELECT Lower(%Q), 'features', Lower(%Q), ' ', " "strftime('%%Y-%%m-%%dT%%H:%%M:%%fZ', 'now'), Min(ST_MinX(\"%s\")), " "Min(ST_MinY(\"%s\")), Max(ST_MaxX(\"%s\")), Max(ST_MaxY(\"%s\")), %d " "FROM \"%s\"", table_name, table_name, xgeom, xgeom, xgeom, xgeom, srid, xtable); free (xgeom); free (xtable); ret = sqlite3_exec (handle, sql, NULL, NULL, &sql_err); sqlite3_free (sql); if (ret != SQLITE_OK) { spatialite_e ("INSERT INTO gpkg_contents error: %s\n", sql_err); ................................................................................ int columns; char *create_sql; sqlite3_stmt *stmt_in = NULL; sqlite3_stmt *stmt_out = NULL; if (legacy) { sql = "SELECT f_table_name, f_geometry_column, type, " "coord_dimension, srid, spatial_index_enabled " "FROM geometry_columns"; } else { sql = "SELECT f_table_name, f_geometry_column, geometry_type, " "srid, spatial_index_enabled FROM geometry_columns"; } ret = sqlite3_get_table (handle_in, sql, &results, &rows, &columns, NULL); if (ret != SQLITE_OK) return 0; if (rows < 1) ; ................................................................................ char **results; int rows; int columns; char *create_sql; sqlite3_stmt *stmt_in = NULL; sqlite3_stmt *stmt_out = NULL; sql = "SELECT table_name, column_name, geometry_type_name, " "srs_id, z, m FROM gpkg_geometry_columns"; ret = sqlite3_get_table (handle_in, sql, &results, &rows, &columns, NULL); if (ret != SQLITE_OK) return 0; if (rows < 1) ; else |
Changes to src/geopackage/gpkgAddGeometryColumn.c.
35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 .. 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 .. 86 87 88 89 90 91 92 93 94 95 96 97 98 99 ... 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 |
the provisions above, a recipient may use your version of this file under the terms of any one of the MPL, the GPL or the LGPL. */ #include <math.h> #include "spatialite/geopackage.h" #include "config.h" #include "geopackage_internal.h" #ifdef ENABLE_GEOPACKAGE static char *SUPPORTED_GEOMETRY_TYPES[] = { "GEOMETRY", "POINT", "LINESTRING", ................................................................................ "MULTILINESTRING", "MULTIPOLYGON", "GEOMCOLLECTION", NULL }; GEOPACKAGE_PRIVATE void fnct_gpkgAddGeometryColumn (sqlite3_context * context, int argc __attribute__ ((unused)), sqlite3_value ** argv) { /* SQL function: / gpkgAddGeomtryColumn(table_name, geometry_column_name, geometry_type, with_z, with_m, srs_id) / / Adds a geometry column to the specified table / geometry_type is a normal WKT name: "GEOMETRY", "POINT", "LINESTRING", "POLYGON", / "MULTIPOINT", "MULTILINESTRING", "MULTIPOLYGON", "GEOMCOLLECTION" ................................................................................ int i = 0; char *sql_stmt = NULL; sqlite3 *sqlite = NULL; char *errMsg = NULL; int ret = 0; if (sqlite3_value_type (argv[0]) != SQLITE_TEXT) { sqlite3_result_error (context, "gpkgAddGeometryColumn() error: argument 1 [table] is not of the string type", -1); return; } ................................................................................ "gpkgAddGeometryColumn() error: argument 6 [srid] is not of the integer type", -1); return; } srid = sqlite3_value_int (argv[5]); sqlite = sqlite3_context_db_handle (context); sql_stmt = sqlite3_mprintf("INSERT OR IGNORE INTO gpkg_contents " "(table_name, data_type, srs_id, min_x, min_y, max_x, max_y) " "VALUES (%Q, 'features', %i, NULL, NULL, NULL, NULL)", table, srid); ret = sqlite3_exec (sqlite, sql_stmt, NULL, NULL, &errMsg); sqlite3_free (sql_stmt); if (ret != SQLITE_OK) { sqlite3_result_error (context, errMsg, -1); sqlite3_free (errMsg); return; } /* Add column definition to metadata table */ sql_stmt = sqlite3_mprintf ("INSERT INTO gpkg_geometry_columns " "(table_name, column_name, geometry_type_name, srs_id, z, m) " "VALUES (%Q, %Q, %Q, %i, %i, %i)", table, geometry_column_name, geometry_type_name, srid, with_z, with_m); ret = sqlite3_exec (sqlite, sql_stmt, NULL, NULL, &errMsg); sqlite3_free (sql_stmt); if (ret != SQLITE_OK) { sqlite3_result_error (context, errMsg, -1); sqlite3_free (errMsg); return; } /* extend table_name to actually have a geometry column */ sql_stmt = sqlite3_mprintf ("ALTER TABLE %s ADD COLUMN %s %s", table, geometry_column_name, geometry_type_name); ret = sqlite3_exec (sqlite, sql_stmt, NULL, NULL, &errMsg); sqlite3_free (sql_stmt); if (ret != SQLITE_OK) { sqlite3_result_error (context, errMsg, -1); sqlite3_free (errMsg); return; } /* TODO: add triggers */ } #endif |
> > > | > | > > > > > | | > > > | > | | | | > | | | | | > | | |
35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 .. 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 .. 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 ... 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 |
the provisions above, a recipient may use your version of this file under the terms of any one of the MPL, the GPL or the LGPL. */ #include <math.h> #include "spatialite/geopackage.h" #include "geopackage_internal.h" #if defined(_WIN32) && !defined(__MINGW32__) #include "config-msvc.h" #else #include "config.h" #endif #ifdef _WIN32 #define strcasecmp _stricmp #endif /* not WIN32 */ #ifdef ENABLE_GEOPACKAGE static char *SUPPORTED_GEOMETRY_TYPES[] = { "GEOMETRY", "POINT", "LINESTRING", ................................................................................ "MULTILINESTRING", "MULTIPOLYGON", "GEOMCOLLECTION", NULL }; GEOPACKAGE_PRIVATE void fnct_gpkgAddGeometryColumn (sqlite3_context * context, int argc, sqlite3_value ** argv) { /* SQL function: / gpkgAddGeomtryColumn(table_name, geometry_column_name, geometry_type, with_z, with_m, srs_id) / / Adds a geometry column to the specified table / geometry_type is a normal WKT name: "GEOMETRY", "POINT", "LINESTRING", "POLYGON", / "MULTIPOINT", "MULTILINESTRING", "MULTIPOLYGON", "GEOMCOLLECTION" ................................................................................ int i = 0; char *sql_stmt = NULL; sqlite3 *sqlite = NULL; char *errMsg = NULL; int ret = 0; if (argc == 0) argc = 0; /* suppressing stupid compiler warnings */ if (sqlite3_value_type (argv[0]) != SQLITE_TEXT) { sqlite3_result_error (context, "gpkgAddGeometryColumn() error: argument 1 [table] is not of the string type", -1); return; } ................................................................................ "gpkgAddGeometryColumn() error: argument 6 [srid] is not of the integer type", -1); return; } srid = sqlite3_value_int (argv[5]); sqlite = sqlite3_context_db_handle (context); sql_stmt = sqlite3_mprintf ("INSERT OR IGNORE INTO gpkg_contents " "(table_name, data_type, srs_id, min_x, min_y, max_x, max_y) " "VALUES (%Q, 'features', %i, NULL, NULL, NULL, NULL)", table, srid); ret = sqlite3_exec (sqlite, sql_stmt, NULL, NULL, &errMsg); sqlite3_free (sql_stmt); if (ret != SQLITE_OK) { sqlite3_result_error (context, errMsg, -1); sqlite3_free (errMsg); return; } /* Add column definition to metadata table */ sql_stmt = sqlite3_mprintf ("INSERT INTO gpkg_geometry_columns " "(table_name, column_name, geometry_type_name, srs_id, z, m) " "VALUES (%Q, %Q, %Q, %i, %i, %i)", table, geometry_column_name, geometry_type_name, srid, with_z, with_m); ret = sqlite3_exec (sqlite, sql_stmt, NULL, NULL, &errMsg); sqlite3_free (sql_stmt); if (ret != SQLITE_OK) { sqlite3_result_error (context, errMsg, -1); sqlite3_free (errMsg); return; } /* extend table_name to actually have a geometry column */ sql_stmt = sqlite3_mprintf ("ALTER TABLE %s ADD COLUMN %s %s", table, geometry_column_name, geometry_type_name); ret = sqlite3_exec (sqlite, sql_stmt, NULL, NULL, &errMsg); sqlite3_free (sql_stmt); if (ret != SQLITE_OK) { sqlite3_result_error (context, errMsg, -1); sqlite3_free (errMsg); return; } /* TODO: add triggers */ } #endif |
Changes to src/geopackage/gpkgBinary.c.
34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 .. 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 ... 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 |
and other provisions required by the GPL or the LGPL. If you do not delete the provisions above, a recipient may use your version of this file under the terms of any one of the MPL, the GPL or the LGPL. */ #include "spatialite/geopackage.h" #include "config.h" #include "geopackage_internal.h" #ifdef ENABLE_GEOPACKAGE #define GEOPACKAGE_UNUSED() if (argc || argv) argc = argc; GEOPACKAGE_DECLARE void gpkgSetHeader2DLittleEndian (unsigned char *ptr, int srid, int endian_arch) ................................................................................ memset (*result, 0xD9, *size); ptr = *result; /* build header */ gpkgSetHeader2DLittleEndian (ptr, geom->Srid, endian_arch); /* build MBR */ gpkgSetHeader2DMbr (ptr + GEOPACKAGE_HEADER_LEN, geom->MinX, geom->MinY, geom->MaxX, geom->MaxY, endian_arch); /* copy wkbonly results to result */ memcpy (ptr + GEOPACKAGE_HEADER_LEN + GEOPACKAGE_2D_ENVELOPE_LEN, wkbOnlyGeometry, wkbOnlyLength); free (wkbOnlyGeometry); } GEOPACKAGE_PRIVATE void fnct_ToGPB (sqlite3_context * context, int argc, sqlite3_value ** argv) ................................................................................ } expected = (const char *) sqlite3_value_text (argv[0]); actual = (const char *) sqlite3_value_text (argv[1]); if (strcasecmp (expected, actual) == 0) ret = 1; if (strcasecmp (expected, "GEOMETRY") == 0) ret = 1; if (strcasecmp (expected, "MULTIPOINT") == 0 && strcasecmp (actual, "POINT") == 0) ret = 1; if (strcasecmp (expected, "MULTILINESTRING") == 0 && strcasecmp (actual, "LINESTRING") == 0) ret = 1; if (strcasecmp (expected, "MULTIPOLYGON") == 0 && strcasecmp (actual, "POLYGON") == 0) ret = 1; sqlite3_result_int (context, ret); } GEOPACKAGE_PRIVATE void fnct_IsValidGPB (sqlite3_context * context, int argc, sqlite3_value ** argv) { |
> > > | > | > > > > > | > > | | | | | > | | | |
34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 .. 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 ... 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 |
and other provisions required by the GPL or the LGPL. If you do not delete the provisions above, a recipient may use your version of this file under the terms of any one of the MPL, the GPL or the LGPL. */ #include "spatialite/geopackage.h" #include "geopackage_internal.h" #if defined(_WIN32) && !defined(__MINGW32__) #include "config-msvc.h" #else #include "config.h" #endif #ifdef _WIN32 #define strcasecmp _stricmp #endif /* not WIN32 */ #ifdef ENABLE_GEOPACKAGE #define GEOPACKAGE_UNUSED() if (argc || argv) argc = argc; GEOPACKAGE_DECLARE void gpkgSetHeader2DLittleEndian (unsigned char *ptr, int srid, int endian_arch) ................................................................................ memset (*result, 0xD9, *size); ptr = *result; /* build header */ gpkgSetHeader2DLittleEndian (ptr, geom->Srid, endian_arch); /* build MBR */ gpkgSetHeader2DMbr (ptr + GEOPACKAGE_HEADER_LEN, geom->MinX, geom->MinY, geom->MaxX, geom->MaxY, endian_arch); /* copy wkbonly results to result */ memcpy (ptr + GEOPACKAGE_HEADER_LEN + GEOPACKAGE_2D_ENVELOPE_LEN, wkbOnlyGeometry, wkbOnlyLength); free (wkbOnlyGeometry); } GEOPACKAGE_PRIVATE void fnct_ToGPB (sqlite3_context * context, int argc, sqlite3_value ** argv) ................................................................................ } expected = (const char *) sqlite3_value_text (argv[0]); actual = (const char *) sqlite3_value_text (argv[1]); if (strcasecmp (expected, actual) == 0) ret = 1; if (strcasecmp (expected, "GEOMETRY") == 0) ret = 1; if (strcasecmp (expected, "MULTIPOINT") == 0 && strcasecmp (actual, "POINT") == 0) ret = 1; if (strcasecmp (expected, "MULTILINESTRING") == 0 && strcasecmp (actual, "LINESTRING") == 0) ret = 1; if (strcasecmp (expected, "MULTIPOLYGON") == 0 && strcasecmp (actual, "POLYGON") == 0) ret = 1; sqlite3_result_int (context, ret); } GEOPACKAGE_PRIVATE void fnct_IsValidGPB (sqlite3_context * context, int argc, sqlite3_value ** argv) { |
Changes to src/geopackage/gpkgCreateBaseTables.c.
35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 .. 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 .. 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 ... 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 ... 350 351 352 353 354 355 356 357 358 359 360 361 362 363 |
the provisions above, a recipient may use your version of this file under the terms of any one of the MPL, the GPL or the LGPL. */ #include "spatialite/geopackage.h" #include "config.h" #include "geopackage_internal.h" #define GAIA_UNUSED() if (argc || argv) argc = argc; #ifdef ENABLE_GEOPACKAGE GEOPACKAGE_PRIVATE void fnct_gpkgCreateBaseTables (sqlite3_context * context, int argc __attribute__ ((unused)), sqlite3_value ** argv) { /* SQL function: / gpkgCreateBaseTables() / / Create base tables for an "empty" GeoPackage / returns nothing on success, raises exception on error / ................................................................................ int ret = 0; int i = 0; const char *tableSchemas[] = { "PRAGMA application_id = 1196437808", /* GeoPackage specification Table 18 */ "CREATE TABLE gpkg_spatial_ref_sys (\n" "srs_name TEXT NOT NULL,\n" "srs_id INTEGER NOT NULL PRIMARY KEY,\n" "organization TEXT NOT NULL,\n" "organization_coordsys_id INTEGER NOT NULL,\n" "definition TEXT NOT NULL,\n" "description TEXT\n" ")", /* GeoPackage Section 1.1.2.1.2 */ "INSERT INTO gpkg_spatial_ref_sys (srs_name, srs_id, organization, organization_coordsys_id, definition) VALUES ('Undefined Cartesian', -1, 'NONE', -1, 'Undefined')", ................................................................................ "INSERT INTO gpkg_spatial_ref_sys (srs_name, srs_id, organization, organization_coordsys_id, definition) VALUES ('Undefined Geographic', 0, 'NONE', 0, 'Undefined')", "INSERT INTO gpkg_spatial_ref_sys (srs_name, srs_id, organization, organization_coordsys_id, definition) VALUES ('WGS84', 4326, 'epsg', 4326, 'GEOGCS[\"WGS 84\",DATUM[\"WGS_1984\",SPHEROID[\"WGS 84\",6378137,298.257223563,AUTHORITY[\"EPSG\",\"7030\"]],AUTHORITY[\"EPSG\",\"6326\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8901\"]],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG\",\"9122\"]],AUTHORITY[\"EPSG\",\"4326\"]]')", /* GeoPackage specification Table 4 / Table 21 */ /* Note that NULL is distinct on UNIQUE columns, so identifier definition isn't quite that far out-there */ "CREATE TABLE gpkg_contents (\n" "table_name TEXT NOT NULL PRIMARY KEY,\n" "data_type TEXT NOT NULL,\n" "identifier TEXT UNIQUE,\n" "description TEXT DEFAULT '',\n" "last_change DATETIME NOT NULL DEFAULT (strftime('%Y-%m-%dT%H:%M:%fZ',CURRENT_TIMESTAMP)),\n" "min_x DOUBLE,\n" "min_y DOUBLE,\n" "max_x DOUBLE,\n" "max_y DOUBLE,\n" "srs_id INTEGER,\n" "CONSTRAINT fk_gc_r_srid FOREIGN KEY (srs_id) REFERENCES gpkg_spatial_ref_sys(srs_id))", /* GeoPackage specification Table 6 / Table 22 */ "CREATE TABLE gpkg_geometry_columns (\n" "table_name TEXT NOT NULL,\n" "column_name TEXT NOT NULL,\n" "geometry_type_name TEXT NOT NULL,\n" "srs_id INTEGER NOT NULL,\n" "z TINYINT NOT NULL,\n" "m TINYINT NOT NULL,\n" "CONSTRAINT pk_geom_cols PRIMARY KEY (table_name, column_name),\n" "CONSTRAINT uk_gc_table_name UNIQUE (table_name),\n" "CONSTRAINT fk_gc_tn FOREIGN KEY (table_name) REFERENCES gpkg_contents(table_name),\n" "CONSTRAINT fk_gc_srs FOREIGN KEY (srs_id) REFERENCES gpkg_spatial_ref_sys (srs_id))", /* GeoPackage specification Table 8 / Table 26 */ "CREATE TABLE gpkg_tile_matrix_set (\n" "table_name TEXT NOT NULL PRIMARY KEY,\n" "srs_id INTEGER NOT NULL,\n" "min_x DOUBLE NOT NULL,\n" "min_y DOUBLE NOT NULL,\n" "max_x DOUBLE NOT NULL,\n" "max_y DOUBLE NOT NULL,\n" "CONSTRAINT fk_gtms_table_name FOREIGN KEY (table_name) REFERENCES gpkg_contents(table_name),\n" "CONSTRAINT fk_gtms_srs FOREIGN KEY (srs_id) REFERENCES gpkg_spatial_ref_sys (srs_id))", /* Geopackage specification Table 9 / Table 27 */ "CREATE TABLE gpkg_tile_matrix (\n" "table_name TEXT NOT NULL,\n" "zoom_level INTEGER NOT NULL,\n" "matrix_width INTEGER NOT NULL,\n" "matrix_height INTEGER NOT NULL,\n" "tile_width INTEGER NOT NULL,\n" "tile_height INTEGER NOT NULL,\n" "pixel_x_size DOUBLE NOT NULL,\n" "pixel_y_size DOUBLE NOT NULL,\n" "CONSTRAINT pk_ttm PRIMARY KEY (table_name, zoom_level),\n" "CONSTRAINT fk_tmm_table_name FOREIGN KEY (table_name) REFERENCES gpkg_contents(table_name))", /* GeoPackage specification Table 11 / Table 31 */ "CREATE TABLE gpkg_data_columns (\n" "table_name TEXT NOT NULL,\n" "column_name TEXT NOT NULL,\n" "name TEXT,\n" "title TEXT,\n" "description TEXT,\n" "mime_type TEXT,\n" "constraint_name TEXT,\n" "CONSTRAINT pk_gdc PRIMARY KEY (table_name, column_name),\n" "CONSTRAINT fk_gdc_tn FOREIGN KEY (table_name) REFERENCES gpkg_contents(table_name))", /* GeoPackage specification Table 12 / Table 32 */ "CREATE TABLE gpkg_data_column_constraints (\n" "constraint_name TEXT NOT NULL,\n" "constraint_type TEXT NOT NULL,\n" ................................................................................ "timestamp DATETIME NOT NULL DEFAULT (strftime('%Y-%m-%dT%H:%M:%fZ',CURRENT_TIMESTAMP)),\n" "md_file_id INTEGER NOT NULL,\n" "md_parent_id INTEGER,\n" "CONSTRAINT crmr_mfi_fk FOREIGN KEY (md_file_id) REFERENCES gpkg_metadata(id),\n" "CONSTRAINT crmr_mpi_fk FOREIGN KEY (md_parent_id) REFERENCES gpkg_metadata(id))", /* GeoPackage specification Table 17 / Table 36 */ "CREATE TABLE gpkg_extensions (\n" "table_name TEXT,\n" "column_name TEXT,\n" "extension_name TEXT NOT NULL,\n" "definition TEXT NOT NULL,\n" "scope TEXT NOT NULL,\n" "CONSTRAINT ge_tce UNIQUE (table_name, column_name, extension_name))", /* Next 10 constraints are from GeoPackage specification Table 37 */ "CREATE TRIGGER 'gpkg_tile_matrix_zoom_level_insert'\n" "BEFORE INSERT ON 'gpkg_tile_matrix'\n" "FOR EACH ROW BEGIN\n" "SELECT RAISE(ABORT, 'insert on table ''gpkg_tile_matrix'' violates constraint: zoom_level cannot be less than 0')\n" ................................................................................ "FOR EACH ROW BEGIN\n" "SELECT RAISE(ABORT, 'update on table gpkg_geometry_columns violates constraint: m must be one of 0, 1 or 2')\n" "WHERE NOT NEW.m IN (0, 1, 2);\n" "END", NULL }; GAIA_UNUSED (); /* LCOV_EXCL_LINE */ for (i = 0; tableSchemas[i] != NULL; ++i) { sql_stmt = sqlite3_mprintf ("%s", tableSchemas[i]); sqlite = sqlite3_context_db_handle (context); ret = sqlite3_exec (sqlite, sql_stmt, NULL, NULL, &errMsg); |
> > > | > | > | | | < | < | < < < | | < < | | < | < | < | < < | | < | < | < | < < < < | | < < | | < > > > |
35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 .. 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 .. 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 ... 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 ... 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 |
the provisions above, a recipient may use your version of this file under the terms of any one of the MPL, the GPL or the LGPL. */ #include "spatialite/geopackage.h" #include "geopackage_internal.h" #if defined(_WIN32) && !defined(__MINGW32__) #include "config-msvc.h" #else #include "config.h" #endif #define GAIA_UNUSED() if (argc || argv) argc = argc; #ifdef ENABLE_GEOPACKAGE GEOPACKAGE_PRIVATE void fnct_gpkgCreateBaseTables (sqlite3_context * context, int argc, sqlite3_value ** argv) { /* SQL function: / gpkgCreateBaseTables() / / Create base tables for an "empty" GeoPackage / returns nothing on success, raises exception on error / ................................................................................ int ret = 0; int i = 0; const char *tableSchemas[] = { "PRAGMA application_id = 1196437808", /* GeoPackage specification Table 18 */ "CREATE TABLE gpkg_spatial_ref_sys (\n" "srs_name TEXT NOT NULL,\n" "srs_id INTEGER NOT NULL PRIMARY KEY,\n" "organization TEXT NOT NULL,\n" "organization_coordsys_id INTEGER NOT NULL,\n" "definition TEXT NOT NULL,\n" "description TEXT\n" ")", /* GeoPackage Section 1.1.2.1.2 */ "INSERT INTO gpkg_spatial_ref_sys (srs_name, srs_id, organization, organization_coordsys_id, definition) VALUES ('Undefined Cartesian', -1, 'NONE', -1, 'Undefined')", ................................................................................ "INSERT INTO gpkg_spatial_ref_sys (srs_name, srs_id, organization, organization_coordsys_id, definition) VALUES ('Undefined Geographic', 0, 'NONE', 0, 'Undefined')", "INSERT INTO gpkg_spatial_ref_sys (srs_name, srs_id, organization, organization_coordsys_id, definition) VALUES ('WGS84', 4326, 'epsg', 4326, 'GEOGCS[\"WGS 84\",DATUM[\"WGS_1984\",SPHEROID[\"WGS 84\",6378137,298.257223563,AUTHORITY[\"EPSG\",\"7030\"]],AUTHORITY[\"EPSG\",\"6326\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8901\"]],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG\",\"9122\"]],AUTHORITY[\"EPSG\",\"4326\"]]')", /* GeoPackage specification Table 4 / Table 21 */ /* Note that NULL is distinct on UNIQUE columns, so identifier definition isn't quite that far out-there */ "CREATE TABLE gpkg_contents (\n" "table_name TEXT NOT NULL PRIMARY KEY,\n" "data_type TEXT NOT NULL,\n" "identifier TEXT UNIQUE,\n" "description TEXT DEFAULT '',\n" "last_change DATETIME NOT NULL DEFAULT (strftime('%Y-%m-%dT%H:%M:%fZ',CURRENT_TIMESTAMP)),\n" "min_x DOUBLE,\n" "min_y DOUBLE,\n" "max_x DOUBLE,\n" "max_y DOUBLE,\n" "srs_id INTEGER,\n" "CONSTRAINT fk_gc_r_srid FOREIGN KEY (srs_id) REFERENCES gpkg_spatial_ref_sys(srs_id))", /* GeoPackage specification Table 6 / Table 22 */ "CREATE TABLE gpkg_geometry_columns (\n" "table_name TEXT NOT NULL,\n" "column_name TEXT NOT NULL,\n" "geometry_type_name TEXT NOT NULL,\n" "srs_id INTEGER NOT NULL,\n" "z TINYINT NOT NULL,\n" "m TINYINT NOT NULL,\n" "CONSTRAINT pk_geom_cols PRIMARY KEY (table_name, column_name),\n" "CONSTRAINT uk_gc_table_name UNIQUE (table_name),\n" "CONSTRAINT fk_gc_tn FOREIGN KEY (table_name) REFERENCES gpkg_contents(table_name),\n" "CONSTRAINT fk_gc_srs FOREIGN KEY (srs_id) REFERENCES gpkg_spatial_ref_sys (srs_id))", /* GeoPackage specification Table 8 / Table 26 */ "CREATE TABLE gpkg_tile_matrix_set (\n" "table_name TEXT NOT NULL PRIMARY KEY,\n" "srs_id INTEGER NOT NULL,\n" "min_x DOUBLE NOT NULL,\n" "min_y DOUBLE NOT NULL,\n" "max_x DOUBLE NOT NULL,\n" "max_y DOUBLE NOT NULL,\n" "CONSTRAINT fk_gtms_table_name FOREIGN KEY (table_name) REFERENCES gpkg_contents(table_name),\n" "CONSTRAINT fk_gtms_srs FOREIGN KEY (srs_id) REFERENCES gpkg_spatial_ref_sys (srs_id))", /* Geopackage specification Table 9 / Table 27 */ "CREATE TABLE gpkg_tile_matrix (\n" "table_name TEXT NOT NULL,\n" "zoom_level INTEGER NOT NULL,\n" "matrix_width INTEGER NOT NULL,\n" "matrix_height INTEGER NOT NULL,\n" "tile_width INTEGER NOT NULL,\n" "tile_height INTEGER NOT NULL,\n" "pixel_x_size DOUBLE NOT NULL,\n" "pixel_y_size DOUBLE NOT NULL,\n" "CONSTRAINT pk_ttm PRIMARY KEY (table_name, zoom_level),\n" "CONSTRAINT fk_tmm_table_name FOREIGN KEY (table_name) REFERENCES gpkg_contents(table_name))", /* GeoPackage specification Table 11 / Table 31 */ "CREATE TABLE gpkg_data_columns (\n" "table_name TEXT NOT NULL,\n" "column_name TEXT NOT NULL,\n" "name TEXT,\n" "title TEXT,\n" "description TEXT,\n" "mime_type TEXT,\n" "constraint_name TEXT,\n" "CONSTRAINT pk_gdc PRIMARY KEY (table_name, column_name),\n" "CONSTRAINT fk_gdc_tn FOREIGN KEY (table_name) REFERENCES gpkg_contents(table_name))", /* GeoPackage specification Table 12 / Table 32 */ "CREATE TABLE gpkg_data_column_constraints (\n" "constraint_name TEXT NOT NULL,\n" "constraint_type TEXT NOT NULL,\n" ................................................................................ "timestamp DATETIME NOT NULL DEFAULT (strftime('%Y-%m-%dT%H:%M:%fZ',CURRENT_TIMESTAMP)),\n" "md_file_id INTEGER NOT NULL,\n" "md_parent_id INTEGER,\n" "CONSTRAINT crmr_mfi_fk FOREIGN KEY (md_file_id) REFERENCES gpkg_metadata(id),\n" "CONSTRAINT crmr_mpi_fk FOREIGN KEY (md_parent_id) REFERENCES gpkg_metadata(id))", /* GeoPackage specification Table 17 / Table 36 */ "CREATE TABLE gpkg_extensions (\n" "table_name TEXT,\n" "column_name TEXT,\n" "extension_name TEXT NOT NULL,\n" "definition TEXT NOT NULL,\n" "scope TEXT NOT NULL,\n" "CONSTRAINT ge_tce UNIQUE (table_name, column_name, extension_name))", /* Next 10 constraints are from GeoPackage specification Table 37 */ "CREATE TRIGGER 'gpkg_tile_matrix_zoom_level_insert'\n" "BEFORE INSERT ON 'gpkg_tile_matrix'\n" "FOR EACH ROW BEGIN\n" "SELECT RAISE(ABORT, 'insert on table ''gpkg_tile_matrix'' violates constraint: zoom_level cannot be less than 0')\n" ................................................................................ "FOR EACH ROW BEGIN\n" "SELECT RAISE(ABORT, 'update on table gpkg_geometry_columns violates constraint: m must be one of 0, 1 or 2')\n" "WHERE NOT NEW.m IN (0, 1, 2);\n" "END", NULL }; if (argc == 0) argc = 0; /* suppressing stupid compiler warnings */ GAIA_UNUSED (); /* LCOV_EXCL_LINE */ for (i = 0; tableSchemas[i] != NULL; ++i) { sql_stmt = sqlite3_mprintf ("%s", tableSchemas[i]); sqlite = sqlite3_context_db_handle (context); ret = sqlite3_exec (sqlite, sql_stmt, NULL, NULL, &errMsg); |
Changes to src/geopackage/gpkgCreateTilesTable.c.
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
..
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
|
and other provisions required by the GPL or the LGPL. If you do not delete the provisions above, a recipient may use your version of this file under the terms of any one of the MPL, the GPL or the LGPL. */ #include "spatialite/geopackage.h" #include "config.h" #include "geopackage_internal.h" #ifdef ENABLE_GEOPACKAGE GEOPACKAGE_PRIVATE void fnct_gpkgCreateTilesTable (sqlite3_context * context, int argc __attribute__ ((unused)), sqlite3_value ** argv) { /* SQL function: / gpkgCreateTilesTable(table_name, srid, min_x, min_y, max_x, max_y) / / Create a new (empty) Tiles table and the triggers for that table / It also adds in the matching entries into gpkg_contents and gpkg_tile_matrix_set / ................................................................................ const char *metaTableSchemas[] = { "INSERT INTO gpkg_contents (table_name, data_type, srs_id, min_x, min_y, max_x, max_y) VALUES (%Q, 'tiles', %i, %f, %f, %f, %f)", "INSERT INTO gpkg_tile_matrix_set (table_name, srs_id, min_x, min_y, max_x, max_y) VALUES (%Q, %i, %f, %f, %f, %f)", NULL }; const char *tableSchemas[] = { "CREATE TABLE \"%w\" (\n" "id INTEGER PRIMARY KEY AUTOINCREMENT,\n" "zoom_level INTEGER NOT NULL DEFAULT 0,\n" "tile_column INTEGER NOT NULL DEFAULT 0,\n" "tile_row INTEGER NOT NULL DEFAULT 0,\n" "tile_data BLOB NOT NULL,\n" "UNIQUE (zoom_level, tile_column, tile_row))", "SELECT gpkgAddTileTriggers(%Q)", NULL }; if (sqlite3_value_type (argv[0]) != SQLITE_TEXT) { sqlite3_result_error (context, "gpkgCreateTilesTable() error: argument 1 [table] is not of the String type", -1); return; } |
>
>
>
|
>
|
>
|
|
<
|
>
>
>
|
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
..
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
|
and other provisions required by the GPL or the LGPL. If you do not delete the provisions above, a recipient may use your version of this file under the terms of any one of the MPL, the GPL or the LGPL. */ #include "spatialite/geopackage.h" #include "geopackage_internal.h" #if defined(_WIN32) && !defined(__MINGW32__) #include "config-msvc.h" #else #include "config.h" #endif #ifdef ENABLE_GEOPACKAGE GEOPACKAGE_PRIVATE void fnct_gpkgCreateTilesTable (sqlite3_context * context, int argc, sqlite3_value ** argv) { /* SQL function: / gpkgCreateTilesTable(table_name, srid, min_x, min_y, max_x, max_y) / / Create a new (empty) Tiles table and the triggers for that table / It also adds in the matching entries into gpkg_contents and gpkg_tile_matrix_set / ................................................................................ const char *metaTableSchemas[] = { "INSERT INTO gpkg_contents (table_name, data_type, srs_id, min_x, min_y, max_x, max_y) VALUES (%Q, 'tiles', %i, %f, %f, %f, %f)", "INSERT INTO gpkg_tile_matrix_set (table_name, srs_id, min_x, min_y, max_x, max_y) VALUES (%Q, %i, %f, %f, %f, %f)", NULL }; const char *tableSchemas[] = { "CREATE TABLE \"%w\" (\n" "id INTEGER PRIMARY KEY AUTOINCREMENT,\n" "zoom_level INTEGER NOT NULL DEFAULT 0,\n" "tile_column INTEGER NOT NULL DEFAULT 0,\n" "tile_row INTEGER NOT NULL DEFAULT 0,\n" "tile_data BLOB NOT NULL,\n" "UNIQUE (zoom_level, tile_column, tile_row))", "SELECT gpkgAddTileTriggers(%Q)", NULL }; if (argc == 0) argc = 0; /* suppressing stupid compiler warnings */ if (sqlite3_value_type (argv[0]) != SQLITE_TEXT) { sqlite3_result_error (context, "gpkgCreateTilesTable() error: argument 1 [table] is not of the String type", -1); return; } |
Changes to src/geopackage/gpkgCreateTilesZoomLevel.c.
35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 .. 66 67 68 69 70 71 72 73 74 75 76 77 78 79 ... 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 |
the provisions above, a recipient may use your version of this file under the terms of any one of the MPL, the GPL or the LGPL. */ #include <math.h> #include "spatialite/geopackage.h" #include "config.h" #include "geopackage_internal.h" #ifdef ENABLE_GEOPACKAGE GEOPACKAGE_PRIVATE void fnct_gpkgCreateTilesZoomLevel (sqlite3_context * context, int argc __attribute__ ((unused)), sqlite3_value ** argv) { /* SQL function: / gpkgCreateTilesZoomLevel(table_name, zoom_level, extent_width, extent_height) / / Adds a zoom level for the specified table / / returns nothing on success, raises exception on error ................................................................................ double extent_height; double extent_width; char *sql_stmt = NULL; sqlite3 *sqlite = NULL; char *errMsg = NULL; int ret = 0; if (sqlite3_value_type (argv[0]) != SQLITE_TEXT) { sqlite3_result_error (context, "gpkgCreateTilesZoomLevel() error: argument 1 [table] is not of the String type", -1); return; } ................................................................................ return; } sqlite = sqlite3_context_db_handle (context); columns = pow (2, zoomlevel); rows = columns; sql_stmt = sqlite3_mprintf ("INSERT INTO gpkg_tile_matrix" "(table_name, zoom_level, matrix_width, matrix_height, tile_width, tile_height, pixel_x_size, pixel_y_size)" "VALUES (%Q, %i, %i, %i, %i, %i, %g, %g)", table, zoomlevel, columns, rows, tilesize, tilesize, extent_width / (tilesize * columns), extent_height / (tilesize * rows)); ret = sqlite3_exec (sqlite, sql_stmt, NULL, NULL, &errMsg); sqlite3_free (sql_stmt); if (ret != SQLITE_OK) { sqlite3_result_error (context, errMsg, -1); sqlite3_free (errMsg); return; } } #endif |
> > > | > | > | | > > > > | | | | | | |
35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 .. 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 ... 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 |
the provisions above, a recipient may use your version of this file under the terms of any one of the MPL, the GPL or the LGPL. */ #include <math.h> #include "spatialite/geopackage.h" #include "geopackage_internal.h" #if defined(_WIN32) && !defined(__MINGW32__) #include "config-msvc.h" #else #include "config.h" #endif #ifdef ENABLE_GEOPACKAGE GEOPACKAGE_PRIVATE void fnct_gpkgCreateTilesZoomLevel (sqlite3_context * context, int argc, sqlite3_value ** argv) { /* SQL function: / gpkgCreateTilesZoomLevel(table_name, zoom_level, extent_width, extent_height) / / Adds a zoom level for the specified table / / returns nothing on success, raises exception on error ................................................................................ double extent_height; double extent_width; char *sql_stmt = NULL; sqlite3 *sqlite = NULL; char *errMsg = NULL; int ret = 0; if (argc == 0) argc = 0; /* suppressing stupid compiler warnings */ if (sqlite3_value_type (argv[0]) != SQLITE_TEXT) { sqlite3_result_error (context, "gpkgCreateTilesZoomLevel() error: argument 1 [table] is not of the String type", -1); return; } ................................................................................ return; } sqlite = sqlite3_context_db_handle (context); columns = pow (2, zoomlevel); rows = columns; sql_stmt = sqlite3_mprintf ("INSERT INTO gpkg_tile_matrix" "(table_name, zoom_level, matrix_width, matrix_height, tile_width, tile_height, pixel_x_size, pixel_y_size)" "VALUES (%Q, %i, %i, %i, %i, %i, %g, %g)", table, zoomlevel, columns, rows, tilesize, tilesize, extent_width / (tilesize * columns), extent_height / (tilesize * rows)); ret = sqlite3_exec (sqlite, sql_stmt, NULL, NULL, &errMsg); sqlite3_free (sql_stmt); if (ret != SQLITE_OK) { sqlite3_result_error (context, errMsg, -1); sqlite3_free (errMsg); return; } } #endif |
Changes to src/geopackage/gpkgGetImageType.c.
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
..
64
65
66
67
68
69
70
71
72
73
74
75
76
77
|
the provisions above, a recipient may use your version of this file under the terms of any one of the MPL, the GPL or the LGPL. */ #include "spatialite/geopackage.h" #include <spatialite/gaiaexif.h> #include "config.h" #include "geopackage_internal.h" #ifdef ENABLE_GEOPACKAGE GEOPACKAGE_PRIVATE void fnct_gpkgGetImageType (sqlite3_context * context, int argc UNUSED, sqlite3_value ** argv) { /* SQL function: / gpkgGetImageType(blob) / / Gets the image type (as a string) of the blob argument, or "unknown" if / the image type is not one of the PNG, JPEG, TIFF or WebP format types that ................................................................................ / These are the mime type for the image format (without the "image/" prefix) / */ unsigned char *p_blob = NULL; int n_bytes = 0; int blobType; if (sqlite3_value_type (argv[0]) != SQLITE_BLOB) { sqlite3_result_error (context, "gpkgGetImageType() error: argument 1 [image blob] is not of the BLOB type", -1); return; } |
>
>
>
|
>
|
>
|
>
>
>
|
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
..
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
|
the provisions above, a recipient may use your version of this file under the terms of any one of the MPL, the GPL or the LGPL. */ #include "spatialite/geopackage.h" #include <spatialite/gaiaexif.h> #include "geopackage_internal.h" #if defined(_WIN32) && !defined(__MINGW32__) #include "config-msvc.h" #else #include "config.h" #endif #ifdef ENABLE_GEOPACKAGE GEOPACKAGE_PRIVATE void fnct_gpkgGetImageType (sqlite3_context * context, int argc, sqlite3_value ** argv) { /* SQL function: / gpkgGetImageType(blob) / / Gets the image type (as a string) of the blob argument, or "unknown" if / the image type is not one of the PNG, JPEG, TIFF or WebP format types that ................................................................................ / These are the mime type for the image format (without the "image/" prefix) / */ unsigned char *p_blob = NULL; int n_bytes = 0; int blobType; if (argc == 0) argc = 0; /* suppressing stupid compiler warnings */ if (sqlite3_value_type (argv[0]) != SQLITE_BLOB) { sqlite3_result_error (context, "gpkgGetImageType() error: argument 1 [image blob] is not of the BLOB type", -1); return; } |
Changes to src/geopackage/gpkgInsertEpsgSRID.c.
34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 .. 60 61 62 63 64 65 66 67 68 69 70 71 72 73 .. 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 |
and other provisions required by the GPL or the LGPL. If you do not delete the provisions above, a recipient may use your version of this file under the terms of any one of the MPL, the GPL or the LGPL. */ #include "spatialite/geopackage.h" #include "config.h" #include "geopackage_internal.h" #ifdef ENABLE_GEOPACKAGE GEOPACKAGE_PRIVATE void fnct_gpkgInsertEpsgSRID (sqlite3_context * context, int argc UNUSED, sqlite3_value ** argv) { /* SQL function: / gpkgInsertEpsgSRID(srid) / / Adds a spatial reference system entry for the specified EPSG identifier / ................................................................................ sqlite3 *sqlite = NULL; sqlite3_stmt *sql_stmt; int ret = 0; int srid; struct epsg_defs *first = NULL; struct epsg_defs *last = NULL; if (sqlite3_value_type (argv[0]) != SQLITE_INTEGER) { sqlite3_result_error (context, "gpkgInsertEpsgSRID() error: argument 1 [srid] is not of the integer type", -1); return; } ................................................................................ "organization_coordsys_id, definition) VALUES (?, ?, ?, ?, ?)"; ret = sqlite3_prepare_v2 (sqlite, sqlcmd, strlen (sqlcmd), &sql_stmt, NULL); if (ret != SQLITE_OK) { sqlite3_result_error (context, sqlite3_errmsg (sqlite), -1); goto stop; } sqlite3_bind_text (sql_stmt, 1, first->ref_sys_name, strlen (first->ref_sys_name), SQLITE_STATIC); sqlite3_bind_int (sql_stmt, 2, first->srid); sqlite3_bind_text (sql_stmt, 3, first->auth_name, strlen (first->auth_name), SQLITE_STATIC); sqlite3_bind_int (sql_stmt, 4, first->auth_srid); if (strlen (first->srs_wkt) == 0) { sqlite3_bind_text (sql_stmt, 5, "Undefined", 9, SQLITE_STATIC); } else { |
> > > | > | > | > > > | > | > | |
34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 .. 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 ... 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 |
and other provisions required by the GPL or the LGPL. If you do not delete the provisions above, a recipient may use your version of this file under the terms of any one of the MPL, the GPL or the LGPL. */ #include "spatialite/geopackage.h" #include "geopackage_internal.h" #if defined(_WIN32) && !defined(__MINGW32__) #include "config-msvc.h" #else #include "config.h" #endif #ifdef ENABLE_GEOPACKAGE GEOPACKAGE_PRIVATE void fnct_gpkgInsertEpsgSRID (sqlite3_context * context, int argc, sqlite3_value ** argv) { /* SQL function: / gpkgInsertEpsgSRID(srid) / / Adds a spatial reference system entry for the specified EPSG identifier / ................................................................................ sqlite3 *sqlite = NULL; sqlite3_stmt *sql_stmt; int ret = 0; int srid; struct epsg_defs *first = NULL; struct epsg_defs *last = NULL; if (argc == 0) argc = 0; /* suppressing stupid compiler warnings */ if (sqlite3_value_type (argv[0]) != SQLITE_INTEGER) { sqlite3_result_error (context, "gpkgInsertEpsgSRID() error: argument 1 [srid] is not of the integer type", -1); return; } ................................................................................ "organization_coordsys_id, definition) VALUES (?, ?, ?, ?, ?)"; ret = sqlite3_prepare_v2 (sqlite, sqlcmd, strlen (sqlcmd), &sql_stmt, NULL); if (ret != SQLITE_OK) { sqlite3_result_error (context, sqlite3_errmsg (sqlite), -1); goto stop; } sqlite3_bind_text (sql_stmt, 1, first->ref_sys_name, strlen (first->ref_sys_name), SQLITE_STATIC); sqlite3_bind_int (sql_stmt, 2, first->srid); sqlite3_bind_text (sql_stmt, 3, first->auth_name, strlen (first->auth_name), SQLITE_STATIC); sqlite3_bind_int (sql_stmt, 4, first->auth_srid); if (strlen (first->srs_wkt) == 0) { sqlite3_bind_text (sql_stmt, 5, "Undefined", 9, SQLITE_STATIC); } else { |
Changes to src/geopackage/gpkgMakePoint.c.
34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 .. 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 ... 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 ... 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 ... 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 ... 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 ... 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 ... 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 |
and other provisions required by the GPL or the LGPL. If you do not delete the provisions above, a recipient may use your version of this file under the terms of any one of the MPL, the GPL or the LGPL. */ #include "spatialite/geopackage.h" #include "config.h" #include "geopackage_internal.h" #ifdef ENABLE_GEOPACKAGE #define GEOPACKAGE_UNUSED() if (argc || argv) argc = argc; static void gpkgMakePoint (double x, double y, int srid, unsigned char **result, ................................................................................ ptr = *result; /* setting the Blob value */ gpkgSetHeader2DLittleEndian (ptr, srid, endian_arch); gpkgSetHeader2DMbr (ptr + GEOPACKAGE_HEADER_LEN, x, y, x, y, endian_arch); *(ptr + GEOPACKAGE_HEADER_LEN + GEOPACKAGE_2D_ENVELOPE_LEN) = GEOPACKAGE_WKB_LITTLEENDIAN; gaiaExport32 (ptr + GEOPACKAGE_HEADER_LEN + GEOPACKAGE_2D_ENVELOPE_LEN + 1, GEOPACKAGE_WKB_POINT, 1, endian_arch); gaiaExport64 (ptr + GEOPACKAGE_HEADER_LEN + GEOPACKAGE_2D_ENVELOPE_LEN + GEOPACKAGE_WKB_HEADER_LEN, x, 1, endian_arch); gaiaExport64 (ptr + GEOPACKAGE_HEADER_LEN + GEOPACKAGE_2D_ENVELOPE_LEN + GEOPACKAGE_WKB_HEADER_LEN + sizeof (double), y, 1, endian_arch); } static void gpkgMakePointZ (double x, double y, double z, int srid, unsigned char **result, unsigned int *size) { /* build a Blob encoded Geometry representing a POINT */ ................................................................................ gaiaExport32 (ptr + 4, srid, 1, endian_arch); /* the SRID */ gaiaExport64 (ptr + GEOPACKAGE_HEADER_LEN, x, 1, endian_arch); /* MBR - minimum X */ gaiaExport64 (ptr + GEOPACKAGE_HEADER_LEN + sizeof (double), x, 1, endian_arch); /* MBR - maximum x */ gaiaExport64 (ptr + GEOPACKAGE_HEADER_LEN + 2 * sizeof (double), y, 1, endian_arch); /* MBR - minimum Y */ gaiaExport64 (ptr + GEOPACKAGE_HEADER_LEN + 3 * sizeof (double), y, 1, endian_arch); /* MBR - maximum Y */ gaiaExport64 (ptr + GEOPACKAGE_HEADER_LEN + 4 * sizeof (double), z, 1, endian_arch); /* MBR - maximum Z */ gaiaExport64 (ptr + GEOPACKAGE_HEADER_LEN + 5 * sizeof (double), z, 1, endian_arch); /* MBR - maximum Z */ *(ptr + GEOPACKAGE_HEADER_LEN + GEOPACKAGE_3D_ENVELOPE_LEN) = GEOPACKAGE_WKB_LITTLEENDIAN; gaiaExport32 (ptr + GEOPACKAGE_HEADER_LEN + GEOPACKAGE_3D_ENVELOPE_LEN + 1, GEOPACKAGE_WKB_POINTZ, 1, endian_arch); gaiaExport64 (ptr + GEOPACKAGE_HEADER_LEN + GEOPACKAGE_3D_ENVELOPE_LEN + GEOPACKAGE_WKB_HEADER_LEN, x, 1, endian_arch); gaiaExport64 (ptr + GEOPACKAGE_HEADER_LEN + GEOPACKAGE_3D_ENVELOPE_LEN + GEOPACKAGE_WKB_HEADER_LEN + sizeof (double), y, 1, endian_arch); gaiaExport64 (ptr + GEOPACKAGE_HEADER_LEN + GEOPACKAGE_3D_ENVELOPE_LEN + GEOPACKAGE_WKB_HEADER_LEN + (2 * sizeof (double)), z, 1, endian_arch); } static void gpkgMakePointM (double x, double y, double m, int srid, unsigned char **result, unsigned int *size) { /* build a Blob encoded Geometry representing a POINT */ ................................................................................ gaiaExport32 (ptr + 4, srid, 1, endian_arch); /* the SRID */ gaiaExport64 (ptr + GEOPACKAGE_HEADER_LEN, x, 1, endian_arch); /* MBR - minimum X */ gaiaExport64 (ptr + GEOPACKAGE_HEADER_LEN + sizeof (double), x, 1, endian_arch); /* MBR - maximum X */ gaiaExport64 (ptr + GEOPACKAGE_HEADER_LEN + 2 * sizeof (double), y, 1, endian_arch); /* MBR - minimum Y */ gaiaExport64 (ptr + GEOPACKAGE_HEADER_LEN + 3 * sizeof (double), y, 1, endian_arch); /* MBR - maximum Y */ gaiaExport64 (ptr + GEOPACKAGE_HEADER_LEN + 4 * sizeof (double), m, 1, endian_arch); /* MBR - maximum M */ gaiaExport64 (ptr + GEOPACKAGE_HEADER_LEN + 5 * sizeof (double), m, 1, endian_arch); /* MBR - maximum M */ *(ptr + GEOPACKAGE_HEADER_LEN + GEOPACKAGE_3D_ENVELOPE_LEN) = GEOPACKAGE_WKB_LITTLEENDIAN; gaiaExport32 (ptr + GEOPACKAGE_HEADER_LEN + GEOPACKAGE_3D_ENVELOPE_LEN + 1, GEOPACKAGE_WKB_POINTM, 1, endian_arch); gaiaExport64 (ptr + GEOPACKAGE_HEADER_LEN + GEOPACKAGE_3D_ENVELOPE_LEN + GEOPACKAGE_WKB_HEADER_LEN, x, 1, endian_arch); gaiaExport64 (ptr + GEOPACKAGE_HEADER_LEN + GEOPACKAGE_3D_ENVELOPE_LEN + GEOPACKAGE_WKB_HEADER_LEN + sizeof (double), y, 1, endian_arch); gaiaExport64 (ptr + GEOPACKAGE_HEADER_LEN + GEOPACKAGE_3D_ENVELOPE_LEN + GEOPACKAGE_WKB_HEADER_LEN + (2 * sizeof (double)), m, 1, endian_arch); } static void gpkgMakePointZM (double x, double y, double z, double m, int srid, unsigned char **result, unsigned int *size) { /* build a Blob encoded Geometry representing a POINT */ ................................................................................ gaiaExport64 (ptr + GEOPACKAGE_HEADER_LEN + 1 * sizeof (double), x, 1, endian_arch); /* MBR - maximum X */ gaiaExport64 (ptr + GEOPACKAGE_HEADER_LEN + 2 * sizeof (double), y, 1, endian_arch); /* MBR - minimum Y */ gaiaExport64 (ptr + GEOPACKAGE_HEADER_LEN + 3 * sizeof (double), y, 1, endian_arch); /* MBR - maximum Y */ gaiaExport64 (ptr + GEOPACKAGE_HEADER_LEN + 4 * sizeof (double), z, 1, endian_arch); /* MBR - minimum Z */ gaiaExport64 (ptr + GEOPACKAGE_HEADER_LEN + 5 * sizeof (double), z, 1, endian_arch); /* MBR - maximum Z */ gaiaExport64 (ptr + GEOPACKAGE_HEADER_LEN + 6 * sizeof (double), m, 1, endian_arch); /* MBR - minimum M */ gaiaExport64 (ptr + GEOPACKAGE_HEADER_LEN + 7 * sizeof (double), m, 1, endian_arch); /* MBR - maximum M */ *(ptr + GEOPACKAGE_HEADER_LEN + GEOPACKAGE_4D_ENVELOPE_LEN) = GEOPACKAGE_WKB_LITTLEENDIAN; gaiaExport32 (ptr + GEOPACKAGE_HEADER_LEN + GEOPACKAGE_4D_ENVELOPE_LEN + 1, GEOPACKAGE_WKB_POINTZM, 1, endian_arch); gaiaExport64 (ptr + GEOPACKAGE_HEADER_LEN + GEOPACKAGE_4D_ENVELOPE_LEN + GEOPACKAGE_WKB_HEADER_LEN, x, 1, endian_arch); gaiaExport64 (ptr + GEOPACKAGE_HEADER_LEN + GEOPACKAGE_4D_ENVELOPE_LEN + GEOPACKAGE_WKB_HEADER_LEN + sizeof (double), y, 1, endian_arch); gaiaExport64 (ptr + GEOPACKAGE_HEADER_LEN + GEOPACKAGE_4D_ENVELOPE_LEN + GEOPACKAGE_WKB_HEADER_LEN + (2 * sizeof (double)), z, 1, endian_arch); gaiaExport64 (ptr + GEOPACKAGE_HEADER_LEN + GEOPACKAGE_4D_ENVELOPE_LEN + GEOPACKAGE_WKB_HEADER_LEN + (3 * sizeof (double)), m, 1, endian_arch); } GEOPACKAGE_PRIVATE void fnct_gpkgMakePoint (sqlite3_context * context, int argc UNUSED, sqlite3_value ** argv) { /* SQL function: ................................................................................ } else { sqlite3_result_null (context); return; } gpkgMakePointZ (x, y, z, GEOPACKAGE_DEFAULT_UNDEFINED_SRID, &p_result, &len); if (!p_result) { sqlite3_result_null (context); } else { sqlite3_result_blob (context, p_result, len, free); ................................................................................ } else { sqlite3_result_null (context); return; } gpkgMakePointM (x, y, m, GEOPACKAGE_DEFAULT_UNDEFINED_SRID, &p_result, &len); if (!p_result) { sqlite3_result_null (context); } else { sqlite3_result_blob (context, p_result, len, free); ................................................................................ } else { sqlite3_result_null (context); return; } gpkgMakePointZM (x, y, z, m, GEOPACKAGE_DEFAULT_UNDEFINED_SRID, &p_result, &len); if (!p_result) { sqlite3_result_null (context); } else { sqlite3_result_blob (context, p_result, len, free); |
> > > | > | > | > > | | | > > | | > > | > | | | > > | | | > > | | > > | > | | > > | > | | | > > | | | > > | | > > | > | | > > | > | | | > > | | | > > | | > > | > | | > > | > | | > > | > | | | | | | | | |
34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 .. 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 ... 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 ... 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 ... 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 ... 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 ... 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 ... 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 |
and other provisions required by the GPL or the LGPL. If you do not delete the provisions above, a recipient may use your version of this file under the terms of any one of the MPL, the GPL or the LGPL. */ #include "spatialite/geopackage.h" #include "geopackage_internal.h" #if defined(_WIN32) && !defined(__MINGW32__) #include "config-msvc.h" #else #include "config.h" #endif #ifdef ENABLE_GEOPACKAGE #define GEOPACKAGE_UNUSED() if (argc || argv) argc = argc; static void gpkgMakePoint (double x, double y, int srid, unsigned char **result, ................................................................................ ptr = *result; /* setting the Blob value */ gpkgSetHeader2DLittleEndian (ptr, srid, endian_arch); gpkgSetHeader2DMbr (ptr + GEOPACKAGE_HEADER_LEN, x, y, x, y, endian_arch); *(ptr + GEOPACKAGE_HEADER_LEN + GEOPACKAGE_2D_ENVELOPE_LEN) = GEOPACKAGE_WKB_LITTLEENDIAN; gaiaExport32 (ptr + GEOPACKAGE_HEADER_LEN + GEOPACKAGE_2D_ENVELOPE_LEN + 1, GEOPACKAGE_WKB_POINT, 1, endian_arch); gaiaExport64 (ptr + GEOPACKAGE_HEADER_LEN + GEOPACKAGE_2D_ENVELOPE_LEN + GEOPACKAGE_WKB_HEADER_LEN, x, 1, endian_arch); gaiaExport64 (ptr + GEOPACKAGE_HEADER_LEN + GEOPACKAGE_2D_ENVELOPE_LEN + GEOPACKAGE_WKB_HEADER_LEN + sizeof (double), y, 1, endian_arch); } static void gpkgMakePointZ (double x, double y, double z, int srid, unsigned char **result, unsigned int *size) { /* build a Blob encoded Geometry representing a POINT */ ................................................................................ gaiaExport32 (ptr + 4, srid, 1, endian_arch); /* the SRID */ gaiaExport64 (ptr + GEOPACKAGE_HEADER_LEN, x, 1, endian_arch); /* MBR - minimum X */ gaiaExport64 (ptr + GEOPACKAGE_HEADER_LEN + sizeof (double), x, 1, endian_arch); /* MBR - maximum x */ gaiaExport64 (ptr + GEOPACKAGE_HEADER_LEN + 2 * sizeof (double), y, 1, endian_arch); /* MBR - minimum Y */ gaiaExport64 (ptr + GEOPACKAGE_HEADER_LEN + 3 * sizeof (double), y, 1, endian_arch); /* MBR - maximum Y */ gaiaExport64 (ptr + GEOPACKAGE_HEADER_LEN + 4 * sizeof (double), z, 1, endian_arch); /* MBR - maximum Z */ gaiaExport64 (ptr + GEOPACKAGE_HEADER_LEN + 5 * sizeof (double), z, 1, endian_arch); /* MBR - maximum Z */ *(ptr + GEOPACKAGE_HEADER_LEN + GEOPACKAGE_3D_ENVELOPE_LEN) = GEOPACKAGE_WKB_LITTLEENDIAN; gaiaExport32 (ptr + GEOPACKAGE_HEADER_LEN + GEOPACKAGE_3D_ENVELOPE_LEN + 1, GEOPACKAGE_WKB_POINTZ, 1, endian_arch); gaiaExport64 (ptr + GEOPACKAGE_HEADER_LEN + GEOPACKAGE_3D_ENVELOPE_LEN + GEOPACKAGE_WKB_HEADER_LEN, x, 1, endian_arch); gaiaExport64 (ptr + GEOPACKAGE_HEADER_LEN + GEOPACKAGE_3D_ENVELOPE_LEN + GEOPACKAGE_WKB_HEADER_LEN + sizeof (double), y, 1, endian_arch); gaiaExport64 (ptr + GEOPACKAGE_HEADER_LEN + GEOPACKAGE_3D_ENVELOPE_LEN + GEOPACKAGE_WKB_HEADER_LEN + (2 * sizeof (double)), z, 1, endian_arch); } static void gpkgMakePointM (double x, double y, double m, int srid, unsigned char **result, unsigned int *size) { /* build a Blob encoded Geometry representing a POINT */ ................................................................................ gaiaExport32 (ptr + 4, srid, 1, endian_arch); /* the SRID */ gaiaExport64 (ptr + GEOPACKAGE_HEADER_LEN, x, 1, endian_arch); /* MBR - minimum X */ gaiaExport64 (ptr + GEOPACKAGE_HEADER_LEN + sizeof (double), x, 1, endian_arch); /* MBR - maximum X */ gaiaExport64 (ptr + GEOPACKAGE_HEADER_LEN + 2 * sizeof (double), y, 1, endian_arch); /* MBR - minimum Y */ gaiaExport64 (ptr + GEOPACKAGE_HEADER_LEN + 3 * sizeof (double), y, 1, endian_arch); /* MBR - maximum Y */ gaiaExport64 (ptr + GEOPACKAGE_HEADER_LEN + 4 * sizeof (double), m, 1, endian_arch); /* MBR - maximum M */ gaiaExport64 (ptr + GEOPACKAGE_HEADER_LEN + 5 * sizeof (double), m, 1, endian_arch); /* MBR - maximum M */ *(ptr + GEOPACKAGE_HEADER_LEN + GEOPACKAGE_3D_ENVELOPE_LEN) = GEOPACKAGE_WKB_LITTLEENDIAN; gaiaExport32 (ptr + GEOPACKAGE_HEADER_LEN + GEOPACKAGE_3D_ENVELOPE_LEN + 1, GEOPACKAGE_WKB_POINTM, 1, endian_arch); gaiaExport64 (ptr + GEOPACKAGE_HEADER_LEN + GEOPACKAGE_3D_ENVELOPE_LEN + GEOPACKAGE_WKB_HEADER_LEN, x, 1, endian_arch); gaiaExport64 (ptr + GEOPACKAGE_HEADER_LEN + GEOPACKAGE_3D_ENVELOPE_LEN + GEOPACKAGE_WKB_HEADER_LEN + sizeof (double), y, 1, endian_arch); gaiaExport64 (ptr + GEOPACKAGE_HEADER_LEN + GEOPACKAGE_3D_ENVELOPE_LEN + GEOPACKAGE_WKB_HEADER_LEN + (2 * sizeof (double)), m, 1, endian_arch); } static void gpkgMakePointZM (double x, double y, double z, double m, int srid, unsigned char **result, unsigned int *size) { /* build a Blob encoded Geometry representing a POINT */ ................................................................................ gaiaExport64 (ptr + GEOPACKAGE_HEADER_LEN + 1 * sizeof (double), x, 1, endian_arch); /* MBR - maximum X */ gaiaExport64 (ptr + GEOPACKAGE_HEADER_LEN + 2 * sizeof (double), y, 1, endian_arch); /* MBR - minimum Y */ gaiaExport64 (ptr + GEOPACKAGE_HEADER_LEN + 3 * sizeof (double), y, 1, endian_arch); /* MBR - maximum Y */ gaiaExport64 (ptr + GEOPACKAGE_HEADER_LEN + 4 * sizeof (double), z, 1, endian_arch); /* MBR - minimum Z */ gaiaExport64 (ptr + GEOPACKAGE_HEADER_LEN + 5 * sizeof (double), z, 1, endian_arch); /* MBR - maximum Z */ gaiaExport64 (ptr + GEOPACKAGE_HEADER_LEN + 6 * sizeof (double), m, 1, endian_arch); /* MBR - minimum M */ gaiaExport64 (ptr + GEOPACKAGE_HEADER_LEN + 7 * sizeof (double), m, 1, endian_arch); /* MBR - maximum M */ *(ptr + GEOPACKAGE_HEADER_LEN + GEOPACKAGE_4D_ENVELOPE_LEN) = GEOPACKAGE_WKB_LITTLEENDIAN; gaiaExport32 (ptr + GEOPACKAGE_HEADER_LEN + GEOPACKAGE_4D_ENVELOPE_LEN + 1, GEOPACKAGE_WKB_POINTZM, 1, endian_arch); gaiaExport64 (ptr + GEOPACKAGE_HEADER_LEN + GEOPACKAGE_4D_ENVELOPE_LEN + GEOPACKAGE_WKB_HEADER_LEN, x, 1, endian_arch); gaiaExport64 (ptr + GEOPACKAGE_HEADER_LEN + GEOPACKAGE_4D_ENVELOPE_LEN + GEOPACKAGE_WKB_HEADER_LEN + sizeof (double), y, 1, endian_arch); gaiaExport64 (ptr + GEOPACKAGE_HEADER_LEN + GEOPACKAGE_4D_ENVELOPE_LEN + GEOPACKAGE_WKB_HEADER_LEN + (2 * sizeof (double)), z, 1, endian_arch); gaiaExport64 (ptr + GEOPACKAGE_HEADER_LEN + GEOPACKAGE_4D_ENVELOPE_LEN + GEOPACKAGE_WKB_HEADER_LEN + (3 * sizeof (double)), m, 1, endian_arch); } GEOPACKAGE_PRIVATE void fnct_gpkgMakePoint (sqlite3_context * context, int argc UNUSED, sqlite3_value ** argv) { /* SQL function: ................................................................................ } else { sqlite3_result_null (context); return; } gpkgMakePointZ (x, y, z, GEOPACKAGE_DEFAULT_UNDEFINED_SRID, &p_result, &len); if (!p_result) { sqlite3_result_null (context); } else { sqlite3_result_blob (context, p_result, len, free); ................................................................................ } else { sqlite3_result_null (context); return; } gpkgMakePointM (x, y, m, GEOPACKAGE_DEFAULT_UNDEFINED_SRID, &p_result, &len); if (!p_result) { sqlite3_result_null (context); } else { sqlite3_result_blob (context, p_result, len, free); ................................................................................ } else { sqlite3_result_null (context); return; } gpkgMakePointZM (x, y, z, m, GEOPACKAGE_DEFAULT_UNDEFINED_SRID, &p_result, &len); if (!p_result) { sqlite3_result_null (context); } else { sqlite3_result_blob (context, p_result, len, free); |
Changes to src/geopackage/gpkg_add_geometry_triggers.c.
36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 .. 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 ... 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 |
the provisions above, a recipient may use your version of this file under the terms of any one of the MPL, the GPL or the LGPL. */ #include "spatialite/geopackage.h" #include "spatialite/gaiaaux.h" #include "config.h" #include "geopackage_internal.h" #ifdef ENABLE_GEOPACKAGE GEOPACKAGE_PRIVATE void fnct_gpkgAddGeometryTriggers (sqlite3_context * context, int argc __attribute__ ((unused)), sqlite3_value ** argv) { /* SQL function: / gpkgAddGeometryTriggers(table, column) / / Adds Geopackage geometry table triggers for the named table / returns nothing on success, raises exception on error / ................................................................................ char *xcolumn; char *sql_stmt = NULL; sqlite3 *sqlite = NULL; char *errMsg = NULL; int ret = 0; int i = 0; const char *trigger_stmts[] = { "CREATE TRIGGER \"fgti_%s_%s\"\n" "BEFORE INSERT ON \"%s\"\n" "FOR EACH ROW BEGIN\n" "SELECT RAISE (ROLLBACK, 'insert on \"%s\" violates constraint: " "ST_GeometryType(\"%s\") is not assignable from " "gpkg_geometry_columns.geometry_type_name value')\n" "WHERE (SELECT geometry_type_name\n" "FROM gpkg_geometry_columns\n" "WHERE Lower(table_name) = Lower(%Q)\n" "AND Lower(column_name) = Lower(%Q)\n" "AND gpkg_IsAssignable(geometry_type_name, " "ST_GeometryType(NEW.\"%s\")) = 0);\nEND", "CREATE TRIGGER \"fgtu_%s_%s\"\n" "BEFORE UPDATE OF \"%s\" ON \"%s\"\n" "FOR EACH ROW BEGIN\n" "SELECT RAISE (ROLLBACK, 'update of \"%s\" on \"%s\" violates constraint: " "ST_GeometryType(\"%s\") is not assignable from " "gpkg_geometry_columns.geometry_type_name value')\n" "WHERE (SELECT geometry_type_name\n" "FROM gpkg_geometry_columns\n" "WHERE Lower(table_name) = Lower(%Q) " "AND Lower(column_name) = Lower(%Q) " "AND gpkg_IsAssignable(geometry_type_name, " "ST_GeometryType(NEW.\"%s\")) = 0);\nEND", "CREATE TRIGGER \"fgsi_%s_%s\"\n" "BEFORE INSERT ON \"%s\"\n" "FOR EACH ROW BEGIN\n" "SELECT RAISE (ROLLBACK, 'insert on \"%s\" violates constraint: " "ST_SRID(\"%s\") does not match gpkg_geometry_columns.srs_id value')\n" "WHERE (SELECT srs_id FROM gpkg_geometry_columns\n" "WHERE Lower(table_name) = Lower(%Q) " "AND Lower(column_name) = Lower(%Q) " "AND ST_SRID(NEW.\"%s\") <> srs_id);\nEND", "CREATE TRIGGER \"fgsu_%s_%s\"\n" "BEFORE UPDATE OF \"%s\" ON \"%s\"\n" "FOR EACH ROW BEGIN\n" "SELECT RAISE (ROLLBACK, 'update of \"%s\" on \"%s\" violates constraint: " "ST_SRID(\"%s\") does not match gpkg_geometry_columns.srs_id value')\n" "WHERE (SELECT srs_id FROM gpkg_geometry_columns\n" "WHERE Lower(table_name) = Lower(%Q) " "AND Lower(column_name) = Lower(%Q) " "AND ST_SRID(NEW.\"%s\") <> srs_id);\nEND", NULL }; if (sqlite3_value_type (argv[0]) != SQLITE_TEXT) { sqlite3_result_error (context, "gpkgAddGeometryTriggers() error: argument 1 [table] is not of the String type", -1); return; } ................................................................................ return; } } free (xtable); free (xcolumn); /* registering the GPKG extensions */ sql_stmt = sqlite3_mprintf ("INSERT INTO gpkg_extensions " "(table_name, column_name, extension_name, definition, scope) " "VALUES (Lower(%Q), Lower(%Q), 'gpkg_geometry_type_trigger', " "'GeoPackage 1.0 Specification Annex N', 'write-only')", table, column); ret = sqlite3_exec (sqlite, sql_stmt, NULL, NULL, &errMsg); sqlite3_free (sql_stmt); if (ret != SQLITE_OK) { sqlite3_result_error (context, errMsg, -1); sqlite3_free (errMsg); return; } sql_stmt = sqlite3_mprintf ("INSERT INTO gpkg_extensions " "(table_name, column_name, extension_name, definition, scope) " "VALUES (Lower(%Q), Lower(%Q), 'gpkg_srs_id_trigger', " "'GeoPackage 1.0 Specification Annex N', 'write-only')", table, column); ret = sqlite3_exec (sqlite, sql_stmt, NULL, NULL, &errMsg); sqlite3_free (sql_stmt); if (ret != SQLITE_OK) { sqlite3_result_error (context, errMsg, -1); sqlite3_free (errMsg); return; } } #endif |
> > > | > | > | | | < | < < | | < | < < | > > > > | | | | | > | | | | | |
36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 .. 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 ... 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 |
the provisions above, a recipient may use your version of this file under the terms of any one of the MPL, the GPL or the LGPL. */ #include "spatialite/geopackage.h" #include "spatialite/gaiaaux.h" #include "geopackage_internal.h" #if defined(_WIN32) && !defined(__MINGW32__) #include "config-msvc.h" #else #include "config.h" #endif #ifdef ENABLE_GEOPACKAGE GEOPACKAGE_PRIVATE void fnct_gpkgAddGeometryTriggers (sqlite3_context * context, int argc, sqlite3_value ** argv) { /* SQL function: / gpkgAddGeometryTriggers(table, column) / / Adds Geopackage geometry table triggers for the named table / returns nothing on success, raises exception on error / ................................................................................ char *xcolumn; char *sql_stmt = NULL; sqlite3 *sqlite = NULL; char *errMsg = NULL; int ret = 0; int i = 0; const char *trigger_stmts[] = { "CREATE TRIGGER \"fgti_%s_%s\"\n" "BEFORE INSERT ON \"%s\"\n" "FOR EACH ROW BEGIN\n" "SELECT RAISE (ROLLBACK, 'insert on \"%s\" violates constraint: " "ST_GeometryType(\"%s\") is not assignable from " "gpkg_geometry_columns.geometry_type_name value')\n" "WHERE (SELECT geometry_type_name\n" "FROM gpkg_geometry_columns\n" "WHERE Lower(table_name) = Lower(%Q)\n" "AND Lower(column_name) = Lower(%Q)\n" "AND gpkg_IsAssignable(geometry_type_name, " "ST_GeometryType(NEW.\"%s\")) = 0);\nEND", "CREATE TRIGGER \"fgtu_%s_%s\"\n" "BEFORE UPDATE OF \"%s\" ON \"%s\"\n" "FOR EACH ROW BEGIN\n" "SELECT RAISE (ROLLBACK, 'update of \"%s\" on \"%s\" violates constraint: " "ST_GeometryType(\"%s\") is not assignable from " "gpkg_geometry_columns.geometry_type_name value')\n" "WHERE (SELECT geometry_type_name\n" "FROM gpkg_geometry_columns\n" "WHERE Lower(table_name) = Lower(%Q) " "AND Lower(column_name) = Lower(%Q) " "AND gpkg_IsAssignable(geometry_type_name, " "ST_GeometryType(NEW.\"%s\")) = 0);\nEND", "CREATE TRIGGER \"fgsi_%s_%s\"\n" "BEFORE INSERT ON \"%s\"\n" "FOR EACH ROW BEGIN\n" "SELECT RAISE (ROLLBACK, 'insert on \"%s\" violates constraint: " "ST_SRID(\"%s\") does not match gpkg_geometry_columns.srs_id value')\n" "WHERE (SELECT srs_id FROM gpkg_geometry_columns\n" "WHERE Lower(table_name) = Lower(%Q) " "AND Lower(column_name) = Lower(%Q) " "AND ST_SRID(NEW.\"%s\") <> srs_id);\nEND", "CREATE TRIGGER \"fgsu_%s_%s\"\n" "BEFORE UPDATE OF \"%s\" ON \"%s\"\n" "FOR EACH ROW BEGIN\n" "SELECT RAISE (ROLLBACK, 'update of \"%s\" on \"%s\" violates constraint: " "ST_SRID(\"%s\") does not match gpkg_geometry_columns.srs_id value')\n" "WHERE (SELECT srs_id FROM gpkg_geometry_columns\n" "WHERE Lower(table_name) = Lower(%Q) " "AND Lower(column_name) = Lower(%Q) " "AND ST_SRID(NEW.\"%s\") <> srs_id);\nEND", NULL }; if (argc == 0) argc = 0; /* suppressing stupid compiler warnings */ if (sqlite3_value_type (argv[0]) != SQLITE_TEXT) { sqlite3_result_error (context, "gpkgAddGeometryTriggers() error: argument 1 [table] is not of the String type", -1); return; } ................................................................................ return; } } free (xtable); free (xcolumn); /* registering the GPKG extensions */ sql_stmt = sqlite3_mprintf ("INSERT INTO gpkg_extensions " "(table_name, column_name, extension_name, definition, scope) " "VALUES (Lower(%Q), Lower(%Q), 'gpkg_geometry_type_trigger', " "'GeoPackage 1.0 Specification Annex N', 'write-only')", table, column); ret = sqlite3_exec (sqlite, sql_stmt, NULL, NULL, &errMsg); sqlite3_free (sql_stmt); if (ret != SQLITE_OK) { sqlite3_result_error (context, errMsg, -1); sqlite3_free (errMsg); return; } sql_stmt = sqlite3_mprintf ("INSERT INTO gpkg_extensions " "(table_name, column_name, extension_name, definition, scope) " "VALUES (Lower(%Q), Lower(%Q), 'gpkg_srs_id_trigger', " "'GeoPackage 1.0 Specification Annex N', 'write-only')", table, column); ret = sqlite3_exec (sqlite, sql_stmt, NULL, NULL, &errMsg); sqlite3_free (sql_stmt); if (ret != SQLITE_OK) { sqlite3_result_error (context, errMsg, -1); sqlite3_free (errMsg); return; } } #endif |
Changes to src/geopackage/gpkg_add_spatial_index.c.
36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 ... 111 112 113 114 115 116 117 118 119 120 121 122 123 124 ... 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 ... 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 |
the provisions above, a recipient may use your version of this file under the terms of any one of the MPL, the GPL or the LGPL. */ #include "spatialite/geopackage.h" #include "spatialite/gaiaaux.h" #include "config.h" #include "geopackage_internal.h" #ifdef ENABLE_GEOPACKAGE GEOPACKAGE_PRIVATE void fnct_gpkgAddSpatialIndex (sqlite3_context * context, int argc __attribute__ ((unused)), sqlite3_value ** argv) { /* SQL function: / gpkgAddSpatialIndex(table, column) / / Adds Geopackage SpatialIndex triggers for the named table / and creates the "rtree_<T>_<C> Virtual Table / returns nothing on success, raises exception on error ................................................................................ "AFTER DELETE ON \"%s\"" "WHEN old.\"%s\" NOT NULL\n" "BEGIN\n" "DELETE FROM \"rtree_%s_%s\" WHERE id = OLD.ROWID;\nEND", NULL }; if (sqlite3_value_type (argv[0]) != SQLITE_TEXT) { sqlite3_result_error (context, "gpkgAddSpatialIndex() error: argument 1 [table] is not of the String type", -1); return; } ................................................................................ free (xtable); free (xcolumn); return; } } /* creating the R*Tree Virtual Table */ sql_stmt = sqlite3_mprintf ("CREATE VIRTUAL TABLE \"rtree_%s_%s\" " "USING rtree(id, minx, maxx, miny, maxy)", xtable, xcolumn); ret = sqlite3_exec (sqlite, sql_stmt, NULL, NULL, &errMsg); sqlite3_free (sql_stmt); if (ret != SQLITE_OK) { sqlite3_result_error (context, errMsg, -1); sqlite3_free (errMsg); free (xtable); ................................................................................ free (xcolumn); return; } free (xtable); free (xcolumn); /* registering the GPKG extensions */ sql_stmt = sqlite3_mprintf ("INSERT INTO gpkg_extensions " "(table_name, column_name, extension_name, definition, scope) " "VALUES (Lower(%Q), Lower(%Q), 'gpkg_rtree_index', " "'GeoPackage 1.0 Specification Annex L', 'write-only')", table, column); ret = sqlite3_exec (sqlite, sql_stmt, NULL, NULL, &errMsg); sqlite3_free (sql_stmt); if (ret != SQLITE_OK) { sqlite3_result_error (context, errMsg, -1); sqlite3_free (errMsg); return; } } #endif |
> > > | > | > | | > > > > | | | > | | | | | |
36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 ... 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 ... 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 ... 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 |
the provisions above, a recipient may use your version of this file under the terms of any one of the MPL, the GPL or the LGPL. */ #include "spatialite/geopackage.h" #include "spatialite/gaiaaux.h" #include "geopackage_internal.h" #if defined(_WIN32) && !defined(__MINGW32__) #include "config-msvc.h" #else #include "config.h" #endif #ifdef ENABLE_GEOPACKAGE GEOPACKAGE_PRIVATE void fnct_gpkgAddSpatialIndex (sqlite3_context * context, int argc, sqlite3_value ** argv) { /* SQL function: / gpkgAddSpatialIndex(table, column) / / Adds Geopackage SpatialIndex triggers for the named table / and creates the "rtree_<T>_<C> Virtual Table / returns nothing on success, raises exception on error ................................................................................ "AFTER DELETE ON \"%s\"" "WHEN old.\"%s\" NOT NULL\n" "BEGIN\n" "DELETE FROM \"rtree_%s_%s\" WHERE id = OLD.ROWID;\nEND", NULL }; if (argc == 0) argc = 0; /* suppressing stupid compiler warnings */ if (sqlite3_value_type (argv[0]) != SQLITE_TEXT) { sqlite3_result_error (context, "gpkgAddSpatialIndex() error: argument 1 [table] is not of the String type", -1); return; } ................................................................................ free (xtable); free (xcolumn); return; } } /* creating the R*Tree Virtual Table */ sql_stmt = sqlite3_mprintf ("CREATE VIRTUAL TABLE \"rtree_%s_%s\" " "USING rtree(id, minx, maxx, miny, maxy)", xtable, xcolumn); ret = sqlite3_exec (sqlite, sql_stmt, NULL, NULL, &errMsg); sqlite3_free (sql_stmt); if (ret != SQLITE_OK) { sqlite3_result_error (context, errMsg, -1); sqlite3_free (errMsg); free (xtable); ................................................................................ free (xcolumn); return; } free (xtable); free (xcolumn); /* registering the GPKG extensions */ sql_stmt = sqlite3_mprintf ("INSERT INTO gpkg_extensions " "(table_name, column_name, extension_name, definition, scope) " "VALUES (Lower(%Q), Lower(%Q), 'gpkg_rtree_index', " "'GeoPackage 1.0 Specification Annex L', 'write-only')", table, column); ret = sqlite3_exec (sqlite, sql_stmt, NULL, NULL, &errMsg); sqlite3_free (sql_stmt); if (ret != SQLITE_OK) { sqlite3_result_error (context, errMsg, -1); sqlite3_free (errMsg); return; } } #endif |
Changes to src/geopackage/gpkg_add_tile_triggers.c.
34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 .. 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 ... 110 111 112 113 114 115 116 117 118 119 120 121 122 123 |
and other provisions required by the GPL or the LGPL. If you do not delete the provisions above, a recipient may use your version of this file under the terms of any one of the MPL, the GPL or the LGPL. */ #include "spatialite/geopackage.h" #include "config.h" #include "geopackage_internal.h" #ifdef ENABLE_GEOPACKAGE GEOPACKAGE_PRIVATE void fnct_gpkgAddTileTriggers (sqlite3_context * context, int argc __attribute__ ((unused)), sqlite3_value ** argv) { /* SQL function: / gpkgAddTileTriggers(table) / / Adds Geopackage tile table triggers for the named table / returns nothing on success, raises exception on error / ................................................................................ char *sql_stmt = NULL; sqlite3 *sqlite = NULL; char *errMsg = NULL; int ret = 0; int i = 0; /* Note: the code below relies on there being twelve (or less) varargs, all of which are the table name */ const char *trigger_stmts[] = { "CREATE TRIGGER \"%s_zoom_insert\"\n" "BEFORE INSERT ON \"%s\"\n" "FOR EACH ROW BEGIN\n" "SELECT RAISE(ABORT, 'insert on table ''%s'' violates constraint: zoom_level not specified for table in gpkg_tile_matrix')\n" "WHERE NOT (NEW.zoom_level IN (SELECT zoom_level FROM gpkg_tile_matrix WHERE table_name = %Q));\n" "END", "CREATE TRIGGER \"%s_zoom_update\"\n" "BEFORE UPDATE OF zoom_level ON \"%s\"\n" "FOR EACH ROW BEGIN\n" "SELECT RAISE(ABORT, 'update on table ''%s'' violates constraint: zoom_level not specified for table in gpkg_tile_matrix')\n" "WHERE NOT (NEW.zoom_level IN (SELECT zoom_level FROM gpkg_tile_matrix WHERE table_name = %Q));\n" "END", "CREATE TRIGGER \"%s_tile_column_insert\"\n" "BEFORE INSERT ON \"%s\"\n" "FOR EACH ROW BEGIN\n" ................................................................................ "SELECT RAISE(ABORT, 'update on table ''%s'' violates constraint: tile_row must be < matrix_height specified for table and zoom level in gpkg_tile_matrix')\n" "WHERE NOT (NEW.tile_row < (SELECT matrix_height FROM gpkg_tile_matrix WHERE table_name = %Q AND zoom_level = NEW.zoom_level));\n" "END", NULL }; if (sqlite3_value_type (argv[0]) != SQLITE_TEXT) { sqlite3_result_error (context, "gpkgAddTileTriggers() error: argument 1 [table] is not of the String type", -1); return; } |
> > > | > | > | | | < | < > > > |
34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 .. 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 ... 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 |
and other provisions required by the GPL or the LGPL. If you do not delete the provisions above, a recipient may use your version of this file under the terms of any one of the MPL, the GPL or the LGPL. */ #include "spatialite/geopackage.h" #include "geopackage_internal.h" #if defined(_WIN32) && !defined(__MINGW32__) #include "config-msvc.h" #else #include "config.h" #endif #ifdef ENABLE_GEOPACKAGE GEOPACKAGE_PRIVATE void fnct_gpkgAddTileTriggers (sqlite3_context * context, int argc, sqlite3_value ** argv) { /* SQL function: / gpkgAddTileTriggers(table) / / Adds Geopackage tile table triggers for the named table / returns nothing on success, raises exception on error / ................................................................................ char *sql_stmt = NULL; sqlite3 *sqlite = NULL; char *errMsg = NULL; int ret = 0; int i = 0; /* Note: the code below relies on there being twelve (or less) varargs, all of which are the table name */ const char *trigger_stmts[] = { "CREATE TRIGGER \"%s_zoom_insert\"\n" "BEFORE INSERT ON \"%s\"\n" "FOR EACH ROW BEGIN\n" "SELECT RAISE(ABORT, 'insert on table ''%s'' violates constraint: zoom_level not specified for table in gpkg_tile_matrix')\n" "WHERE NOT (NEW.zoom_level IN (SELECT zoom_level FROM gpkg_tile_matrix WHERE table_name = %Q));\n" "END", "CREATE TRIGGER \"%s_zoom_update\"\n" "BEFORE UPDATE OF zoom_level ON \"%s\"\n" "FOR EACH ROW BEGIN\n" "SELECT RAISE(ABORT, 'update on table ''%s'' violates constraint: zoom_level not specified for table in gpkg_tile_matrix')\n" "WHERE NOT (NEW.zoom_level IN (SELECT zoom_level FROM gpkg_tile_matrix WHERE table_name = %Q));\n" "END", "CREATE TRIGGER \"%s_tile_column_insert\"\n" "BEFORE INSERT ON \"%s\"\n" "FOR EACH ROW BEGIN\n" ................................................................................ "SELECT RAISE(ABORT, 'update on table ''%s'' violates constraint: tile_row must be < matrix_height specified for table and zoom level in gpkg_tile_matrix')\n" "WHERE NOT (NEW.tile_row < (SELECT matrix_height FROM gpkg_tile_matrix WHERE table_name = %Q AND zoom_level = NEW.zoom_level));\n" "END", NULL }; if (argc == 0) argc = 0; /* suppressing stupid compiler warnings */ if (sqlite3_value_type (argv[0]) != SQLITE_TEXT) { sqlite3_result_error (context, "gpkgAddTileTriggers() error: argument 1 [table] is not of the String type", -1); return; } |
Changes to src/geopackage/gpkg_get_normal_row.c.
34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 .. 66 67 68 69 70 71 72 73 74 75 76 77 78 79 .. 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 ... 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 |
and other provisions required by the GPL or the LGPL. If you do not delete the provisions above, a recipient may use your version of this file under the terms of any one of the MPL, the GPL or the LGPL. */ #include "spatialite/geopackage.h" #include "config.h" #include "geopackage_internal.h" #ifdef ENABLE_GEOPACKAGE GEOPACKAGE_PRIVATE void fnct_gpkgGetNormalRow (sqlite3_context * context, int argc UNUSED, sqlite3_value ** argv) { /* SQL function: / gpkgGetNormalRow(tile_table_name, normal_zoom_level, inverted_row_number) / / Gets the normal integer row number for the specified table, normal zoom level / and inverted row number. Raises a SQL exception if no zoom level row record in ................................................................................ char *errMsg = NULL; char **results; char *endptr = 0; int rows = 0; int columns = 0; int ret = 0; if (sqlite3_value_type (argv[0]) != SQLITE_TEXT) { sqlite3_result_error (context, "gpkgGetNormalRow() error: argument 1 [tile_table_name] is not of the String type", -1); return; } ................................................................................ sql_stmt = sqlite3_mprintf ("SELECT matrix_height FROM gpkg_tile_matrix WHERE table_name = %Q AND zoom_level=%i", table, zoom_level); sqlite = sqlite3_context_db_handle (context); ret = sqlite3_get_table (sqlite, sql_stmt, &results, &rows, &columns, &errMsg); sqlite3_free (sql_stmt); if (ret != SQLITE_OK) { sqlite3_result_error (context, errMsg, -1); sqlite3_free (errMsg); return; } ................................................................................ sqlite3_free (errMsg); return; } errno = 0; matrix_height = strtol (results[1 * columns + 0], &endptr, 10); if ((endptr == results[1 * columns + 0]) || (matrix_height < 0) || (errno == ERANGE && matrix_height == INT_MAX) || (errno != 0 && matrix_height == 0)) { sqlite3_free_table (results); sqlite3_result_error (context, "gpkgGetNormalRow: could not parse result (corrupt GeoPackage?)", -1); return; } |
> > > | > | > | > > > | | < | | |
34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 .. 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 ... 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 ... 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 |
and other provisions required by the GPL or the LGPL. If you do not delete the provisions above, a recipient may use your version of this file under the terms of any one of the MPL, the GPL or the LGPL. */ #include "spatialite/geopackage.h" #include "geopackage_internal.h" #if defined(_WIN32) && !defined(__MINGW32__) #include "config-msvc.h" #else #include "config.h" #endif #ifdef ENABLE_GEOPACKAGE GEOPACKAGE_PRIVATE void fnct_gpkgGetNormalRow (sqlite3_context * context, int argc, sqlite3_value ** argv) { /* SQL function: / gpkgGetNormalRow(tile_table_name, normal_zoom_level, inverted_row_number) / / Gets the normal integer row number for the specified table, normal zoom level / and inverted row number. Raises a SQL exception if no zoom level row record in ................................................................................ char *errMsg = NULL; char **results; char *endptr = 0; int rows = 0; int columns = 0; int ret = 0; if (argc == 0) argc = 0; /* suppressing stupid compiler warnings */ if (sqlite3_value_type (argv[0]) != SQLITE_TEXT) { sqlite3_result_error (context, "gpkgGetNormalRow() error: argument 1 [tile_table_name] is not of the String type", -1); return; } ................................................................................ sql_stmt = sqlite3_mprintf ("SELECT matrix_height FROM gpkg_tile_matrix WHERE table_name = %Q AND zoom_level=%i", table, zoom_level); sqlite = sqlite3_context_db_handle (context); ret = sqlite3_get_table (sqlite, sql_stmt, &results, &rows, &columns, &errMsg); sqlite3_free (sql_stmt); if (ret != SQLITE_OK) { sqlite3_result_error (context, errMsg, -1); sqlite3_free (errMsg); return; } ................................................................................ sqlite3_free (errMsg); return; } errno = 0; matrix_height = strtol (results[1 * columns + 0], &endptr, 10); if ((endptr == results[1 * columns + 0]) || (matrix_height < 0) || (errno == ERANGE && matrix_height == INT_MAX) || (errno != 0 && matrix_height == 0)) { sqlite3_free_table (results); sqlite3_result_error (context, "gpkgGetNormalRow: could not parse result (corrupt GeoPackage?)", -1); return; } |
Changes to src/geopackage/gpkg_get_normal_zoom.c.
34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 .. 65 66 67 68 69 70 71 72 73 74 75 76 77 78 .. 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 ... 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 |
and other provisions required by the GPL or the LGPL. If you do not delete the provisions above, a recipient may use your version of this file under the terms of any one of the MPL, the GPL or the LGPL. */ #include "spatialite/geopackage.h" #include "config.h" #include "geopackage_internal.h" #ifdef ENABLE_GEOPACKAGE GEOPACKAGE_PRIVATE void fnct_gpkgGetNormalZoom (sqlite3_context * context, int argc UNUSED, sqlite3_value ** argv) { /* SQL function: / gpkgGetNormalZoom(tile_table_name, inverted_zoom_level) / / Gets the normal integer zoom level for data stored in the specified table. / Raises a SQL exception if inverted zoom level is outside the range of ................................................................................ char *errMsg = NULL; char **results; char *endptr = 0; int rows = 0; int columns = 0; int ret = 0; if (sqlite3_value_type (argv[0]) != SQLITE_TEXT) { sqlite3_result_error (context, "gpkgGetNormalZoom() error: argument 1 [tile_table_name] is not of the String type", -1); return; } ................................................................................ sql_stmt = sqlite3_mprintf ("SELECT MAX(zoom_level) FROM gpkg_tile_matrix WHERE table_name = %Q", table); sqlite = sqlite3_context_db_handle (context); ret = sqlite3_get_table (sqlite, sql_stmt, &results, &rows, &columns, &errMsg); sqlite3_free (sql_stmt); if (ret != SQLITE_OK) { sqlite3_result_error (context, errMsg, -1); sqlite3_free (errMsg); return; } ................................................................................ sqlite3_free (errMsg); return; } errno = 0; max_zoom_level = strtol (results[1 * columns + 0], &endptr, 10); if ((endptr == results[1 * columns + 0]) || (max_zoom_level < 0) || (errno == ERANGE && max_zoom_level == LONG_MAX) || (errno != 0 && max_zoom_level == 0)) { sqlite3_free_table (results); sqlite3_result_error (context, "gpkgGetNormalZoom: could not parse result (corrupt GeoPackage?)", -1); return; |
> > > | > | > | > > > | | < > | |
34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 .. 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 .. 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 ... 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 |
and other provisions required by the GPL or the LGPL. If you do not delete the provisions above, a recipient may use your version of this file under the terms of any one of the MPL, the GPL or the LGPL. */ #include "spatialite/geopackage.h" #include "geopackage_internal.h" #if defined(_WIN32) && !defined(__MINGW32__) #include "config-msvc.h" #else #include "config.h" #endif #ifdef ENABLE_GEOPACKAGE GEOPACKAGE_PRIVATE void fnct_gpkgGetNormalZoom (sqlite3_context * context, int argc, sqlite3_value ** argv) { /* SQL function: / gpkgGetNormalZoom(tile_table_name, inverted_zoom_level) / / Gets the normal integer zoom level for data stored in the specified table. / Raises a SQL exception if inverted zoom level is outside the range of ................................................................................ char *errMsg = NULL; char **results; char *endptr = 0; int rows = 0; int columns = 0; int ret = 0; if (argc == 0) argc = 0; /* suppressing stupid compiler warnings */ if (sqlite3_value_type (argv[0]) != SQLITE_TEXT) { sqlite3_result_error (context, "gpkgGetNormalZoom() error: argument 1 [tile_table_name] is not of the String type", -1); return; } ................................................................................ sql_stmt = sqlite3_mprintf ("SELECT MAX(zoom_level) FROM gpkg_tile_matrix WHERE table_name = %Q", table); sqlite = sqlite3_context_db_handle (context); ret = sqlite3_get_table (sqlite, sql_stmt, &results, &rows, &columns, &errMsg); sqlite3_free (sql_stmt); if (ret != SQLITE_OK) { sqlite3_result_error (context, errMsg, -1); sqlite3_free (errMsg); return; } ................................................................................ sqlite3_free (errMsg); return; } errno = 0; max_zoom_level = strtol (results[1 * columns + 0], &endptr, 10); if ((endptr == results[1 * columns + 0]) || (max_zoom_level < 0) || (errno == ERANGE && max_zoom_level == LONG_MAX) || (errno != 0 && max_zoom_level == 0)) { sqlite3_free_table (results); sqlite3_result_error (context, "gpkgGetNormalZoom: could not parse result (corrupt GeoPackage?)", -1); return; |
Changes to src/headers/Makefile.in.
1 2 3 4 5 6 7 8 9 10 11 ... 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 ... 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 |
# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign src/headers/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
| | | | > > > | |
1 2 3 4 5 6 7 8 9 10 11 ... 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 ... 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 |
# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign src/headers/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
Changes to src/md5/Makefile.in.
1 2 3 4 5 6 7 8 9 10 11 ... 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 ... 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 ... 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 ... 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 ... 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 ... 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 ... 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 |
# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign src/md5/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaia_md5.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5_la-gaia_md5.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5_la-md5.Plo@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< ................................................................................ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ ................................................................................ @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: ................................................................................ install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool ................................................................................ ps-am: uninstall-am: .MAKE: install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \ ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-info \ install-info-am install-man install-pdf install-pdf-am \ install-ps install-ps-am install-strip installcheck \ installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags tags-am uninstall uninstall-am .PRECIOUS: Makefile # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: |
| | | > > | | | | | | > > > > > > > > > | > | > > > | > > | | | | | | | | | | |
1 2 3 4 5 6 7 8 9 10 11 ... 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 ... 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 ... 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 ... 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 ... 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 ... 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 ... 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 |
# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__maybe_remake_depfiles = depfiles am__depfiles_remade = ./$(DEPDIR)/gaia_md5.Plo ./$(DEPDIR)/md5.Plo \ ./$(DEPDIR)/md5_la-gaia_md5.Plo ./$(DEPDIR)/md5_la-md5.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign src/md5/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaia_md5.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5_la-gaia_md5.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5_la-md5.Plo@am__quote@ # am--include-marker $(am__depfiles_remade): @$(MKDIR_P) $(@D) @echo '# dummy' >$@-t && $(am__mv) $@-t $@ am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< ................................................................................ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ ................................................................................ @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ mostlyclean-am distclean: distclean-am -rm -f ./$(DEPDIR)/gaia_md5.Plo -rm -f ./$(DEPDIR)/md5.Plo -rm -f ./$(DEPDIR)/md5_la-gaia_md5.Plo -rm -f ./$(DEPDIR)/md5_la-md5.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: ................................................................................ install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f ./$(DEPDIR)/gaia_md5.Plo -rm -f ./$(DEPDIR)/md5.Plo -rm -f ./$(DEPDIR)/md5_la-gaia_md5.Plo -rm -f ./$(DEPDIR)/md5_la-md5.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool ................................................................................ ps-am: uninstall-am: .MAKE: install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ clean-generic clean-libtool clean-noinstLTLIBRARIES \ cscopelist-am ctags ctags-am distclean distclean-compile \ distclean-generic distclean-libtool distclean-tags distdir dvi \ dvi-am html html-am info info-am install install-am \ install-data install-data-am install-dvi install-dvi-am \ install-exec install-exec-am install-html install-html-am \ install-info install-info-am install-man install-pdf \ install-pdf-am install-ps install-ps-am install-strip \ installcheck installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags tags-am uninstall uninstall-am .PRECIOUS: Makefile # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: |
Changes to src/shapefiles/Makefile.in.
1 2 3 4 5 6 7 8 9 10 11 ... 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 ... 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 ... 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 ... 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 ... 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 ... 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 ... 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 |
# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign src/shapefiles/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shapefiles.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shapefiles_la-shapefiles.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shapefiles_la-validator.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/validator.Plo@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< ................................................................................ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ ................................................................................ @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: ................................................................................ install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool ................................................................................ ps-am: uninstall-am: .MAKE: install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \ ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-info \ install-info-am install-man install-pdf install-pdf-am \ install-ps install-ps-am install-strip installcheck \ installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags tags-am uninstall uninstall-am .PRECIOUS: Makefile # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: |
| | | > > > > | | | | | | > > > > > > > > > | > > > | > > > | | | | | | | | | | | |
1 2 3 4 5 6 7 8 9 10 11 ... 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 ... 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 ... 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 ... 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 ... 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 ... 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 ... 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 |
# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__maybe_remake_depfiles = depfiles am__depfiles_remade = ./$(DEPDIR)/shapefiles.Plo \ ./$(DEPDIR)/shapefiles_la-shapefiles.Plo \ ./$(DEPDIR)/shapefiles_la-validator.Plo \ ./$(DEPDIR)/validator.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign src/shapefiles/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shapefiles.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shapefiles_la-shapefiles.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shapefiles_la-validator.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/validator.Plo@am__quote@ # am--include-marker $(am__depfiles_remade): @$(MKDIR_P) $(@D) @echo '# dummy' >$@-t && $(am__mv) $@-t $@ am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< ................................................................................ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ ................................................................................ @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ mostlyclean-am distclean: distclean-am -rm -f ./$(DEPDIR)/shapefiles.Plo -rm -f ./$(DEPDIR)/shapefiles_la-shapefiles.Plo -rm -f ./$(DEPDIR)/shapefiles_la-validator.Plo -rm -f ./$(DEPDIR)/validator.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: ................................................................................ install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f ./$(DEPDIR)/shapefiles.Plo -rm -f ./$(DEPDIR)/shapefiles_la-shapefiles.Plo -rm -f ./$(DEPDIR)/shapefiles_la-validator.Plo -rm -f ./$(DEPDIR)/validator.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool ................................................................................ ps-am: uninstall-am: .MAKE: install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ clean-generic clean-libtool clean-noinstLTLIBRARIES \ cscopelist-am ctags ctags-am distclean distclean-compile \ distclean-generic distclean-libtool distclean-tags distdir dvi \ dvi-am html html-am info info-am install install-am \ install-data install-data-am install-dvi install-dvi-am \ install-exec install-exec-am install-html install-html-am \ install-info install-info-am install-man install-pdf \ install-pdf-am install-ps install-ps-am install-strip \ installcheck installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags tags-am uninstall uninstall-am .PRECIOUS: Makefile # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: |
Changes to src/spatialite/Makefile.in.
1 2 3 4 5 6 7 8 9 10 11 ... 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 ... 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 ... 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 ... 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 ... 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 .... 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 .... 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 |
# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign src/spatialite/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsplite_la-create_routing.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsplite_la-dbobj_scopes.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsplite_la-extra_tables.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsplite_la-mbrcache.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsplite_la-metatables.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsplite_la-pause.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsplite_la-se_helpers.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsplite_la-spatialite.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsplite_la-spatialite_init.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsplite_la-srid_aux.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsplite_la-statistics.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsplite_la-table_cloner.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsplite_la-virtualXL.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsplite_la-virtualbbox.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsplite_la-virtualdbf.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsplite_la-virtualelementary.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsplite_la-virtualfdo.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsplite_la-virtualgeojson.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsplite_la-virtualgpkg.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsplite_la-virtualknn.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsplite_la-virtualnetwork.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsplite_la-virtualrouting.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsplite_la-virtualshape.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsplite_la-virtualspatialindex.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsplite_la-virtualxpath.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splite_la-create_routing.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splite_la-dbobj_scopes.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splite_la-extra_tables.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splite_la-mbrcache.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splite_la-metatables.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splite_la-pause.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splite_la-se_helpers.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splite_la-spatialite.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splite_la-spatialite_init.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splite_la-srid_aux.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splite_la-statistics.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splite_la-table_cloner.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splite_la-virtualXL.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splite_la-virtualbbox.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splite_la-virtualdbf.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splite_la-virtualelementary.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splite_la-virtualfdo.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splite_la-virtualgeojson.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splite_la-virtualgpkg.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splite_la-virtualknn.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splite_la-virtualnetwork.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splite_la-virtualrouting.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splite_la-virtualshape.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splite_la-virtualspatialindex.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splite_la-virtualxpath.Plo@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< ................................................................................ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ ................................................................................ @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: ................................................................................ install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool ................................................................................ ps-am: uninstall-am: .MAKE: install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \ ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-info \ install-info-am install-man install-pdf install-pdf-am \ install-ps install-ps-am install-strip installcheck \ installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags tags-am uninstall uninstall-am .PRECIOUS: Makefile # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: |
| | | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > > > > > > > > > | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | > > > > > > > > > > > > > > > > > > > | | | | | | | | | | |
1 2 3 4 5 6 7 8 9 10 11 ... 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 ... 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 ... 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 ... 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 .... 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 .... 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 .... 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 |
# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__maybe_remake_depfiles = depfiles am__depfiles_remade = ./$(DEPDIR)/libsplite_la-create_routing.Plo \ ./$(DEPDIR)/libsplite_la-dbobj_scopes.Plo \ ./$(DEPDIR)/libsplite_la-extra_tables.Plo \ ./$(DEPDIR)/libsplite_la-mbrcache.Plo \ ./$(DEPDIR)/libsplite_la-metatables.Plo \ ./$(DEPDIR)/libsplite_la-pause.Plo \ ./$(DEPDIR)/libsplite_la-se_helpers.Plo \ ./$(DEPDIR)/libsplite_la-spatialite.Plo \ ./$(DEPDIR)/libsplite_la-spatialite_init.Plo \ ./$(DEPDIR)/libsplite_la-srid_aux.Plo \ ./$(DEPDIR)/libsplite_la-statistics.Plo \ ./$(DEPDIR)/libsplite_la-table_cloner.Plo \ ./$(DEPDIR)/libsplite_la-virtualXL.Plo \ ./$(DEPDIR)/libsplite_la-virtualbbox.Plo \ ./$(DEPDIR)/libsplite_la-virtualdbf.Plo \ ./$(DEPDIR)/libsplite_la-virtualelementary.Plo \ ./$(DEPDIR)/libsplite_la-virtualfdo.Plo \ ./$(DEPDIR)/libsplite_la-virtualgeojson.Plo \ ./$(DEPDIR)/libsplite_la-virtualgpkg.Plo \ ./$(DEPDIR)/libsplite_la-virtualknn.Plo \ ./$(DEPDIR)/libsplite_la-virtualnetwork.Plo \ ./$(DEPDIR)/libsplite_la-virtualrouting.Plo \ ./$(DEPDIR)/libsplite_la-virtualshape.Plo \ ./$(DEPDIR)/libsplite_la-virtualspatialindex.Plo \ ./$(DEPDIR)/libsplite_la-virtualxpath.Plo \ ./$(DEPDIR)/splite_la-create_routing.Plo \ ./$(DEPDIR)/splite_la-dbobj_scopes.Plo \ ./$(DEPDIR)/splite_la-extra_tables.Plo \ ./$(DEPDIR)/splite_la-mbrcache.Plo \ ./$(DEPDIR)/splite_la-metatables.Plo \ ./$(DEPDIR)/splite_la-pause.Plo \ ./$(DEPDIR)/splite_la-se_helpers.Plo \ ./$(DEPDIR)/splite_la-spatialite.Plo \ ./$(DEPDIR)/splite_la-spatialite_init.Plo \ ./$(DEPDIR)/splite_la-srid_aux.Plo \ ./$(DEPDIR)/splite_la-statistics.Plo \ ./$(DEPDIR)/splite_la-table_cloner.Plo \ ./$(DEPDIR)/splite_la-virtualXL.Plo \ ./$(DEPDIR)/splite_la-virtualbbox.Plo \ ./$(DEPDIR)/splite_la-virtualdbf.Plo \ ./$(DEPDIR)/splite_la-virtualelementary.Plo \ ./$(DEPDIR)/splite_la-virtualfdo.Plo \ ./$(DEPDIR)/splite_la-virtualgeojson.Plo \ ./$(DEPDIR)/splite_la-virtualgpkg.Plo \ ./$(DEPDIR)/splite_la-virtualknn.Plo \ ./$(DEPDIR)/splite_la-virtualnetwork.Plo \ ./$(DEPDIR)/splite_la-virtualrouting.Plo \ ./$(DEPDIR)/splite_la-virtualshape.Plo \ ./$(DEPDIR)/splite_la-virtualspatialindex.Plo \ ./$(DEPDIR)/splite_la-virtualxpath.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign src/spatialite/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsplite_la-create_routing.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsplite_la-dbobj_scopes.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsplite_la-extra_tables.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsplite_la-mbrcache.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsplite_la-metatables.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsplite_la-pause.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsplite_la-se_helpers.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsplite_la-spatialite.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsplite_la-spatialite_init.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsplite_la-srid_aux.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsplite_la-statistics.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsplite_la-table_cloner.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsplite_la-virtualXL.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsplite_la-virtualbbox.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsplite_la-virtualdbf.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsplite_la-virtualelementary.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsplite_la-virtualfdo.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsplite_la-virtualgeojson.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsplite_la-virtualgpkg.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsplite_la-virtualknn.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsplite_la-virtualnetwork.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsplite_la-virtualrouting.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsplite_la-virtualshape.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsplite_la-virtualspatialindex.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsplite_la-virtualxpath.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splite_la-create_routing.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splite_la-dbobj_scopes.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splite_la-extra_tables.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splite_la-mbrcache.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splite_la-metatables.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splite_la-pause.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splite_la-se_helpers.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splite_la-spatialite.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splite_la-spatialite_init.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splite_la-srid_aux.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splite_la-statistics.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splite_la-table_cloner.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splite_la-virtualXL.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splite_la-virtualbbox.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splite_la-virtualdbf.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splite_la-virtualelementary.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splite_la-virtualfdo.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splite_la-virtualgeojson.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splite_la-virtualgpkg.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splite_la-virtualknn.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splite_la-virtualnetwork.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splite_la-virtualrouting.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splite_la-virtualshape.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splite_la-virtualspatialindex.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splite_la-virtualxpath.Plo@am__quote@ # am--include-marker $(am__depfiles_remade): @$(MKDIR_P) $(@D) @echo '# dummy' >$@-t && $(am__mv) $@-t $@ am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< ................................................................................ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ ................................................................................ @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ mostlyclean-am distclean: distclean-am -rm -f ./$(DEPDIR)/libsplite_la-create_routing.Plo -rm -f ./$(DEPDIR)/libsplite_la-dbobj_scopes.Plo -rm -f ./$(DEPDIR)/libsplite_la-extra_tables.Plo -rm -f ./$(DEPDIR)/libsplite_la-mbrcache.Plo -rm -f ./$(DEPDIR)/libsplite_la-metatables.Plo -rm -f ./$(DEPDIR)/libsplite_la-pause.Plo -rm -f ./$(DEPDIR)/libsplite_la-se_helpers.Plo -rm -f ./$(DEPDIR)/libsplite_la-spatialite.Plo -rm -f ./$(DEPDIR)/libsplite_la-spatialite_init.Plo -rm -f ./$(DEPDIR)/libsplite_la-srid_aux.Plo -rm -f ./$(DEPDIR)/libsplite_la-statistics.Plo -rm -f ./$(DEPDIR)/libsplite_la-table_cloner.Plo -rm -f ./$(DEPDIR)/libsplite_la-virtualXL.Plo -rm -f ./$(DEPDIR)/libsplite_la-virtualbbox.Plo -rm -f ./$(DEPDIR)/libsplite_la-virtualdbf.Plo -rm -f ./$(DEPDIR)/libsplite_la-virtualelementary.Plo -rm -f ./$(DEPDIR)/libsplite_la-virtualfdo.Plo -rm -f ./$(DEPDIR)/libsplite_la-virtualgeojson.Plo -rm -f ./$(DEPDIR)/libsplite_la-virtualgpkg.Plo -rm -f ./$(DEPDIR)/libsplite_la-virtualknn.Plo -rm -f ./$(DEPDIR)/libsplite_la-virtualnetwork.Plo -rm -f ./$(DEPDIR)/libsplite_la-virtualrouting.Plo -rm -f ./$(DEPDIR)/libsplite_la-virtualshape.Plo -rm -f ./$(DEPDIR)/libsplite_la-virtualspatialindex.Plo -rm -f ./$(DEPDIR)/libsplite_la-virtualxpath.Plo -rm -f ./$(DEPDIR)/splite_la-create_routing.Plo -rm -f ./$(DEPDIR)/splite_la-dbobj_scopes.Plo -rm -f ./$(DEPDIR)/splite_la-extra_tables.Plo -rm -f ./$(DEPDIR)/splite_la-mbrcache.Plo -rm -f ./$(DEPDIR)/splite_la-metatables.Plo -rm -f ./$(DEPDIR)/splite_la-pause.Plo -rm -f ./$(DEPDIR)/splite_la-se_helpers.Plo -rm -f ./$(DEPDIR)/splite_la-spatialite.Plo -rm -f ./$(DEPDIR)/splite_la-spatialite_init.Plo -rm -f ./$(DEPDIR)/splite_la-srid_aux.Plo -rm -f ./$(DEPDIR)/splite_la-statistics.Plo -rm -f ./$(DEPDIR)/splite_la-table_cloner.Plo -rm -f ./$(DEPDIR)/splite_la-virtualXL.Plo -rm -f ./$(DEPDIR)/splite_la-virtualbbox.Plo -rm -f ./$(DEPDIR)/splite_la-virtualdbf.Plo -rm -f ./$(DEPDIR)/splite_la-virtualelementary.Plo -rm -f ./$(DEPDIR)/splite_la-virtualfdo.Plo -rm -f ./$(DEPDIR)/splite_la-virtualgeojson.Plo -rm -f ./$(DEPDIR)/splite_la-virtualgpkg.Plo -rm -f ./$(DEPDIR)/splite_la-virtualknn.Plo -rm -f ./$(DEPDIR)/splite_la-virtualnetwork.Plo -rm -f ./$(DEPDIR)/splite_la-virtualrouting.Plo -rm -f ./$(DEPDIR)/splite_la-virtualshape.Plo -rm -f ./$(DEPDIR)/splite_la-virtualspatialindex.Plo -rm -f ./$(DEPDIR)/splite_la-virtualxpath.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: ................................................................................ install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f ./$(DEPDIR)/libsplite_la-create_routing.Plo -rm -f ./$(DEPDIR)/libsplite_la-dbobj_scopes.Plo -rm -f ./$(DEPDIR)/libsplite_la-extra_tables.Plo -rm -f ./$(DEPDIR)/libsplite_la-mbrcache.Plo -rm -f ./$(DEPDIR)/libsplite_la-metatables.Plo -rm -f ./$(DEPDIR)/libsplite_la-pause.Plo -rm -f ./$(DEPDIR)/libsplite_la-se_helpers.Plo -rm -f ./$(DEPDIR)/libsplite_la-spatialite.Plo -rm -f ./$(DEPDIR)/libsplite_la-spatialite_init.Plo -rm -f ./$(DEPDIR)/libsplite_la-srid_aux.Plo -rm -f ./$(DEPDIR)/libsplite_la-statistics.Plo -rm -f ./$(DEPDIR)/libsplite_la-table_cloner.Plo -rm -f ./$(DEPDIR)/libsplite_la-virtualXL.Plo -rm -f ./$(DEPDIR)/libsplite_la-virtualbbox.Plo -rm -f ./$(DEPDIR)/libsplite_la-virtualdbf.Plo -rm -f ./$(DEPDIR)/libsplite_la-virtualelementary.Plo -rm -f ./$(DEPDIR)/libsplite_la-virtualfdo.Plo -rm -f ./$(DEPDIR)/libsplite_la-virtualgeojson.Plo -rm -f ./$(DEPDIR)/libsplite_la-virtualgpkg.Plo -rm -f ./$(DEPDIR)/libsplite_la-virtualknn.Plo -rm -f ./$(DEPDIR)/libsplite_la-virtualnetwork.Plo -rm -f ./$(DEPDIR)/libsplite_la-virtualrouting.Plo -rm -f ./$(DEPDIR)/libsplite_la-virtualshape.Plo -rm -f ./$(DEPDIR)/libsplite_la-virtualspatialindex.Plo -rm -f ./$(DEPDIR)/libsplite_la-virtualxpath.Plo -rm -f ./$(DEPDIR)/splite_la-create_routing.Plo -rm -f ./$(DEPDIR)/splite_la-dbobj_scopes.Plo -rm -f ./$(DEPDIR)/splite_la-extra_tables.Plo -rm -f ./$(DEPDIR)/splite_la-mbrcache.Plo -rm -f ./$(DEPDIR)/splite_la-metatables.Plo -rm -f ./$(DEPDIR)/splite_la-pause.Plo -rm -f ./$(DEPDIR)/splite_la-se_helpers.Plo -rm -f ./$(DEPDIR)/splite_la-spatialite.Plo -rm -f ./$(DEPDIR)/splite_la-spatialite_init.Plo -rm -f ./$(DEPDIR)/splite_la-srid_aux.Plo -rm -f ./$(DEPDIR)/splite_la-statistics.Plo -rm -f ./$(DEPDIR)/splite_la-table_cloner.Plo -rm -f ./$(DEPDIR)/splite_la-virtualXL.Plo -rm -f ./$(DEPDIR)/splite_la-virtualbbox.Plo -rm -f ./$(DEPDIR)/splite_la-virtualdbf.Plo -rm -f ./$(DEPDIR)/splite_la-virtualelementary.Plo -rm -f ./$(DEPDIR)/splite_la-virtualfdo.Plo -rm -f ./$(DEPDIR)/splite_la-virtualgeojson.Plo -rm -f ./$(DEPDIR)/splite_la-virtualgpkg.Plo -rm -f ./$(DEPDIR)/splite_la-virtualknn.Plo -rm -f ./$(DEPDIR)/splite_la-virtualnetwork.Plo -rm -f ./$(DEPDIR)/splite_la-virtualrouting.Plo -rm -f ./$(DEPDIR)/splite_la-virtualshape.Plo -rm -f ./$(DEPDIR)/splite_la-virtualspatialindex.Plo -rm -f ./$(DEPDIR)/splite_la-virtualxpath.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool ................................................................................ ps-am: uninstall-am: .MAKE: install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ clean-generic clean-libtool clean-noinstLTLIBRARIES \ cscopelist-am ctags ctags-am distclean distclean-compile \ distclean-generic distclean-libtool distclean-tags distdir dvi \ dvi-am html html-am info info-am install install-am \ install-data install-data-am install-dvi install-dvi-am \ install-exec install-exec-am install-html install-html-am \ install-info install-info-am install-man install-pdf \ install-pdf-am install-ps install-ps-am install-strip \ installcheck installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags tags-am uninstall uninstall-am .PRECIOUS: Makefile # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: |
Changes to src/spatialite/spatialite.c.
131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 ... 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 .... 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 .... 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 .... 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 2607 2608 2609 ..... 32002 32003 32004 32005 32006 32007 32008 32009 32010 32011 32012 32013 32014 32015 32016 32017 32018 32019 32020 32021 32022 32023 32024 32025 32026 32027 32028 32029 ..... 37785 37786 37787 37788 37789 37790 37791 37792 37793 37794 37795 37796 37797 37798 37799 ..... 46606 46607 46608 46609 46610 46611 46612 46613 46614 46615 46616 46617 46618 46619 ..... 51473 51474 51475 51476 51477 51478 51479 51480 51481 51482 51483 51484 51485 51486 51487 51488 51489 51490 ..... 51554 51555 51556 51557 51558 51559 51560 51561 51562 51563 51564 51565 51566 51567 51568 51569 51570 51571 51572 51573 51574 51575 ..... 51663 51664 51665 51666 51667 51668 51669 51670 51671 51672 51673 51674 51675 51676 51677 |
#ifdef _WIN32 #define strcasecmp _stricmp #endif /* not WIN32 */ /* 64 bit integer: portable format for printf() */ #if defined(_WIN32) && !defined(__MINGW32__) #define FRMT64 "%I64d" #define FRMT64_WO_PCT "I64d" #else #define FRMT64 "%lld" #define FRMT64_WO_PCT "lld" #endif #define GAIA_UNUSED() if (argc || argv) argc = argc; #define LINESTRING_MIN_SEGMENT_LENGTH 1 #define LINESTRING_MAX_SEGMENT_LENGTH 2 #define LINESTRING_AVG_SEGMENT_LENGTH 3 ................................................................................ / / return a text string representing the current PROJ.4 version / or NULL if PROJ.4 is currently unsupported */ #ifndef OMIT_PROJ /* PROJ.4 version */ int len; #ifdef PROJ_NEW /* supporting new PROJ.6 */ const char *p_result = pj_release; #else /* supporting old PROJ.4 */ const char *p_result = pj_get_release (); #endif GAIA_UNUSED (); /* LCOV_EXCL_LINE */ len = strlen (p_result); sqlite3_result_text (context, p_result, len, SQLITE_TRANSIENT); #else sqlite3_result_null (context); #endif ................................................................................ sqlite3_result_int (context, -1); return; } db_prefix = (const char *) sqlite3_value_text (argv[0]); } sqlite = sqlite3_context_db_handle (context); ret = checkSpatialMetaData_ex (sqlite, db_prefix); /* if (ret == 3) { ** trying to create the advanced metadata tables >= v.4.0.0 ** if (db_prefix == NULL || strcasecmp (db_prefix, "main") == 0) createAdvancedMetaData (sqlite); } */ sqlite3_result_int (context, ret); return; } static void fnct_InitSpatialMetaData (sqlite3_context * context, int argc, sqlite3_value ** argv) ................................................................................ spatialite_e (" InitSpatiaMetaData() error:\"%s\"\n", errMsg); sqlite3_free (errMsg); } } sqlite3_result_int (context, 0); return; } static int do_execute_sql_with_retval (sqlite3 * sqlite, const char *sql, char **errMsg) { /* helper function for InitSpatialMetaDataFull */ int retval = 0; int ret; ................................................................................ if (xmode != NULL) sql = sqlite3_mprintf ("SELECT InitSpatialMetaData(0, %Q)", xmode); else sql = sqlite3_mprintf ("SELECT InitSpatialMetaData(0)"); retval = do_execute_sql_with_retval (sqlite, sql, &errMsg); sqlite3_free (sql); if (retval != 1) goto error; #ifdef ENABLE_LIBXML2 /* only if LibXML2 support is available */ if (xmode != NULL) { if (strcasecmp (xmode, "NONE") == 0 || strcasecmp (xmode, "EMPTY") == 0) ................................................................................ / or NULL in any other case */ char *txt; GAIA_UNUSED (); /* LCOV_EXCL_LINE */ if (sqlite3_value_type (argv[0]) == SQLITE_INTEGER) { char format[32]; const char *fmt = FRMT64; sqlite3_int64 val; if (argc == 2) { int length; if (sqlite3_value_type (argv[1]) != SQLITE_INTEGER) { sqlite3_result_null (context); return; } length = sqlite3_value_int (argv[1]); if (length > 0) { sprintf (format, "%%0%d" FRMT64_WO_PCT, length); fmt = format; } } val = sqlite3_value_int64 (argv[0]); txt = sqlite3_mprintf (fmt, val); sqlite3_result_text (context, txt, strlen (txt), sqlite3_free); return; ................................................................................ char *column; char *path; char *charset; char *geom_type = NULL; int colname_case = GAIA_DBF_COLNAME_CASE_IGNORE; int rows; sqlite3 *db_handle = sqlite3_context_db_handle (context); struct splite_internal_cache *cache = sqlite3_user_data (context); void *proj_ctx = NULL; GAIA_UNUSED (); /* LCOV_EXCL_LINE */ if (sqlite3_value_type (argv[0]) != SQLITE_TEXT) { sqlite3_result_null (context); return; } ................................................................................ fnct_InitSpatialMetaData, 0, 0, 0); sqlite3_create_function_v2 (db, "InitSpatialMetaData", 1, SQLITE_UTF8 | SQLITE_DETERMINISTIC, 0, fnct_InitSpatialMetaData, 0, 0, 0); sqlite3_create_function_v2 (db, "InitSpatialMetaData", 2, SQLITE_UTF8 | SQLITE_DETERMINISTIC, 0, fnct_InitSpatialMetaData, 0, 0, 0); sqlite3_create_function_v2 (db, "InitSpatialMetaDataFull", 0, SQLITE_UTF8 | SQLITE_DETERMINISTIC, 0, fnct_InitSpatialMetaDataFull, 0, 0, 0); sqlite3_create_function_v2 (db, "InitSpatialMetaDataFull", 1, SQLITE_UTF8 | SQLITE_DETERMINISTIC, 0, fnct_InitSpatialMetaDataFull, 0, 0, 0); ................................................................................ } #ifdef LOADABLE_EXTENSION /* loadable-extension only */ SQLITE_EXTENSION_INIT1 static int init_spatialite_extension (sqlite3 * db, char **pzErrMsg, const sqlite3_api_routines * pApi) { void *p_cache = spatialite_alloc_connection (); struct splite_internal_cache *cache = (struct splite_internal_cache *) p_cache; SQLITE_EXTENSION_INIT2 (pApi); /* setting the POSIX locale for numeric */ setlocale (LC_NUMERIC, "POSIX"); *pzErrMsg = NULL; register_spatialite_sql_functions (db, cache); ................................................................................ #ifdef ENABLE_GEOPACKAGE /* VirtualGPKG is supported */ spatialite_i ("\t- 'VirtualGPKG'\t[OGC GeoPackage interoperability]\n"); #endif spatialite_i ("\t- 'VirtualBBox'\t\t[BoundingBox tables]\n"); spatialite_i ("\t- 'SpatiaLite'\t\t[Spatial SQL - OGC]\n"); } #ifndef OMIT_PROJ /* PROJ.4 version */ if (verbose) #ifdef PROJ_NEW /* supporting new PROJ.6 */ spatialite_i ("PROJ version ........: %s\n", pj_release); #else /* supporting old PROJ.4 */ spatialite_i ("PROJ version ........: %s\n", pj_get_release ()); #endif #endif /* end including PROJ.4 */ #ifndef OMIT_GEOS /* GEOS version */ if (verbose) spatialite_i ("GEOS version ........: %s\n", GEOSversion ()); #endif /* end GEOS version */ #ifdef ENABLE_RTTOPO /* RTTOPO version */ if (verbose) spatialite_i ("RTTOPO version ......: %s\n", ................................................................................ free_internal_cache (cache); } #ifdef LOADABLE_EXTENSION /* loadable-extension only */ #if !(defined _WIN32) || defined(__MINGW32__) /* MSVC is unable to understand this declaration */ __attribute__ ((visibility ("default"))) #endif SPATIALITE_DECLARE int sqlite3_modspatialite_init (sqlite3 * db, char **pzErrMsg, const sqlite3_api_routines * pApi) { /* SQLite invokes this routine once when it dynamically loads the extension. */ spatialite_initialize (); |
< < > > | | < < < < < < < < < < > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | | > > > > > > > > > | | < > > > > > < > > < > > > | > | |
131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 ... 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 .... 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 .... 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 .... 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702 ..... 32095 32096 32097 32098 32099 32100 32101 32102 32103 32104 32105 32106 32107 32108 32109 32110 32111 32112 32113 32114 32115 32116 32117 32118 32119 32120 32121 32122 ..... 37878 37879 37880 37881 37882 37883 37884 37885 37886 37887 37888 37889 37890 37891 37892 37893 37894 ..... 46701 46702 46703 46704 46705 46706 46707 46708 46709 46710 46711 46712 46713 46714 46715 46716 46717 46718 46719 46720 46721 ..... 51575 51576 51577 51578 51579 51580 51581 51582 51583 51584 51585 51586 51587 51588 51589 51590 51591 51592 51593 ..... 51657 51658 51659 51660 51661 51662 51663 51664 51665 51666 51667 51668 51669 51670 51671 51672 51673 51674 51675 51676 51677 51678 51679 51680 51681 51682 51683 51684 51685 ..... 51773 51774 51775 51776 51777 51778 51779 51780 51781 51782 51783 51784 51785 51786 51787 |
#ifdef _WIN32 #define strcasecmp _stricmp #endif /* not WIN32 */ /* 64 bit integer: portable format for printf() */ #if defined(_WIN32) && !defined(__MINGW32__) #define FRMT64 "%I64d" #else #define FRMT64 "%lld" #endif #define GAIA_UNUSED() if (argc || argv) argc = argc; #define LINESTRING_MIN_SEGMENT_LENGTH 1 #define LINESTRING_MAX_SEGMENT_LENGTH 2 #define LINESTRING_AVG_SEGMENT_LENGTH 3 ................................................................................ / / return a text string representing the current PROJ.4 version / or NULL if PROJ.4 is currently unsupported */ #ifndef OMIT_PROJ /* PROJ.4 version */ int len; const char *p_result; #ifdef PROJ_NEW /* supporting new PROJ.6 */ PJ_INFO info = proj_info(); p_result = info.release; #else /* supporting old PROJ.4 */ p_result = pj_get_release (); #endif GAIA_UNUSED (); /* LCOV_EXCL_LINE */ len = strlen (p_result); sqlite3_result_text (context, p_result, len, SQLITE_TRANSIENT); #else sqlite3_result_null (context); #endif ................................................................................ sqlite3_result_int (context, -1); return; } db_prefix = (const char *) sqlite3_value_text (argv[0]); } sqlite = sqlite3_context_db_handle (context); ret = checkSpatialMetaData_ex (sqlite, db_prefix); sqlite3_result_int (context, ret); return; } static void fnct_InitSpatialMetaData (sqlite3_context * context, int argc, sqlite3_value ** argv) ................................................................................ spatialite_e (" InitSpatiaMetaData() error:\"%s\"\n", errMsg); sqlite3_free (errMsg); } } sqlite3_result_int (context, 0); return; } static void fnct_InitAdvancedMetaData (sqlite3_context * context, int argc, sqlite3_value ** argv) { /* SQL function: / InitAdvancedlMetaData() / or / InitAdvancedMetaData(integer transaction) / / safely creates several ancillary MetaData tables / returns 1 on success / 0 on failure */ char sql[8192]; char *errMsg = NULL; int ret; int transaction = 0; sqlite3 *sqlite = sqlite3_context_db_handle (context); GAIA_UNUSED (); /* LCOV_EXCL_LINE */ if (argc == 1) { if (sqlite3_value_type (argv[0]) != SQLITE_INTEGER) { spatialite_e ("InitAdvancedMetaData() error: argument 1 is not of the Integer type\n"); sqlite3_result_int (context, 0); return; } transaction = sqlite3_value_int (argv[0]); } if (transaction) { /* starting a Transaction */ ret = sqlite3_exec (sqlite, "BEGIN", NULL, NULL, &errMsg); if (ret != SQLITE_OK) goto error; } /* creating the GEOM_COLS_REF_SYS view */ strcpy (sql, "CREATE VIEW IF NOT EXISTS geom_cols_ref_sys AS\n"); strcat (sql, "SELECT f_table_name, f_geometry_column, geometry_type,\n"); strcat (sql, "coord_dimension, spatial_ref_sys.srid AS srid,\n"); strcat (sql, "auth_name, auth_srid, ref_sys_name, proj4text, srtext\n"); strcat (sql, "FROM geometry_columns, spatial_ref_sys\n"); strcat (sql, "WHERE geometry_columns.srid = spatial_ref_sys.srid"); ret = sqlite3_exec (sqlite, sql, NULL, NULL, &errMsg); updateSpatiaLiteHistory (sqlite, "geom_cols_ref_sys", NULL, "view 'geom_cols_ref_sys' successfully created"); if (ret != SQLITE_OK) goto error; if (!createAdvancedMetaData (sqlite)) goto error; /* creating the SpatialIndex VIRTUAL TABLE */ strcpy (sql, "CREATE VIRTUAL TABLE IF NOT EXISTS SpatialIndex "); strcat (sql, "USING VirtualSpatialIndex()"); ret = sqlite3_exec (sqlite, sql, NULL, NULL, &errMsg); if (ret != SQLITE_OK) goto error; /* creating the ElementaryGeometries VIRTUAL TABLE */ strcpy (sql, "CREATE VIRTUAL TABLE IF NOT EXISTS ElementaryGeometries "); strcat (sql, "USING VirtualElementary()"); ret = sqlite3_exec (sqlite, sql, NULL, NULL, &errMsg); if (ret != SQLITE_OK) goto error; #ifndef OMIT_KNN /* only if KNN is enabled */ /* creating the KNN VIRTUAL TABLE */ strcpy (sql, "CREATE VIRTUAL TABLE IF NOT EXISTS KNN "); strcat (sql, "USING VirtualKNN()"); ret = sqlite3_exec (sqlite, sql, NULL, NULL, &errMsg); if (ret != SQLITE_OK) goto error; #endif /* end KNN conditional */ if (transaction) { /* confirming the still pending Transaction */ ret = sqlite3_exec (sqlite, "COMMIT", NULL, NULL, &errMsg); if (ret != SQLITE_OK) goto error; } sqlite3_result_int (context, 1); return; error: spatialite_e ("InitSpatiaMetaData() error:\"%s\"\n", errMsg); sqlite3_free (errMsg); if (transaction) { /* performing a Rollback */ ret = sqlite3_exec (sqlite, "ROLLBACK", NULL, NULL, &errMsg); if (ret != SQLITE_OK) { spatialite_e (" InitSpatiaMetaData() error:\"%s\"\n", errMsg); sqlite3_free (errMsg); } } sqlite3_result_int (context, 0); return; } static int do_execute_sql_with_retval (sqlite3 * sqlite, const char *sql, char **errMsg) { /* helper function for InitSpatialMetaDataFull */ int retval = 0; int ret; ................................................................................ if (xmode != NULL) sql = sqlite3_mprintf ("SELECT InitSpatialMetaData(0, %Q)", xmode); else sql = sqlite3_mprintf ("SELECT InitSpatialMetaData(0)"); retval = do_execute_sql_with_retval (sqlite, sql, &errMsg); sqlite3_free (sql); if (retval != 1) goto error; if (!createAdvancedMetaData (sqlite)) goto error; #ifdef ENABLE_LIBXML2 /* only if LibXML2 support is available */ if (xmode != NULL) { if (strcasecmp (xmode, "NONE") == 0 || strcasecmp (xmode, "EMPTY") == 0) ................................................................................ / or NULL in any other case */ char *txt; GAIA_UNUSED (); /* LCOV_EXCL_LINE */ if (sqlite3_value_type (argv[0]) == SQLITE_INTEGER) { char format[32]; const char *fmt = "%lld"; sqlite3_int64 val; if (argc == 2) { int length; if (sqlite3_value_type (argv[1]) != SQLITE_INTEGER) { sqlite3_result_null (context); return; } length = sqlite3_value_int (argv[1]); if (length > 0) { sprintf (format, "%%0%dlld", length); fmt = format; } } val = sqlite3_value_int64 (argv[0]); txt = sqlite3_mprintf (fmt, val); sqlite3_result_text (context, txt, strlen (txt), sqlite3_free); return; ................................................................................ char *column; char *path; char *charset; char *geom_type = NULL; int colname_case = GAIA_DBF_COLNAME_CASE_IGNORE; int rows; sqlite3 *db_handle = sqlite3_context_db_handle (context); #ifdef PROJ_NEW /* only if new PROJ.6 is supported */ struct splite_internal_cache *cache = sqlite3_user_data (context); #endif void *proj_ctx = NULL; GAIA_UNUSED (); /* LCOV_EXCL_LINE */ if (sqlite3_value_type (argv[0]) != SQLITE_TEXT) { sqlite3_result_null (context); return; } ................................................................................ fnct_InitSpatialMetaData, 0, 0, 0); sqlite3_create_function_v2 (db, "InitSpatialMetaData", 1, SQLITE_UTF8 | SQLITE_DETERMINISTIC, 0, fnct_InitSpatialMetaData, 0, 0, 0); sqlite3_create_function_v2 (db, "InitSpatialMetaData", 2, SQLITE_UTF8 | SQLITE_DETERMINISTIC, 0, fnct_InitSpatialMetaData, 0, 0, 0); sqlite3_create_function_v2 (db, "InitAdvancedMetaData", 0, SQLITE_UTF8 | SQLITE_DETERMINISTIC, 0, fnct_InitAdvancedMetaData, 0, 0, 0); sqlite3_create_function_v2 (db, "InitAdvancedMetaData", 1, SQLITE_UTF8 | SQLITE_DETERMINISTIC, 0, fnct_InitAdvancedMetaData, 0, 0, 0); sqlite3_create_function_v2 (db, "InitSpatialMetaDataFull", 0, SQLITE_UTF8 | SQLITE_DETERMINISTIC, 0, fnct_InitSpatialMetaDataFull, 0, 0, 0); sqlite3_create_function_v2 (db, "InitSpatialMetaDataFull", 1, SQLITE_UTF8 | SQLITE_DETERMINISTIC, 0, fnct_InitSpatialMetaDataFull, 0, 0, 0); ................................................................................ } #ifdef LOADABLE_EXTENSION /* loadable-extension only */ SQLITE_EXTENSION_INIT1 static int init_spatialite_extension (sqlite3 * db, char **pzErrMsg, const sqlite3_api_routines * pApi) { void *p_cache; struct splite_internal_cache *cache; SQLITE_EXTENSION_INIT2 (pApi); p_cache = spatialite_alloc_connection (); cache = (struct splite_internal_cache *) p_cache; /* setting the POSIX locale for numeric */ setlocale (LC_NUMERIC, "POSIX"); *pzErrMsg = NULL; register_spatialite_sql_functions (db, cache); ................................................................................ #ifdef ENABLE_GEOPACKAGE /* VirtualGPKG is supported */ spatialite_i ("\t- 'VirtualGPKG'\t[OGC GeoPackage interoperability]\n"); #endif spatialite_i ("\t- 'VirtualBBox'\t\t[BoundingBox tables]\n"); spatialite_i ("\t- 'SpatiaLite'\t\t[Spatial SQL - OGC]\n"); } #ifndef OMIT_PROJ /* PROJ.4 version */ if (verbose) { const char *p_result = "unknown"; #ifdef PROJ_NEW /* supporting new PROJ.6 */ PJ_INFO info = proj_info(); p_result = info.release; #else /* supporting old PROJ.4 */ p_result = pj_get_release (); #endif spatialite_i ("PROJ version ........: %s\n", p_result); } #endif /* end PROJ */ #ifndef OMIT_GEOS /* GEOS version */ if (verbose) spatialite_i ("GEOS version ........: %s\n", GEOSversion ()); #endif /* end GEOS version */ #ifdef ENABLE_RTTOPO /* RTTOPO version */ if (verbose) spatialite_i ("RTTOPO version ......: %s\n", ................................................................................ free_internal_cache (cache); } #ifdef LOADABLE_EXTENSION /* loadable-extension only */ #if !(defined _WIN32) || defined(__MINGW32__) /* MSVC is unable to understand this declaration */ __attribute__((visibility ("default"))) #endif SPATIALITE_DECLARE int sqlite3_modspatialite_init (sqlite3 * db, char **pzErrMsg, const sqlite3_api_routines * pApi) { /* SQLite invokes this routine once when it dynamically loads the extension. */ spatialite_initialize (); |
Changes to src/spatialite/virtualgpkg.c.
71 72 73 74 75 76 77 78 79 80 81 82 83 84 |
#define LONG64_MAX _I64_MAX #define LONG64_MIN _I64_MIN #else #define LONG64_MAX 9223372036854775807LL #define LONG64_MIN (-LONG64_MAX + 1) #endif #ifdef ENABLE_GEOPACKAGE /* only if GeoPackage support is enabled */ struct sqlite3_module my_gpkg_module; typedef struct SqliteValue { /* a multitype storing a column value */ |
> > > > |
71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 |
#define LONG64_MAX _I64_MAX #define LONG64_MIN _I64_MIN #else #define LONG64_MAX 9223372036854775807LL #define LONG64_MIN (-LONG64_MAX + 1) #endif #ifdef _WIN32 #define strcasecmp _stricmp #endif /* not WIN32 */ #ifdef ENABLE_GEOPACKAGE /* only if GeoPackage support is enabled */ struct sqlite3_module my_gpkg_module; typedef struct SqliteValue { /* a multitype storing a column value */ |
Changes to src/srsinit/Makefile.in.
1 2 3 4 5 6 7 8 9 10 11 ... 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 ... 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 ... 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 ... 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 .... 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 .... 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 .... 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 .... 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 |
# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) ................................................................................ RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive am__recursive_targets = \ $(RECURSIVE_TARGETS) \ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ distdir am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign src/srsinit/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_00.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_01.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_02.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_03.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_04.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_05.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_06.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_07.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_08.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_09.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_10.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_11.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_12.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_13.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_14.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_15.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_16.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_17.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_18.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_19.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_20.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_21.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_22.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_23.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_24.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_25.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_26.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_27.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_28.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_29.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_30.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_31.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_32.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_33.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_34.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_35.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_36.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_37.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_38.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_39.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_40.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_41.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_42.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_43.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_44.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_45.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_46.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_47.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_48.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_49.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_50.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_51.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_52.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_53.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_54.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_55.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_56.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_57.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_extra.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_prussian.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_wgs84_00.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_wgs84_01.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-srs_init.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_00.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_01.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_02.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_03.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_04.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_05.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_06.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_07.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_08.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_09.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_10.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_11.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_12.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_13.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_14.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_15.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_16.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_17.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_18.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_19.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_20.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_21.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_22.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_23.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_24.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_25.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_26.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_27.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_28.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_29.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_30.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_31.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_32.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_33.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_34.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_35.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_36.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_37.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_38.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_39.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_40.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_41.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_42.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_43.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_44.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_45.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_46.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_47.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_48.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_49.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_50.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_51.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_52.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_53.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_54.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_55.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_56.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_57.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_extra.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_prussian.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_wgs84_00.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_wgs84_01.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-srs_init.Plo@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< ................................................................................ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ ................................................................................ @echo "it deletes files that may require special tools to rebuild." clean: clean-recursive clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ mostlyclean-am distclean: distclean-recursive -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-recursive dvi-am: ................................................................................ install-ps: install-ps-recursive install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-recursive -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool ................................................................................ ps-am: uninstall-am: .MAKE: $(am__recursive_targets) install-am install-strip .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ check-am clean clean-generic clean-libtool \ clean-noinstLTLIBRARIES cscopelist-am ctags ctags-am distclean \ distclean-compile distclean-generic distclean-libtool \ distclean-tags distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-pdf install-pdf-am install-ps install-ps-am \ |
| | | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > > > > > > > > > | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | | | |
1 2 3 4 5 6 7 8 9 10 11 ... 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 ... 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 ... 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 ... 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 .... 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 .... 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 .... 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 .... 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 |
# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__maybe_remake_depfiles = depfiles am__depfiles_remade = ./$(DEPDIR)/libsrsinit_la-epsg_inlined_00.Plo \ ./$(DEPDIR)/libsrsinit_la-epsg_inlined_01.Plo \ ./$(DEPDIR)/libsrsinit_la-epsg_inlined_02.Plo \ ./$(DEPDIR)/libsrsinit_la-epsg_inlined_03.Plo \ ./$(DEPDIR)/libsrsinit_la-epsg_inlined_04.Plo \ ./$(DEPDIR)/libsrsinit_la-epsg_inlined_05.Plo \ ./$(DEPDIR)/libsrsinit_la-epsg_inlined_06.Plo \ ./$(DEPDIR)/libsrsinit_la-epsg_inlined_07.Plo \ ./$(DEPDIR)/libsrsinit_la-epsg_inlined_08.Plo \ ./$(DEPDIR)/libsrsinit_la-epsg_inlined_09.Plo \ ./$(DEPDIR)/libsrsinit_la-epsg_inlined_10.Plo \ ./$(DEPDIR)/libsrsinit_la-epsg_inlined_11.Plo \ ./$(DEPDIR)/libsrsinit_la-epsg_inlined_12.Plo \ ./$(DEPDIR)/libsrsinit_la-epsg_inlined_13.Plo \ ./$(DEPDIR)/libsrsinit_la-epsg_inlined_14.Plo \ ./$(DEPDIR)/libsrsinit_la-epsg_inlined_15.Plo \ ./$(DEPDIR)/libsrsinit_la-epsg_inlined_16.Plo \ ./$(DEPDIR)/libsrsinit_la-epsg_inlined_17.Plo \ ./$(DEPDIR)/libsrsinit_la-epsg_inlined_18.Plo \ ./$(DEPDIR)/libsrsinit_la-epsg_inlined_19.Plo \ ./$(DEPDIR)/libsrsinit_la-epsg_inlined_20.Plo \ ./$(DEPDIR)/libsrsinit_la-epsg_inlined_21.Plo \ ./$(DEPDIR)/libsrsinit_la-epsg_inlined_22.Plo \ ./$(DEPDIR)/libsrsinit_la-epsg_inlined_23.Plo \ ./$(DEPDIR)/libsrsinit_la-epsg_inlined_24.Plo \ ./$(DEPDIR)/libsrsinit_la-epsg_inlined_25.Plo \ ./$(DEPDIR)/libsrsinit_la-epsg_inlined_26.Plo \ ./$(DEPDIR)/libsrsinit_la-epsg_inlined_27.Plo \ ./$(DEPDIR)/libsrsinit_la-epsg_inlined_28.Plo \ ./$(DEPDIR)/libsrsinit_la-epsg_inlined_29.Plo \ ./$(DEPDIR)/libsrsinit_la-epsg_inlined_30.Plo \ ./$(DEPDIR)/libsrsinit_la-epsg_inlined_31.Plo \ ./$(DEPDIR)/libsrsinit_la-epsg_inlined_32.Plo \ ./$(DEPDIR)/libsrsinit_la-epsg_inlined_33.Plo \ ./$(DEPDIR)/libsrsinit_la-epsg_inlined_34.Plo \ ./$(DEPDIR)/libsrsinit_la-epsg_inlined_35.Plo \ ./$(DEPDIR)/libsrsinit_la-epsg_inlined_36.Plo \ ./$(DEPDIR)/libsrsinit_la-epsg_inlined_37.Plo \ ./$(DEPDIR)/libsrsinit_la-epsg_inlined_38.Plo \ ./$(DEPDIR)/libsrsinit_la-epsg_inlined_39.Plo \ ./$(DEPDIR)/libsrsinit_la-epsg_inlined_40.Plo \ ./$(DEPDIR)/libsrsinit_la-epsg_inlined_41.Plo \ ./$(DEPDIR)/libsrsinit_la-epsg_inlined_42.Plo \ ./$(DEPDIR)/libsrsinit_la-epsg_inlined_43.Plo \ ./$(DEPDIR)/libsrsinit_la-epsg_inlined_44.Plo \ ./$(DEPDIR)/libsrsinit_la-epsg_inlined_45.Plo \ ./$(DEPDIR)/libsrsinit_la-epsg_inlined_46.Plo \ ./$(DEPDIR)/libsrsinit_la-epsg_inlined_47.Plo \ ./$(DEPDIR)/libsrsinit_la-epsg_inlined_48.Plo \ ./$(DEPDIR)/libsrsinit_la-epsg_inlined_49.Plo \ ./$(DEPDIR)/libsrsinit_la-epsg_inlined_50.Plo \ ./$(DEPDIR)/libsrsinit_la-epsg_inlined_51.Plo \ ./$(DEPDIR)/libsrsinit_la-epsg_inlined_52.Plo \ ./$(DEPDIR)/libsrsinit_la-epsg_inlined_53.Plo \ ./$(DEPDIR)/libsrsinit_la-epsg_inlined_54.Plo \ ./$(DEPDIR)/libsrsinit_la-epsg_inlined_55.Plo \ ./$(DEPDIR)/libsrsinit_la-epsg_inlined_56.Plo \ ./$(DEPDIR)/libsrsinit_la-epsg_inlined_57.Plo \ ./$(DEPDIR)/libsrsinit_la-epsg_inlined_extra.Plo \ ./$(DEPDIR)/libsrsinit_la-epsg_inlined_prussian.Plo \ ./$(DEPDIR)/libsrsinit_la-epsg_inlined_wgs84_00.Plo \ ./$(DEPDIR)/libsrsinit_la-epsg_inlined_wgs84_01.Plo \ ./$(DEPDIR)/libsrsinit_la-srs_init.Plo \ ./$(DEPDIR)/srsinit_la-epsg_inlined_00.Plo \ ./$(DEPDIR)/srsinit_la-epsg_inlined_01.Plo \ ./$(DEPDIR)/srsinit_la-epsg_inlined_02.Plo \ ./$(DEPDIR)/srsinit_la-epsg_inlined_03.Plo \ ./$(DEPDIR)/srsinit_la-epsg_inlined_04.Plo \ ./$(DEPDIR)/srsinit_la-epsg_inlined_05.Plo \ ./$(DEPDIR)/srsinit_la-epsg_inlined_06.Plo \ ./$(DEPDIR)/srsinit_la-epsg_inlined_07.Plo \ ./$(DEPDIR)/srsinit_la-epsg_inlined_08.Plo \ ./$(DEPDIR)/srsinit_la-epsg_inlined_09.Plo \ ./$(DEPDIR)/srsinit_la-epsg_inlined_10.Plo \ ./$(DEPDIR)/srsinit_la-epsg_inlined_11.Plo \ ./$(DEPDIR)/srsinit_la-epsg_inlined_12.Plo \ ./$(DEPDIR)/srsinit_la-epsg_inlined_13.Plo \ ./$(DEPDIR)/srsinit_la-epsg_inlined_14.Plo \ ./$(DEPDIR)/srsinit_la-epsg_inlined_15.Plo \ ./$(DEPDIR)/srsinit_la-epsg_inlined_16.Plo \ ./$(DEPDIR)/srsinit_la-epsg_inlined_17.Plo \ ./$(DEPDIR)/srsinit_la-epsg_inlined_18.Plo \ ./$(DEPDIR)/srsinit_la-epsg_inlined_19.Plo \ ./$(DEPDIR)/srsinit_la-epsg_inlined_20.Plo \ ./$(DEPDIR)/srsinit_la-epsg_inlined_21.Plo \ ./$(DEPDIR)/srsinit_la-epsg_inlined_22.Plo \ ./$(DEPDIR)/srsinit_la-epsg_inlined_23.Plo \ ./$(DEPDIR)/srsinit_la-epsg_inlined_24.Plo \ ./$(DEPDIR)/srsinit_la-epsg_inlined_25.Plo \ ./$(DEPDIR)/srsinit_la-epsg_inlined_26.Plo \ ./$(DEPDIR)/srsinit_la-epsg_inlined_27.Plo \ ./$(DEPDIR)/srsinit_la-epsg_inlined_28.Plo \ ./$(DEPDIR)/srsinit_la-epsg_inlined_29.Plo \ ./$(DEPDIR)/srsinit_la-epsg_inlined_30.Plo \ ./$(DEPDIR)/srsinit_la-epsg_inlined_31.Plo \ ./$(DEPDIR)/srsinit_la-epsg_inlined_32.Plo \ ./$(DEPDIR)/srsinit_la-epsg_inlined_33.Plo \ ./$(DEPDIR)/srsinit_la-epsg_inlined_34.Plo \ ./$(DEPDIR)/srsinit_la-epsg_inlined_35.Plo \ ./$(DEPDIR)/srsinit_la-epsg_inlined_36.Plo \ ./$(DEPDIR)/srsinit_la-epsg_inlined_37.Plo \ ./$(DEPDIR)/srsinit_la-epsg_inlined_38.Plo \ ./$(DEPDIR)/srsinit_la-epsg_inlined_39.Plo \ ./$(DEPDIR)/srsinit_la-epsg_inlined_40.Plo \ ./$(DEPDIR)/srsinit_la-epsg_inlined_41.Plo \ ./$(DEPDIR)/srsinit_la-epsg_inlined_42.Plo \ ./$(DEPDIR)/srsinit_la-epsg_inlined_43.Plo \ ./$(DEPDIR)/srsinit_la-epsg_inlined_44.Plo \ ./$(DEPDIR)/srsinit_la-epsg_inlined_45.Plo \ ./$(DEPDIR)/srsinit_la-epsg_inlined_46.Plo \ ./$(DEPDIR)/srsinit_la-epsg_inlined_47.Plo \ ./$(DEPDIR)/srsinit_la-epsg_inlined_48.Plo \ ./$(DEPDIR)/srsinit_la-epsg_inlined_49.Plo \ ./$(DEPDIR)/srsinit_la-epsg_inlined_50.Plo \ ./$(DEPDIR)/srsinit_la-epsg_inlined_51.Plo \ ./$(DEPDIR)/srsinit_la-epsg_inlined_52.Plo \ ./$(DEPDIR)/srsinit_la-epsg_inlined_53.Plo \ ./$(DEPDIR)/srsinit_la-epsg_inlined_54.Plo \ ./$(DEPDIR)/srsinit_la-epsg_inlined_55.Plo \ ./$(DEPDIR)/srsinit_la-epsg_inlined_56.Plo \ ./$(DEPDIR)/srsinit_la-epsg_inlined_57.Plo \ ./$(DEPDIR)/srsinit_la-epsg_inlined_extra.Plo \ ./$(DEPDIR)/srsinit_la-epsg_inlined_prussian.Plo \ ./$(DEPDIR)/srsinit_la-epsg_inlined_wgs84_00.Plo \ ./$(DEPDIR)/srsinit_la-epsg_inlined_wgs84_01.Plo \ ./$(DEPDIR)/srsinit_la-srs_init.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) ................................................................................ RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive am__recursive_targets = \ $(RECURSIVE_TARGETS) \ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ distdir distdir-am am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign src/srsinit/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_00.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_01.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_02.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_03.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_04.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_05.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_06.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_07.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_08.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_09.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_10.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_11.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_12.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_13.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_14.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_15.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_16.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_17.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_18.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_19.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_20.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_21.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_22.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_23.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_24.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_25.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_26.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_27.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_28.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_29.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_30.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_31.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_32.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_33.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_34.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_35.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_36.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_37.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_38.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_39.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_40.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_41.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_42.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_43.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_44.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_45.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_46.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_47.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_48.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_49.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_50.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_51.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_52.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_53.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_54.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_55.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_56.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_57.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_extra.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_prussian.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_wgs84_00.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-epsg_inlined_wgs84_01.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsrsinit_la-srs_init.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_00.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_01.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_02.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_03.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_04.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_05.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_06.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_07.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_08.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_09.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_10.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_11.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_12.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_13.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_14.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_15.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_16.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_17.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_18.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_19.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_20.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_21.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_22.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_23.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_24.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_25.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_26.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_27.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_28.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_29.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_30.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_31.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_32.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_33.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_34.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_35.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_36.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_37.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_38.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_39.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_40.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_41.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_42.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_43.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_44.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_45.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_46.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_47.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_48.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_49.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_50.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_51.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_52.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_53.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_54.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_55.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_56.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_57.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_extra.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_prussian.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_wgs84_00.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-epsg_inlined_wgs84_01.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srsinit_la-srs_init.Plo@am__quote@ # am--include-marker $(am__depfiles_remade): @$(MKDIR_P) $(@D) @echo '# dummy' >$@-t && $(am__mv) $@-t $@ am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< ................................................................................ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ ................................................................................ @echo "it deletes files that may require special tools to rebuild." clean: clean-recursive clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ mostlyclean-am distclean: distclean-recursive -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_00.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_01.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_02.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_03.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_04.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_05.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_06.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_07.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_08.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_09.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_10.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_11.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_12.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_13.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_14.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_15.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_16.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_17.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_18.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_19.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_20.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_21.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_22.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_23.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_24.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_25.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_26.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_27.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_28.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_29.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_30.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_31.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_32.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_33.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_34.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_35.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_36.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_37.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_38.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_39.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_40.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_41.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_42.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_43.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_44.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_45.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_46.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_47.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_48.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_49.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_50.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_51.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_52.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_53.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_54.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_55.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_56.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_57.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_extra.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_prussian.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_wgs84_00.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_wgs84_01.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-srs_init.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_00.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_01.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_02.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_03.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_04.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_05.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_06.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_07.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_08.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_09.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_10.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_11.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_12.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_13.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_14.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_15.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_16.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_17.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_18.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_19.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_20.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_21.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_22.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_23.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_24.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_25.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_26.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_27.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_28.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_29.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_30.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_31.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_32.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_33.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_34.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_35.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_36.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_37.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_38.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_39.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_40.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_41.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_42.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_43.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_44.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_45.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_46.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_47.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_48.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_49.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_50.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_51.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_52.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_53.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_54.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_55.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_56.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_57.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_extra.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_prussian.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_wgs84_00.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_wgs84_01.Plo -rm -f ./$(DEPDIR)/srsinit_la-srs_init.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-recursive dvi-am: ................................................................................ install-ps: install-ps-recursive install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-recursive -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_00.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_01.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_02.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_03.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_04.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_05.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_06.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_07.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_08.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_09.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_10.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_11.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_12.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_13.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_14.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_15.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_16.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_17.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_18.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_19.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_20.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_21.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_22.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_23.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_24.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_25.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_26.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_27.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_28.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_29.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_30.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_31.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_32.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_33.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_34.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_35.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_36.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_37.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_38.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_39.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_40.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_41.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_42.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_43.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_44.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_45.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_46.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_47.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_48.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_49.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_50.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_51.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_52.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_53.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_54.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_55.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_56.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_57.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_extra.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_prussian.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_wgs84_00.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-epsg_inlined_wgs84_01.Plo -rm -f ./$(DEPDIR)/libsrsinit_la-srs_init.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_00.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_01.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_02.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_03.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_04.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_05.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_06.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_07.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_08.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_09.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_10.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_11.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_12.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_13.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_14.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_15.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_16.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_17.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_18.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_19.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_20.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_21.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_22.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_23.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_24.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_25.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_26.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_27.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_28.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_29.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_30.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_31.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_32.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_33.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_34.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_35.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_36.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_37.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_38.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_39.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_40.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_41.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_42.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_43.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_44.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_45.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_46.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_47.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_48.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_49.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_50.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_51.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_52.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_53.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_54.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_55.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_56.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_57.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_extra.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_prussian.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_wgs84_00.Plo -rm -f ./$(DEPDIR)/srsinit_la-epsg_inlined_wgs84_01.Plo -rm -f ./$(DEPDIR)/srsinit_la-srs_init.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool ................................................................................ ps-am: uninstall-am: .MAKE: $(am__recursive_targets) install-am install-strip .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ am--depfiles check check-am clean clean-generic clean-libtool \ clean-noinstLTLIBRARIES cscopelist-am ctags ctags-am distclean \ distclean-compile distclean-generic distclean-libtool \ distclean-tags distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-pdf install-pdf-am install-ps install-ps-am \ |
Changes to src/srsinit/epsg_update/Makefile.in.
1 2 3 4 5 6 7 8 9 10 11 ... 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 ... 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 |
# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign src/srsinit/epsg_update/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
| | | | > > > | |
1 2 3 4 5 6 7 8 9 10 11 ... 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 ... 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 |
# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign src/srsinit/epsg_update/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
Changes to src/stored_procedures/Makefile.in.
1 2 3 4 5 6 7 8 9 10 11 ... 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 ... 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 ... 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 ... 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 ... 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 ... 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 ... 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 |
# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign src/stored_procedures/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stored_procedures.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stored_procedures_la-stored_procedures.Plo@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< ................................................................................ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ ................................................................................ @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: ................................................................................ install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool ................................................................................ ps-am: uninstall-am: .MAKE: install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \ ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-info \ install-info-am install-man install-pdf install-pdf-am \ install-ps install-ps-am install-strip installcheck \ installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags tags-am uninstall uninstall-am .PRECIOUS: Makefile # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: |
| | | > > | | | | > > > > > > > > > | | > | > | | | | | | | | | | |
1 2 3 4 5 6 7 8 9 10 11 ... 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 ... 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 ... 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 ... 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 ... 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 ... 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 ... 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 |
# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__maybe_remake_depfiles = depfiles am__depfiles_remade = ./$(DEPDIR)/stored_procedures.Plo \ ./$(DEPDIR)/stored_procedures_la-stored_procedures.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign src/stored_procedures/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stored_procedures.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stored_procedures_la-stored_procedures.Plo@am__quote@ # am--include-marker $(am__depfiles_remade): @$(MKDIR_P) $(@D) @echo '# dummy' >$@-t && $(am__mv) $@-t $@ am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< ................................................................................ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ ................................................................................ @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ mostlyclean-am distclean: distclean-am -rm -f ./$(DEPDIR)/stored_procedures.Plo -rm -f ./$(DEPDIR)/stored_procedures_la-stored_procedures.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: ................................................................................ install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f ./$(DEPDIR)/stored_procedures.Plo -rm -f ./$(DEPDIR)/stored_procedures_la-stored_procedures.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool ................................................................................ ps-am: uninstall-am: .MAKE: install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ clean-generic clean-libtool clean-noinstLTLIBRARIES \ cscopelist-am ctags ctags-am distclean distclean-compile \ distclean-generic distclean-libtool distclean-tags distdir dvi \ dvi-am html html-am info info-am install install-am \ install-data install-data-am install-dvi install-dvi-am \ install-exec install-exec-am install-html install-html-am \ install-info install-info-am install-man install-pdf \ install-pdf-am install-ps install-ps-am install-strip \ installcheck installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags tags-am uninstall uninstall-am .PRECIOUS: Makefile # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: |
Changes to src/stored_procedures/stored_procedures.c.
2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 |
if (ret != SQLITE_OK) { spatialite_e ("SqlProcExec: sqlite3_open_v2 error: %s\n", sqlite3_errmsg (handle)); sqlite3_close (handle); return NULL; } spatialite_internal_init (handle, cache); return handle; } static int do_attach_all (sqlite3 * origin, sqlite3 * handle) { |
> |
2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 |
if (ret != SQLITE_OK)
{
spatialite_e ("SqlProcExec: sqlite3_open_v2 error: %s\n",
sqlite3_errmsg (handle));
sqlite3_close (handle);
return NULL;
}
sqlite3_enable_load_extension (handle, 1);
spatialite_internal_init (handle, cache);
return handle;
}
static int
do_attach_all (sqlite3 * origin, sqlite3 * handle)
{
|
Changes to src/topology/Makefile.in.
1 2 3 4 5 6 7 8 9 10 11 ... 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 ... 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 ... 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 ... 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 ... 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 ... 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 ... 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 |
# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign src/topology/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaia_auxnet.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaia_auxtopo.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaia_auxtopo_table.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaia_netstmts.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaia_network.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaia_topology.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaia_topostmts.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lwn_network.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/net_callbacks.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/topo_callbacks.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/topology_la-gaia_auxnet.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/topology_la-gaia_auxtopo.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/topology_la-gaia_auxtopo_table.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/topology_la-gaia_netstmts.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/topology_la-gaia_network.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/topology_la-gaia_topology.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/topology_la-gaia_topostmts.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/topology_la-lwn_network.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/topology_la-net_callbacks.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/topology_la-topo_callbacks.Plo@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< ................................................................................ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ ................................................................................ @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: ................................................................................ install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool ................................................................................ ps-am: uninstall-am: .MAKE: install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \ ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-info \ install-info-am install-man install-pdf install-pdf-am \ install-ps install-ps-am install-strip installcheck \ installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags tags-am uninstall uninstall-am .PRECIOUS: Makefile # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: |
| | | > > > > > > > > > > > > > > > > > | | | | | | | | | | | | | | | | | | | | | | > > > > > > > > > | | > > > > > > > > > > > > > > > > > > > | > > > > > > > > > > > > > > > > > > > | | | | | | | | | | |
1 2 3 4 5 6 7 8 9 10 11 ... 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 ... 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 ... 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 ... 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 ... 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 ... 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 ... 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 |
# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__maybe_remake_depfiles = depfiles am__depfiles_remade = ./$(DEPDIR)/gaia_auxnet.Plo \ ./$(DEPDIR)/gaia_auxtopo.Plo \ ./$(DEPDIR)/gaia_auxtopo_table.Plo \ ./$(DEPDIR)/gaia_netstmts.Plo ./$(DEPDIR)/gaia_network.Plo \ ./$(DEPDIR)/gaia_topology.Plo ./$(DEPDIR)/gaia_topostmts.Plo \ ./$(DEPDIR)/lwn_network.Plo ./$(DEPDIR)/net_callbacks.Plo \ ./$(DEPDIR)/topo_callbacks.Plo \ ./$(DEPDIR)/topology_la-gaia_auxnet.Plo \ ./$(DEPDIR)/topology_la-gaia_auxtopo.Plo \ ./$(DEPDIR)/topology_la-gaia_auxtopo_table.Plo \ ./$(DEPDIR)/topology_la-gaia_netstmts.Plo \ ./$(DEPDIR)/topology_la-gaia_network.Plo \ ./$(DEPDIR)/topology_la-gaia_topology.Plo \ ./$(DEPDIR)/topology_la-gaia_topostmts.Plo \ ./$(DEPDIR)/topology_la-lwn_network.Plo \ ./$(DEPDIR)/topology_la-net_callbacks.Plo \ ./$(DEPDIR)/topology_la-topo_callbacks.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign src/topology/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaia_auxnet.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaia_auxtopo.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaia_auxtopo_table.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaia_netstmts.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaia_network.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaia_topology.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaia_topostmts.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lwn_network.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/net_callbacks.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/topo_callbacks.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/topology_la-gaia_auxnet.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/topology_la-gaia_auxtopo.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/topology_la-gaia_auxtopo_table.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/topology_la-gaia_netstmts.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/topology_la-gaia_network.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/topology_la-gaia_topology.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/topology_la-gaia_topostmts.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/topology_la-lwn_network.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/topology_la-net_callbacks.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/topology_la-topo_callbacks.Plo@am__quote@ # am--include-marker $(am__depfiles_remade): @$(MKDIR_P) $(@D) @echo '# dummy' >$@-t && $(am__mv) $@-t $@ am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< ................................................................................ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ ................................................................................ @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ mostlyclean-am distclean: distclean-am -rm -f ./$(DEPDIR)/gaia_auxnet.Plo -rm -f ./$(DEPDIR)/gaia_auxtopo.Plo -rm -f ./$(DEPDIR)/gaia_auxtopo_table.Plo -rm -f ./$(DEPDIR)/gaia_netstmts.Plo -rm -f ./$(DEPDIR)/gaia_network.Plo -rm -f ./$(DEPDIR)/gaia_topology.Plo -rm -f ./$(DEPDIR)/gaia_topostmts.Plo -rm -f ./$(DEPDIR)/lwn_network.Plo -rm -f ./$(DEPDIR)/net_callbacks.Plo -rm -f ./$(DEPDIR)/topo_callbacks.Plo -rm -f ./$(DEPDIR)/topology_la-gaia_auxnet.Plo -rm -f ./$(DEPDIR)/topology_la-gaia_auxtopo.Plo -rm -f ./$(DEPDIR)/topology_la-gaia_auxtopo_table.Plo -rm -f ./$(DEPDIR)/topology_la-gaia_netstmts.Plo -rm -f ./$(DEPDIR)/topology_la-gaia_network.Plo -rm -f ./$(DEPDIR)/topology_la-gaia_topology.Plo -rm -f ./$(DEPDIR)/topology_la-gaia_topostmts.Plo -rm -f ./$(DEPDIR)/topology_la-lwn_network.Plo -rm -f ./$(DEPDIR)/topology_la-net_callbacks.Plo -rm -f ./$(DEPDIR)/topology_la-topo_callbacks.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: ................................................................................ install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f ./$(DEPDIR)/gaia_auxnet.Plo -rm -f ./$(DEPDIR)/gaia_auxtopo.Plo -rm -f ./$(DEPDIR)/gaia_auxtopo_table.Plo -rm -f ./$(DEPDIR)/gaia_netstmts.Plo -rm -f ./$(DEPDIR)/gaia_network.Plo -rm -f ./$(DEPDIR)/gaia_topology.Plo -rm -f ./$(DEPDIR)/gaia_topostmts.Plo -rm -f ./$(DEPDIR)/lwn_network.Plo -rm -f ./$(DEPDIR)/net_callbacks.Plo -rm -f ./$(DEPDIR)/topo_callbacks.Plo -rm -f ./$(DEPDIR)/topology_la-gaia_auxnet.Plo -rm -f ./$(DEPDIR)/topology_la-gaia_auxtopo.Plo -rm -f ./$(DEPDIR)/topology_la-gaia_auxtopo_table.Plo -rm -f ./$(DEPDIR)/topology_la-gaia_netstmts.Plo -rm -f ./$(DEPDIR)/topology_la-gaia_network.Plo -rm -f ./$(DEPDIR)/topology_la-gaia_topology.Plo -rm -f ./$(DEPDIR)/topology_la-gaia_topostmts.Plo -rm -f ./$(DEPDIR)/topology_la-lwn_network.Plo -rm -f ./$(DEPDIR)/topology_la-net_callbacks.Plo -rm -f ./$(DEPDIR)/topology_la-topo_callbacks.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool ................................................................................ ps-am: uninstall-am: .MAKE: install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ clean-generic clean-libtool clean-noinstLTLIBRARIES \ cscopelist-am ctags ctags-am distclean distclean-compile \ distclean-generic distclean-libtool distclean-tags distdir dvi \ dvi-am html html-am info info-am install install-am \ install-data install-data-am install-dvi install-dvi-am \ install-exec install-exec-am install-html install-html-am \ install-info install-info-am install-man install-pdf \ install-pdf-am install-ps install-ps-am install-strip \ installcheck installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags tags-am uninstall uninstall-am .PRECIOUS: Makefile # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: |
Changes to src/topology/gaia_auxtopo_table.c.
7949 7950 7951 7952 7953 7954 7955 7956 7957 7958 7959 7960 7961 7962 .... 7992 7993 7994 7995 7996 7997 7998 7999 8000 8001 8002 8003 8004 8005 8006 8007 8008 8009 8010 8011 .... 8050 8051 8052 8053 8054 8055 8056 8057 8058 8059 8060 8061 8062 8063 8064 8065 8066 8067 8068 8069 8070 8071 8072 8073 8074 8075 8076 8077 8078 8079 8080 8081 8082 8083 8084 8085 8086 8087 8088 8089 8090 8091 8092 8093 8094 8095 8096 8097 8098 8099 8100 8101 8102 8103 8104 8105 8106 8107 |
int ret; char *sql; char *node; char *xnode; char *edge; char *xedge; int loop = 1; sqlite3_stmt *stmt1 = NULL; sqlite3_stmt *stmt2 = NULL; sqlite3_stmt *stmt3 = NULL; if (topo == NULL) return 0; ret = test_inconsistent_topology (accessor); ................................................................................ node = sqlite3_mprintf ("%s_node", topo->topology_name); xnode = gaiaDoubleQuotedSql (node); sqlite3_free (node); edge = sqlite3_mprintf ("%s_edge", topo->topology_name); xedge = gaiaDoubleQuotedSql (edge); sqlite3_free (edge); sql = sqlite3_mprintf ("SELECT e1.edge_id, e2.edge_id FROM \"%s\" AS n " "JOIN \"%s\" AS e1 ON (n.node_id = e1.end_node) " "JOIN \"%s\" AS e2 ON (n.node_id = e2.start_node) " "WHERE n.node_id = ? AND e1.start_node <> e1.end_node " "AND e2.start_node <> e2.end_node", xnode, xedge, xedge); free (xnode); free (xedge); ret = sqlite3_prepare_v2 (topo->db_handle, sql, strlen (sql), &stmt2, NULL); sqlite3_free (sql); if (ret != SQLITE_OK) { char *msg = sqlite3_mprintf ("TopoGeo_%sEdgeHeal error: \"%s\"", ................................................................................ if (ret == SQLITE_ROW) { sqlite3_reset (stmt2); sqlite3_clear_bindings (stmt2); sqlite3_bind_int64 (stmt2, 1, sqlite3_column_int64 (stmt1, 0)); while (1) { /* scrolling the result set rows */ ret = sqlite3_step (stmt2); if (ret == SQLITE_DONE) break; /* end of result set */ if (ret == SQLITE_ROW) { edge_1_id = sqlite3_column_int64 (stmt2, 0); edge_2_id = sqlite3_column_int64 (stmt2, 1); if (edge_1_id == edge_2_id) { /* can't Heal - dog chasing its tail */ edge_1_id = -1; edge_2_id = -1; continue; } break; } else { char *msg = sqlite3_mprintf ("TopoGeo_%sEdgeHeal error: \"%s\"", mode_new ? "New" : "Mod", sqlite3_errmsg (topo->db_handle)); gaiatopo_set_last_error_msg (accessor, msg); sqlite3_free (msg); goto error; } } if (edge_1_id < 0 && edge_2_id < 0) break; /* healing a couple of Edges */ sqlite3_reset (stmt3); sqlite3_clear_bindings (stmt3); sqlite3_bind_int64 (stmt3, 1, edge_1_id); sqlite3_bind_int64 (stmt3, 2, edge_2_id); ret = sqlite3_step (stmt3); if (ret == SQLITE_DONE || ret == SQLITE_ROW) { loop = 1; continue; } else { char *msg = sqlite3_mprintf ("TopoGeo_%sEdgeHeal error: \"%s\"", mode_new ? "New" : "Mod", |
> | | < | < | > | | | | | | | | | | > > > > > > > > > > > > > > > > | < > > > > > > > | |
7949 7950 7951 7952 7953 7954 7955 7956 7957 7958 7959 7960 7961 7962 7963 .... 7993 7994 7995 7996 7997 7998 7999 8000 8001 8002 8003 8004 8005 8006 8007 8008 8009 8010 .... 8049 8050 8051 8052 8053 8054 8055 8056 8057 8058 8059 8060 8061 8062 8063 8064 8065 8066 8067 8068 8069 8070 8071 8072 8073 8074 8075 8076 8077 8078 8079 8080 8081 8082 8083 8084 8085 8086 8087 8088 8089 8090 8091 8092 8093 8094 8095 8096 8097 8098 8099 8100 8101 8102 8103 8104 8105 8106 8107 8108 8109 8110 8111 8112 8113 8114 8115 8116 8117 8118 8119 8120 8121 8122 8123 8124 8125 8126 8127 8128 8129 |
int ret; char *sql; char *node; char *xnode; char *edge; char *xedge; int loop = 1; int loop_count; sqlite3_stmt *stmt1 = NULL; sqlite3_stmt *stmt2 = NULL; sqlite3_stmt *stmt3 = NULL; if (topo == NULL) return 0; ret = test_inconsistent_topology (accessor); ................................................................................ node = sqlite3_mprintf ("%s_node", topo->topology_name); xnode = gaiaDoubleQuotedSql (node); sqlite3_free (node); edge = sqlite3_mprintf ("%s_edge", topo->topology_name); xedge = gaiaDoubleQuotedSql (edge); sqlite3_free (edge); sql = sqlite3_mprintf ("SELECT e.edge_id FROM \"%s\" AS n " "JOIN \"%s\" AS e ON (n.node_id = e.start_node OR n.node_id = e.end_node) " "WHERE n.node_id = ? AND e.start_node <> e.end_node", xnode, xedge); free (xnode); free (xedge); ret = sqlite3_prepare_v2 (topo->db_handle, sql, strlen (sql), &stmt2, NULL); sqlite3_free (sql); if (ret != SQLITE_OK) { char *msg = sqlite3_mprintf ("TopoGeo_%sEdgeHeal error: \"%s\"", ................................................................................ if (ret == SQLITE_ROW) { sqlite3_reset (stmt2); sqlite3_clear_bindings (stmt2); sqlite3_bind_int64 (stmt2, 1, sqlite3_column_int64 (stmt1, 0)); loop_count = 0; while (1) { /* scrolling the result set rows */ ret = sqlite3_step (stmt2); if (ret == SQLITE_DONE) break; /* end of result set */ if (ret == SQLITE_ROW) { loop_count++; if (loop_count == 1) edge_1_id = sqlite3_column_int64 (stmt2, 0); else if (loop_count == 2) edge_2_id = sqlite3_column_int64 (stmt2, 0); else { char *msg = sqlite3_mprintf ("TopoGeo_%sEdgeHeal error: \"Unexpected loop_count > 2\"", mode_new ? "New" : "Mod"); gaiatopo_set_last_error_msg (accessor, msg); sqlite3_free (msg); goto error; } } else { char *msg = sqlite3_mprintf ("TopoGeo_%sEdgeHeal error: \"%s\"", mode_new ? "New" : "Mod", sqlite3_errmsg (topo->db_handle)); gaiatopo_set_last_error_msg (accessor, msg); sqlite3_free (msg); goto error; } } if (loop_count != 2 || edge_1_id < 0 || edge_2_id < 0) { /* discarding invalid Edges */ edge_1_id = -1; edge_2_id = -1; loop_count = 0; continue; } if (edge_1_id == edge_2_id) { /* can't Heal - dog chasing its tail */ edge_1_id = -1; edge_2_id = -1; loop_count = 0; continue; } /* healing a couple of Edges */ sqlite3_reset (stmt3); sqlite3_clear_bindings (stmt3); sqlite3_bind_int64 (stmt3, 1, edge_1_id); sqlite3_bind_int64 (stmt3, 2, edge_2_id); ret = sqlite3_step (stmt3); if (ret == SQLITE_DONE || ret == SQLITE_ROW) { loop = 1; break; } else { char *msg = sqlite3_mprintf ("TopoGeo_%sEdgeHeal error: \"%s\"", mode_new ? "New" : "Mod", |
Changes to src/virtualtext/Makefile.in.
1 2 3 4 5 6 7 8 9 10 11 ... 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 ... 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 ... 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 ... 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 ... 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 ... 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 ... 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 |
# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign src/virtualtext/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/virtualtext.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/virtualtext_la-virtualtext.Plo@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< ................................................................................ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ ................................................................................ @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: ................................................................................ install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool ................................................................................ ps-am: uninstall-am: .MAKE: install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \ ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-info \ install-info-am install-man install-pdf install-pdf-am \ install-ps install-ps-am install-strip installcheck \ installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags tags-am uninstall uninstall-am .PRECIOUS: Makefile # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: |
| | | > > | | | | > > > > > > > > > | | > | > | | | | | | | | | | |
1 2 3 4 5 6 7 8 9 10 11 ... 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 ... 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 ... 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 ... 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 ... 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 ... 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 ... 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 |
# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__maybe_remake_depfiles = depfiles am__depfiles_remade = ./$(DEPDIR)/virtualtext.Plo \ ./$(DEPDIR)/virtualtext_la-virtualtext.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign src/virtualtext/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/virtualtext.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/virtualtext_la-virtualtext.Plo@am__quote@ # am--include-marker $(am__depfiles_remade): @$(MKDIR_P) $(@D) @echo '# dummy' >$@-t && $(am__mv) $@-t $@ am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< ................................................................................ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ ................................................................................ @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ mostlyclean-am distclean: distclean-am -rm -f ./$(DEPDIR)/virtualtext.Plo -rm -f ./$(DEPDIR)/virtualtext_la-virtualtext.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: ................................................................................ install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f ./$(DEPDIR)/virtualtext.Plo -rm -f ./$(DEPDIR)/virtualtext_la-virtualtext.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool ................................................................................ ps-am: uninstall-am: .MAKE: install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ clean-generic clean-libtool clean-noinstLTLIBRARIES \ cscopelist-am ctags ctags-am distclean distclean-compile \ distclean-generic distclean-libtool distclean-tags distdir dvi \ dvi-am html html-am info info-am install install-am \ install-data install-data-am install-dvi install-dvi-am \ install-exec install-exec-am install-html install-html-am \ install-info install-info-am install-man install-pdf \ install-pdf-am install-ps install-ps-am install-strip \ installcheck installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags tags-am uninstall uninstall-am .PRECIOUS: Makefile # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: |
Changes to src/wfs/Makefile.in.
1 2 3 4 5 6 7 8 9 10 11 ... 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 ... 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 ... 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 ... 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 ... 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 ... 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 ... 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 |
# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign src/wfs/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wfs_in.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wfs_la-wfs_in.Plo@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< ................................................................................ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ ................................................................................ @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: ................................................................................ install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool ................................................................................ ps-am: uninstall-am: .MAKE: install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \ ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-info \ install-info-am install-man install-pdf install-pdf-am \ install-ps install-ps-am install-strip installcheck \ installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags tags-am uninstall uninstall-am .PRECIOUS: Makefile # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: |
| | | > > | | | | > > > > > > > > > | | > | > | | | | | | | | | | |
1 2 3 4 5 6 7 8 9 10 11 ... 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 ... 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 ... 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 ... 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 ... 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 ... 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 ... 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 |
# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__maybe_remake_depfiles = depfiles am__depfiles_remade = ./$(DEPDIR)/wfs_in.Plo \ ./$(DEPDIR)/wfs_la-wfs_in.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign src/wfs/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wfs_in.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wfs_la-wfs_in.Plo@am__quote@ # am--include-marker $(am__depfiles_remade): @$(MKDIR_P) $(@D) @echo '# dummy' >$@-t && $(am__mv) $@-t $@ am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< ................................................................................ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ ................................................................................ @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ mostlyclean-am distclean: distclean-am -rm -f ./$(DEPDIR)/wfs_in.Plo -rm -f ./$(DEPDIR)/wfs_la-wfs_in.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: ................................................................................ install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f ./$(DEPDIR)/wfs_in.Plo -rm -f ./$(DEPDIR)/wfs_la-wfs_in.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool ................................................................................ ps-am: uninstall-am: .MAKE: install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ clean-generic clean-libtool clean-noinstLTLIBRARIES \ cscopelist-am ctags ctags-am distclean distclean-compile \ distclean-generic distclean-libtool distclean-tags distdir dvi \ dvi-am html html-am info info-am install install-am \ install-data install-data-am install-dvi install-dvi-am \ install-exec install-exec-am install-html install-html-am \ install-info install-info-am install-man install-pdf \ install-pdf-am install-ps install-ps-am install-strip \ installcheck installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags tags-am uninstall uninstall-am .PRECIOUS: Makefile # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: |
Changes to test/Makefile.am.
210 211 212 213 214 215 216 217 218 219 220 221 222 223 |
elba-ln.shp elba-ln.shx elba-ln.dbf \ Gpx-sample.gpx 000323485.gpx \ sqlproc_sample.txt sqlproc_logfile.txt \ sqlproc_error.txt orbetello.sqlite \ test.geojson SUBDIRS = sql_stmt_geosadvanced_tests sql_stmt_geos_tests \ sql_stmt_libxml2_tests sql_stmt_rtgeom_tests \ sql_stmt_mathsql_tests sql_stmt_proj_tests \ sql_stmt_proj492_tests sql_stmt_proj493_tests \ sql_stmt_proj600security_tests \ sql_stmt_proj600_tests sql_stmt_security_tests \ sql_stmt_tests sql_stmt_xmlsec_tests \ sql_stmt_geopackage_tests sql_stmt_freexl_tests \ |
> |
210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 |
elba-ln.shp elba-ln.shx elba-ln.dbf \
Gpx-sample.gpx 000323485.gpx \
sqlproc_sample.txt sqlproc_logfile.txt \
sqlproc_error.txt orbetello.sqlite \
test.geojson
SUBDIRS = sql_stmt_geosadvanced_tests sql_stmt_geos_tests \
sql_stmt_geos_380 sql_stmt_geos_non380 \
sql_stmt_libxml2_tests sql_stmt_rtgeom_tests \
sql_stmt_mathsql_tests sql_stmt_proj_tests \
sql_stmt_proj492_tests sql_stmt_proj493_tests \
sql_stmt_proj600security_tests \
sql_stmt_proj600_tests sql_stmt_security_tests \
sql_stmt_tests sql_stmt_xmlsec_tests \
sql_stmt_geopackage_tests sql_stmt_freexl_tests \
|
Changes to test/Makefile.in.
1 2 3 4 5 6 7 8 9 10 11 ... 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 ... 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 .... 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 .... 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 .... 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 .... 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 .... 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 .... 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 .... 2921 2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 2934 2935 .... 2942 2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 |
# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) ................................................................................ RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive am__recursive_targets = \ $(RECURSIVE_TARGETS) \ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ check recheck distdir am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ ................................................................................ elba-ln.shp elba-ln.shx elba-ln.dbf \ Gpx-sample.gpx 000323485.gpx \ sqlproc_sample.txt sqlproc_logfile.txt \ sqlproc_error.txt orbetello.sqlite \ test.geojson SUBDIRS = sql_stmt_geosadvanced_tests sql_stmt_geos_tests \ sql_stmt_libxml2_tests sql_stmt_rtgeom_tests \ sql_stmt_mathsql_tests sql_stmt_proj_tests \ sql_stmt_proj492_tests sql_stmt_proj493_tests \ sql_stmt_proj600security_tests \ sql_stmt_proj600_tests sql_stmt_security_tests \ sql_stmt_tests sql_stmt_xmlsec_tests \ sql_stmt_geopackage_tests sql_stmt_freexl_tests \ ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_add_tile_triggers.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_add_tile_triggers_bad_table_name.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_bufovflw.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_clone_table.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_control_points.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_create.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_createBaseTables.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_cutter.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_dbf_load.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_drop_rename.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_dxf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_endian.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_exif.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_exif2.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_extension.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_extra_relations_fncts.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_fdo1.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_fdo2.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_fdo3.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_fdo_bufovflw.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_gaia_utf8.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_gaia_util.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_geom_aux.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_geometry_cols.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_geoscvt_fncts.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_get_normal_row.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_get_normal_row_bad_geopackage.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_get_normal_row_bad_geopackage2.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_get_normal_zoom.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_get_normal_zoom_bad_geopackage.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_get_normal_zoom_bad_geopackage2.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_get_normal_zoom_extension_load.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_gpkgConvert.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_gpkgCreateFeaturesTable.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_gpkgCreateTilesTable.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_gpkgCreateTilesTableMissingSRID.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_gpkgCreateTilesZoomLevel.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_gpkgGetImageFormat.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_gpkgGetImageFormat_nonblob.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_gpkgGetImageFormat_nonimage.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_gpkgGetImageFormat_png.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_gpkgGetImageFormat_tiff.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_gpkgGetImageFormat_webp.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_gpkgInsertEpsgSRID.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_gpkgMode.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_gpkgVirtual.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_gpkg_base_core_container_data_file_format_application_id.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_gpkg_base_core_contents_data_table_def.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_gpkg_base_core_spatial_ref_sys_data_table_def.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_gpkg_base_core_spatial_ref_sys_data_values_default.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_gpkg_opt_extension_mechanism_extensions_data_table_def.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_init.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_init2.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_init_full.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_libxml2.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_math_funcs.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_mbrcache.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_md5.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_metacatalog.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_multithread.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_network2d.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_network3d.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_network_log.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_recover_geom.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_relations_fncts.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_sequence.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_shp_load.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_shp_load_3d.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_spatialindex.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_sql_stmt.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_sql_stmt_extension.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_sql_stmt_legacy.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_sql_stmt_tiny.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_srid_fncts.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_stored_proc.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_styling.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_topology2d.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_topology3d.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_toponoface2d.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_topoplus.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_toposnap.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_version.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_virtual_ovflw.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_virtualbbox.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_virtualelem.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_virtualknn.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_virtualtable1.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_virtualtable2.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_virtualtable3.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_virtualtable4.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_virtualtable5.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_virtualtable6.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_virtualxpath.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_wfsin.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_wms.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_xls_load.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/geojson_test.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/routing_test.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shape_3d.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shape_cp1252.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shape_primitives.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shape_utf8_1.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shape_utf8_1ex.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shape_utf8_2.Po@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< ................................................................................ if test -n "$(PACKAGE_BUGREPORT)"; then \ echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ fi; \ echo "$$col$$br$$std"; \ fi; \ $$success || exit 1 check-TESTS: @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) @set +e; $(am__set_TESTS_bases); \ log_list=`for i in $$bases; do echo $$i.log; done`; \ trs_list=`for i in $$bases; do echo $$i.trs; done`; \ log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ ................................................................................ @am__EXEEXT_TRUE@ @p='$<'; \ @am__EXEEXT_TRUE@ $(am__set_b); \ @am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ @am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \ @am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ @am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT) distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ ................................................................................ @echo "it deletes files that may require special tools to rebuild." clean: clean-recursive clean-am: clean-checkPROGRAMS clean-generic clean-libtool \ mostlyclean-am distclean: distclean-recursive -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-recursive dvi-am: ................................................................................ install-ps: install-ps-recursive install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-recursive -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool ................................................................................ ps-am: uninstall-am: .MAKE: $(am__recursive_targets) check-am install-am install-strip .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ check-TESTS check-am clean clean-checkPROGRAMS clean-generic \ clean-libtool cscopelist-am ctags ctags-am distclean \ distclean-compile distclean-generic distclean-libtool \ distclean-tags distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-pdf install-pdf-am install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ installdirs-am maintainer-clean maintainer-clean-generic \ mostlyclean mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf pdf-am ps ps-am recheck tags tags-am \ uninstall uninstall-am .PRECIOUS: Makefile # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: |
| | | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | > | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > > > > > > | > > > | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | > > > > > | | | | | | > | | | | < | | | |
1 2 3 4 5 6 7 8 9 10 11 ... 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 ... 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 .... 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 .... 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 .... 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 .... 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 .... 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 .... 2966 2967 2968 2969 2970 2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 .... 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 3143 3144 3145 3146 3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 3159 3160 3161 3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 3205 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 3231 3232 .... 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 3251 3252 3253 3254 3255 3256 3257 3258 3259 3260 3261 3262 3263 3264 3265 3266 |
# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__maybe_remake_depfiles = depfiles am__depfiles_remade = ./$(DEPDIR)/check_add_tile_triggers.Po \ ./$(DEPDIR)/check_add_tile_triggers_bad_table_name.Po \ ./$(DEPDIR)/check_bufovflw.Po ./$(DEPDIR)/check_clone_table.Po \ ./$(DEPDIR)/check_control_points.Po \ ./$(DEPDIR)/check_create.Po \ ./$(DEPDIR)/check_createBaseTables.Po \ ./$(DEPDIR)/check_cutter.Po ./$(DEPDIR)/check_dbf_load.Po \ ./$(DEPDIR)/check_drop_rename.Po ./$(DEPDIR)/check_dxf.Po \ ./$(DEPDIR)/check_endian.Po ./$(DEPDIR)/check_exif.Po \ ./$(DEPDIR)/check_exif2.Po ./$(DEPDIR)/check_extension.Po \ ./$(DEPDIR)/check_extra_relations_fncts.Po \ ./$(DEPDIR)/check_fdo1.Po ./$(DEPDIR)/check_fdo2.Po \ ./$(DEPDIR)/check_fdo3.Po ./$(DEPDIR)/check_fdo_bufovflw.Po \ ./$(DEPDIR)/check_gaia_utf8.Po ./$(DEPDIR)/check_gaia_util.Po \ ./$(DEPDIR)/check_geom_aux.Po \ ./$(DEPDIR)/check_geometry_cols.Po \ ./$(DEPDIR)/check_geoscvt_fncts.Po \ ./$(DEPDIR)/check_get_normal_row.Po \ ./$(DEPDIR)/check_get_normal_row_bad_geopackage.Po \ ./$(DEPDIR)/check_get_normal_row_bad_geopackage2.Po \ ./$(DEPDIR)/check_get_normal_zoom.Po \ ./$(DEPDIR)/check_get_normal_zoom_bad_geopackage.Po \ ./$(DEPDIR)/check_get_normal_zoom_bad_geopackage2.Po \ ./$(DEPDIR)/check_get_normal_zoom_extension_load.Po \ ./$(DEPDIR)/check_gpkgConvert.Po \ ./$(DEPDIR)/check_gpkgCreateFeaturesTable.Po \ ./$(DEPDIR)/check_gpkgCreateTilesTable.Po \ ./$(DEPDIR)/check_gpkgCreateTilesTableMissingSRID.Po \ ./$(DEPDIR)/check_gpkgCreateTilesZoomLevel.Po \ ./$(DEPDIR)/check_gpkgGetImageFormat.Po \ ./$(DEPDIR)/check_gpkgGetImageFormat_nonblob.Po \ ./$(DEPDIR)/check_gpkgGetImageFormat_nonimage.Po \ ./$(DEPDIR)/check_gpkgGetImageFormat_png.Po \ ./$(DEPDIR)/check_gpkgGetImageFormat_tiff.Po \ ./$(DEPDIR)/check_gpkgGetImageFormat_webp.Po \ ./$(DEPDIR)/check_gpkgInsertEpsgSRID.Po \ ./$(DEPDIR)/check_gpkgMode.Po ./$(DEPDIR)/check_gpkgVirtual.Po \ ./$(DEPDIR)/check_gpkg_base_core_container_data_file_format_application_id.Po \ ./$(DEPDIR)/check_gpkg_base_core_contents_data_table_def.Po \ ./$(DEPDIR)/check_gpkg_base_core_spatial_ref_sys_data_table_def.Po \ ./$(DEPDIR)/check_gpkg_base_core_spatial_ref_sys_data_values_default.Po \ ./$(DEPDIR)/check_gpkg_opt_extension_mechanism_extensions_data_table_def.Po \ ./$(DEPDIR)/check_init.Po ./$(DEPDIR)/check_init2.Po \ ./$(DEPDIR)/check_init_full.Po ./$(DEPDIR)/check_libxml2.Po \ ./$(DEPDIR)/check_math_funcs.Po ./$(DEPDIR)/check_mbrcache.Po \ ./$(DEPDIR)/check_md5.Po ./$(DEPDIR)/check_metacatalog.Po \ ./$(DEPDIR)/check_multithread.Po \ ./$(DEPDIR)/check_network2d.Po ./$(DEPDIR)/check_network3d.Po \ ./$(DEPDIR)/check_network_log.Po \ ./$(DEPDIR)/check_recover_geom.Po \ ./$(DEPDIR)/check_relations_fncts.Po \ ./$(DEPDIR)/check_sequence.Po ./$(DEPDIR)/check_shp_load.Po \ ./$(DEPDIR)/check_shp_load_3d.Po \ ./$(DEPDIR)/check_spatialindex.Po \ ./$(DEPDIR)/check_sql_stmt.Po \ ./$(DEPDIR)/check_sql_stmt_extension.Po \ ./$(DEPDIR)/check_sql_stmt_legacy.Po \ ./$(DEPDIR)/check_sql_stmt_tiny.Po \ ./$(DEPDIR)/check_srid_fncts.Po \ ./$(DEPDIR)/check_stored_proc.Po ./$(DEPDIR)/check_styling.Po \ ./$(DEPDIR)/check_topology2d.Po \ ./$(DEPDIR)/check_topology3d.Po \ ./$(DEPDIR)/check_toponoface2d.Po \ ./$(DEPDIR)/check_topoplus.Po ./$(DEPDIR)/check_toposnap.Po \ ./$(DEPDIR)/check_version.Po \ ./$(DEPDIR)/check_virtual_ovflw.Po \ ./$(DEPDIR)/check_virtualbbox.Po \ ./$(DEPDIR)/check_virtualelem.Po \ ./$(DEPDIR)/check_virtualknn.Po \ ./$(DEPDIR)/check_virtualtable1.Po \ ./$(DEPDIR)/check_virtualtable2.Po \ ./$(DEPDIR)/check_virtualtable3.Po \ ./$(DEPDIR)/check_virtualtable4.Po \ ./$(DEPDIR)/check_virtualtable5.Po \ ./$(DEPDIR)/check_virtualtable6.Po \ ./$(DEPDIR)/check_virtualxpath.Po ./$(DEPDIR)/check_wfsin.Po \ ./$(DEPDIR)/check_wms.Po ./$(DEPDIR)/check_xls_load.Po \ ./$(DEPDIR)/geojson_test.Po ./$(DEPDIR)/routing_test.Po \ ./$(DEPDIR)/shape_3d.Po ./$(DEPDIR)/shape_cp1252.Po \ ./$(DEPDIR)/shape_primitives.Po ./$(DEPDIR)/shape_utf8_1.Po \ ./$(DEPDIR)/shape_utf8_1ex.Po ./$(DEPDIR)/shape_utf8_2.Po am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) ................................................................................ RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive am__recursive_targets = \ $(RECURSIVE_TARGETS) \ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ check recheck distdir distdir-am am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ ................................................................................ elba-ln.shp elba-ln.shx elba-ln.dbf \ Gpx-sample.gpx 000323485.gpx \ sqlproc_sample.txt sqlproc_logfile.txt \ sqlproc_error.txt orbetello.sqlite \ test.geojson SUBDIRS = sql_stmt_geosadvanced_tests sql_stmt_geos_tests \ sql_stmt_geos_380 sql_stmt_geos_non380 \ sql_stmt_libxml2_tests sql_stmt_rtgeom_tests \ sql_stmt_mathsql_tests sql_stmt_proj_tests \ sql_stmt_proj492_tests sql_stmt_proj493_tests \ sql_stmt_proj600security_tests \ sql_stmt_proj600_tests sql_stmt_security_tests \ sql_stmt_tests sql_stmt_xmlsec_tests \ sql_stmt_geopackage_tests sql_stmt_freexl_tests \ ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_add_tile_triggers.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_add_tile_triggers_bad_table_name.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_bufovflw.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_clone_table.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_control_points.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_create.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_createBaseTables.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_cutter.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_dbf_load.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_drop_rename.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_dxf.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_endian.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_exif.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_exif2.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_extension.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_extra_relations_fncts.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_fdo1.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_fdo2.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_fdo3.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_fdo_bufovflw.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_gaia_utf8.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_gaia_util.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_geom_aux.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_geometry_cols.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_geoscvt_fncts.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_get_normal_row.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_get_normal_row_bad_geopackage.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_get_normal_row_bad_geopackage2.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_get_normal_zoom.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_get_normal_zoom_bad_geopackage.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_get_normal_zoom_bad_geopackage2.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_get_normal_zoom_extension_load.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_gpkgConvert.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_gpkgCreateFeaturesTable.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_gpkgCreateTilesTable.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_gpkgCreateTilesTableMissingSRID.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_gpkgCreateTilesZoomLevel.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_gpkgGetImageFormat.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_gpkgGetImageFormat_nonblob.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_gpkgGetImageFormat_nonimage.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_gpkgGetImageFormat_png.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_gpkgGetImageFormat_tiff.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_gpkgGetImageFormat_webp.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_gpkgInsertEpsgSRID.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_gpkgMode.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_gpkgVirtual.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_gpkg_base_core_container_data_file_format_application_id.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_gpkg_base_core_contents_data_table_def.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_gpkg_base_core_spatial_ref_sys_data_table_def.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_gpkg_base_core_spatial_ref_sys_data_values_default.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_gpkg_opt_extension_mechanism_extensions_data_table_def.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_init.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_init2.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_init_full.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_libxml2.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_math_funcs.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_mbrcache.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_md5.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_metacatalog.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_multithread.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_network2d.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_network3d.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_network_log.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_recover_geom.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_relations_fncts.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_sequence.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_shp_load.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_shp_load_3d.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_spatialindex.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_sql_stmt.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_sql_stmt_extension.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_sql_stmt_legacy.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_sql_stmt_tiny.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_srid_fncts.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_stored_proc.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_styling.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_topology2d.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_topology3d.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_toponoface2d.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_topoplus.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_toposnap.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_version.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_virtual_ovflw.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_virtualbbox.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_virtualelem.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_virtualknn.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_virtualtable1.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_virtualtable2.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_virtualtable3.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_virtualtable4.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_virtualtable5.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_virtualtable6.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_virtualxpath.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_wfsin.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_wms.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_xls_load.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/geojson_test.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/routing_test.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shape_3d.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shape_cp1252.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shape_primitives.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shape_utf8_1.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shape_utf8_1ex.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shape_utf8_2.Po@am__quote@ # am--include-marker $(am__depfiles_remade): @$(MKDIR_P) $(@D) @echo '# dummy' >$@-t && $(am__mv) $@-t $@ am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< ................................................................................ if test -n "$(PACKAGE_BUGREPORT)"; then \ echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ fi; \ echo "$$col$$br$$std"; \ fi; \ $$success || exit 1 check-TESTS: $(check_PROGRAMS) @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) @set +e; $(am__set_TESTS_bases); \ log_list=`for i in $$bases; do echo $$i.log; done`; \ trs_list=`for i in $$bases; do echo $$i.trs; done`; \ log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ ................................................................................ @am__EXEEXT_TRUE@ @p='$<'; \ @am__EXEEXT_TRUE@ $(am__set_b); \ @am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ @am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \ @am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ @am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT) distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ ................................................................................ @echo "it deletes files that may require special tools to rebuild." clean: clean-recursive clean-am: clean-checkPROGRAMS clean-generic clean-libtool \ mostlyclean-am distclean: distclean-recursive -rm -f ./$(DEPDIR)/check_add_tile_triggers.Po -rm -f ./$(DEPDIR)/check_add_tile_triggers_bad_table_name.Po -rm -f ./$(DEPDIR)/check_bufovflw.Po -rm -f ./$(DEPDIR)/check_clone_table.Po -rm -f ./$(DEPDIR)/check_control_points.Po -rm -f ./$(DEPDIR)/check_create.Po -rm -f ./$(DEPDIR)/check_createBaseTables.Po -rm -f ./$(DEPDIR)/check_cutter.Po -rm -f ./$(DEPDIR)/check_dbf_load.Po -rm -f ./$(DEPDIR)/check_drop_rename.Po -rm -f ./$(DEPDIR)/check_dxf.Po -rm -f ./$(DEPDIR)/check_endian.Po -rm -f ./$(DEPDIR)/check_exif.Po -rm -f ./$(DEPDIR)/check_exif2.Po -rm -f ./$(DEPDIR)/check_extension.Po -rm -f ./$(DEPDIR)/check_extra_relations_fncts.Po -rm -f ./$(DEPDIR)/check_fdo1.Po -rm -f ./$(DEPDIR)/check_fdo2.Po -rm -f ./$(DEPDIR)/check_fdo3.Po -rm -f ./$(DEPDIR)/check_fdo_bufovflw.Po -rm -f ./$(DEPDIR)/check_gaia_utf8.Po -rm -f ./$(DEPDIR)/check_gaia_util.Po -rm -f ./$(DEPDIR)/check_geom_aux.Po -rm -f ./$(DEPDIR)/check_geometry_cols.Po -rm -f ./$(DEPDIR)/check_geoscvt_fncts.Po -rm -f ./$(DEPDIR)/check_get_normal_row.Po -rm -f ./$(DEPDIR)/check_get_normal_row_bad_geopackage.Po -rm -f ./$(DEPDIR)/check_get_normal_row_bad_geopackage2.Po -rm -f ./$(DEPDIR)/check_get_normal_zoom.Po -rm -f ./$(DEPDIR)/check_get_normal_zoom_bad_geopackage.Po -rm -f ./$(DEPDIR)/check_get_normal_zoom_bad_geopackage2.Po -rm -f ./$(DEPDIR)/check_get_normal_zoom_extension_load.Po -rm -f ./$(DEPDIR)/check_gpkgConvert.Po -rm -f ./$(DEPDIR)/check_gpkgCreateFeaturesTable.Po -rm -f ./$(DEPDIR)/check_gpkgCreateTilesTable.Po -rm -f ./$(DEPDIR)/check_gpkgCreateTilesTableMissingSRID.Po -rm -f ./$(DEPDIR)/check_gpkgCreateTilesZoomLevel.Po -rm -f ./$(DEPDIR)/check_gpkgGetImageFormat.Po -rm -f ./$(DEPDIR)/check_gpkgGetImageFormat_nonblob.Po -rm -f ./$(DEPDIR)/check_gpkgGetImageFormat_nonimage.Po -rm -f ./$(DEPDIR)/check_gpkgGetImageFormat_png.Po -rm -f ./$(DEPDIR)/check_gpkgGetImageFormat_tiff.Po -rm -f ./$(DEPDIR)/check_gpkgGetImageFormat_webp.Po -rm -f ./$(DEPDIR)/check_gpkgInsertEpsgSRID.Po -rm -f ./$(DEPDIR)/check_gpkgMode.Po -rm -f ./$(DEPDIR)/check_gpkgVirtual.Po -rm -f ./$(DEPDIR)/check_gpkg_base_core_container_data_file_format_application_id.Po -rm -f ./$(DEPDIR)/check_gpkg_base_core_contents_data_table_def.Po -rm -f ./$(DEPDIR)/check_gpkg_base_core_spatial_ref_sys_data_table_def.Po -rm -f ./$(DEPDIR)/check_gpkg_base_core_spatial_ref_sys_data_values_default.Po -rm -f ./$(DEPDIR)/check_gpkg_opt_extension_mechanism_extensions_data_table_def.Po -rm -f ./$(DEPDIR)/check_init.Po -rm -f ./$(DEPDIR)/check_init2.Po -rm -f ./$(DEPDIR)/check_init_full.Po -rm -f ./$(DEPDIR)/check_libxml2.Po -rm -f ./$(DEPDIR)/check_math_funcs.Po -rm -f ./$(DEPDIR)/check_mbrcache.Po -rm -f ./$(DEPDIR)/check_md5.Po -rm -f ./$(DEPDIR)/check_metacatalog.Po -rm -f ./$(DEPDIR)/check_multithread.Po -rm -f ./$(DEPDIR)/check_network2d.Po -rm -f ./$(DEPDIR)/check_network3d.Po -rm -f ./$(DEPDIR)/check_network_log.Po -rm -f ./$(DEPDIR)/check_recover_geom.Po -rm -f ./$(DEPDIR)/check_relations_fncts.Po -rm -f ./$(DEPDIR)/check_sequence.Po -rm -f ./$(DEPDIR)/check_shp_load.Po -rm -f ./$(DEPDIR)/check_shp_load_3d.Po -rm -f ./$(DEPDIR)/check_spatialindex.Po -rm -f ./$(DEPDIR)/check_sql_stmt.Po -rm -f ./$(DEPDIR)/check_sql_stmt_extension.Po -rm -f ./$(DEPDIR)/check_sql_stmt_legacy.Po -rm -f ./$(DEPDIR)/check_sql_stmt_tiny.Po -rm -f ./$(DEPDIR)/check_srid_fncts.Po -rm -f ./$(DEPDIR)/check_stored_proc.Po -rm -f ./$(DEPDIR)/check_styling.Po -rm -f ./$(DEPDIR)/check_topology2d.Po -rm -f ./$(DEPDIR)/check_topology3d.Po -rm -f ./$(DEPDIR)/check_toponoface2d.Po -rm -f ./$(DEPDIR)/check_topoplus.Po -rm -f ./$(DEPDIR)/check_toposnap.Po -rm -f ./$(DEPDIR)/check_version.Po -rm -f ./$(DEPDIR)/check_virtual_ovflw.Po -rm -f ./$(DEPDIR)/check_virtualbbox.Po -rm -f ./$(DEPDIR)/check_virtualelem.Po -rm -f ./$(DEPDIR)/check_virtualknn.Po -rm -f ./$(DEPDIR)/check_virtualtable1.Po -rm -f ./$(DEPDIR)/check_virtualtable2.Po -rm -f ./$(DEPDIR)/check_virtualtable3.Po -rm -f ./$(DEPDIR)/check_virtualtable4.Po -rm -f ./$(DEPDIR)/check_virtualtable5.Po -rm -f ./$(DEPDIR)/check_virtualtable6.Po -rm -f ./$(DEPDIR)/check_virtualxpath.Po -rm -f ./$(DEPDIR)/check_wfsin.Po -rm -f ./$(DEPDIR)/check_wms.Po -rm -f ./$(DEPDIR)/check_xls_load.Po -rm -f ./$(DEPDIR)/geojson_test.Po -rm -f ./$(DEPDIR)/routing_test.Po -rm -f ./$(DEPDIR)/shape_3d.Po -rm -f ./$(DEPDIR)/shape_cp1252.Po -rm -f ./$(DEPDIR)/shape_primitives.Po -rm -f ./$(DEPDIR)/shape_utf8_1.Po -rm -f ./$(DEPDIR)/shape_utf8_1ex.Po -rm -f ./$(DEPDIR)/shape_utf8_2.Po -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-recursive dvi-am: ................................................................................ install-ps: install-ps-recursive install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-recursive -rm -f ./$(DEPDIR)/check_add_tile_triggers.Po -rm -f ./$(DEPDIR)/check_add_tile_triggers_bad_table_name.Po -rm -f ./$(DEPDIR)/check_bufovflw.Po -rm -f ./$(DEPDIR)/check_clone_table.Po -rm -f ./$(DEPDIR)/check_control_points.Po -rm -f ./$(DEPDIR)/check_create.Po -rm -f ./$(DEPDIR)/check_createBaseTables.Po -rm -f ./$(DEPDIR)/check_cutter.Po -rm -f ./$(DEPDIR)/check_dbf_load.Po -rm -f ./$(DEPDIR)/check_drop_rename.Po -rm -f ./$(DEPDIR)/check_dxf.Po -rm -f ./$(DEPDIR)/check_endian.Po -rm -f ./$(DEPDIR)/check_exif.Po -rm -f ./$(DEPDIR)/check_exif2.Po -rm -f ./$(DEPDIR)/check_extension.Po -rm -f ./$(DEPDIR)/check_extra_relations_fncts.Po -rm -f ./$(DEPDIR)/check_fdo1.Po -rm -f ./$(DEPDIR)/check_fdo2.Po -rm -f ./$(DEPDIR)/check_fdo3.Po -rm -f ./$(DEPDIR)/check_fdo_bufovflw.Po -rm -f ./$(DEPDIR)/check_gaia_utf8.Po -rm -f ./$(DEPDIR)/check_gaia_util.Po -rm -f ./$(DEPDIR)/check_geom_aux.Po -rm -f ./$(DEPDIR)/check_geometry_cols.Po -rm -f ./$(DEPDIR)/check_geoscvt_fncts.Po -rm -f ./$(DEPDIR)/check_get_normal_row.Po -rm -f ./$(DEPDIR)/check_get_normal_row_bad_geopackage.Po -rm -f ./$(DEPDIR)/check_get_normal_row_bad_geopackage2.Po -rm -f ./$(DEPDIR)/check_get_normal_zoom.Po -rm -f ./$(DEPDIR)/check_get_normal_zoom_bad_geopackage.Po -rm -f ./$(DEPDIR)/check_get_normal_zoom_bad_geopackage2.Po -rm -f ./$(DEPDIR)/check_get_normal_zoom_extension_load.Po -rm -f ./$(DEPDIR)/check_gpkgConvert.Po -rm -f ./$(DEPDIR)/check_gpkgCreateFeaturesTable.Po -rm -f ./$(DEPDIR)/check_gpkgCreateTilesTable.Po -rm -f ./$(DEPDIR)/check_gpkgCreateTilesTableMissingSRID.Po -rm -f ./$(DEPDIR)/check_gpkgCreateTilesZoomLevel.Po -rm -f ./$(DEPDIR)/check_gpkgGetImageFormat.Po -rm -f ./$(DEPDIR)/check_gpkgGetImageFormat_nonblob.Po -rm -f ./$(DEPDIR)/check_gpkgGetImageFormat_nonimage.Po -rm -f ./$(DEPDIR)/check_gpkgGetImageFormat_png.Po -rm -f ./$(DEPDIR)/check_gpkgGetImageFormat_tiff.Po -rm -f ./$(DEPDIR)/check_gpkgGetImageFormat_webp.Po -rm -f ./$(DEPDIR)/check_gpkgInsertEpsgSRID.Po -rm -f ./$(DEPDIR)/check_gpkgMode.Po -rm -f ./$(DEPDIR)/check_gpkgVirtual.Po -rm -f ./$(DEPDIR)/check_gpkg_base_core_container_data_file_format_application_id.Po -rm -f ./$(DEPDIR)/check_gpkg_base_core_contents_data_table_def.Po -rm -f ./$(DEPDIR)/check_gpkg_base_core_spatial_ref_sys_data_table_def.Po -rm -f ./$(DEPDIR)/check_gpkg_base_core_spatial_ref_sys_data_values_default.Po -rm -f ./$(DEPDIR)/check_gpkg_opt_extension_mechanism_extensions_data_table_def.Po -rm -f ./$(DEPDIR)/check_init.Po -rm -f ./$(DEPDIR)/check_init2.Po -rm -f ./$(DEPDIR)/check_init_full.Po -rm -f ./$(DEPDIR)/check_libxml2.Po -rm -f ./$(DEPDIR)/check_math_funcs.Po -rm -f ./$(DEPDIR)/check_mbrcache.Po -rm -f ./$(DEPDIR)/check_md5.Po -rm -f ./$(DEPDIR)/check_metacatalog.Po -rm -f ./$(DEPDIR)/check_multithread.Po -rm -f ./$(DEPDIR)/check_network2d.Po -rm -f ./$(DEPDIR)/check_network3d.Po -rm -f ./$(DEPDIR)/check_network_log.Po -rm -f ./$(DEPDIR)/check_recover_geom.Po -rm -f ./$(DEPDIR)/check_relations_fncts.Po -rm -f ./$(DEPDIR)/check_sequence.Po -rm -f ./$(DEPDIR)/check_shp_load.Po -rm -f ./$(DEPDIR)/check_shp_load_3d.Po -rm -f ./$(DEPDIR)/check_spatialindex.Po -rm -f ./$(DEPDIR)/check_sql_stmt.Po -rm -f ./$(DEPDIR)/check_sql_stmt_extension.Po -rm -f ./$(DEPDIR)/check_sql_stmt_legacy.Po -rm -f ./$(DEPDIR)/check_sql_stmt_tiny.Po -rm -f ./$(DEPDIR)/check_srid_fncts.Po -rm -f ./$(DEPDIR)/check_stored_proc.Po -rm -f ./$(DEPDIR)/check_styling.Po -rm -f ./$(DEPDIR)/check_topology2d.Po -rm -f ./$(DEPDIR)/check_topology3d.Po -rm -f ./$(DEPDIR)/check_toponoface2d.Po -rm -f ./$(DEPDIR)/check_topoplus.Po -rm -f ./$(DEPDIR)/check_toposnap.Po -rm -f ./$(DEPDIR)/check_version.Po -rm -f ./$(DEPDIR)/check_virtual_ovflw.Po -rm -f ./$(DEPDIR)/check_virtualbbox.Po -rm -f ./$(DEPDIR)/check_virtualelem.Po -rm -f ./$(DEPDIR)/check_virtualknn.Po -rm -f ./$(DEPDIR)/check_virtualtable1.Po -rm -f ./$(DEPDIR)/check_virtualtable2.Po -rm -f ./$(DEPDIR)/check_virtualtable3.Po -rm -f ./$(DEPDIR)/check_virtualtable4.Po -rm -f ./$(DEPDIR)/check_virtualtable5.Po -rm -f ./$(DEPDIR)/check_virtualtable6.Po -rm -f ./$(DEPDIR)/check_virtualxpath.Po -rm -f ./$(DEPDIR)/check_wfsin.Po -rm -f ./$(DEPDIR)/check_wms.Po -rm -f ./$(DEPDIR)/check_xls_load.Po -rm -f ./$(DEPDIR)/geojson_test.Po -rm -f ./$(DEPDIR)/routing_test.Po -rm -f ./$(DEPDIR)/shape_3d.Po -rm -f ./$(DEPDIR)/shape_cp1252.Po -rm -f ./$(DEPDIR)/shape_primitives.Po -rm -f ./$(DEPDIR)/shape_utf8_1.Po -rm -f ./$(DEPDIR)/shape_utf8_1ex.Po -rm -f ./$(DEPDIR)/shape_utf8_2.Po -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool ................................................................................ ps-am: uninstall-am: .MAKE: $(am__recursive_targets) check-am install-am install-strip .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ am--depfiles check check-TESTS check-am clean \ clean-checkPROGRAMS clean-generic clean-libtool cscopelist-am \ ctags ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-info \ install-info-am install-man install-pdf install-pdf-am \ install-ps install-ps-am install-strip installcheck \ installcheck-am installdirs installdirs-am maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ recheck tags tags-am uninstall uninstall-am .PRECIOUS: Makefile # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: |
Changes to test/check_init_full.c.
418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 |
{
fprintf (stderr,
"Unexpected error: InitSpatialMetadataFull('WGS84_ONLY'): %s.\n",
results[1]);
return -36;
}
sqlite3_free_table (results);
ret = sqlite3_close (handle);
if (ret != SQLITE_OK)
{
fprintf (stderr, "sqlite3_close() error: %s\n",
sqlite3_errmsg (handle));
return -32;
}
spatialite_cleanup_ex (cache);
return 0;
}
|
> > > > > > > > > > > > > > > > > > | |
418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 |
{ fprintf (stderr, "Unexpected error: InitSpatialMetadataFull('WGS84_ONLY'): %s.\n", results[1]); return -36; } sqlite3_free_table (results); ret = sqlite3_get_table (handle, "SELECT InitAdvancedMetadata(1)", &results, &rows, &columns, &err_msg); if (ret != SQLITE_OK) { fprintf (stderr, "Error: %s\n", err_msg); sqlite3_free (err_msg); return -37; } if ((rows != 1) || (columns != 1)) { fprintf (stderr, "Unexpected result InitAdvancedMetadata(1) bad result: %i/%i.\n", rows, columns); return -38; } ret = sqlite3_close (handle); if (ret != SQLITE_OK) { fprintf (stderr, "sqlite3_close() error: %s\n", sqlite3_errmsg (handle)); return -39; } spatialite_cleanup_ex (cache); return 0; } |
Changes to test/check_sql_stmt.h.
720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 |
} #endif result = run_subdir_test ("sql_stmt_geos_tests", conn, load_extension, 0); if (result != 0) { return result; } skip_geos: #endif /* end GEOS conditional */ #ifdef GEOS_ADVANCED /* only if GEOS_ADVANCED is supported */ if (strcmp (GEOSversion (), "3.4") < 0) { /* |
> | > > > > > > > > > > > > > |
720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 |
} #endif result = run_subdir_test ("sql_stmt_geos_tests", conn, load_extension, 0); if (result != 0) { return result; } if (strcmp (GEOSversion (), "3.8") >= 0) { /* GEOS 3.8.0 changed historical beheviour for some tests */ result = run_subdir_test ("sql_stmt_geos_380", conn, load_extension, 0); } else { /* older versions supporting historical beheviour for some tests */ result = run_subdir_test ("sql_stmt_geos_non380", conn, load_extension, 0); } if (result != 0) return result; skip_geos: #endif /* end GEOS conditional */ #ifdef GEOS_ADVANCED /* only if GEOS_ADVANCED is supported */ if (strcmp (GEOSversion (), "3.4") < 0) { /* |
Changes to test/sql_stmt_bufoptsnew_tests/Makefile.in.
1 2 3 4 5 6 7 8 9 10 11 ... 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 ... 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 |
# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_bufoptsnew_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
| | | | > > > | |
1 2 3 4 5 6 7 8 9 10 11 ... 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 ... 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 |
# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_bufoptsnew_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
Changes to test/sql_stmt_bufoptsold_tests/Makefile.in.
1 2 3 4 5 6 7 8 9 10 11 ... 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 ... 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 |
# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_bufoptsold_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
| | | | > > > | |
1 2 3 4 5 6 7 8 9 10 11 ... 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 ... 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 |
# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_bufoptsold_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
Changes to test/sql_stmt_cache_tests/Makefile.in.
1 2 3 4 5 6 7 8 9 10 11 ... 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 ... 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 |
# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_cache_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
| | | | > > > | |
1 2 3 4 5 6 7 8 9 10 11 ... 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 ... 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 |
# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_cache_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
Changes to test/sql_stmt_freexl_tests/Makefile.in.
1 2 3 4 5 6 7 8 9 10 11 ... 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 ... 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 |
# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_freexl_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
| | | | > > > | |
1 2 3 4 5 6 7 8 9 10 11 ... 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 ... 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 |
# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_freexl_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
Changes to test/sql_stmt_geopackage_tests/Makefile.in.
1 2 3 4 5 6 7 8 9 10 11 ... 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 ... 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 |
# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_geopackage_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
| | | | > > > | |
1 2 3 4 5 6 7 8 9 10 11 ... 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 ... 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 |
# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_geopackage_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
Changes to test/sql_stmt_geos370_tests/Makefile.in.
1 2 3 4 5 6 7 8 9 10 11 ... 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 ... 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 |
# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_geos370_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
| | | | > > > | |
1 2 3 4 5 6 7 8 9 10 11 ... 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 ... 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 |
# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_geos370_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
Added test/sql_stmt_geos_380/Makefile.am.
> > > > |
1 2 3 4 |
EXTRA_DIST = issimple2.testcase \ issimple6.testcase \ pointonsurface2.testcase |
Added test/sql_stmt_geos_380/Makefile.in.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 |
# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = test/sql_stmt_geos_380 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = SOURCES = DIST_SOURCES = am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) am__DIST_COMMON = $(srcdir)/Makefile.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GEOSCONFIG = @GEOSCONFIG@ GEOS_CFLAGS = @GEOS_CFLAGS@ GEOS_LDFLAGS = @GEOS_LDFLAGS@ GREP = @GREP@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIBXML2_CFLAGS = @LIBXML2_CFLAGS@ LIBXML2_LIBS = @LIBXML2_LIBS@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ VERSION = @VERSION@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ EXTRA_DIST = issimple2.testcase \ issimple6.testcase \ pointonsurface2.testcase all: all-am .SUFFIXES: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/sql_stmt_geos_380/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_geos_380/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile installdirs: install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool mostlyclean-am distclean: distclean-am -rm -f Makefile distclean-am: clean-am distclean-generic dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-generic mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: .MAKE: install-am install-strip .PHONY: all all-am check check-am clean clean-generic clean-libtool \ cscopelist-am ctags-am distclean distclean-generic \ distclean-libtool distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-pdf install-pdf-am install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags-am uninstall uninstall-am .PRECIOUS: Makefile # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: |
Added test/sql_stmt_geos_380/issimple2.testcase.
> > > > > > > > |
1 2 3 4 5 6 7 8 |
issimple2 :memory: #use in-memory database SELECT IsSimple(GeomFromText('POLYGON((136 -35, 135.2 -34.5, 136 -35.2, 136 -35, 135.2 -34.5))')); 1 # rows (not including the header row) 1 # columns IsSimple(GeomFromText('POLYGON((136 -35, 135.2 -34.5, 136 -35.2, 136 -35, 135.2 -34.5))')) 0 |
Added test/sql_stmt_geos_380/issimple6.testcase.
> > > > > > > |
1 2 3 4 5 6 7 |
IsSimple - GeometryCollection, single point :memory: #use in-memory database SELECT IsSimple(GeomFromText('GEOMETRYCOLLECTION(POINT(1 2))')) 1 # rows (not including the header row) 1 # columns IsSimple(GeomFromText('GEOMETRYCOLLECTION(POINT(1 2))')) 1 |
Added test/sql_stmt_geos_380/pointonsurface2.testcase.
> > > > > > > |
1 2 3 4 5 6 7 |
PointOnSurface - toxic :memory: #use in-memory database SELECT AsText(PointOnSurface(GeomFromText('POLYGON((136 -35, 135.2 -34.5, 136 -35.2, 136 -35, 135.2 -34.5))'))); 1 # rows (not including the header row) 1 # columns AsText(PointOnSurface(GeomFromText('POLYGON((136 -35, 135.2 -34.5, 136 -35.2, 136 -35, 135.2 -34.5))'))) POINT(135.542857 -34.75) |
Added test/sql_stmt_geos_non380/Makefile.am.
> > > > |
1 2 3 4 |
EXTRA_DIST = issimple2.testcase \ issimple6.testcase \ pointonsurface2.testcase |
Added test/sql_stmt_geos_non380/Makefile.in.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 |
# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = test/sql_stmt_geos_non380 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = SOURCES = DIST_SOURCES = am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) am__DIST_COMMON = $(srcdir)/Makefile.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GEOSCONFIG = @GEOSCONFIG@ GEOS_CFLAGS = @GEOS_CFLAGS@ GEOS_LDFLAGS = @GEOS_LDFLAGS@ GREP = @GREP@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIBXML2_CFLAGS = @LIBXML2_CFLAGS@ LIBXML2_LIBS = @LIBXML2_LIBS@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ VERSION = @VERSION@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ EXTRA_DIST = issimple2.testcase \ issimple6.testcase \ pointonsurface2.testcase all: all-am .SUFFIXES: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/sql_stmt_geos_non380/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_geos_non380/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile installdirs: install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool mostlyclean-am distclean: distclean-am -rm -f Makefile distclean-am: clean-am distclean-generic dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-generic mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: .MAKE: install-am install-strip .PHONY: all all-am check check-am clean clean-generic clean-libtool \ cscopelist-am ctags-am distclean distclean-generic \ distclean-libtool distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-pdf install-pdf-am install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags-am uninstall uninstall-am .PRECIOUS: Makefile # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: |
Added test/sql_stmt_geos_non380/issimple2.testcase.
> > > > > > > > |
1 2 3 4 5 6 7 8 |
issimple2 :memory: #use in-memory database SELECT IsSimple(GeomFromText('POLYGON((136 -35, 135.2 -34.5, 136 -35.2, 136 -35, 135.2 -34.5))')); 1 # rows (not including the header row) 1 # columns IsSimple(GeomFromText('POLYGON((136 -35, 135.2 -34.5, 136 -35.2, 136 -35, 135.2 -34.5))')) 1 |
Added test/sql_stmt_geos_non380/issimple6.testcase.
> > > > > > > |
1 2 3 4 5 6 7 |
IsSimple - GeometryCollection, single point :memory: #use in-memory database SELECT IsSimple(GeomFromText('GEOMETRYCOLLECTION(POINT(1 2))')) 1 # rows (not including the header row) 1 # columns IsSimple(GeomFromText('GEOMETRYCOLLECTION(POINT(1 2))')) -1 |
Added test/sql_stmt_geos_non380/pointonsurface2.testcase.
> > > > > > > > > |
1 2 3 4 5 6 7 8 9 |
PointOnSurface - toxic :memory: #use in-memory database SELECT PointOnSurface(GeomFromText('POLYGON((136 -35, 135.2 -34.5, 136 -35.2, 136 -35, 135.2 -34.5))')); 1 # rows (not including the header row) 1 # columns PointOnSurface(GeomFromText('POLYGON((136 -35, 135.2 -34.5, 136 -35.2, 136 -35, 135.2 -34.5))')) (NULL) |
Changes to test/sql_stmt_geos_tests/Makefile.am.
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
...
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
|
isring4.testcase \ isring5.testcase \ isring6.testcase \ isring7.testcase \ isring8.testcase \ isring9.testcase \ issimple1.testcase \ issimple2.testcase \ issimple3.testcase \ issimple4.testcase \ issimple5.testcase \ issimple6.testcase \ isvalid10.testcase \ isvalid11.testcase \ isvalid12.testcase \ isvalid13.testcase \ isvalid14.testcase \ isvalid15.testcase \ isvalid16.testcase \ ................................................................................ isvaliddetail5.testcase \ isvalidreason1.testcase \ isvalidreason2.testcase \ isvalidreason3.testcase \ isvalidreason4.testcase \ isvalidreason5.testcase \ pointonsurface1.testcase \ pointonsurface2.testcase \ pointonsurface3.testcase \ pointonsurface4.testcase \ pointonsurface5.testcase \ pointonsurface6.testcase \ pointonsurface7.testcase \ polygonize10.testcase \ polygonize11.testcase \ |
<
<
<
|
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
...
266
267
268
269
270
271
272
273
274
275
276
277
278
279
|
isring4.testcase \
isring5.testcase \
isring6.testcase \
isring7.testcase \
isring8.testcase \
isring9.testcase \
issimple1.testcase \
issimple3.testcase \
issimple4.testcase \
issimple5.testcase \
isvalid10.testcase \
isvalid11.testcase \
isvalid12.testcase \
isvalid13.testcase \
isvalid14.testcase \
isvalid15.testcase \
isvalid16.testcase \
................................................................................
isvaliddetail5.testcase \
isvalidreason1.testcase \
isvalidreason2.testcase \
isvalidreason3.testcase \
isvalidreason4.testcase \
isvalidreason5.testcase \
pointonsurface1.testcase \
pointonsurface3.testcase \
pointonsurface4.testcase \
pointonsurface5.testcase \
pointonsurface6.testcase \
pointonsurface7.testcase \
polygonize10.testcase \
polygonize11.testcase \
|
Changes to test/sql_stmt_geos_tests/Makefile.in.
1 2 3 4 5 6 7 8 9 10 11 ... 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 ... 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 .... 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 .... 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 |
# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ isring4.testcase \ isring5.testcase \ isring6.testcase \ isring7.testcase \ isring8.testcase \ isring9.testcase \ issimple1.testcase \ issimple2.testcase \ issimple3.testcase \ issimple4.testcase \ issimple5.testcase \ issimple6.testcase \ isvalid10.testcase \ isvalid11.testcase \ isvalid12.testcase \ isvalid13.testcase \ isvalid14.testcase \ isvalid15.testcase \ isvalid16.testcase \ ................................................................................ isvaliddetail5.testcase \ isvalidreason1.testcase \ isvalidreason2.testcase \ isvalidreason3.testcase \ isvalidreason4.testcase \ isvalidreason5.testcase \ pointonsurface1.testcase \ pointonsurface2.testcase \ pointonsurface3.testcase \ pointonsurface4.testcase \ pointonsurface5.testcase \ pointonsurface6.testcase \ pointonsurface7.testcase \ polygonize10.testcase \ polygonize11.testcase \ ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_geos_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
| | < < < | | > > > | |
1 2 3 4 5 6 7 8 9 10 11 ... 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 ... 519 520 521 522 523 524 525 526 527 528 529 530 531 532 .... 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 .... 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 |
# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ isring4.testcase \ isring5.testcase \ isring6.testcase \ isring7.testcase \ isring8.testcase \ isring9.testcase \ issimple1.testcase \ issimple3.testcase \ issimple4.testcase \ issimple5.testcase \ isvalid10.testcase \ isvalid11.testcase \ isvalid12.testcase \ isvalid13.testcase \ isvalid14.testcase \ isvalid15.testcase \ isvalid16.testcase \ ................................................................................ isvaliddetail5.testcase \ isvalidreason1.testcase \ isvalidreason2.testcase \ isvalidreason3.testcase \ isvalidreason4.testcase \ isvalidreason5.testcase \ pointonsurface1.testcase \ pointonsurface3.testcase \ pointonsurface4.testcase \ pointonsurface5.testcase \ pointonsurface6.testcase \ pointonsurface7.testcase \ polygonize10.testcase \ polygonize11.testcase \ ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_geos_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
Deleted test/sql_stmt_geos_tests/issimple2.testcase.
1 2 3 4 5 6 7 8 |
issimple2 :memory: #use in-memory database SELECT IsSimple(GeomFromText('POLYGON((136 -35, 135.2 -34.5, 136 -35.2, 136 -35, 135.2 -34.5))')); 1 # rows (not including the header row) 1 # columns IsSimple(GeomFromText('POLYGON((136 -35, 135.2 -34.5, 136 -35.2, 136 -35, 135.2 -34.5))')) 1 |
< < < < < < < < |
Deleted test/sql_stmt_geos_tests/issimple6.testcase.
1 2 3 4 5 6 7 |
IsSimple - GeometryCollection, single point :memory: #use in-memory database SELECT IsSimple(GeomFromText('GEOMETRYCOLLECTION(POINT(1 2))')) 1 # rows (not including the header row) 1 # columns IsSimple(GeomFromText('GEOMETRYCOLLECTION(POINT(1 2))')) -1 |
< < < < < < < |
Deleted test/sql_stmt_geos_tests/pointonsurface2.testcase.
1 2 3 4 5 6 7 8 9 |
PointOnSurface - toxic :memory: #use in-memory database SELECT PointOnSurface(GeomFromText('POLYGON((136 -35, 135.2 -34.5, 136 -35.2, 136 -35, 135.2 -34.5))')); 1 # rows (not including the header row) 1 # columns PointOnSurface(GeomFromText('POLYGON((136 -35, 135.2 -34.5, 136 -35.2, 136 -35, 135.2 -34.5))')) (NULL) |
< < < < < < < < < |
Changes to test/sql_stmt_geosadvanced_tests/Makefile.in.
1 2 3 4 5 6 7 8 9 10 11 ... 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 ... 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 |
# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_geosadvanced_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
| | | | > > > | |
1 2 3 4 5 6 7 8 9 10 11 ... 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 ... 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 |
# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_geosadvanced_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
Changes to test/sql_stmt_gpkg_epsg492_tests/Makefile.in.
1 2 3 4 5 6 7 8 9 10 11 ... 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 ... 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 |
# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_gpkg_epsg492_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
| | | | > > > | |
1 2 3 4 5 6 7 8 9 10 11 ... 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 ... 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 |
# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_gpkg_epsg492_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
Changes to test/sql_stmt_gpkg_epsg493_tests/Makefile.in.
1 2 3 4 5 6 7 8 9 10 11 ... 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 ... 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 |
# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_gpkg_epsg493_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
| | | | > > > | |
1 2 3 4 5 6 7 8 9 10 11 ... 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 ... 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 |
# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_gpkg_epsg493_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
Changes to test/sql_stmt_gpkg_epsg600_tests/Makefile.in.
1 2 3 4 5 6 7 8 9 10 11 ... 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 ... 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 |
# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_gpkg_epsg600_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
| | | | > > > | |
1 2 3 4 5 6 7 8 9 10 11 ... 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 ... 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 |
# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_gpkg_epsg600_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
Changes to test/sql_stmt_gpkgcache_tests/Makefile.in.
1 2 3 4 5 6 7 8 9 10 11 ... 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 ... 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 |
# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_gpkgcache_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
| | | | > > > | |
1 2 3 4 5 6 7 8 9 10 11 ... 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 ... 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 |
# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_gpkgcache_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
Changes to test/sql_stmt_gpkgnocache_tests/Makefile.in.
1 2 3 4 5 6 7 8 9 10 11 ... 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 ... 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 |
# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_gpkgnocache_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
| | | | > > > | |
1 2 3 4 5 6 7 8 9 10 11 ... 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 ... 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 |
# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_gpkgnocache_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
Changes to test/sql_stmt_iconv_tests/Makefile.in.
1 2 3 4 5 6 7 8 9 10 11 ... 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 ... 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 |
# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_iconv_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
| | | | > > > | |
1 2 3 4 5 6 7 8 9 10 11 ... 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 ... 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 |
# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_iconv_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
Changes to test/sql_stmt_libxml2_tests/Makefile.in.
1 2 3 4 5 6 7 8 9 10 11 .... 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 .... 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 |
# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_libxml2_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
| | | | > > > | |
1 2 3 4 5 6 7 8 9 10 11 .... 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 .... 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 |
# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_libxml2_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
Changes to test/sql_stmt_logfile_tests/Makefile.in.
1 2 3 4 5 6 7 8 9 10 11 ... 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 ... 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 |
# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_logfile_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
| | | | > > > | |
1 2 3 4 5 6 7 8 9 10 11 ... 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 ... 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 |
# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_logfile_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
Changes to test/sql_stmt_mathsql_tests/Makefile.in.
1 2 3 4 5 6 7 8 9 10 11 ... 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 ... 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 |
# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_mathsql_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
| | | | > > > | |
1 2 3 4 5 6 7 8 9 10 11 ... 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 ... 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 |
# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_mathsql_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
Changes to test/sql_stmt_nocache_tests/Makefile.in.
1 2 3 4 5 6 7 8 9 10 11 ... 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 ... 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 |
# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_nocache_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
| | | | > > > | |
1 2 3 4 5 6 7 8 9 10 11 ... 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 ... 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 |
# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_nocache_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
Changes to test/sql_stmt_point_geom/Makefile.in.
1 2 3 4 5 6 7 8 9 10 11 ... 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 ... 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 |
# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_point_geom/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
| | | | > > > | |
1 2 3 4 5 6 7 8 9 10 11 ... 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 ... 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 |
# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_point_geom/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
Changes to test/sql_stmt_postgres_tests/Makefile.in.
1 2 3 4 5 6 7 8 9 10 11 ... 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 ... 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 |
# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_postgres_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
| | | | > > > | |
1 2 3 4 5 6 7 8 9 10 11 ... 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 ... 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 |
# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_postgres_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
Changes to test/sql_stmt_proc_tests/Makefile.in.
1 2 3 4 5 6 7 8 9 10 11 ... 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 ... 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 |
# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_proc_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
| | | | > > > | |
1 2 3 4 5 6 7 8 9 10 11 ... 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 ... 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 |
# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_proc_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
Changes to test/sql_stmt_proj492_tests/Makefile.in.
1 2 3 4 5 6 7 8 9 10 11 ... 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 ... 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 |
# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_proj492_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
| | | | > > > | |
1 2 3 4 5 6 7 8 9 10 11 ... 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 ... 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 |
# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_proj492_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
Changes to test/sql_stmt_proj493_tests/Makefile.in.
1 2 3 4 5 6 7 8 9 10 11 ... 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 ... 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 |
# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_proj493_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
| | | | > > > | |
1 2 3 4 5 6 7 8 9 10 11 ... 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 ... 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 |
# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_proj493_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
Changes to test/sql_stmt_proj600_tests/Makefile.in.
1 2 3 4 5 6 7 8 9 10 11 ... 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 ... 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 |
# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_proj600_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
| | | | > > > | |
1 2 3 4 5 6 7 8 9 10 11 ... 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 ... 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 |
# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_proj600_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
Changes to test/sql_stmt_proj600security_tests/Makefile.in.
1 2 3 4 5 6 7 8 9 10 11 ... 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 ... 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 |
# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_proj600security_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
| | | | > > > | |
1 2 3 4 5 6 7 8 9 10 11 ... 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 ... 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 |
# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_proj600security_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
Changes to test/sql_stmt_proj_tests/Makefile.in.
1 2 3 4 5 6 7 8 9 10 11 ... 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 ... 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 |
# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_proj_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
| | | | > > > | |
1 2 3 4 5 6 7 8 9 10 11 ... 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 ... 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 |
# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_proj_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
Changes to test/sql_stmt_renamenew_tests/Makefile.in.
1 2 3 4 5 6 7 8 9 10 11 ... 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 ... 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 |
# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_renamenew_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
| | | | > > > | |
1 2 3 4 5 6 7 8 9 10 11 ... 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 ... 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 |
# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_renamenew_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
Changes to test/sql_stmt_renameold_tests/Makefile.in.
1 2 3 4 5 6 7 8 9 10 11 ... 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 ... 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 |
# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_renameold_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
| | | | > > > | |
1 2 3 4 5 6 7 8 9 10 11 ... 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 ... 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 |
# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_renameold_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
Changes to test/sql_stmt_routing_tests/Makefile.in.
1 2 3 4 5 6 7 8 9 10 11 ... 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 ... 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 |
# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_routing_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
| | | | > > > | |
1 2 3 4 5 6 7 8 9 10 11 ... 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 ... 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 |
# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_routing_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
Changes to test/sql_stmt_rtgeom_tests/Makefile.in.
1 2 3 4 5 6 7 8 9 10 11 ... 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 ... 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 |
# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_rtgeom_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
| | | | > > > | |
1 2 3 4 5 6 7 8 9 10 11 ... 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 ... 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 |
# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_rtgeom_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
Changes to test/sql_stmt_rttopo_tests/Makefile.in.
1 2 3 4 5 6 7 8 9 10 11 .... 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 .... 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 |
# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_rttopo_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
| | | | > > > | |
1 2 3 4 5 6 7 8 9 10 11 .... 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 .... 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 |
# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_rttopo_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
Changes to test/sql_stmt_security_tests/Makefile.in.
1 2 3 4 5 6 7 8 9 10 11 ... 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 ... 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 |
# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_security_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
| | | | > > > | |
1 2 3 4 5 6 7 8 9 10 11 ... 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 ... 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 |
# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_security_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
Changes to test/sql_stmt_sequence_tests/Makefile.in.
1 2 3 4 5 6 7 8 9 10 11 ... 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 ... 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 |
# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_sequence_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
| | | | > > > | |
1 2 3 4 5 6 7 8 9 10 11 ... 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 ... 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 |
# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_sequence_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
Changes to test/sql_stmt_tests/Makefile.
1 2 3 4 5 6 7 8 9 10 11 ... 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 ... 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 .... 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 .... 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 |
# Makefile.in generated by automake 1.15.1 from Makefile.am. # test/sql_stmt_tests/Makefile. Generated from Makefile.in by configure. # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) am__DIST_COMMON = $(srcdir)/Makefile.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = aclocal-1.15 AMTAR = $${TAR-tar} AM_DEFAULT_VERBOSITY = 1 AR = ar AS = as AUTOCONF = autoconf AUTOHEADER = autoheader AUTOMAKE = automake-1.15 AWK = gawk CC = gcc CCDEPMODE = depmode=gcc3 CFLAGS = -g -O2 -fprofile-arcs -ftest-coverage -g CPP = gcc -E CPPFLAGS = CXX = g++ CXXCPP = g++ -E CXXDEPMODE = depmode=gcc3 CXXFLAGS = -g -O2 CYGPATH_W = echo ................................................................................ GREP = /usr/bin/grep INSTALL = /usr/bin/install -c INSTALL_DATA = ${INSTALL} -m 644 INSTALL_PROGRAM = ${INSTALL} INSTALL_SCRIPT = ${INSTALL} INSTALL_STRIP_PROGRAM = $(install_sh) -c -s LD = /usr/bin/ld -m elf_x86_64 LDFLAGS = -L/usr/local/lib LIBOBJS = LIBS = -lrttopo -lfreexl -lproj -lsqlite3 -lz -lsqlite3 -L/usr/lib64 -lgeos_c LIBTOOL = $(SHELL) $(top_builddir)/libtool LIBXML2_CFLAGS = -I/usr/include/libxml2 LIBXML2_LIBS = -lxml2 LIPO = LN_S = ln -s ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: # $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
| | | | | | | | > > > | |
1 2 3 4 5 6 7 8 9 10 11 ... 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 ... 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 .... 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 .... 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 3322 3323 |
# Makefile.in generated by automake 1.16.1 from Makefile.am. # test/sql_stmt_tests/Makefile. Generated from Makefile.in by configure. # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) am__DIST_COMMON = $(srcdir)/Makefile.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = aclocal-1.16 AMTAR = $${TAR-tar} AM_DEFAULT_VERBOSITY = 1 AR = ar AS = as AUTOCONF = autoconf AUTOHEADER = autoheader AUTOMAKE = automake-1.16 AWK = gawk CC = gcc CCDEPMODE = depmode=gcc3 CFLAGS = -Wall -Wextra -Wunused -pedantic -g -O0 -fprofile-arcs -ftest-coverage -g CPP = gcc -E CPPFLAGS = CXX = g++ CXXCPP = g++ -E CXXDEPMODE = depmode=gcc3 CXXFLAGS = -g -O2 CYGPATH_W = echo ................................................................................ GREP = /usr/bin/grep INSTALL = /usr/bin/install -c INSTALL_DATA = ${INSTALL} -m 644 INSTALL_PROGRAM = ${INSTALL} INSTALL_SCRIPT = ${INSTALL} INSTALL_STRIP_PROGRAM = $(install_sh) -c -s LD = /usr/bin/ld -m elf_x86_64 LDFLAGS = LIBOBJS = LIBS = -lrttopo -lfreexl -lproj -lsqlite3 -lz -lsqlite3 -L/usr/lib64 -lgeos_c LIBTOOL = $(SHELL) $(top_builddir)/libtool LIBXML2_CFLAGS = -I/usr/include/libxml2 LIBXML2_LIBS = -lxml2 LIPO = LN_S = ln -s ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: # $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
Changes to test/sql_stmt_tests/Makefile.in.
1 2 3 4 5 6 7 8 9 10 11 .... 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 .... 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 |
# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
| | | | > > > | |
1 2 3 4 5 6 7 8 9 10 11 .... 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 .... 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 3322 3323 |
# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
Changes to test/sql_stmt_tiny_point/Makefile.in.
1 2 3 4 5 6 7 8 9 10 11 ... 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 ... 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 |
# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_tiny_point/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
| | | | > > > | |
1 2 3 4 5 6 7 8 9 10 11 ... 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 ... 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 |
# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_tiny_point/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
Changes to test/sql_stmt_voronoj1_tests/Makefile.in.
1 2 3 4 5 6 7 8 9 10 11 ... 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 ... 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 |
# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_voronoj1_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
| | | | > > > | |
1 2 3 4 5 6 7 8 9 10 11 ... 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 ... 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 |
# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_voronoj1_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
Changes to test/sql_stmt_voronoj2_tests/Makefile.in.
1 2 3 4 5 6 7 8 9 10 11 ... 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 ... 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 |
# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_voronoj2_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
| | | | > > > | |
1 2 3 4 5 6 7 8 9 10 11 ... 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 ... 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 |
# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_voronoj2_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
Changes to test/sql_stmt_xmlsec_tests/Makefile.in.
1 2 3 4 5 6 7 8 9 10 11 ... 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 ... 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 |
# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_xmlsec_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |
| | | | > > > | |
1 2 3 4 5 6 7 8 9 10 11 ... 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 ... 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 |
# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ................................................................................ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/sql_stmt_xmlsec_tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ................................................................................ tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ |