~ubuntu-branches/ubuntu/wily/spatialite/wily-proposed

« back to all changes in this revision

Viewing changes to test/sql_stmt_cache_tests/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Bas Couwenberg
  • Date: 2015-07-14 11:57:46 UTC
  • mfrom: (16.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20150714115746-e2iljfmb5sq7o5hh
Tags: 4.3.0-1
Move from experimental to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.15 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994-2014 Free Software Foundation, Inc.
 
5
 
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
VPATH = @srcdir@
 
17
am__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
}
 
28
am__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
 
70
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
71
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
 
72
pkgdatadir = $(datadir)/@PACKAGE@
 
73
pkgincludedir = $(includedir)/@PACKAGE@
 
74
pkglibdir = $(libdir)/@PACKAGE@
 
75
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
76
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
77
install_sh_DATA = $(install_sh) -c -m 644
 
78
install_sh_PROGRAM = $(install_sh) -c
 
79
install_sh_SCRIPT = $(install_sh) -c
 
80
INSTALL_HEADER = $(INSTALL_DATA)
 
81
transform = $(program_transform_name)
 
82
NORMAL_INSTALL = :
 
83
PRE_INSTALL = :
 
84
POST_INSTALL = :
 
85
NORMAL_UNINSTALL = :
 
86
PRE_UNINSTALL = :
 
87
POST_UNINSTALL = :
 
88
build_triplet = @build@
 
89
host_triplet = @host@
 
90
subdir = test/sql_stmt_cache_tests
 
91
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
92
am__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
 
96
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
97
        $(ACLOCAL_M4)
 
98
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
 
99
mkinstalldirs = $(install_sh) -d
 
100
CONFIG_HEADER = $(top_builddir)/config.h
 
101
CONFIG_CLEAN_FILES =
 
102
CONFIG_CLEAN_VPATH_FILES =
 
103
AM_V_P = $(am__v_P_@AM_V@)
 
104
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
105
am__v_P_0 = false
 
106
am__v_P_1 = :
 
107
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
108
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
109
am__v_GEN_0 = @echo "  GEN     " $@;
 
110
am__v_GEN_1 = 
 
111
AM_V_at = $(am__v_at_@AM_V@)
 
112
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
113
am__v_at_0 = @
 
114
am__v_at_1 = 
 
115
SOURCES =
 
116
DIST_SOURCES =
 
117
am__can_run_installinfo = \
 
118
  case $$AM_UPDATE_INFO_DIR in \
 
119
    n|no|NO) false;; \
 
120
    *) (install-info --version) >/dev/null 2>&1;; \
 
121
  esac
 
122
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
123
am__DIST_COMMON = $(srcdir)/Makefile.in
 
124
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
125
ACLOCAL = @ACLOCAL@
 
126
AMTAR = @AMTAR@
 
127
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
128
AR = @AR@
 
129
AS = @AS@
 
130
AUTOCONF = @AUTOCONF@
 
131
AUTOHEADER = @AUTOHEADER@
 
132
AUTOMAKE = @AUTOMAKE@
 
133
AWK = @AWK@
 
134
CC = @CC@
 
135
CCDEPMODE = @CCDEPMODE@
 
136
CFLAGS = @CFLAGS@
 
137
CPP = @CPP@
 
138
CPPFLAGS = @CPPFLAGS@
 
139
CXX = @CXX@
 
140
CXXCPP = @CXXCPP@
 
141
CXXDEPMODE = @CXXDEPMODE@
 
142
CXXFLAGS = @CXXFLAGS@
 
143
CYGPATH_W = @CYGPATH_W@
 
144
DEFS = @DEFS@
 
145
DEPDIR = @DEPDIR@
 
146
DLLTOOL = @DLLTOOL@
 
147
DSYMUTIL = @DSYMUTIL@
 
148
DUMPBIN = @DUMPBIN@
 
149
ECHO_C = @ECHO_C@
 
150
ECHO_N = @ECHO_N@
 
151
ECHO_T = @ECHO_T@
 
152
EGREP = @EGREP@
 
153
EXEEXT = @EXEEXT@
 
154
FGREP = @FGREP@
 
155
GEOSCONFIG = @GEOSCONFIG@
 
156
GEOS_CFLAGS = @GEOS_CFLAGS@
 
157
GEOS_LDFLAGS = @GEOS_LDFLAGS@
 
158
GREP = @GREP@
 
159
INSTALL = @INSTALL@
 
160
INSTALL_DATA = @INSTALL_DATA@
 
161
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
162
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
163
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
164
LD = @LD@
 
165
LDFLAGS = @LDFLAGS@
 
166
LIBOBJS = @LIBOBJS@
 
167
LIBS = @LIBS@
 
168
LIBTOOL = @LIBTOOL@
 
169
LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
 
170
LIBXML2_LIBS = @LIBXML2_LIBS@
 
171
LIPO = @LIPO@
 
172
LN_S = @LN_S@
 
173
LTLIBOBJS = @LTLIBOBJS@
 
174
MAINT = @MAINT@
 
175
MAKEINFO = @MAKEINFO@
 
176
MANIFEST_TOOL = @MANIFEST_TOOL@
 
177
MKDIR_P = @MKDIR_P@
 
178
NM = @NM@
 
179
NMEDIT = @NMEDIT@
 
180
OBJDUMP = @OBJDUMP@
 
181
OBJEXT = @OBJEXT@
 
182
OTOOL = @OTOOL@
 
183
OTOOL64 = @OTOOL64@
 
184
PACKAGE = @PACKAGE@
 
185
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
186
PACKAGE_NAME = @PACKAGE_NAME@
 
187
PACKAGE_STRING = @PACKAGE_STRING@
 
188
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
189
PACKAGE_URL = @PACKAGE_URL@
 
190
PACKAGE_VERSION = @PACKAGE_VERSION@
 
191
PATH_SEPARATOR = @PATH_SEPARATOR@
 
192
PKG_CONFIG = @PKG_CONFIG@
 
193
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
194
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
195
RANLIB = @RANLIB@
 
196
SED = @SED@
 
197
SET_MAKE = @SET_MAKE@
 
198
SHELL = @SHELL@
 
199
STRIP = @STRIP@
 
200
VERSION = @VERSION@
 
201
abs_builddir = @abs_builddir@
 
202
abs_srcdir = @abs_srcdir@
 
203
abs_top_builddir = @abs_top_builddir@
 
204
abs_top_srcdir = @abs_top_srcdir@
 
205
ac_ct_AR = @ac_ct_AR@
 
206
ac_ct_CC = @ac_ct_CC@
 
207
ac_ct_CXX = @ac_ct_CXX@
 
208
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
209
am__include = @am__include@
 
210
am__leading_dot = @am__leading_dot@
 
211
am__quote = @am__quote@
 
212
am__tar = @am__tar@
 
213
am__untar = @am__untar@
 
214
bindir = @bindir@
 
215
build = @build@
 
216
build_alias = @build_alias@
 
217
build_cpu = @build_cpu@
 
218
build_os = @build_os@
 
219
build_vendor = @build_vendor@
 
220
builddir = @builddir@
 
221
datadir = @datadir@
 
222
datarootdir = @datarootdir@
 
223
docdir = @docdir@
 
224
dvidir = @dvidir@
 
225
exec_prefix = @exec_prefix@
 
226
host = @host@
 
227
host_alias = @host_alias@
 
228
host_cpu = @host_cpu@
 
229
host_os = @host_os@
 
230
host_vendor = @host_vendor@
 
231
htmldir = @htmldir@
 
232
includedir = @includedir@
 
233
infodir = @infodir@
 
234
install_sh = @install_sh@
 
235
libdir = @libdir@
 
236
libexecdir = @libexecdir@
 
237
localedir = @localedir@
 
238
localstatedir = @localstatedir@
 
239
mandir = @mandir@
 
240
mkdir_p = @mkdir_p@
 
241
oldincludedir = @oldincludedir@
 
242
pdfdir = @pdfdir@
 
243
prefix = @prefix@
 
244
program_transform_name = @program_transform_name@
 
245
psdir = @psdir@
 
246
sbindir = @sbindir@
 
247
sharedstatedir = @sharedstatedir@
 
248
srcdir = @srcdir@
 
249
sysconfdir = @sysconfdir@
 
250
target_alias = @target_alias@
 
251
top_build_prefix = @top_build_prefix@
 
252
top_builddir = @top_builddir@
 
253
top_srcdir = @top_srcdir@
 
254
EXTRA_DIST = amphibious1.testcase \
 
255
        amphibious2.testcase \
 
256
        precision1.testcase \
 
257
        precision2.testcase \
 
258
        precision3.testcase \
 
259
        precision4.testcase \
 
260
        precision5.testcase \
 
261
        precision6.testcase \
 
262
        precision7.testcase  \
 
263
        gpkg1.testcase \
 
264
        gpkg2.testcase 
 
265
 
 
266
all: all-am
 
267
 
 
268
.SUFFIXES:
 
269
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
270
        @for dep in $?; do \
 
271
          case '$(am__configure_deps)' in \
 
272
            *$$dep*) \
 
273
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
274
                && { if test -f $@; then exit 0; else break; fi; }; \
 
275
              exit 1;; \
 
276
          esac; \
 
277
        done; \
 
278
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/sql_stmt_cache_tests/Makefile'; \
 
279
        $(am__cd) $(top_srcdir) && \
 
280
          $(AUTOMAKE) --foreign test/sql_stmt_cache_tests/Makefile
 
281
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
282
        @case '$?' in \
 
283
          *config.status*) \
 
284
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
285
          *) \
 
286
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
287
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
288
        esac;
 
289
 
 
290
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
291
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
292
 
 
293
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
294
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
295
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
296
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
297
$(am__aclocal_m4_deps):
 
298
 
 
299
mostlyclean-libtool:
 
300
        -rm -f *.lo
 
301
 
 
302
clean-libtool:
 
303
        -rm -rf .libs _libs
 
304
tags TAGS:
 
305
 
 
306
ctags CTAGS:
 
307
 
 
308
cscope cscopelist:
 
309
 
 
310
 
 
311
distdir: $(DISTFILES)
 
312
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
313
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
314
        list='$(DISTFILES)'; \
 
315
          dist_files=`for file in $$list; do echo $$file; done | \
 
316
          sed -e "s|^$$srcdirstrip/||;t" \
 
317
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
318
        case $$dist_files in \
 
319
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
320
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
321
                           sort -u` ;; \
 
322
        esac; \
 
323
        for file in $$dist_files; do \
 
324
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
325
          if test -d $$d/$$file; then \
 
326
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
327
            if test -d "$(distdir)/$$file"; then \
 
328
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
329
            fi; \
 
330
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
331
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
332
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
333
            fi; \
 
334
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
335
          else \
 
336
            test -f "$(distdir)/$$file" \
 
337
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
338
            || exit 1; \
 
339
          fi; \
 
340
        done
 
341
check-am: all-am
 
342
check: check-am
 
343
all-am: Makefile
 
344
installdirs:
 
345
install: install-am
 
346
install-exec: install-exec-am
 
347
install-data: install-data-am
 
348
uninstall: uninstall-am
 
349
 
 
350
install-am: all-am
 
351
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
352
 
 
353
installcheck: installcheck-am
 
354
install-strip:
 
355
        if test -z '$(STRIP)'; then \
 
356
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
357
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
358
              install; \
 
359
        else \
 
360
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
361
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
362
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
363
        fi
 
364
mostlyclean-generic:
 
365
 
 
366
clean-generic:
 
367
 
 
368
distclean-generic:
 
369
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
370
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
371
 
 
372
maintainer-clean-generic:
 
373
        @echo "This command is intended for maintainers to use"
 
374
        @echo "it deletes files that may require special tools to rebuild."
 
375
clean: clean-am
 
376
 
 
377
clean-am: clean-generic clean-libtool mostlyclean-am
 
378
 
 
379
distclean: distclean-am
 
380
        -rm -f Makefile
 
381
distclean-am: clean-am distclean-generic
 
382
 
 
383
dvi: dvi-am
 
384
 
 
385
dvi-am:
 
386
 
 
387
html: html-am
 
388
 
 
389
html-am:
 
390
 
 
391
info: info-am
 
392
 
 
393
info-am:
 
394
 
 
395
install-data-am:
 
396
 
 
397
install-dvi: install-dvi-am
 
398
 
 
399
install-dvi-am:
 
400
 
 
401
install-exec-am:
 
402
 
 
403
install-html: install-html-am
 
404
 
 
405
install-html-am:
 
406
 
 
407
install-info: install-info-am
 
408
 
 
409
install-info-am:
 
410
 
 
411
install-man:
 
412
 
 
413
install-pdf: install-pdf-am
 
414
 
 
415
install-pdf-am:
 
416
 
 
417
install-ps: install-ps-am
 
418
 
 
419
install-ps-am:
 
420
 
 
421
installcheck-am:
 
422
 
 
423
maintainer-clean: maintainer-clean-am
 
424
        -rm -f Makefile
 
425
maintainer-clean-am: distclean-am maintainer-clean-generic
 
426
 
 
427
mostlyclean: mostlyclean-am
 
428
 
 
429
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
430
 
 
431
pdf: pdf-am
 
432
 
 
433
pdf-am:
 
434
 
 
435
ps: ps-am
 
436
 
 
437
ps-am:
 
438
 
 
439
uninstall-am:
 
440
 
 
441
.MAKE: install-am install-strip
 
442
 
 
443
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
 
444
        cscopelist-am ctags-am distclean distclean-generic \
 
445
        distclean-libtool distdir dvi dvi-am html html-am info info-am \
 
446
        install install-am install-data install-data-am install-dvi \
 
447
        install-dvi-am install-exec install-exec-am install-html \
 
448
        install-html-am install-info install-info-am install-man \
 
449
        install-pdf install-pdf-am install-ps install-ps-am \
 
450
        install-strip installcheck installcheck-am installdirs \
 
451
        maintainer-clean maintainer-clean-generic mostlyclean \
 
452
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
453
        tags-am uninstall uninstall-am
 
454
 
 
455
.PRECIOUS: Makefile
 
456
 
 
457
 
 
458
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
459
# Otherwise a system limit (for SysV at least) may be exceeded.
 
460
.NOEXPORT: