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

« back to all changes in this revision

Viewing changes to .pc/00-add_automake_foreign.patch/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.12.2 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright (C) 1994-2012 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
 
 
17
 
VPATH = @srcdir@
18
 
am__make_dryrun = \
19
 
  { \
20
 
    am__dry=no; \
21
 
    case $$MAKEFLAGS in \
22
 
      *\\[\ \   ]*) \
23
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
24
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
25
 
      *) \
26
 
        for am__flg in $$MAKEFLAGS; do \
27
 
          case $$am__flg in \
28
 
            *=*|--*) ;; \
29
 
            *n*) am__dry=yes; break;; \
30
 
          esac; \
31
 
        done;; \
32
 
    esac; \
33
 
    test $$am__dry = yes; \
34
 
  }
35
 
pkgdatadir = $(datadir)/@PACKAGE@
36
 
pkgincludedir = $(includedir)/@PACKAGE@
37
 
pkglibdir = $(libdir)/@PACKAGE@
38
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
39
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
40
 
install_sh_DATA = $(install_sh) -c -m 644
41
 
install_sh_PROGRAM = $(install_sh) -c
42
 
install_sh_SCRIPT = $(install_sh) -c
43
 
INSTALL_HEADER = $(INSTALL_DATA)
44
 
transform = $(program_transform_name)
45
 
NORMAL_INSTALL = :
46
 
PRE_INSTALL = :
47
 
POST_INSTALL = :
48
 
NORMAL_UNINSTALL = :
49
 
PRE_UNINSTALL = :
50
 
POST_UNINSTALL = :
51
 
build_triplet = @build@
52
 
host_triplet = @host@
53
 
subdir = .
54
 
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Doxyfile.in \
55
 
        $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
56
 
        $(srcdir)/config.h.in $(srcdir)/spatialite.pc.in \
57
 
        $(top_srcdir)/configure AUTHORS COPYING INSTALL config.guess \
58
 
        config.sub depcomp install-sh ltmain.sh missing
59
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
60
 
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
61
 
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
62
 
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
63
 
        $(top_srcdir)/configure.ac
64
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
65
 
        $(ACLOCAL_M4)
66
 
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
67
 
 configure.lineno config.status.lineno
68
 
mkinstalldirs = $(install_sh) -d
69
 
CONFIG_HEADER = config.h
70
 
CONFIG_CLEAN_FILES = Doxyfile spatialite.pc
71
 
CONFIG_CLEAN_VPATH_FILES =
72
 
SOURCES =
73
 
DIST_SOURCES =
74
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
75
 
        html-recursive info-recursive install-data-recursive \
76
 
        install-dvi-recursive install-exec-recursive \
77
 
        install-html-recursive install-info-recursive \
78
 
        install-pdf-recursive install-ps-recursive install-recursive \
79
 
        installcheck-recursive installdirs-recursive pdf-recursive \
80
 
        ps-recursive uninstall-recursive
81
 
am__can_run_installinfo = \
82
 
  case $$AM_UPDATE_INFO_DIR in \
83
 
    n|no|NO) false;; \
84
 
    *) (install-info --version) >/dev/null 2>&1;; \
85
 
  esac
86
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
87
 
am__vpath_adj = case $$p in \
88
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
89
 
    *) f=$$p;; \
90
 
  esac;
91
 
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
92
 
am__install_max = 40
93
 
am__nobase_strip_setup = \
94
 
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
95
 
am__nobase_strip = \
96
 
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
97
 
am__nobase_list = $(am__nobase_strip_setup); \
98
 
  for p in $$list; do echo "$$p $$p"; done | \
99
 
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
100
 
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
101
 
    if (++n[$$2] == $(am__install_max)) \
102
 
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
103
 
    END { for (dir in files) print dir, files[dir] }'
104
 
am__base_list = \
105
 
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
106
 
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
107
 
am__uninstall_files_from_dir = { \
108
 
  test -z "$$files" \
109
 
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
110
 
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
111
 
         $(am__cd) "$$dir" && rm -f $$files; }; \
112
 
  }
113
 
am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
114
 
DATA = $(pkgconfig_DATA)
115
 
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
116
 
  distclean-recursive maintainer-clean-recursive
117
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
118
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
119
 
        cscope distdir dist dist-all distcheck
120
 
ETAGS = etags
121
 
CTAGS = ctags
122
 
CSCOPE = cscope
123
 
DIST_SUBDIRS = src test examples
124
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
125
 
distdir = $(PACKAGE)-$(VERSION)
126
 
top_distdir = $(distdir)
127
 
am__remove_distdir = \
128
 
  if test -d "$(distdir)"; then \
129
 
    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
130
 
      && rm -rf "$(distdir)" \
131
 
      || { sleep 5 && rm -rf "$(distdir)"; }; \
132
 
  else :; fi
133
 
am__post_remove_distdir = $(am__remove_distdir)
134
 
am__relativize = \
135
 
  dir0=`pwd`; \
136
 
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
137
 
  sed_rest='s,^[^/]*/*,,'; \
138
 
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
139
 
  sed_butlast='s,/*[^/]*$$,,'; \
140
 
  while test -n "$$dir1"; do \
141
 
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
142
 
    if test "$$first" != "."; then \
143
 
      if test "$$first" = ".."; then \
144
 
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
145
 
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
146
 
      else \
147
 
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
148
 
        if test "$$first2" = "$$first"; then \
149
 
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
150
 
        else \
151
 
          dir2="../$$dir2"; \
152
 
        fi; \
153
 
        dir0="$$dir0"/"$$first"; \
154
 
      fi; \
155
 
    fi; \
156
 
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
157
 
  done; \
158
 
  reldir="$$dir2"
159
 
DIST_ARCHIVES = $(distdir).tar.gz $(distdir).zip
160
 
GZIP_ENV = --best
161
 
DIST_TARGETS = dist-gzip dist-zip
162
 
distuninstallcheck_listfiles = find . -type f -print
163
 
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
164
 
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
165
 
distcleancheck_listfiles = find . -type f -print
166
 
ACLOCAL = @ACLOCAL@
167
 
AMTAR = @AMTAR@
168
 
AR = @AR@
169
 
AS = @AS@
170
 
AUTOCONF = @AUTOCONF@
171
 
AUTOHEADER = @AUTOHEADER@
172
 
AUTOMAKE = @AUTOMAKE@
173
 
AWK = @AWK@
174
 
CC = @CC@
175
 
CCDEPMODE = @CCDEPMODE@
176
 
CFLAGS = @CFLAGS@
177
 
CPP = @CPP@
178
 
CPPFLAGS = @CPPFLAGS@
179
 
CXX = @CXX@
180
 
CXXCPP = @CXXCPP@
181
 
CXXDEPMODE = @CXXDEPMODE@
182
 
CXXFLAGS = @CXXFLAGS@
183
 
CYGPATH_W = @CYGPATH_W@
184
 
DEFS = @DEFS@
185
 
DEPDIR = @DEPDIR@
186
 
DLLTOOL = @DLLTOOL@
187
 
DSYMUTIL = @DSYMUTIL@
188
 
DUMPBIN = @DUMPBIN@
189
 
ECHO_C = @ECHO_C@
190
 
ECHO_N = @ECHO_N@
191
 
ECHO_T = @ECHO_T@
192
 
EGREP = @EGREP@
193
 
EXEEXT = @EXEEXT@
194
 
FGREP = @FGREP@
195
 
GEOSCONFIG = @GEOSCONFIG@
196
 
GEOS_CFLAGS = @GEOS_CFLAGS@
197
 
GEOS_LDFLAGS = @GEOS_LDFLAGS@
198
 
GREP = @GREP@
199
 
INSTALL = @INSTALL@
200
 
INSTALL_DATA = @INSTALL_DATA@
201
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
202
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
203
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
204
 
LD = @LD@
205
 
LDFLAGS = @LDFLAGS@
206
 
LIBOBJS = @LIBOBJS@
207
 
LIBS = @LIBS@
208
 
LIBTOOL = @LIBTOOL@
209
 
LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
210
 
LIBXML2_LIBS = @LIBXML2_LIBS@
211
 
LIPO = @LIPO@
212
 
LN_S = @LN_S@
213
 
LTLIBOBJS = @LTLIBOBJS@
214
 
MAINT = @MAINT@
215
 
MAKEINFO = @MAKEINFO@
216
 
MANIFEST_TOOL = @MANIFEST_TOOL@
217
 
MKDIR_P = @MKDIR_P@
218
 
NM = @NM@
219
 
NMEDIT = @NMEDIT@
220
 
OBJDUMP = @OBJDUMP@
221
 
OBJEXT = @OBJEXT@
222
 
OTOOL = @OTOOL@
223
 
OTOOL64 = @OTOOL64@
224
 
PACKAGE = @PACKAGE@
225
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
226
 
PACKAGE_NAME = @PACKAGE_NAME@
227
 
PACKAGE_STRING = @PACKAGE_STRING@
228
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
229
 
PACKAGE_URL = @PACKAGE_URL@
230
 
PACKAGE_VERSION = @PACKAGE_VERSION@
231
 
PATH_SEPARATOR = @PATH_SEPARATOR@
232
 
PKG_CONFIG = @PKG_CONFIG@
233
 
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
234
 
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
235
 
RANLIB = @RANLIB@
236
 
SED = @SED@
237
 
SET_MAKE = @SET_MAKE@
238
 
SHELL = @SHELL@
239
 
STRIP = @STRIP@
240
 
VERSION = @VERSION@
241
 
abs_builddir = @abs_builddir@
242
 
abs_srcdir = @abs_srcdir@
243
 
abs_top_builddir = @abs_top_builddir@
244
 
abs_top_srcdir = @abs_top_srcdir@
245
 
ac_ct_AR = @ac_ct_AR@
246
 
ac_ct_CC = @ac_ct_CC@
247
 
ac_ct_CXX = @ac_ct_CXX@
248
 
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
249
 
am__include = @am__include@
250
 
am__leading_dot = @am__leading_dot@
251
 
am__quote = @am__quote@
252
 
am__tar = @am__tar@
253
 
am__untar = @am__untar@
254
 
bindir = @bindir@
255
 
build = @build@
256
 
build_alias = @build_alias@
257
 
build_cpu = @build_cpu@
258
 
build_os = @build_os@
259
 
build_vendor = @build_vendor@
260
 
builddir = @builddir@
261
 
datadir = @datadir@
262
 
datarootdir = @datarootdir@
263
 
docdir = @docdir@
264
 
dvidir = @dvidir@
265
 
exec_prefix = @exec_prefix@
266
 
host = @host@
267
 
host_alias = @host_alias@
268
 
host_cpu = @host_cpu@
269
 
host_os = @host_os@
270
 
host_vendor = @host_vendor@
271
 
htmldir = @htmldir@
272
 
includedir = @includedir@
273
 
infodir = @infodir@
274
 
install_sh = @install_sh@
275
 
libdir = @libdir@
276
 
libexecdir = @libexecdir@
277
 
localedir = @localedir@
278
 
localstatedir = @localstatedir@
279
 
mandir = @mandir@
280
 
mkdir_p = @mkdir_p@
281
 
oldincludedir = @oldincludedir@
282
 
pdfdir = @pdfdir@
283
 
prefix = @prefix@
284
 
program_transform_name = @program_transform_name@
285
 
psdir = @psdir@
286
 
sbindir = @sbindir@
287
 
sharedstatedir = @sharedstatedir@
288
 
srcdir = @srcdir@
289
 
sysconfdir = @sysconfdir@
290
 
target_alias = @target_alias@
291
 
top_build_prefix = @top_build_prefix@
292
 
top_builddir = @top_builddir@
293
 
top_srcdir = @top_srcdir@
294
 
ACLOCAL_AMFLAGS = -I m4
295
 
AUTOMAKE_OPTIONS = dist-zip
296
 
EXTRA_DIST = makefile.vc nmake.opt Android.mk mainpage.doxy README.coverage \
297
 
        spatialite-sql-latest.html config-msvc.h
298
 
 
299
 
@ENABLE_EXAMPLES_TRUE@EXAMPLES = examples
300
 
SUBDIRS = src test $(EXAMPLES)
301
 
pkgconfigdir = $(libdir)/pkgconfig
302
 
pkgconfig_DATA = spatialite.pc
303
 
MOSTLYCLEANFILES = libspatialite_cov.info
304
 
all: config.h
305
 
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
306
 
 
307
 
.SUFFIXES:
308
 
am--refresh: Makefile
309
 
        @:
310
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
311
 
        @for dep in $?; do \
312
 
          case '$(am__configure_deps)' in \
313
 
            *$$dep*) \
314
 
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
315
 
              $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
316
 
                && exit 0; \
317
 
              exit 1;; \
318
 
          esac; \
319
 
        done; \
320
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
321
 
        $(am__cd) $(top_srcdir) && \
322
 
          $(AUTOMAKE) --foreign Makefile
323
 
.PRECIOUS: Makefile
324
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
325
 
        @case '$?' in \
326
 
          *config.status*) \
327
 
            echo ' $(SHELL) ./config.status'; \
328
 
            $(SHELL) ./config.status;; \
329
 
          *) \
330
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
331
 
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
332
 
        esac;
333
 
 
334
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
335
 
        $(SHELL) ./config.status --recheck
336
 
 
337
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
338
 
        $(am__cd) $(srcdir) && $(AUTOCONF)
339
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
340
 
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
341
 
$(am__aclocal_m4_deps):
342
 
 
343
 
config.h: stamp-h1
344
 
        @if test ! -f $@; then rm -f stamp-h1; else :; fi
345
 
        @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
346
 
 
347
 
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
348
 
        @rm -f stamp-h1
349
 
        cd $(top_builddir) && $(SHELL) ./config.status config.h
350
 
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
351
 
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
352
 
        rm -f stamp-h1
353
 
        touch $@
354
 
 
355
 
distclean-hdr:
356
 
        -rm -f config.h stamp-h1
357
 
Doxyfile: $(top_builddir)/config.status $(srcdir)/Doxyfile.in
358
 
        cd $(top_builddir) && $(SHELL) ./config.status $@
359
 
spatialite.pc: $(top_builddir)/config.status $(srcdir)/spatialite.pc.in
360
 
        cd $(top_builddir) && $(SHELL) ./config.status $@
361
 
 
362
 
mostlyclean-libtool:
363
 
        -rm -f *.lo
364
 
 
365
 
clean-libtool:
366
 
        -rm -rf .libs _libs
367
 
 
368
 
distclean-libtool:
369
 
        -rm -f libtool config.lt
370
 
install-pkgconfigDATA: $(pkgconfig_DATA)
371
 
        @$(NORMAL_INSTALL)
372
 
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
373
 
        if test -n "$$list"; then \
374
 
          echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
375
 
          $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
376
 
        fi; \
377
 
        for p in $$list; do \
378
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
379
 
          echo "$$d$$p"; \
380
 
        done | $(am__base_list) | \
381
 
        while read files; do \
382
 
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
383
 
          $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
384
 
        done
385
 
 
386
 
uninstall-pkgconfigDATA:
387
 
        @$(NORMAL_UNINSTALL)
388
 
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
389
 
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
390
 
        dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
391
 
 
392
 
# This directory's subdirectories are mostly independent; you can cd
393
 
# into them and run 'make' without going through this Makefile.
394
 
# To change the values of 'make' variables: instead of editing Makefiles,
395
 
# (1) if the variable is set in 'config.status', edit 'config.status'
396
 
#     (which will cause the Makefiles to be regenerated when you run 'make');
397
 
# (2) otherwise, pass the desired values on the 'make' command line.
398
 
$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
399
 
        @fail= failcom='exit 1'; \
400
 
        for f in x $$MAKEFLAGS; do \
401
 
          case $$f in \
402
 
            *=* | --[!k]*);; \
403
 
            *k*) failcom='fail=yes';; \
404
 
          esac; \
405
 
        done; \
406
 
        dot_seen=no; \
407
 
        target=`echo $@ | sed s/-recursive//`; \
408
 
        case "$@" in \
409
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
410
 
          *) list='$(SUBDIRS)' ;; \
411
 
        esac; \
412
 
        for subdir in $$list; do \
413
 
          echo "Making $$target in $$subdir"; \
414
 
          if test "$$subdir" = "."; then \
415
 
            dot_seen=yes; \
416
 
            local_target="$$target-am"; \
417
 
          else \
418
 
            local_target="$$target"; \
419
 
          fi; \
420
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
421
 
          || eval $$failcom; \
422
 
        done; \
423
 
        if test "$$dot_seen" = "no"; then \
424
 
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
425
 
        fi; test -z "$$fail"
426
 
tags-recursive:
427
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
428
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
429
 
        done
430
 
ctags-recursive:
431
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
432
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
433
 
        done
434
 
cscopelist-recursive:
435
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
436
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
437
 
        done
438
 
 
439
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
440
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
441
 
        unique=`for i in $$list; do \
442
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
443
 
          done | \
444
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
445
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
446
 
        mkid -fID $$unique
447
 
tags: TAGS
448
 
 
449
 
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
450
 
                $(TAGS_FILES) $(LISP)
451
 
        set x; \
452
 
        here=`pwd`; \
453
 
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
454
 
          include_option=--etags-include; \
455
 
          empty_fix=.; \
456
 
        else \
457
 
          include_option=--include; \
458
 
          empty_fix=; \
459
 
        fi; \
460
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
461
 
          if test "$$subdir" = .; then :; else \
462
 
            test ! -f $$subdir/TAGS || \
463
 
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
464
 
          fi; \
465
 
        done; \
466
 
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
467
 
        unique=`for i in $$list; do \
468
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
469
 
          done | \
470
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
471
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
472
 
        shift; \
473
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
474
 
          test -n "$$unique" || unique=$$empty_fix; \
475
 
          if test $$# -gt 0; then \
476
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
477
 
              "$$@" $$unique; \
478
 
          else \
479
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
480
 
              $$unique; \
481
 
          fi; \
482
 
        fi
483
 
ctags: CTAGS
484
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
485
 
                $(TAGS_FILES) $(LISP)
486
 
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
487
 
        unique=`for i in $$list; do \
488
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
489
 
          done | \
490
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
491
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
492
 
        test -z "$(CTAGS_ARGS)$$unique" \
493
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
494
 
             $$unique
495
 
 
496
 
GTAGS:
497
 
        here=`$(am__cd) $(top_builddir) && pwd` \
498
 
          && $(am__cd) $(top_srcdir) \
499
 
          && gtags -i $(GTAGS_ARGS) "$$here"
500
 
 
501
 
cscope: cscope.files
502
 
        test ! -s cscope.files \
503
 
          || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
504
 
 
505
 
clean-cscope:
506
 
        -rm -f cscope.files
507
 
 
508
 
cscope.files: clean-cscope cscopelist-recursive cscopelist
509
 
 
510
 
cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
511
 
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
512
 
        case "$(srcdir)" in \
513
 
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
514
 
          *) sdir=$(subdir)/$(srcdir) ;; \
515
 
        esac; \
516
 
        for i in $$list; do \
517
 
          if test -f "$$i"; then \
518
 
            echo "$(subdir)/$$i"; \
519
 
          else \
520
 
            echo "$$sdir/$$i"; \
521
 
          fi; \
522
 
        done >> $(top_builddir)/cscope.files
523
 
 
524
 
distclean-tags:
525
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
526
 
        -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
527
 
 
528
 
distdir: $(DISTFILES)
529
 
        $(am__remove_distdir)
530
 
        test -d "$(distdir)" || mkdir "$(distdir)"
531
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
532
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
533
 
        list='$(DISTFILES)'; \
534
 
          dist_files=`for file in $$list; do echo $$file; done | \
535
 
          sed -e "s|^$$srcdirstrip/||;t" \
536
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
537
 
        case $$dist_files in \
538
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
539
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
540
 
                           sort -u` ;; \
541
 
        esac; \
542
 
        for file in $$dist_files; do \
543
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
544
 
          if test -d $$d/$$file; then \
545
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
546
 
            if test -d "$(distdir)/$$file"; then \
547
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
548
 
            fi; \
549
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
550
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
551
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
552
 
            fi; \
553
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
554
 
          else \
555
 
            test -f "$(distdir)/$$file" \
556
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
557
 
            || exit 1; \
558
 
          fi; \
559
 
        done
560
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
561
 
          if test "$$subdir" = .; then :; else \
562
 
            $(am__make_dryrun) \
563
 
              || test -d "$(distdir)/$$subdir" \
564
 
              || $(MKDIR_P) "$(distdir)/$$subdir" \
565
 
              || exit 1; \
566
 
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
567
 
            $(am__relativize); \
568
 
            new_distdir=$$reldir; \
569
 
            dir1=$$subdir; dir2="$(top_distdir)"; \
570
 
            $(am__relativize); \
571
 
            new_top_distdir=$$reldir; \
572
 
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
573
 
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
574
 
            ($(am__cd) $$subdir && \
575
 
              $(MAKE) $(AM_MAKEFLAGS) \
576
 
                top_distdir="$$new_top_distdir" \
577
 
                distdir="$$new_distdir" \
578
 
                am__remove_distdir=: \
579
 
                am__skip_length_check=: \
580
 
                am__skip_mode_fix=: \
581
 
                distdir) \
582
 
              || exit 1; \
583
 
          fi; \
584
 
        done
585
 
        -test -n "$(am__skip_mode_fix)" \
586
 
        || find "$(distdir)" -type d ! -perm -755 \
587
 
                -exec chmod u+rwx,go+rx {} \; -o \
588
 
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
589
 
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
590
 
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
591
 
        || chmod -R a+r "$(distdir)"
592
 
dist-gzip: distdir
593
 
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
594
 
        $(am__post_remove_distdir)
595
 
 
596
 
dist-bzip2: distdir
597
 
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
598
 
        $(am__post_remove_distdir)
599
 
 
600
 
dist-lzip: distdir
601
 
        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
602
 
        $(am__post_remove_distdir)
603
 
 
604
 
dist-xz: distdir
605
 
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
606
 
        $(am__post_remove_distdir)
607
 
 
608
 
dist-tarZ: distdir
609
 
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
610
 
        $(am__post_remove_distdir)
611
 
 
612
 
dist-shar: distdir
613
 
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
614
 
        $(am__post_remove_distdir)
615
 
dist-zip: distdir
616
 
        -rm -f $(distdir).zip
617
 
        zip -rq $(distdir).zip $(distdir)
618
 
        $(am__post_remove_distdir)
619
 
 
620
 
dist dist-all:
621
 
        $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
622
 
        $(am__post_remove_distdir)
623
 
 
624
 
# This target untars the dist file and tries a VPATH configuration.  Then
625
 
# it guarantees that the distribution is self-contained by making another
626
 
# tarfile.
627
 
distcheck: dist
628
 
        case '$(DIST_ARCHIVES)' in \
629
 
        *.tar.gz*) \
630
 
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
631
 
        *.tar.bz2*) \
632
 
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
633
 
        *.tar.lz*) \
634
 
          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
635
 
        *.tar.xz*) \
636
 
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
637
 
        *.tar.Z*) \
638
 
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
639
 
        *.shar.gz*) \
640
 
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
641
 
        *.zip*) \
642
 
          unzip $(distdir).zip ;;\
643
 
        esac
644
 
        chmod -R a-w $(distdir); chmod u+w $(distdir)
645
 
        mkdir $(distdir)/_build
646
 
        mkdir $(distdir)/_inst
647
 
        chmod a-w $(distdir)
648
 
        test -d $(distdir)/_build || exit 0; \
649
 
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
650
 
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
651
 
          && am__cwd=`pwd` \
652
 
          && $(am__cd) $(distdir)/_build \
653
 
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
654
 
            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
655
 
            $(DISTCHECK_CONFIGURE_FLAGS) \
656
 
          && $(MAKE) $(AM_MAKEFLAGS) \
657
 
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
658
 
          && $(MAKE) $(AM_MAKEFLAGS) check \
659
 
          && $(MAKE) $(AM_MAKEFLAGS) install \
660
 
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
661
 
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
662
 
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
663
 
                distuninstallcheck \
664
 
          && chmod -R a-w "$$dc_install_base" \
665
 
          && ({ \
666
 
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
667
 
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
668
 
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
669
 
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
670
 
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
671
 
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
672
 
          && rm -rf "$$dc_destdir" \
673
 
          && $(MAKE) $(AM_MAKEFLAGS) dist \
674
 
          && rm -rf $(DIST_ARCHIVES) \
675
 
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
676
 
          && cd "$$am__cwd" \
677
 
          || exit 1
678
 
        $(am__post_remove_distdir)
679
 
        @(echo "$(distdir) archives ready for distribution: "; \
680
 
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
681
 
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
682
 
distuninstallcheck:
683
 
        @test -n '$(distuninstallcheck_dir)' || { \
684
 
          echo 'ERROR: trying to run $@ with an empty' \
685
 
               '$$(distuninstallcheck_dir)' >&2; \
686
 
          exit 1; \
687
 
        }; \
688
 
        $(am__cd) '$(distuninstallcheck_dir)' || { \
689
 
          echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
690
 
          exit 1; \
691
 
        }; \
692
 
        test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
693
 
           || { echo "ERROR: files left after uninstall:" ; \
694
 
                if test -n "$(DESTDIR)"; then \
695
 
                  echo "  (check DESTDIR support)"; \
696
 
                fi ; \
697
 
                $(distuninstallcheck_listfiles) ; \
698
 
                exit 1; } >&2
699
 
distcleancheck: distclean
700
 
        @if test '$(srcdir)' = . ; then \
701
 
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
702
 
          exit 1 ; \
703
 
        fi
704
 
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
705
 
          || { echo "ERROR: files left in build directory after distclean:" ; \
706
 
               $(distcleancheck_listfiles) ; \
707
 
               exit 1; } >&2
708
 
check-am: all-am
709
 
check: check-recursive
710
 
all-am: Makefile $(DATA) config.h
711
 
installdirs: installdirs-recursive
712
 
installdirs-am:
713
 
        for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
714
 
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
715
 
        done
716
 
install: install-recursive
717
 
install-exec: install-exec-recursive
718
 
install-data: install-data-recursive
719
 
uninstall: uninstall-recursive
720
 
 
721
 
install-am: all-am
722
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
723
 
 
724
 
installcheck: installcheck-recursive
725
 
install-strip:
726
 
        if test -z '$(STRIP)'; then \
727
 
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
728
 
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
729
 
              install; \
730
 
        else \
731
 
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
732
 
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
733
 
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
734
 
        fi
735
 
mostlyclean-generic:
736
 
        -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
737
 
 
738
 
clean-generic:
739
 
 
740
 
distclean-generic:
741
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
742
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
743
 
 
744
 
maintainer-clean-generic:
745
 
        @echo "This command is intended for maintainers to use"
746
 
        @echo "it deletes files that may require special tools to rebuild."
747
 
clean: clean-recursive
748
 
 
749
 
clean-am: clean-generic clean-libtool mostlyclean-am
750
 
 
751
 
distclean: distclean-recursive
752
 
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
753
 
        -rm -f Makefile
754
 
distclean-am: clean-am distclean-generic distclean-hdr \
755
 
        distclean-libtool distclean-tags
756
 
 
757
 
dvi: dvi-recursive
758
 
 
759
 
dvi-am:
760
 
 
761
 
html: html-recursive
762
 
 
763
 
html-am:
764
 
 
765
 
info: info-recursive
766
 
 
767
 
info-am:
768
 
 
769
 
install-data-am: install-pkgconfigDATA
770
 
 
771
 
install-dvi: install-dvi-recursive
772
 
 
773
 
install-dvi-am:
774
 
 
775
 
install-exec-am:
776
 
 
777
 
install-html: install-html-recursive
778
 
 
779
 
install-html-am:
780
 
 
781
 
install-info: install-info-recursive
782
 
 
783
 
install-info-am:
784
 
 
785
 
install-man:
786
 
 
787
 
install-pdf: install-pdf-recursive
788
 
 
789
 
install-pdf-am:
790
 
 
791
 
install-ps: install-ps-recursive
792
 
 
793
 
install-ps-am:
794
 
 
795
 
installcheck-am:
796
 
 
797
 
maintainer-clean: maintainer-clean-recursive
798
 
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
799
 
        -rm -rf $(top_srcdir)/autom4te.cache
800
 
        -rm -f Makefile
801
 
maintainer-clean-am: distclean-am maintainer-clean-generic
802
 
 
803
 
mostlyclean: mostlyclean-recursive
804
 
 
805
 
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
806
 
 
807
 
pdf: pdf-recursive
808
 
 
809
 
pdf-am:
810
 
 
811
 
ps: ps-recursive
812
 
 
813
 
ps-am:
814
 
 
815
 
uninstall-am: uninstall-pkgconfigDATA
816
 
 
817
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
818
 
        cscopelist-recursive ctags-recursive install-am install-strip \
819
 
        tags-recursive
820
 
 
821
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
822
 
        all all-am am--refresh check check-am clean clean-cscope \
823
 
        clean-generic clean-libtool cscope cscopelist \
824
 
        cscopelist-recursive ctags ctags-recursive dist dist-all \
825
 
        dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz \
826
 
        dist-zip distcheck distclean distclean-generic distclean-hdr \
827
 
        distclean-libtool distclean-tags distcleancheck distdir \
828
 
        distuninstallcheck dvi dvi-am html html-am info info-am \
829
 
        install install-am install-data install-data-am install-dvi \
830
 
        install-dvi-am install-exec install-exec-am install-html \
831
 
        install-html-am install-info install-info-am install-man \
832
 
        install-pdf install-pdf-am install-pkgconfigDATA install-ps \
833
 
        install-ps-am install-strip installcheck installcheck-am \
834
 
        installdirs installdirs-am maintainer-clean \
835
 
        maintainer-clean-generic mostlyclean mostlyclean-generic \
836
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
837
 
        uninstall uninstall-am uninstall-pkgconfigDATA
838
 
 
839
 
 
840
 
coverage-init:
841
 
        lcov --directory src --capture --initial --output-file libspatialite_cov.info
842
 
 
843
 
coverage::
844
 
        lcov --directory src --output-file libspatialite_cov.info --capture
845
 
        genhtml -o covresults libspatialite_cov.info
846
 
 
847
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
848
 
# Otherwise a system limit (for SysV at least) may be exceeded.
849
 
.NOEXPORT: