1# Makefile.in generated by automake 1.16.2 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2020 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16VPATH = @srcdir@
17am__is_gnu_make = { \
18  if test -z '$(MAKELEVEL)'; then \
19    false; \
20  elif test -n '$(MAKE_HOST)'; then \
21    true; \
22  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23    true; \
24  else \
25    false; \
26  fi; \
27}
28am__make_running_with_option = \
29  case $${target_option-} in \
30      ?) ;; \
31      *) echo "am__make_running_with_option: internal error: invalid" \
32              "target option '$${target_option-}' specified" >&2; \
33         exit 1;; \
34  esac; \
35  has_opt=no; \
36  sane_makeflags=$$MAKEFLAGS; \
37  if $(am__is_gnu_make); then \
38    sane_makeflags=$$MFLAGS; \
39  else \
40    case $$MAKEFLAGS in \
41      *\\[\ \	]*) \
42        bs=\\; \
43        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
45    esac; \
46  fi; \
47  skip_next=no; \
48  strip_trailopt () \
49  { \
50    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51  }; \
52  for flg in $$sane_makeflags; do \
53    test $$skip_next = yes && { skip_next=no; continue; }; \
54    case $$flg in \
55      *=*|--*) continue;; \
56        -*I) strip_trailopt 'I'; skip_next=yes;; \
57      -*I?*) strip_trailopt 'I';; \
58        -*O) strip_trailopt 'O'; skip_next=yes;; \
59      -*O?*) strip_trailopt 'O';; \
60        -*l) strip_trailopt 'l'; skip_next=yes;; \
61      -*l?*) strip_trailopt 'l';; \
62      -[dEDm]) skip_next=yes;; \
63      -[JT]) skip_next=yes;; \
64    esac; \
65    case $$flg in \
66      *$$target_option*) has_opt=yes; break;; \
67    esac; \
68  done; \
69  test $$has_opt = yes
70am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72pkgdatadir = $(datadir)/@PACKAGE@
73pkgincludedir = $(includedir)/@PACKAGE@
74pkglibdir = $(libdir)/@PACKAGE@
75pkglibexecdir = $(libexecdir)/@PACKAGE@
76am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77install_sh_DATA = $(install_sh) -c -m 644
78install_sh_PROGRAM = $(install_sh) -c
79install_sh_SCRIPT = $(install_sh) -c
80INSTALL_HEADER = $(INSTALL_DATA)
81transform = $(program_transform_name)
82NORMAL_INSTALL = :
83PRE_INSTALL = :
84POST_INSTALL = :
85NORMAL_UNINSTALL = :
86PRE_UNINSTALL = :
87POST_UNINSTALL = :
88build_triplet = @build@
89host_triplet = @host@
90subdir = test/sql_stmt_geos_tests
91ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
93	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
94	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
95	$(top_srcdir)/configure.ac
96am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
97	$(ACLOCAL_M4)
98DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
99mkinstalldirs = $(install_sh) -d
100CONFIG_HEADER = $(top_builddir)/./fakeconfig.h \
101	$(top_builddir)/./config.h \
102	$(top_builddir)/./src/headers/spatialite/gaiaconfig.h \
103	$(top_builddir)/./config-msvc.h \
104	$(top_builddir)/./src/headers/spatialite/gaiaconfig-msvc.h
105CONFIG_CLEAN_FILES =
106CONFIG_CLEAN_VPATH_FILES =
107AM_V_P = $(am__v_P_@AM_V@)
108am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
109am__v_P_0 = false
110am__v_P_1 = :
111AM_V_GEN = $(am__v_GEN_@AM_V@)
112am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
113am__v_GEN_0 = @echo "  GEN     " $@;
114am__v_GEN_1 =
115AM_V_at = $(am__v_at_@AM_V@)
116am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
117am__v_at_0 = @
118am__v_at_1 =
119SOURCES =
120DIST_SOURCES =
121am__can_run_installinfo = \
122  case $$AM_UPDATE_INFO_DIR in \
123    n|no|NO) false;; \
124    *) (install-info --version) >/dev/null 2>&1;; \
125  esac
126am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
127am__DIST_COMMON = $(srcdir)/Makefile.in
128DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
129ACLOCAL = @ACLOCAL@
130AMTAR = @AMTAR@
131AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
132AR = @AR@
133AS = @AS@
134AUTOCONF = @AUTOCONF@
135AUTOHEADER = @AUTOHEADER@
136AUTOMAKE = @AUTOMAKE@
137AWK = @AWK@
138CC = @CC@
139CCDEPMODE = @CCDEPMODE@
140CFLAGS = @CFLAGS@
141CPP = @CPP@
142CPPFLAGS = @CPPFLAGS@
143CXX = @CXX@
144CXXCPP = @CXXCPP@
145CXXDEPMODE = @CXXDEPMODE@
146CXXFLAGS = @CXXFLAGS@
147CYGPATH_W = @CYGPATH_W@
148DEFS = @DEFS@
149DEPDIR = @DEPDIR@
150DLLTOOL = @DLLTOOL@
151DSYMUTIL = @DSYMUTIL@
152DUMPBIN = @DUMPBIN@
153ECHO_C = @ECHO_C@
154ECHO_N = @ECHO_N@
155ECHO_T = @ECHO_T@
156EGREP = @EGREP@
157EXEEXT = @EXEEXT@
158FGREP = @FGREP@
159GEOSCONFIG = @GEOSCONFIG@
160GEOS_CFLAGS = @GEOS_CFLAGS@
161GEOS_LDFLAGS = @GEOS_LDFLAGS@
162GREP = @GREP@
163INSTALL = @INSTALL@
164INSTALL_DATA = @INSTALL_DATA@
165INSTALL_PROGRAM = @INSTALL_PROGRAM@
166INSTALL_SCRIPT = @INSTALL_SCRIPT@
167INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
168LD = @LD@
169LDFLAGS = @LDFLAGS@
170LIBOBJS = @LIBOBJS@
171LIBS = @LIBS@
172LIBTOOL = @LIBTOOL@
173LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
174LIBXML2_LIBS = @LIBXML2_LIBS@
175LIPO = @LIPO@
176LN_S = @LN_S@
177LTLIBOBJS = @LTLIBOBJS@
178MAINT = @MAINT@
179MAKEINFO = @MAKEINFO@
180MANIFEST_TOOL = @MANIFEST_TOOL@
181MKDIR_P = @MKDIR_P@
182NM = @NM@
183NMEDIT = @NMEDIT@
184OBJDUMP = @OBJDUMP@
185OBJEXT = @OBJEXT@
186OTOOL = @OTOOL@
187OTOOL64 = @OTOOL64@
188PACKAGE = @PACKAGE@
189PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
190PACKAGE_NAME = @PACKAGE_NAME@
191PACKAGE_STRING = @PACKAGE_STRING@
192PACKAGE_TARNAME = @PACKAGE_TARNAME@
193PACKAGE_URL = @PACKAGE_URL@
194PACKAGE_VERSION = @PACKAGE_VERSION@
195PATH_SEPARATOR = @PATH_SEPARATOR@
196PKG_CONFIG = @PKG_CONFIG@
197PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
198PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
199RANLIB = @RANLIB@
200SED = @SED@
201SET_MAKE = @SET_MAKE@
202SHELL = @SHELL@
203STRIP = @STRIP@
204VERSION = @VERSION@
205abs_builddir = @abs_builddir@
206abs_srcdir = @abs_srcdir@
207abs_top_builddir = @abs_top_builddir@
208abs_top_srcdir = @abs_top_srcdir@
209ac_ct_AR = @ac_ct_AR@
210ac_ct_CC = @ac_ct_CC@
211ac_ct_CXX = @ac_ct_CXX@
212ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
213am__include = @am__include@
214am__leading_dot = @am__leading_dot@
215am__quote = @am__quote@
216am__tar = @am__tar@
217am__untar = @am__untar@
218bindir = @bindir@
219build = @build@
220build_alias = @build_alias@
221build_cpu = @build_cpu@
222build_os = @build_os@
223build_vendor = @build_vendor@
224builddir = @builddir@
225datadir = @datadir@
226datarootdir = @datarootdir@
227docdir = @docdir@
228dvidir = @dvidir@
229exec_prefix = @exec_prefix@
230host = @host@
231host_alias = @host_alias@
232host_cpu = @host_cpu@
233host_os = @host_os@
234host_vendor = @host_vendor@
235htmldir = @htmldir@
236includedir = @includedir@
237infodir = @infodir@
238install_sh = @install_sh@
239libdir = @libdir@
240libexecdir = @libexecdir@
241localedir = @localedir@
242localstatedir = @localstatedir@
243mandir = @mandir@
244mkdir_p = @mkdir_p@
245oldincludedir = @oldincludedir@
246pdfdir = @pdfdir@
247prefix = @prefix@
248program_transform_name = @program_transform_name@
249psdir = @psdir@
250sbindir = @sbindir@
251sharedstatedir = @sharedstatedir@
252srcdir = @srcdir@
253sysconfdir = @sysconfdir@
254target_alias = @target_alias@
255top_build_prefix = @top_build_prefix@
256top_builddir = @top_builddir@
257top_srcdir = @top_srcdir@
258EXTRA_DIST = bdmpolyfromtext10.testcase \
259	bdmpolyfromtext13.testcase \
260	bdmpolyfromtext14.testcase \
261	bdmpolyfromtext15.testcase \
262	bdmpolyfromtext16.testcase \
263	bdmpolyfromtext17.testcase \
264	bdmpolyfromtext1.testcase \
265	bdmpolyfromtext2.testcase \
266	bdmpolyfromtext3.testcase \
267	bdmpolyfromtext4.testcase \
268	bdmpolyfromtext9.testcase \
269	bdmpolyfromwkb10.testcase \
270	bdmpolyfromwkb11.testcase \
271	bdmpolyfromwkb12.testcase \
272	bdmpolyfromwkb13.testcase \
273	bdmpolyfromwkb14.testcase \
274	bdmpolyfromwkb15.testcase \
275	bdmpolyfromwkb16.testcase \
276	bdmpolyfromwkb17.testcase \
277	bdmpolyfromwkb18.testcase \
278	bdmpolyfromwkb19.testcase \
279	bdmpolyfromwkb1.testcase \
280	bdmpolyfromwkb2.testcase \
281	bdmpolyfromwkb3.testcase \
282	bdmpolyfromwkb4.testcase \
283	bdmpolyfromwkb5.testcase \
284	bdmpolyfromwkb6.testcase \
285	bdmpolyfromwkb7.testcase \
286	bdmpolyfromwkb8.testcase \
287	bdmpolyfromwkb9.testcase \
288	bdpolyfromtext10.testcase \
289	bdpolyfromtext11.testcase \
290	bdpolyfromtext12.testcase \
291	bdpolyfromtext13.testcase \
292	bdpolyfromtext14.testcase \
293	bdpolyfromtext15.testcase \
294	bdpolyfromtext16.testcase \
295	bdpolyfromtext1.testcase \
296	bdpolyfromtext2.testcase \
297	bdpolyfromtext3.testcase \
298	bdpolyfromtext4.testcase \
299	bdpolyfromtext5.testcase \
300	bdpolyfromtext6.testcase \
301	bdpolyfromtext7.testcase \
302	bdpolyfromtext8.testcase \
303	bdpolyfromtext9.testcase \
304	bdpolyfromwkb10.testcase \
305	bdpolyfromwkb11.testcase \
306	bdpolyfromwkb12.testcase \
307	bdpolyfromwkb13.testcase \
308	bdpolyfromwkb14.testcase \
309	bdpolyfromwkb15.testcase \
310	bdpolyfromwkb16.testcase \
311	bdpolyfromwkb17.testcase \
312	bdpolyfromwkb18.testcase \
313	bdpolyfromwkb19.testcase \
314	bdpolyfromwkb1.testcase \
315	bdpolyfromwkb2.testcase \
316	bdpolyfromwkb3.testcase \
317	bdpolyfromwkb4.testcase \
318	bdpolyfromwkb5.testcase \
319	bdpolyfromwkb6.testcase \
320	bdpolyfromwkb7.testcase \
321	bdpolyfromwkb8.testcase \
322	bdpolyfromwkb9.testcase \
323	boundary1.testcase \
324	boundary2.testcase \
325	boundary3.testcase \
326	boundary4.testcase \
327	boundary5.testcase \
328	boundary6.testcase \
329	boundary7.testcase \
330	boundary8.testcase \
331	boundary9.testcase \
332	buffer10.testcase \
333	buffer11.testcase \
334	buffer12.testcase \
335	buffer1.testcase \
336	buffer2.testcase \
337	buffer3.testcase \
338	buffer4.testcase \
339	buffer5.testcase \
340	buffer6.testcase \
341	buffer8.testcase \
342	buffer9.testcase \
343	buildarea1.testcase \
344	buildarea2.testcase \
345	buildarea3.testcase \
346	buildarea4.testcase \
347	buildarea5.testcase \
348	buildarea6.testcase \
349	centroid1.testcase \
350	centroid2.testcase \
351	centroid3.testcase \
352	centroid4.testcase \
353	centroid5.testcase \
354	centroid6.testcase \
355	centroid7.testcase \
356	centroid8.testcase \
357	circularity1.testcase \
358	circularity2.testcase \
359	circularity3.testcase \
360	circularity4.testcase \
361	circularity5.testcase \
362	circularity6.testcase \
363	circularity7.testcase \
364	circularity8.testcase \
365	circularity9.testcase \
366	convexhull10.testcase \
367	convexhull1.testcase \
368	convexhull2.testcase \
369	convexhull3.testcase \
370	convexhull4.testcase \
371	convexhull5.testcase \
372	convexhull6.testcase \
373	convexhull7.testcase \
374	convexhull8.testcase \
375	convexhull9.testcase \
376	acuttermessage.testcase \
377	cutter1.testcase \
378	cutter2.testcase \
379	cutter3.testcase \
380	cutter4.testcase \
381	cutter5.testcase \
382	cutter6.testcase \
383	cutter7.testcase \
384	cutter8.testcase \
385	cutter9.testcase \
386	cutter10.testcase \
387	cutter11.testcase \
388	cutter12.testcase \
389	cutter13.testcase \
390	cutter14.testcase \
391	cutter15.testcase \
392	difference10.testcase \
393	difference11.testcase \
394	difference12.testcase \
395	difference1.testcase \
396	difference2.testcase \
397	difference3.testcase \
398	difference4.testcase \
399	difference6.testcase \
400	difference7.testcase \
401	difference8.testcase \
402	difference9.testcase \
403	distance10.testcase \
404	distance1.testcase \
405	distance2.testcase \
406	distance3.testcase \
407	distance4.testcase \
408	distance5.testcase \
409	distance6.testcase \
410	distance7.testcase \
411	distance8.testcase \
412	distance9.testcase \
413	drapeline1.testcase \
414	drapeline2.testcase \
415	drapeline3.testcase \
416	drapeline4.testcase \
417	drapeline5.testcase \
418	drapeline6.testcase \
419	drapeline7.testcase \
420	drapeline8.testcase \
421	drapeline9.testcase \
422	drapeline10.testcase \
423	drapeline11.testcase \
424	drapeline12.testcase \
425	drapeline13.testcase \
426	drapeline14.testcase \
427	drapeline15.testcase \
428	drapeline16.testcase \
429	drapeline17.testcase \
430	drapeline18.testcase \
431	drapeline19.testcase \
432	drapeline20.testcase \
433	drapeline21.testcase \
434	drapeline22.testcase \
435	drapelineex1.testcase \
436	drapelineex2.testcase \
437	drapelineex3.testcase \
438	drapelineex4.testcase \
439	drapelineex5.testcase \
440	drapelineex6.testcase \
441	drapelineex7.testcase \
442	drapelineex8.testcase \
443	drapelineex9.testcase \
444	drapelineex10.testcase \
445	drapelineex11.testcase \
446	drapelineex12.testcase \
447	drapelineex13.testcase \
448	drapelineex14.testcase \
449	drapelineex15.testcase \
450	drapelineex16.testcase \
451	drapelineex17.testcase \
452	drapelineex18.testcase \
453	drapelineex19.testcase \
454	drapelineex20.testcase \
455	drapelineex21.testcase \
456	drapelineex22.testcase \
457	drapelineex23.testcase \
458	drapelineex24.testcase \
459	drapelineex25.testcase \
460	drapelineex26.testcase \
461	drapelineex27.testcase \
462	drapelineex28.testcase \
463	intersection10.testcase \
464	intersection11.testcase \
465	intersection12.testcase \
466	intersection1.testcase \
467	intersection2.testcase \
468	intersection3.testcase \
469	intersection4.testcase \
470	intersection5.testcase \
471	intersection6.testcase \
472	intersection9.testcase \
473	isclosed10.testcase \
474	isclosed1.testcase \
475	isclosed2.testcase \
476	isclosed3.testcase \
477	isclosed4.testcase \
478	isclosed5.testcase \
479	isclosed6.testcase \
480	isclosed7.testcase \
481	isclosed8.testcase \
482	isclosed9.testcase \
483	isring1.testcase \
484	isring2.testcase \
485	isring3.testcase \
486	isring4.testcase \
487	isring5.testcase \
488	isring6.testcase \
489	isring7.testcase \
490	isring8.testcase \
491	isring9.testcase \
492	issimple1.testcase \
493	issimple3.testcase \
494	issimple4.testcase \
495	issimple5.testcase \
496	isvalid10.testcase \
497	isvalid11.testcase \
498	isvalid12.testcase \
499	isvalid13.testcase \
500	isvalid14.testcase \
501	isvalid15.testcase \
502	isvalid16.testcase \
503	isvalid17.testcase \
504	isvalid18.testcase \
505	isvalid19.testcase \
506	isvalid1.testcase \
507	isvalid20.testcase \
508	isvalid2.testcase \
509	isvalid3.testcase \
510	isvalid4.testcase \
511	isvalid5.testcase \
512	isvalid6.testcase \
513	isvalid7.testcase \
514	isvalid8.testcase \
515	isvalid9.testcase \
516	isvaliddetail1.testcase \
517	isvaliddetail2.testcase \
518	isvaliddetail3.testcase \
519	isvaliddetail4.testcase \
520	isvaliddetail5.testcase \
521	isvalidreason1.testcase \
522	isvalidreason2.testcase \
523	isvalidreason3.testcase \
524	isvalidreason4.testcase \
525	isvalidreason5.testcase \
526	pointonsurface1.testcase \
527	pointonsurface3.testcase \
528	pointonsurface4.testcase \
529	pointonsurface5.testcase \
530	pointonsurface6.testcase \
531	pointonsurface7.testcase \
532	polygonize10.testcase \
533	polygonize11.testcase \
534	polygonize12.testcase \
535	polygonize13.testcase \
536	polygonize14.testcase \
537	polygonize1.testcase \
538	polygonize2.testcase \
539	polygonize3.testcase \
540	polygonize4.testcase \
541	polygonize5.testcase \
542	polygonize6.testcase \
543	polygonize7.testcase \
544	polygonize8.testcase \
545	polygonize9.testcase \
546	ptdistancewithin10.testcase \
547	ptdistancewithin11.testcase \
548	ptdistancewithin12.testcase \
549	ptdistancewithin13.testcase \
550	ptdistancewithin14.testcase \
551	ptdistancewithin15.testcase \
552	ptdistancewithin16.testcase \
553	ptdistancewithin17.testcase \
554	ptdistancewithin18.testcase \
555	ptdistancewithin1.testcase \
556	ptdistancewithin2.testcase \
557	ptdistancewithin3.testcase \
558	ptdistancewithin4.testcase \
559	ptdistancewithin5.testcase \
560	ptdistancewithin6.testcase \
561	ptdistancewithin7.testcase \
562	ptdistancewithin8.testcase \
563	ptdistancewithin9.testcase \
564	ptdistwithin10.testcase \
565	ptdistwithin11.testcase \
566	ptdistwithin12.testcase \
567	ptdistwithin13.testcase \
568	ptdistwithin14.testcase \
569	ptdistwithin15.testcase \
570	ptdistwithin16.testcase \
571	ptdistwithin1.testcase \
572	ptdistwithin2.testcase \
573	ptdistwithin3.testcase \
574	ptdistwithin4.testcase \
575	ptdistwithin5.testcase \
576	ptdistwithin6.testcase \
577	ptdistwithin7.testcase \
578	ptdistwithin8.testcase \
579	ptdistwithin9.testcase \
580	relate1.testcase \
581	relate2.testcase \
582	relate3.testcase \
583	relate4.testcase \
584	relate5.testcase \
585	relate6.testcase \
586	relate7.testcase \
587	relate8.testcase \
588	relate9.testcase \
589	relate10.testcase \
590	relate11.testcase \
591	relate12.testcase \
592	relate13.testcase \
593	relate14.testcase \
594	relate15.testcase \
595	relate16.testcase \
596	relate17.testcase \
597	relate18.testcase \
598	relate19.testcase \
599	relate20.testcase \
600	relate21.testcase \
601	relate22.testcase \
602	relate23.testcase \
603	relate24.testcase \
604	relatematch1.testcase \
605	relatematch2.testcase \
606	relatematch3.testcase \
607	relatematch4.testcase \
608	relatematch5.testcase \
609	relatematch6.testcase \
610	relatematch7.testcase \
611	relatematch8.testcase \
612	relatematch9.testcase \
613	relatematch10.testcase \
614	relations1.testcase \
615	relations2.testcase \
616	relations3.testcase \
617	relations4.testcase \
618	relations5.testcase \
619	relations6.testcase \
620	relations7.testcase \
621	relations8.testcase \
622	routing6.testcase \
623	simplify10.testcase \
624	simplify11.testcase \
625	simplify12.testcase \
626	simplify13.testcase \
627	simplify14.testcase \
628	simplify15.testcase \
629	simplify16.testcase \
630	simplify1.testcase \
631	simplify2.testcase \
632	simplify3.testcase \
633	simplify4.testcase \
634	simplify5.testcase \
635	simplify6.testcase \
636	simplify7.testcase \
637	simplify8.testcase \
638	simplify9.testcase \
639	st_area1.testcase \
640	st_area2.testcase \
641	st_area3.testcase \
642	st_area4.testcase \
643	st_area5.testcase \
644	st_area6.testcase \
645	st_area7.testcase \
646	st_area8.testcase \
647	st_area9.testcase \
648	st_length10.testcase \
649	st_length11.testcase \
650	st_length12.testcase \
651	st_length13.testcase \
652	st_length14.testcase \
653	st_length15.testcase \
654	st_length16.testcase \
655	st_length17.testcase \
656	st_length18.testcase \
657	st_length1.testcase \
658	st_length2.testcase \
659	st_length3.testcase \
660	st_length4.testcase \
661	st_length5.testcase \
662	st_length6.testcase \
663	st_length7.testcase \
664	st_length8.testcase \
665	st_length9.testcase \
666	st_perimeter10.testcase \
667	st_perimeter11.testcase \
668	st_perimeter12.testcase \
669	st_perimeter13.testcase \
670	st_perimeter14.testcase \
671	st_perimeter15.testcase \
672	st_perimeter16.testcase \
673	st_perimeter17.testcase \
674	st_perimeter18.testcase \
675	st_perimeter1.testcase \
676	st_perimeter2.testcase \
677	st_perimeter3.testcase \
678	st_perimeter4.testcase \
679	st_perimeter5.testcase \
680	st_perimeter6.testcase \
681	st_perimeter7.testcase \
682	st_perimeter8.testcase \
683	st_perimeter9.testcase \
684	symdifference10.testcase \
685	symdifference11.testcase \
686	symdifference1.testcase \
687	symdifference2.testcase \
688	symdifference3.testcase \
689	symdifference4.testcase \
690	symdifference5.testcase \
691	symdifference6.testcase \
692	symdifference7.testcase \
693	symdifference8.testcase \
694	symdifference9.testcase \
695	union10.testcase \
696	union11.testcase \
697	union14.testcase \
698	union15.testcase \
699	union16.testcase \
700	union1.testcase \
701	union21.testcase \
702	union22.testcase \
703	union23.testcase \
704	union24.testcase \
705	union25.testcase \
706	union26.testcase \
707	union27.testcase \
708	union28.testcase \
709	union29.testcase \
710	union2.testcase \
711	union3.testcase \
712	union4.testcase \
713	union5.testcase \
714	union6.testcase \
715	union7.testcase \
716	union8.testcase \
717	union9.testcase \
718	makearc15.testcase \
719	makearc19.testcase \
720	makearc23.testcase \
721	makecircle10.testcase \
722	makecircle11.testcase \
723	makecircle12.testcase \
724	makecircle13.testcase \
725	makecircle14.testcase \
726	makecircle15.testcase \
727	makecircle16.testcase \
728	makecircle17.testcase \
729	makecircle18.testcase \
730	makeellipse13.testcase \
731	makeellipse17.testcase \
732	makeellipse21.testcase \
733	makeellipticarc18.testcase \
734	makeellipticarc22.testcase \
735	makeellipticarc26.testcase \
736	makecircularsector15.testcase \
737	makecircularsector19.testcase \
738	makecircularsector23.testcase \
739	makecircularstripe15.testcase \
740	makecircularstripe19.testcase \
741	makecircularstripe23.testcase \
742	makeellipticsector18.testcase \
743	makeellipticsector22.testcase \
744	makeellipticsector26.testcase \
745	geoserror1.testcase \
746	geoserror2.testcase \
747	geoserror3.testcase \
748	geoserror4.testcase \
749	geoserror5.testcase \
750	geoserror6.testcase \
751	geoserror7.testcase \
752	testgeos1.testcase \
753	testgeos2.testcase \
754	testgeos3.testcase \
755	testgeos4.testcase \
756	testgeos5.testcase \
757	testgeos6.testcase \
758	testgeos7.testcase \
759	testgeos8.testcase \
760	testgeos9.testcase \
761	testgeos10.testcase \
762	closestpoint10.testcase \
763	closestpoint11.testcase \
764	closestpoint12.testcase \
765	closestpoint13.testcase \
766	closestpoint14.testcase \
767	closestpoint15.testcase \
768	closestpoint16.testcase \
769	closestpoint17.testcase \
770	closestpoint18.testcase \
771	closestpoint19.testcase \
772	closestpoint1.testcase \
773	closestpoint20.testcase \
774	closestpoint21.testcase \
775	closestpoint22.testcase \
776	closestpoint2.testcase \
777	closestpoint3.testcase \
778	closestpoint4.testcase \
779	closestpoint5.testcase \
780	closestpoint6.testcase \
781	closestpoint7.testcase \
782	closestpoint8.testcase \
783	closestpoint9.testcase \
784	coveredby1.testcase \
785	coveredby2.testcase \
786	covers1.testcase \
787	covers2.testcase \
788	covers_covered1.testcase \
789	covers_covered2.testcase \
790	covers_covered3.testcase \
791	covers_covered4.testcase \
792	covers_covered5.testcase \
793	covers_covered6.testcase \
794	covers_covered7.testcase \
795	distance_geogr10.testcase \
796	distance_geogr11.testcase \
797	distance_geogr12.testcase \
798	distance_geogr1.testcase \
799	distance_geogr2.testcase \
800	distance_geogr3.testcase \
801	distance_geogr4.testcase \
802	distance_geogr5.testcase \
803	distance_geogr6.testcase \
804	distance_geogr7.testcase \
805	distance_geogr8.testcase \
806	distance_geogr9.testcase \
807	hausdorffdistance1.testcase \
808	hausdorffdistance2.testcase \
809	hausdorffdistance3.testcase \
810	hausdorffdistance4.testcase \
811	hausdorffdistance5.testcase \
812	hausdorffdistance6.testcase \
813	hausdorffdistance7.testcase \
814	hexgrid10.testcase \
815	hexgrid11.testcase \
816	hexgrid12.testcase \
817	hexgrid13.testcase \
818	hexgrid14.testcase \
819	hexgrid15.testcase \
820	hexgrid16.testcase \
821	hexgrid17.testcase \
822	hexgrid18.testcase \
823	hexgrid19.testcase \
824	hexgrid1.testcase \
825	hexgrid20.testcase \
826	hexgrid21.testcase \
827	hexgrid22.testcase \
828	hexgrid23.testcase \
829	hexgrid24.testcase \
830	hexgrid25.testcase \
831	hexgrid2.testcase \
832	hexgrid3.testcase \
833	hexgrid4.testcase \
834	hexgrid5.testcase \
835	hexgrid6.testcase \
836	hexgrid7.testcase \
837	hexgrid8.testcase \
838	hexgrid9.testcase \
839	interpolateequidistantpoint10.testcase \
840	interpolateequidistantpoint11.testcase \
841	interpolateequidistantpoint12.testcase \
842	interpolateequidistantpoint13.testcase \
843	interpolateequidistantpoint14.testcase \
844	interpolateequidistantpoint1.testcase \
845	interpolateequidistantpoint2.testcase \
846	interpolateequidistantpoint3.testcase \
847	interpolateequidistantpoint4.testcase \
848	interpolateequidistantpoint5.testcase \
849	interpolateequidistantpoint6.testcase \
850	interpolateequidistantpoint7.testcase \
851	interpolateequidistantpoint8.testcase \
852	interpolateequidistantpoint9.testcase \
853	interpolatepoint10.testcase \
854	interpolatepoint11.testcase \
855	interpolatepoint12.testcase \
856	interpolatepoint13.testcase \
857	interpolatepoint14.testcase \
858	interpolatepoint1.testcase \
859	interpolatepoint2.testcase \
860	interpolatepoint3.testcase \
861	interpolatepoint4.testcase \
862	interpolatepoint5.testcase \
863	interpolatepoint6.testcase \
864	interpolatepoint7.testcase \
865	interpolatepoint8.testcase \
866	interpolatepoint9.testcase \
867	linemerge10.testcase \
868	linemerge1.testcase \
869	linemerge2.testcase \
870	linemerge3.testcase \
871	linemerge4.testcase \
872	linemerge5.testcase \
873	linemerge6.testcase \
874	linemerge7.testcase \
875	linemerge8.testcase \
876	linemerge9.testcase \
877	linesnodes10.testcase \
878	linesnodes11.testcase \
879	linesnodes12.testcase \
880	linesnodes13.testcase \
881	linesnodes14.testcase \
882	linesnodes15.testcase \
883	linesnodes16.testcase \
884	linesnodes17.testcase \
885	linesnodes18.testcase \
886	linesnodes19.testcase \
887	linesnodes1.testcase \
888	linesnodes2.testcase \
889	linesnodes3.testcase \
890	linesnodes4.testcase \
891	linesnodes5.testcase \
892	linesnodes6.testcase \
893	linesnodes7.testcase \
894	linesnodes8.testcase \
895	linesnodes9.testcase \
896	linesubstring10.testcase \
897	linesubstring11.testcase \
898	linesubstring12.testcase \
899	linesubstring13.testcase \
900	linesubstring14.testcase \
901	linesubstring15.testcase \
902	linesubstring16.testcase \
903	linesubstring17.testcase \
904	linesubstring18.testcase \
905	linesubstring19.testcase \
906	linesubstring1.testcase \
907	linesubstring20.testcase \
908	linesubstring21.testcase \
909	linesubstring22.testcase \
910	linesubstring23.testcase \
911	linesubstring24.testcase \
912	linesubstring25.testcase \
913	linesubstring26.testcase \
914	linesubstring2.testcase \
915	linesubstring3.testcase \
916	linesubstring4.testcase \
917	linesubstring5.testcase \
918	linesubstring6.testcase \
919	linesubstring7.testcase \
920	linesubstring8.testcase \
921	linesubstring9.testcase \
922	locatepoint10.testcase \
923	locatepoint11.testcase \
924	locatepoint12.testcase \
925	locatepoint1.testcase \
926	locatepoint2.testcase \
927	locatepoint3.testcase \
928	locatepoint4.testcase \
929	locatepoint5.testcase \
930	locatepoint6.testcase \
931	locatepoint7.testcase \
932	locatepoint8.testcase \
933	locatepoint9.testcase \
934	m_interpolatepoint10.testcase \
935	m_interpolatepoint11.testcase \
936	m_interpolatepoint12.testcase \
937	m_interpolatepoint13.testcase \
938	m_interpolatepoint14.testcase \
939	m_interpolatepoint15.testcase \
940	m_interpolatepoint16.testcase \
941	m_interpolatepoint17.testcase \
942	m_interpolatepoint18.testcase \
943	m_interpolatepoint1.testcase \
944	m_interpolatepoint2.testcase \
945	m_interpolatepoint3.testcase \
946	m_interpolatepoint4.testcase \
947	m_interpolatepoint5.testcase \
948	m_interpolatepoint6.testcase \
949	m_interpolatepoint7.testcase \
950	m_interpolatepoint8.testcase \
951	m_interpolatepoint9.testcase \
952	offsetcurve10.testcase \
953	offsetcurve11.testcase \
954	offsetcurve12.testcase \
955	offsetcurve13.testcase \
956	offsetcurve14.testcase \
957	offsetcurve1.testcase \
958	offsetcurve2.testcase \
959	offsetcurve3.testcase \
960	offsetcurve4.testcase \
961	offsetcurve5.testcase \
962	offsetcurve6.testcase \
963	offsetcurve7.testcase \
964	offsetcurve8.testcase \
965	offsetcurve9.testcase \
966	ringsnodes1.testcase \
967	ringsnodes2.testcase \
968	ringsnodes3.testcase \
969	ringsnodes4.testcase \
970	ringsnodes5.testcase \
971	ringsnodes6.testcase \
972	sharedpaths10.testcase \
973	sharedpaths11.testcase \
974	sharedpaths12.testcase \
975	sharedpaths13.testcase \
976	sharedpaths14.testcase \
977	sharedpaths15.testcase \
978	sharedpaths16.testcase \
979	sharedpaths17.testcase \
980	sharedpaths18.testcase \
981	sharedpaths19.testcase \
982	sharedpaths1.testcase \
983	sharedpaths20.testcase \
984	sharedpaths21.testcase \
985	sharedpaths22.testcase \
986	sharedpaths23.testcase \
987	sharedpaths24.testcase \
988	sharedpaths25.testcase \
989	sharedpaths26.testcase \
990	sharedpaths27.testcase \
991	sharedpaths28.testcase \
992	sharedpaths29.testcase \
993	sharedpaths2.testcase \
994	sharedpaths30.testcase \
995	sharedpaths31.testcase \
996	sharedpaths32.testcase \
997	sharedpaths3.testcase \
998	sharedpaths4.testcase \
999	sharedpaths5.testcase \
1000	sharedpaths6.testcase \
1001	sharedpaths7.testcase \
1002	sharedpaths8.testcase \
1003	sharedpaths9.testcase \
1004	shortestline1.testcase \
1005	shortestline2.testcase \
1006	shortestline3.testcase \
1007	shortestline4.testcase \
1008	shortestline5.testcase \
1009	shortestline6.testcase \
1010	shortestline7.testcase \
1011	singlesidedbuffer11.testcase \
1012	singlesidedbuffer12.testcase \
1013	singlesidedbuffer13.testcase \
1014	singlesidedbuffer14.testcase \
1015	singlesidedbuffer15.testcase \
1016	singlesidedbuffer16.testcase \
1017	singlesidedbuffer17.testcase \
1018	singlesidedbuffer1.testcase \
1019	singlesidedbuffer2.testcase \
1020	singlesidedbuffer3.testcase \
1021	singlesidedbuffer4.testcase \
1022	singlesidedbuffer5.testcase \
1023	singlesidedbuffer6.testcase \
1024	singlesidedbuffer7.testcase \
1025	singlesidedbuffer8.testcase \
1026	singlesidedbuffer9.testcase \
1027	snap10.testcase \
1028	snap1.testcase \
1029	snap2.testcase \
1030	snap3.testcase \
1031	snap4.testcase \
1032	snap5.testcase \
1033	snap6.testcase \
1034	snap7.testcase \
1035	snap8.testcase \
1036	snap9.testcase \
1037	squaregrid10.testcase \
1038	squaregrid11.testcase \
1039	squaregrid12.testcase \
1040	squaregrid13.testcase \
1041	squaregrid14.testcase \
1042	squaregrid15.testcase \
1043	squaregrid16.testcase \
1044	squaregrid17.testcase \
1045	squaregrid18.testcase \
1046	squaregrid19.testcase \
1047	squaregrid1.testcase \
1048	squaregrid20.testcase \
1049	squaregrid21.testcase \
1050	squaregrid22.testcase \
1051	squaregrid23.testcase \
1052	squaregrid24.testcase \
1053	squaregrid25.testcase \
1054	squaregrid2.testcase \
1055	squaregrid3.testcase \
1056	squaregrid4.testcase \
1057	squaregrid5.testcase \
1058	squaregrid6.testcase \
1059	squaregrid7.testcase \
1060	squaregrid8.testcase \
1061	squaregrid9.testcase \
1062	trianggrid10.testcase \
1063	trianggrid11.testcase \
1064	trianggrid12.testcase \
1065	trianggrid13.testcase \
1066	trianggrid14.testcase \
1067	trianggrid15.testcase \
1068	trianggrid16.testcase \
1069	trianggrid17.testcase \
1070	trianggrid18.testcase \
1071	trianggrid19.testcase \
1072	trianggrid1.testcase \
1073	trianggrid20.testcase \
1074	trianggrid21.testcase \
1075	trianggrid22.testcase \
1076	trianggrid23.testcase \
1077	trianggrid24.testcase \
1078	trianggrid25.testcase \
1079	trianggrid2.testcase \
1080	trianggrid3.testcase \
1081	trianggrid4.testcase \
1082	trianggrid5.testcase \
1083	trianggrid6.testcase \
1084	trianggrid7.testcase \
1085	trianggrid8.testcase \
1086	trianggrid9.testcase \
1087	unaryunion1.testcase \
1088	unaryunion2.testcase \
1089	unaryunion3.testcase \
1090	unaryunion4.testcase \
1091	unaryunion5.testcase \
1092	unaryunion6.testcase \
1093	unaryunion7.testcase \
1094	unaryunion8.testcase
1095
1096all: all-am
1097
1098.SUFFIXES:
1099$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
1100	@for dep in $?; do \
1101	  case '$(am__configure_deps)' in \
1102	    *$$dep*) \
1103	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
1104	        && { if test -f $@; then exit 0; else break; fi; }; \
1105	      exit 1;; \
1106	  esac; \
1107	done; \
1108	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/sql_stmt_geos_tests/Makefile'; \
1109	$(am__cd) $(top_srcdir) && \
1110	  $(AUTOMAKE) --foreign test/sql_stmt_geos_tests/Makefile
1111Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1112	@case '$?' in \
1113	  *config.status*) \
1114	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
1115	  *) \
1116	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
1117	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
1118	esac;
1119
1120$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1121	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1122
1123$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
1124	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1125$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
1126	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1127$(am__aclocal_m4_deps):
1128
1129mostlyclean-libtool:
1130	-rm -f *.lo
1131
1132clean-libtool:
1133	-rm -rf .libs _libs
1134tags TAGS:
1135
1136ctags CTAGS:
1137
1138cscope cscopelist:
1139
1140
1141distdir: $(BUILT_SOURCES)
1142	$(MAKE) $(AM_MAKEFLAGS) distdir-am
1143
1144distdir-am: $(DISTFILES)
1145	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1146	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1147	list='$(DISTFILES)'; \
1148	  dist_files=`for file in $$list; do echo $$file; done | \
1149	  sed -e "s|^$$srcdirstrip/||;t" \
1150	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1151	case $$dist_files in \
1152	  */*) $(MKDIR_P) `echo "$$dist_files" | \
1153			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1154			   sort -u` ;; \
1155	esac; \
1156	for file in $$dist_files; do \
1157	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1158	  if test -d $$d/$$file; then \
1159	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1160	    if test -d "$(distdir)/$$file"; then \
1161	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1162	    fi; \
1163	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1164	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1165	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1166	    fi; \
1167	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1168	  else \
1169	    test -f "$(distdir)/$$file" \
1170	    || cp -p $$d/$$file "$(distdir)/$$file" \
1171	    || exit 1; \
1172	  fi; \
1173	done
1174check-am: all-am
1175check: check-am
1176all-am: Makefile
1177installdirs:
1178install: install-am
1179install-exec: install-exec-am
1180install-data: install-data-am
1181uninstall: uninstall-am
1182
1183install-am: all-am
1184	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1185
1186installcheck: installcheck-am
1187install-strip:
1188	if test -z '$(STRIP)'; then \
1189	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1190	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1191	      install; \
1192	else \
1193	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1194	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1195	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1196	fi
1197mostlyclean-generic:
1198
1199clean-generic:
1200
1201distclean-generic:
1202	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1203	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1204
1205maintainer-clean-generic:
1206	@echo "This command is intended for maintainers to use"
1207	@echo "it deletes files that may require special tools to rebuild."
1208clean: clean-am
1209
1210clean-am: clean-generic clean-libtool mostlyclean-am
1211
1212distclean: distclean-am
1213	-rm -f Makefile
1214distclean-am: clean-am distclean-generic
1215
1216dvi: dvi-am
1217
1218dvi-am:
1219
1220html: html-am
1221
1222html-am:
1223
1224info: info-am
1225
1226info-am:
1227
1228install-data-am:
1229
1230install-dvi: install-dvi-am
1231
1232install-dvi-am:
1233
1234install-exec-am:
1235
1236install-html: install-html-am
1237
1238install-html-am:
1239
1240install-info: install-info-am
1241
1242install-info-am:
1243
1244install-man:
1245
1246install-pdf: install-pdf-am
1247
1248install-pdf-am:
1249
1250install-ps: install-ps-am
1251
1252install-ps-am:
1253
1254installcheck-am:
1255
1256maintainer-clean: maintainer-clean-am
1257	-rm -f Makefile
1258maintainer-clean-am: distclean-am maintainer-clean-generic
1259
1260mostlyclean: mostlyclean-am
1261
1262mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1263
1264pdf: pdf-am
1265
1266pdf-am:
1267
1268ps: ps-am
1269
1270ps-am:
1271
1272uninstall-am:
1273
1274.MAKE: install-am install-strip
1275
1276.PHONY: all all-am check check-am clean clean-generic clean-libtool \
1277	cscopelist-am ctags-am distclean distclean-generic \
1278	distclean-libtool distdir dvi dvi-am html html-am info info-am \
1279	install install-am install-data install-data-am install-dvi \
1280	install-dvi-am install-exec install-exec-am install-html \
1281	install-html-am install-info install-info-am install-man \
1282	install-pdf install-pdf-am install-ps install-ps-am \
1283	install-strip installcheck installcheck-am installdirs \
1284	maintainer-clean maintainer-clean-generic mostlyclean \
1285	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1286	tags-am uninstall uninstall-am
1287
1288.PRECIOUS: Makefile
1289
1290
1291# Tell versions [3.59,3.63) of GNU make to not export all variables.
1292# Otherwise a system limit (for SysV at least) may be exceeded.
1293.NOEXPORT:
1294