sqlmath 0.0.1 → 2021.11.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (96) hide show
  1. package/.npmignore +10 -0
  2. package/CHANGELOG.md +53 -2
  3. package/LICENSE +16 -22
  4. package/README.md +18 -219
  5. package/_binary_sqlmath_napi8_darwin_x64.node +0 -0
  6. package/_binary_sqlmath_napi8_linux_x64.node +0 -0
  7. package/_binary_sqlmath_napi8_win32_x64.node +0 -0
  8. package/jslint.mjs +10998 -0
  9. package/package.json +23 -8
  10. package/sqlmath.mjs +1713 -0
  11. package/.gitconfig +0 -25
  12. package/.github/workflows/ci.yml +0 -61
  13. package/.gitignore +0 -24
  14. package/extension-functions.c +0 -2047
  15. package/jslint_ci.sh +0 -1968
  16. package/node_sqlite3.cc +0 -11877
  17. package/sqlite-autoconf-3360000/INSTALL +0 -370
  18. package/sqlite-autoconf-3360000/Makefile.am +0 -20
  19. package/sqlite-autoconf-3360000/Makefile.fallback +0 -19
  20. package/sqlite-autoconf-3360000/Makefile.in +0 -1028
  21. package/sqlite-autoconf-3360000/Makefile.msc +0 -1037
  22. package/sqlite-autoconf-3360000/README.txt +0 -113
  23. package/sqlite-autoconf-3360000/Replace.cs +0 -223
  24. package/sqlite-autoconf-3360000/aclocal.m4 +0 -10199
  25. package/sqlite-autoconf-3360000/compile +0 -347
  26. package/sqlite-autoconf-3360000/config.guess +0 -1480
  27. package/sqlite-autoconf-3360000/config.sub +0 -1801
  28. package/sqlite-autoconf-3360000/configure +0 -16135
  29. package/sqlite-autoconf-3360000/configure.ac +0 -285
  30. package/sqlite-autoconf-3360000/depcomp +0 -791
  31. package/sqlite-autoconf-3360000/install-sh +0 -508
  32. package/sqlite-autoconf-3360000/ltmain.sh +0 -11156
  33. package/sqlite-autoconf-3360000/missing +0 -215
  34. package/sqlite-autoconf-3360000/shell.c +0 -22381
  35. package/sqlite-autoconf-3360000/sqlite3.1 +0 -286
  36. package/sqlite-autoconf-3360000/sqlite3.c +0 -235517
  37. package/sqlite-autoconf-3360000/sqlite3.h +0 -12353
  38. package/sqlite-autoconf-3360000/sqlite3.pc.in +0 -13
  39. package/sqlite-autoconf-3360000/sqlite3.rc +0 -83
  40. package/sqlite-autoconf-3360000/sqlite3ext.h +0 -663
  41. package/sqlite-autoconf-3360000/sqlite3rc.h +0 -3
  42. package/sqlite-autoconf-3360000/tea/Makefile.in +0 -440
  43. package/sqlite-autoconf-3360000/tea/README +0 -36
  44. package/sqlite-autoconf-3360000/tea/aclocal.m4 +0 -9
  45. package/sqlite-autoconf-3360000/tea/configure +0 -9989
  46. package/sqlite-autoconf-3360000/tea/configure.ac +0 -201
  47. package/sqlite-autoconf-3360000/tea/doc/sqlite3.n +0 -15
  48. package/sqlite-autoconf-3360000/tea/generic/tclsqlite3.c +0 -4016
  49. package/sqlite-autoconf-3360000/tea/license.terms +0 -6
  50. package/sqlite-autoconf-3360000/tea/pkgIndex.tcl.in +0 -7
  51. package/sqlite-autoconf-3360000/tea/tclconfig/install-sh +0 -528
  52. package/sqlite-autoconf-3360000/tea/tclconfig/tcl.m4 +0 -4168
  53. package/sqlite-autoconf-3360000/tea/win/makefile.vc +0 -419
  54. package/sqlite-autoconf-3360000/tea/win/nmakehlp.c +0 -815
  55. package/sqlite-autoconf-3360000/tea/win/rules.vc +0 -711
  56. package/sqlmath.js +0 -238
  57. package/test/backup.test.js +0 -279
  58. package/test/blob.test.js +0 -54
  59. package/test/cache.test.js +0 -42
  60. package/test/constants.test.js +0 -44
  61. package/test/database_fail.test.js +0 -153
  62. package/test/each.test.js +0 -39
  63. package/test/exec.test.js +0 -39
  64. package/test/extension.test.js +0 -26
  65. package/test/extension_functions.test.js +0 -29
  66. package/test/fts-content.test.js +0 -13
  67. package/test/interrupt.test.js +0 -80
  68. package/test/issue-108.test.js +0 -28
  69. package/test/json.test.js +0 -22
  70. package/test/map.test.js +0 -63
  71. package/test/named_columns.test.js +0 -38
  72. package/test/named_params.test.js +0 -69
  73. package/test/null_error.test.js +0 -41
  74. package/test/nw/.gitignore +0 -3
  75. package/test/nw/Makefile +0 -39
  76. package/test/nw/index.html +0 -14
  77. package/test/nw/package.json +0 -9
  78. package/test/open_close.test.js +0 -187
  79. package/test/other_objects.test.js +0 -98
  80. package/test/parallel_insert.test.js +0 -44
  81. package/test/prepare.test.js +0 -427
  82. package/test/profile.test.js +0 -57
  83. package/test/rerun.test.js +0 -50
  84. package/test/scheduling.test.js +0 -44
  85. package/test/serialization.test.js +0 -104
  86. package/test/support/createdb-electron.js +0 -10
  87. package/test/support/createdb.js +0 -47
  88. package/test/support/elmo.png +0 -0
  89. package/test/support/helper.js +0 -37
  90. package/test/support/script.sql +0 -70
  91. package/test/trace.test.js +0 -67
  92. package/test/unicode.test.js +0 -114
  93. package/test/upsert.test.js +0 -27
  94. package/test/verbose.test.js +0 -60
  95. package/test.js +0 -141
  96. package/test.slr.mjs +0 -212
@@ -1,1028 +0,0 @@
1
- # Makefile.in generated by automake 1.15.1 from Makefile.am.
2
- # @configure_input@
3
-
4
- # Copyright (C) 1994-2017 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
-
18
-
19
-
20
- VPATH = @srcdir@
21
- am__is_gnu_make = { \
22
- if test -z '$(MAKELEVEL)'; then \
23
- false; \
24
- elif test -n '$(MAKE_HOST)'; then \
25
- true; \
26
- elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
27
- true; \
28
- else \
29
- false; \
30
- fi; \
31
- }
32
- am__make_running_with_option = \
33
- case $${target_option-} in \
34
- ?) ;; \
35
- *) echo "am__make_running_with_option: internal error: invalid" \
36
- "target option '$${target_option-}' specified" >&2; \
37
- exit 1;; \
38
- esac; \
39
- has_opt=no; \
40
- sane_makeflags=$$MAKEFLAGS; \
41
- if $(am__is_gnu_make); then \
42
- sane_makeflags=$$MFLAGS; \
43
- else \
44
- case $$MAKEFLAGS in \
45
- *\\[\ \ ]*) \
46
- bs=\\; \
47
- sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
48
- | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
49
- esac; \
50
- fi; \
51
- skip_next=no; \
52
- strip_trailopt () \
53
- { \
54
- flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
55
- }; \
56
- for flg in $$sane_makeflags; do \
57
- test $$skip_next = yes && { skip_next=no; continue; }; \
58
- case $$flg in \
59
- *=*|--*) continue;; \
60
- -*I) strip_trailopt 'I'; skip_next=yes;; \
61
- -*I?*) strip_trailopt 'I';; \
62
- -*O) strip_trailopt 'O'; skip_next=yes;; \
63
- -*O?*) strip_trailopt 'O';; \
64
- -*l) strip_trailopt 'l'; skip_next=yes;; \
65
- -*l?*) strip_trailopt 'l';; \
66
- -[dEDm]) skip_next=yes;; \
67
- -[JT]) skip_next=yes;; \
68
- esac; \
69
- case $$flg in \
70
- *$$target_option*) has_opt=yes; break;; \
71
- esac; \
72
- done; \
73
- test $$has_opt = yes
74
- am__make_dryrun = (target_option=n; $(am__make_running_with_option))
75
- am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
76
- pkgdatadir = $(datadir)/@PACKAGE@
77
- pkgincludedir = $(includedir)/@PACKAGE@
78
- pkglibdir = $(libdir)/@PACKAGE@
79
- pkglibexecdir = $(libexecdir)/@PACKAGE@
80
- am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
81
- install_sh_DATA = $(install_sh) -c -m 644
82
- install_sh_PROGRAM = $(install_sh) -c
83
- install_sh_SCRIPT = $(install_sh) -c
84
- INSTALL_HEADER = $(INSTALL_DATA)
85
- transform = $(program_transform_name)
86
- NORMAL_INSTALL = :
87
- PRE_INSTALL = :
88
- POST_INSTALL = :
89
- NORMAL_UNINSTALL = :
90
- PRE_UNINSTALL = :
91
- POST_UNINSTALL = :
92
- build_triplet = @build@
93
- host_triplet = @host@
94
- bin_PROGRAMS = sqlite3$(EXEEXT)
95
- subdir = .
96
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
97
- am__aclocal_m4_deps = $(top_srcdir)/configure.ac
98
- am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
99
- $(ACLOCAL_M4)
100
- DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
101
- $(am__configure_deps) $(include_HEADERS) $(am__DIST_COMMON)
102
- am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
103
- configure.lineno config.status.lineno
104
- mkinstalldirs = $(install_sh) -d
105
- CONFIG_CLEAN_FILES = sqlite3.pc
106
- CONFIG_CLEAN_VPATH_FILES =
107
- am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
108
- am__vpath_adj = case $$p in \
109
- $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
110
- *) f=$$p;; \
111
- esac;
112
- am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
113
- am__install_max = 40
114
- am__nobase_strip_setup = \
115
- srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
116
- am__nobase_strip = \
117
- for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
118
- am__nobase_list = $(am__nobase_strip_setup); \
119
- for p in $$list; do echo "$$p $$p"; done | \
120
- sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
121
- $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
122
- if (++n[$$2] == $(am__install_max)) \
123
- { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
124
- END { for (dir in files) print dir, files[dir] }'
125
- am__base_list = \
126
- sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
127
- sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
128
- am__uninstall_files_from_dir = { \
129
- test -z "$$files" \
130
- || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
131
- || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
132
- $(am__cd) "$$dir" && rm -f $$files; }; \
133
- }
134
- am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
135
- "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(pkgconfigdir)" \
136
- "$(DESTDIR)$(includedir)"
137
- LTLIBRARIES = $(lib_LTLIBRARIES)
138
- libsqlite3_la_LIBADD =
139
- am_libsqlite3_la_OBJECTS = sqlite3.lo
140
- libsqlite3_la_OBJECTS = $(am_libsqlite3_la_OBJECTS)
141
- AM_V_lt = $(am__v_lt_@AM_V@)
142
- am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
143
- am__v_lt_0 = --silent
144
- am__v_lt_1 =
145
- libsqlite3_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
146
- $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
147
- $(libsqlite3_la_LDFLAGS) $(LDFLAGS) -o $@
148
- PROGRAMS = $(bin_PROGRAMS)
149
- am_sqlite3_OBJECTS = sqlite3-shell.$(OBJEXT)
150
- sqlite3_OBJECTS = $(am_sqlite3_OBJECTS)
151
- sqlite3_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
152
- $(LIBTOOLFLAGS) --mode=link $(CCLD) $(sqlite3_CFLAGS) \
153
- $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
154
- AM_V_P = $(am__v_P_@AM_V@)
155
- am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
156
- am__v_P_0 = false
157
- am__v_P_1 = :
158
- AM_V_GEN = $(am__v_GEN_@AM_V@)
159
- am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
160
- am__v_GEN_0 = @echo " GEN " $@;
161
- am__v_GEN_1 =
162
- AM_V_at = $(am__v_at_@AM_V@)
163
- am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
164
- am__v_at_0 = @
165
- am__v_at_1 =
166
- DEFAULT_INCLUDES = -I.@am__isrc@
167
- depcomp = $(SHELL) $(top_srcdir)/depcomp
168
- am__depfiles_maybe = depfiles
169
- am__mv = mv -f
170
- COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
171
- $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
172
- LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
173
- $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
174
- $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
175
- $(AM_CFLAGS) $(CFLAGS)
176
- AM_V_CC = $(am__v_CC_@AM_V@)
177
- am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
178
- am__v_CC_0 = @echo " CC " $@;
179
- am__v_CC_1 =
180
- CCLD = $(CC)
181
- LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
182
- $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
183
- $(AM_LDFLAGS) $(LDFLAGS) -o $@
184
- AM_V_CCLD = $(am__v_CCLD_@AM_V@)
185
- am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
186
- am__v_CCLD_0 = @echo " CCLD " $@;
187
- am__v_CCLD_1 =
188
- SOURCES = $(libsqlite3_la_SOURCES) $(sqlite3_SOURCES) \
189
- $(EXTRA_sqlite3_SOURCES)
190
- DIST_SOURCES = $(libsqlite3_la_SOURCES) $(sqlite3_SOURCES) \
191
- $(EXTRA_sqlite3_SOURCES)
192
- am__can_run_installinfo = \
193
- case $$AM_UPDATE_INFO_DIR in \
194
- n|no|NO) false;; \
195
- *) (install-info --version) >/dev/null 2>&1;; \
196
- esac
197
- man1dir = $(mandir)/man1
198
- NROFF = nroff
199
- MANS = $(man_MANS)
200
- DATA = $(pkgconfig_DATA)
201
- HEADERS = $(include_HEADERS)
202
- am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
203
- # Read a list of newline-separated strings from the standard input,
204
- # and print each of them once, without duplicates. Input order is
205
- # *not* preserved.
206
- am__uniquify_input = $(AWK) '\
207
- BEGIN { nonempty = 0; } \
208
- { items[$$0] = 1; nonempty = 1; } \
209
- END { if (nonempty) { for (i in items) print i; }; } \
210
- '
211
- # Make sure the list of sources is unique. This is necessary because,
212
- # e.g., the same source file might be shared among _SOURCES variables
213
- # for different programs/libraries.
214
- am__define_uniq_tagged_files = \
215
- list='$(am__tagged_files)'; \
216
- unique=`for i in $$list; do \
217
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
218
- done | $(am__uniquify_input)`
219
- ETAGS = etags
220
- CTAGS = ctags
221
- CSCOPE = cscope
222
- AM_RECURSIVE_TARGETS = cscope
223
- am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/sqlite3.pc.in \
224
- INSTALL compile config.guess config.sub depcomp install-sh \
225
- ltmain.sh missing
226
- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
227
- distdir = $(PACKAGE)-$(VERSION)
228
- top_distdir = $(distdir)
229
- am__remove_distdir = \
230
- if test -d "$(distdir)"; then \
231
- find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
232
- && rm -rf "$(distdir)" \
233
- || { sleep 5 && rm -rf "$(distdir)"; }; \
234
- else :; fi
235
- am__post_remove_distdir = $(am__remove_distdir)
236
- DIST_ARCHIVES = $(distdir).tar.gz
237
- GZIP_ENV = --best
238
- DIST_TARGETS = dist-gzip
239
- distuninstallcheck_listfiles = find . -type f -print
240
- am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
241
- | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
242
- distcleancheck_listfiles = find . -type f -print
243
- ACLOCAL = @ACLOCAL@
244
- AMTAR = @AMTAR@
245
- AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
246
- AR = @AR@
247
- AUTOCONF = @AUTOCONF@
248
- AUTOHEADER = @AUTOHEADER@
249
- AUTOMAKE = @AUTOMAKE@
250
- AWK = @AWK@
251
- BUILD_CFLAGS = @BUILD_CFLAGS@
252
- CC = @CC@
253
- CCDEPMODE = @CCDEPMODE@
254
- CFLAGS = @CFLAGS@
255
- CPP = @CPP@
256
- CPPFLAGS = @CPPFLAGS@
257
- CYGPATH_W = @CYGPATH_W@
258
- DEFS = @DEFS@
259
- DEPDIR = @DEPDIR@
260
- DLLTOOL = @DLLTOOL@
261
- DSYMUTIL = @DSYMUTIL@
262
- DUMPBIN = @DUMPBIN@
263
- ECHO_C = @ECHO_C@
264
- ECHO_N = @ECHO_N@
265
- ECHO_T = @ECHO_T@
266
- EGREP = @EGREP@
267
- EXEEXT = @EXEEXT@
268
- EXTRA_SHELL_OBJ = @EXTRA_SHELL_OBJ@
269
- FGREP = @FGREP@
270
- GREP = @GREP@
271
- INSTALL = @INSTALL@
272
- INSTALL_DATA = @INSTALL_DATA@
273
- INSTALL_PROGRAM = @INSTALL_PROGRAM@
274
- INSTALL_SCRIPT = @INSTALL_SCRIPT@
275
- INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
276
- LD = @LD@
277
- LDFLAGS = @LDFLAGS@
278
- LIBOBJS = @LIBOBJS@
279
- LIBS = @LIBS@
280
- LIBTOOL = @LIBTOOL@
281
- LIPO = @LIPO@
282
- LN_S = @LN_S@
283
- LTLIBOBJS = @LTLIBOBJS@
284
- LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
285
- MAKEINFO = @MAKEINFO@
286
- MANIFEST_TOOL = @MANIFEST_TOOL@
287
- MKDIR_P = @MKDIR_P@
288
- NM = @NM@
289
- NMEDIT = @NMEDIT@
290
- OBJDUMP = @OBJDUMP@
291
- OBJEXT = @OBJEXT@
292
- OTOOL = @OTOOL@
293
- OTOOL64 = @OTOOL64@
294
- PACKAGE = @PACKAGE@
295
- PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
296
- PACKAGE_NAME = @PACKAGE_NAME@
297
- PACKAGE_STRING = @PACKAGE_STRING@
298
- PACKAGE_TARNAME = @PACKAGE_TARNAME@
299
- PACKAGE_URL = @PACKAGE_URL@
300
- PACKAGE_VERSION = @PACKAGE_VERSION@
301
- PATH_SEPARATOR = @PATH_SEPARATOR@
302
- RANLIB = @RANLIB@
303
- READLINE_LIBS = @READLINE_LIBS@
304
- SED = @SED@
305
- SET_MAKE = @SET_MAKE@
306
- SHELL = @SHELL@
307
- SHELL_CFLAGS = @SHELL_CFLAGS@
308
- STRIP = @STRIP@
309
- VERSION = @VERSION@
310
- abs_builddir = @abs_builddir@
311
- abs_srcdir = @abs_srcdir@
312
- abs_top_builddir = @abs_top_builddir@
313
- abs_top_srcdir = @abs_top_srcdir@
314
- ac_ct_AR = @ac_ct_AR@
315
- ac_ct_CC = @ac_ct_CC@
316
- ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
317
- am__include = @am__include@
318
- am__leading_dot = @am__leading_dot@
319
- am__quote = @am__quote@
320
- am__tar = @am__tar@
321
- am__untar = @am__untar@
322
- bindir = @bindir@
323
- build = @build@
324
- build_alias = @build_alias@
325
- build_cpu = @build_cpu@
326
- build_os = @build_os@
327
- build_vendor = @build_vendor@
328
- builddir = @builddir@
329
- datadir = @datadir@
330
- datarootdir = @datarootdir@
331
- docdir = @docdir@
332
- dvidir = @dvidir@
333
- exec_prefix = @exec_prefix@
334
- host = @host@
335
- host_alias = @host_alias@
336
- host_cpu = @host_cpu@
337
- host_os = @host_os@
338
- host_vendor = @host_vendor@
339
- htmldir = @htmldir@
340
- includedir = @includedir@
341
- infodir = @infodir@
342
- install_sh = @install_sh@
343
- libdir = @libdir@
344
- libexecdir = @libexecdir@
345
- localedir = @localedir@
346
- localstatedir = @localstatedir@
347
- mandir = @mandir@
348
- mkdir_p = @mkdir_p@
349
- oldincludedir = @oldincludedir@
350
- pdfdir = @pdfdir@
351
- prefix = @prefix@
352
- program_transform_name = @program_transform_name@
353
- psdir = @psdir@
354
- runstatedir = @runstatedir@
355
- sbindir = @sbindir@
356
- sharedstatedir = @sharedstatedir@
357
- srcdir = @srcdir@
358
- sysconfdir = @sysconfdir@
359
- target_alias = @target_alias@
360
- top_build_prefix = @top_build_prefix@
361
- top_builddir = @top_builddir@
362
- top_srcdir = @top_srcdir@
363
- AM_CFLAGS = @BUILD_CFLAGS@
364
- lib_LTLIBRARIES = libsqlite3.la
365
- libsqlite3_la_SOURCES = sqlite3.c
366
- libsqlite3_la_LDFLAGS = -no-undefined -version-info 8:6:8
367
- sqlite3_SOURCES = shell.c sqlite3.h
368
- EXTRA_sqlite3_SOURCES = sqlite3.c
369
- sqlite3_LDADD = @EXTRA_SHELL_OBJ@ @READLINE_LIBS@
370
- sqlite3_DEPENDENCIES = @EXTRA_SHELL_OBJ@
371
- sqlite3_CFLAGS = $(AM_CFLAGS) -DSQLITE_ENABLE_EXPLAIN_COMMENTS -DSQLITE_ENABLE_DBPAGE_VTAB -DSQLITE_ENABLE_STMTVTAB -DSQLITE_ENABLE_DBSTAT_VTAB $(SHELL_CFLAGS)
372
- include_HEADERS = sqlite3.h sqlite3ext.h
373
- EXTRA_DIST = sqlite3.1 tea Makefile.msc sqlite3.rc sqlite3rc.h README.txt Replace.cs Makefile.fallback
374
- pkgconfigdir = ${libdir}/pkgconfig
375
- pkgconfig_DATA = sqlite3.pc
376
- man_MANS = sqlite3.1
377
- all: all-am
378
-
379
- .SUFFIXES:
380
- .SUFFIXES: .c .lo .o .obj
381
- am--refresh: Makefile
382
- @:
383
- $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
384
- @for dep in $?; do \
385
- case '$(am__configure_deps)' in \
386
- *$$dep*) \
387
- echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
388
- $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
389
- && exit 0; \
390
- exit 1;; \
391
- esac; \
392
- done; \
393
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
394
- $(am__cd) $(top_srcdir) && \
395
- $(AUTOMAKE) --foreign Makefile
396
- Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
397
- @case '$?' in \
398
- *config.status*) \
399
- echo ' $(SHELL) ./config.status'; \
400
- $(SHELL) ./config.status;; \
401
- *) \
402
- echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
403
- cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
404
- esac;
405
-
406
- $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
407
- $(SHELL) ./config.status --recheck
408
-
409
- $(top_srcdir)/configure: $(am__configure_deps)
410
- $(am__cd) $(srcdir) && $(AUTOCONF)
411
- $(ACLOCAL_M4): $(am__aclocal_m4_deps)
412
- $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
413
- $(am__aclocal_m4_deps):
414
- sqlite3.pc: $(top_builddir)/config.status $(srcdir)/sqlite3.pc.in
415
- cd $(top_builddir) && $(SHELL) ./config.status $@
416
-
417
- install-libLTLIBRARIES: $(lib_LTLIBRARIES)
418
- @$(NORMAL_INSTALL)
419
- @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
420
- list2=; for p in $$list; do \
421
- if test -f $$p; then \
422
- list2="$$list2 $$p"; \
423
- else :; fi; \
424
- done; \
425
- test -z "$$list2" || { \
426
- echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
427
- $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
428
- echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
429
- $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
430
- }
431
-
432
- uninstall-libLTLIBRARIES:
433
- @$(NORMAL_UNINSTALL)
434
- @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
435
- for p in $$list; do \
436
- $(am__strip_dir) \
437
- echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
438
- $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
439
- done
440
-
441
- clean-libLTLIBRARIES:
442
- -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
443
- @list='$(lib_LTLIBRARIES)'; \
444
- locs=`for p in $$list; do echo $$p; done | \
445
- sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
446
- sort -u`; \
447
- test -z "$$locs" || { \
448
- echo rm -f $${locs}; \
449
- rm -f $${locs}; \
450
- }
451
-
452
- libsqlite3.la: $(libsqlite3_la_OBJECTS) $(libsqlite3_la_DEPENDENCIES) $(EXTRA_libsqlite3_la_DEPENDENCIES)
453
- $(AM_V_CCLD)$(libsqlite3_la_LINK) -rpath $(libdir) $(libsqlite3_la_OBJECTS) $(libsqlite3_la_LIBADD) $(LIBS)
454
- install-binPROGRAMS: $(bin_PROGRAMS)
455
- @$(NORMAL_INSTALL)
456
- @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
457
- if test -n "$$list"; then \
458
- echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
459
- $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
460
- fi; \
461
- for p in $$list; do echo "$$p $$p"; done | \
462
- sed 's/$(EXEEXT)$$//' | \
463
- while read p p1; do if test -f $$p \
464
- || test -f $$p1 \
465
- ; then echo "$$p"; echo "$$p"; else :; fi; \
466
- done | \
467
- sed -e 'p;s,.*/,,;n;h' \
468
- -e 's|.*|.|' \
469
- -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
470
- sed 'N;N;N;s,\n, ,g' | \
471
- $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
472
- { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
473
- if ($$2 == $$4) files[d] = files[d] " " $$1; \
474
- else { print "f", $$3 "/" $$4, $$1; } } \
475
- END { for (d in files) print "f", d, files[d] }' | \
476
- while read type dir files; do \
477
- if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
478
- test -z "$$files" || { \
479
- echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
480
- $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
481
- } \
482
- ; done
483
-
484
- uninstall-binPROGRAMS:
485
- @$(NORMAL_UNINSTALL)
486
- @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
487
- files=`for p in $$list; do echo "$$p"; done | \
488
- sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
489
- -e 's/$$/$(EXEEXT)/' \
490
- `; \
491
- test -n "$$list" || exit 0; \
492
- echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
493
- cd "$(DESTDIR)$(bindir)" && rm -f $$files
494
-
495
- clean-binPROGRAMS:
496
- @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
497
- echo " rm -f" $$list; \
498
- rm -f $$list || exit $$?; \
499
- test -n "$(EXEEXT)" || exit 0; \
500
- list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
501
- echo " rm -f" $$list; \
502
- rm -f $$list
503
-
504
- sqlite3$(EXEEXT): $(sqlite3_OBJECTS) $(sqlite3_DEPENDENCIES) $(EXTRA_sqlite3_DEPENDENCIES)
505
- @rm -f sqlite3$(EXEEXT)
506
- $(AM_V_CCLD)$(sqlite3_LINK) $(sqlite3_OBJECTS) $(sqlite3_LDADD) $(LIBS)
507
-
508
- mostlyclean-compile:
509
- -rm -f *.$(OBJEXT)
510
-
511
- distclean-compile:
512
- -rm -f *.tab.c
513
-
514
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sqlite3-shell.Po@am__quote@
515
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sqlite3-sqlite3.Po@am__quote@
516
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sqlite3.Plo@am__quote@
517
-
518
- .c.o:
519
- @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
520
- @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
521
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
522
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
523
- @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
524
-
525
- .c.obj:
526
- @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
527
- @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
528
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
529
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
530
- @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
531
-
532
- .c.lo:
533
- @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
534
- @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
535
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
536
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
537
- @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
538
-
539
- sqlite3-shell.o: shell.c
540
- @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sqlite3_CFLAGS) $(CFLAGS) -MT sqlite3-shell.o -MD -MP -MF $(DEPDIR)/sqlite3-shell.Tpo -c -o sqlite3-shell.o `test -f 'shell.c' || echo '$(srcdir)/'`shell.c
541
- @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/sqlite3-shell.Tpo $(DEPDIR)/sqlite3-shell.Po
542
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='shell.c' object='sqlite3-shell.o' libtool=no @AMDEPBACKSLASH@
543
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
544
- @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sqlite3_CFLAGS) $(CFLAGS) -c -o sqlite3-shell.o `test -f 'shell.c' || echo '$(srcdir)/'`shell.c
545
-
546
- sqlite3-shell.obj: shell.c
547
- @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sqlite3_CFLAGS) $(CFLAGS) -MT sqlite3-shell.obj -MD -MP -MF $(DEPDIR)/sqlite3-shell.Tpo -c -o sqlite3-shell.obj `if test -f 'shell.c'; then $(CYGPATH_W) 'shell.c'; else $(CYGPATH_W) '$(srcdir)/shell.c'; fi`
548
- @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/sqlite3-shell.Tpo $(DEPDIR)/sqlite3-shell.Po
549
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='shell.c' object='sqlite3-shell.obj' libtool=no @AMDEPBACKSLASH@
550
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
551
- @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sqlite3_CFLAGS) $(CFLAGS) -c -o sqlite3-shell.obj `if test -f 'shell.c'; then $(CYGPATH_W) 'shell.c'; else $(CYGPATH_W) '$(srcdir)/shell.c'; fi`
552
-
553
- sqlite3-sqlite3.o: sqlite3.c
554
- @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sqlite3_CFLAGS) $(CFLAGS) -MT sqlite3-sqlite3.o -MD -MP -MF $(DEPDIR)/sqlite3-sqlite3.Tpo -c -o sqlite3-sqlite3.o `test -f 'sqlite3.c' || echo '$(srcdir)/'`sqlite3.c
555
- @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/sqlite3-sqlite3.Tpo $(DEPDIR)/sqlite3-sqlite3.Po
556
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sqlite3.c' object='sqlite3-sqlite3.o' libtool=no @AMDEPBACKSLASH@
557
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
558
- @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sqlite3_CFLAGS) $(CFLAGS) -c -o sqlite3-sqlite3.o `test -f 'sqlite3.c' || echo '$(srcdir)/'`sqlite3.c
559
-
560
- sqlite3-sqlite3.obj: sqlite3.c
561
- @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sqlite3_CFLAGS) $(CFLAGS) -MT sqlite3-sqlite3.obj -MD -MP -MF $(DEPDIR)/sqlite3-sqlite3.Tpo -c -o sqlite3-sqlite3.obj `if test -f 'sqlite3.c'; then $(CYGPATH_W) 'sqlite3.c'; else $(CYGPATH_W) '$(srcdir)/sqlite3.c'; fi`
562
- @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/sqlite3-sqlite3.Tpo $(DEPDIR)/sqlite3-sqlite3.Po
563
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sqlite3.c' object='sqlite3-sqlite3.obj' libtool=no @AMDEPBACKSLASH@
564
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
565
- @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sqlite3_CFLAGS) $(CFLAGS) -c -o sqlite3-sqlite3.obj `if test -f 'sqlite3.c'; then $(CYGPATH_W) 'sqlite3.c'; else $(CYGPATH_W) '$(srcdir)/sqlite3.c'; fi`
566
-
567
- mostlyclean-libtool:
568
- -rm -f *.lo
569
-
570
- clean-libtool:
571
- -rm -rf .libs _libs
572
-
573
- distclean-libtool:
574
- -rm -f libtool config.lt
575
- install-man1: $(man_MANS)
576
- @$(NORMAL_INSTALL)
577
- @list1=''; \
578
- list2='$(man_MANS)'; \
579
- test -n "$(man1dir)" \
580
- && test -n "`echo $$list1$$list2`" \
581
- || exit 0; \
582
- echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
583
- $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
584
- { for i in $$list1; do echo "$$i"; done; \
585
- if test -n "$$list2"; then \
586
- for i in $$list2; do echo "$$i"; done \
587
- | sed -n '/\.1[a-z]*$$/p'; \
588
- fi; \
589
- } | while read p; do \
590
- if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
591
- echo "$$d$$p"; echo "$$p"; \
592
- done | \
593
- sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
594
- -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
595
- sed 'N;N;s,\n, ,g' | { \
596
- list=; while read file base inst; do \
597
- if test "$$base" = "$$inst"; then list="$$list $$file"; else \
598
- echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
599
- $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
600
- fi; \
601
- done; \
602
- for i in $$list; do echo "$$i"; done | $(am__base_list) | \
603
- while read files; do \
604
- test -z "$$files" || { \
605
- echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
606
- $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
607
- done; }
608
-
609
- uninstall-man1:
610
- @$(NORMAL_UNINSTALL)
611
- @list=''; test -n "$(man1dir)" || exit 0; \
612
- files=`{ for i in $$list; do echo "$$i"; done; \
613
- l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
614
- sed -n '/\.1[a-z]*$$/p'; \
615
- } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
616
- -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
617
- dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
618
- install-pkgconfigDATA: $(pkgconfig_DATA)
619
- @$(NORMAL_INSTALL)
620
- @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
621
- if test -n "$$list"; then \
622
- echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
623
- $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
624
- fi; \
625
- for p in $$list; do \
626
- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
627
- echo "$$d$$p"; \
628
- done | $(am__base_list) | \
629
- while read files; do \
630
- echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
631
- $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
632
- done
633
-
634
- uninstall-pkgconfigDATA:
635
- @$(NORMAL_UNINSTALL)
636
- @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
637
- files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
638
- dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
639
- install-includeHEADERS: $(include_HEADERS)
640
- @$(NORMAL_INSTALL)
641
- @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
642
- if test -n "$$list"; then \
643
- echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
644
- $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
645
- fi; \
646
- for p in $$list; do \
647
- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
648
- echo "$$d$$p"; \
649
- done | $(am__base_list) | \
650
- while read files; do \
651
- echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
652
- $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
653
- done
654
-
655
- uninstall-includeHEADERS:
656
- @$(NORMAL_UNINSTALL)
657
- @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
658
- files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
659
- dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
660
-
661
- ID: $(am__tagged_files)
662
- $(am__define_uniq_tagged_files); mkid -fID $$unique
663
- tags: tags-am
664
- TAGS: tags
665
-
666
- tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
667
- set x; \
668
- here=`pwd`; \
669
- $(am__define_uniq_tagged_files); \
670
- shift; \
671
- if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
672
- test -n "$$unique" || unique=$$empty_fix; \
673
- if test $$# -gt 0; then \
674
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
675
- "$$@" $$unique; \
676
- else \
677
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
678
- $$unique; \
679
- fi; \
680
- fi
681
- ctags: ctags-am
682
-
683
- CTAGS: ctags
684
- ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
685
- $(am__define_uniq_tagged_files); \
686
- test -z "$(CTAGS_ARGS)$$unique" \
687
- || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
688
- $$unique
689
-
690
- GTAGS:
691
- here=`$(am__cd) $(top_builddir) && pwd` \
692
- && $(am__cd) $(top_srcdir) \
693
- && gtags -i $(GTAGS_ARGS) "$$here"
694
- cscope: cscope.files
695
- test ! -s cscope.files \
696
- || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
697
- clean-cscope:
698
- -rm -f cscope.files
699
- cscope.files: clean-cscope cscopelist
700
- cscopelist: cscopelist-am
701
-
702
- cscopelist-am: $(am__tagged_files)
703
- list='$(am__tagged_files)'; \
704
- case "$(srcdir)" in \
705
- [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
706
- *) sdir=$(subdir)/$(srcdir) ;; \
707
- esac; \
708
- for i in $$list; do \
709
- if test -f "$$i"; then \
710
- echo "$(subdir)/$$i"; \
711
- else \
712
- echo "$$sdir/$$i"; \
713
- fi; \
714
- done >> $(top_builddir)/cscope.files
715
-
716
- distclean-tags:
717
- -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
718
- -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
719
-
720
- distdir: $(DISTFILES)
721
- $(am__remove_distdir)
722
- test -d "$(distdir)" || mkdir "$(distdir)"
723
- @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
724
- topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
725
- list='$(DISTFILES)'; \
726
- dist_files=`for file in $$list; do echo $$file; done | \
727
- sed -e "s|^$$srcdirstrip/||;t" \
728
- -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
729
- case $$dist_files in \
730
- */*) $(MKDIR_P) `echo "$$dist_files" | \
731
- sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
732
- sort -u` ;; \
733
- esac; \
734
- for file in $$dist_files; do \
735
- if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
736
- if test -d $$d/$$file; then \
737
- dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
738
- if test -d "$(distdir)/$$file"; then \
739
- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
740
- fi; \
741
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
742
- cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
743
- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
744
- fi; \
745
- cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
746
- else \
747
- test -f "$(distdir)/$$file" \
748
- || cp -p $$d/$$file "$(distdir)/$$file" \
749
- || exit 1; \
750
- fi; \
751
- done
752
- -test -n "$(am__skip_mode_fix)" \
753
- || find "$(distdir)" -type d ! -perm -755 \
754
- -exec chmod u+rwx,go+rx {} \; -o \
755
- ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
756
- ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
757
- ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
758
- || chmod -R a+r "$(distdir)"
759
- dist-gzip: distdir
760
- tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
761
- $(am__post_remove_distdir)
762
-
763
- dist-bzip2: distdir
764
- tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
765
- $(am__post_remove_distdir)
766
-
767
- dist-lzip: distdir
768
- tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
769
- $(am__post_remove_distdir)
770
-
771
- dist-xz: distdir
772
- tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
773
- $(am__post_remove_distdir)
774
-
775
- dist-tarZ: distdir
776
- @echo WARNING: "Support for distribution archives compressed with" \
777
- "legacy program 'compress' is deprecated." >&2
778
- @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
779
- tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
780
- $(am__post_remove_distdir)
781
-
782
- dist-shar: distdir
783
- @echo WARNING: "Support for shar distribution archives is" \
784
- "deprecated." >&2
785
- @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
786
- shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
787
- $(am__post_remove_distdir)
788
-
789
- dist-zip: distdir
790
- -rm -f $(distdir).zip
791
- zip -rq $(distdir).zip $(distdir)
792
- $(am__post_remove_distdir)
793
-
794
- dist dist-all:
795
- $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
796
- $(am__post_remove_distdir)
797
-
798
- # This target untars the dist file and tries a VPATH configuration. Then
799
- # it guarantees that the distribution is self-contained by making another
800
- # tarfile.
801
- distcheck: dist
802
- case '$(DIST_ARCHIVES)' in \
803
- *.tar.gz*) \
804
- eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
805
- *.tar.bz2*) \
806
- bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
807
- *.tar.lz*) \
808
- lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
809
- *.tar.xz*) \
810
- xz -dc $(distdir).tar.xz | $(am__untar) ;;\
811
- *.tar.Z*) \
812
- uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
813
- *.shar.gz*) \
814
- eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
815
- *.zip*) \
816
- unzip $(distdir).zip ;;\
817
- esac
818
- chmod -R a-w $(distdir)
819
- chmod u+w $(distdir)
820
- mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
821
- chmod a-w $(distdir)
822
- test -d $(distdir)/_build || exit 0; \
823
- dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
824
- && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
825
- && am__cwd=`pwd` \
826
- && $(am__cd) $(distdir)/_build/sub \
827
- && ../../configure \
828
- $(AM_DISTCHECK_CONFIGURE_FLAGS) \
829
- $(DISTCHECK_CONFIGURE_FLAGS) \
830
- --srcdir=../.. --prefix="$$dc_install_base" \
831
- && $(MAKE) $(AM_MAKEFLAGS) \
832
- && $(MAKE) $(AM_MAKEFLAGS) dvi \
833
- && $(MAKE) $(AM_MAKEFLAGS) check \
834
- && $(MAKE) $(AM_MAKEFLAGS) install \
835
- && $(MAKE) $(AM_MAKEFLAGS) installcheck \
836
- && $(MAKE) $(AM_MAKEFLAGS) uninstall \
837
- && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
838
- distuninstallcheck \
839
- && chmod -R a-w "$$dc_install_base" \
840
- && ({ \
841
- (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
842
- && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
843
- && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
844
- && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
845
- distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
846
- } || { rm -rf "$$dc_destdir"; exit 1; }) \
847
- && rm -rf "$$dc_destdir" \
848
- && $(MAKE) $(AM_MAKEFLAGS) dist \
849
- && rm -rf $(DIST_ARCHIVES) \
850
- && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
851
- && cd "$$am__cwd" \
852
- || exit 1
853
- $(am__post_remove_distdir)
854
- @(echo "$(distdir) archives ready for distribution: "; \
855
- list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
856
- sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
857
- distuninstallcheck:
858
- @test -n '$(distuninstallcheck_dir)' || { \
859
- echo 'ERROR: trying to run $@ with an empty' \
860
- '$$(distuninstallcheck_dir)' >&2; \
861
- exit 1; \
862
- }; \
863
- $(am__cd) '$(distuninstallcheck_dir)' || { \
864
- echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
865
- exit 1; \
866
- }; \
867
- test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
868
- || { echo "ERROR: files left after uninstall:" ; \
869
- if test -n "$(DESTDIR)"; then \
870
- echo " (check DESTDIR support)"; \
871
- fi ; \
872
- $(distuninstallcheck_listfiles) ; \
873
- exit 1; } >&2
874
- distcleancheck: distclean
875
- @if test '$(srcdir)' = . ; then \
876
- echo "ERROR: distcleancheck can only run from a VPATH build" ; \
877
- exit 1 ; \
878
- fi
879
- @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
880
- || { echo "ERROR: files left in build directory after distclean:" ; \
881
- $(distcleancheck_listfiles) ; \
882
- exit 1; } >&2
883
- check-am: all-am
884
- check: check-am
885
- all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(MANS) $(DATA) $(HEADERS)
886
- install-binPROGRAMS: install-libLTLIBRARIES
887
-
888
- installdirs:
889
- for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(includedir)"; do \
890
- test -z "$$dir" || $(MKDIR_P) "$$dir"; \
891
- done
892
- install: install-am
893
- install-exec: install-exec-am
894
- install-data: install-data-am
895
- uninstall: uninstall-am
896
-
897
- install-am: all-am
898
- @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
899
-
900
- installcheck: installcheck-am
901
- install-strip:
902
- if test -z '$(STRIP)'; then \
903
- $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
904
- install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
905
- install; \
906
- else \
907
- $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
908
- install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
909
- "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
910
- fi
911
- mostlyclean-generic:
912
-
913
- clean-generic:
914
-
915
- distclean-generic:
916
- -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
917
- -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
918
-
919
- maintainer-clean-generic:
920
- @echo "This command is intended for maintainers to use"
921
- @echo "it deletes files that may require special tools to rebuild."
922
- clean: clean-am
923
-
924
- clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
925
- clean-libtool mostlyclean-am
926
-
927
- distclean: distclean-am
928
- -rm -f $(am__CONFIG_DISTCLEAN_FILES)
929
- -rm -rf ./$(DEPDIR)
930
- -rm -f Makefile
931
- distclean-am: clean-am distclean-compile distclean-generic \
932
- distclean-libtool distclean-tags
933
-
934
- dvi: dvi-am
935
-
936
- dvi-am:
937
-
938
- html: html-am
939
-
940
- html-am:
941
-
942
- info: info-am
943
-
944
- info-am:
945
-
946
- install-data-am: install-includeHEADERS install-man \
947
- install-pkgconfigDATA
948
-
949
- install-dvi: install-dvi-am
950
-
951
- install-dvi-am:
952
-
953
- install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
954
-
955
- install-html: install-html-am
956
-
957
- install-html-am:
958
-
959
- install-info: install-info-am
960
-
961
- install-info-am:
962
-
963
- install-man: install-man1
964
-
965
- install-pdf: install-pdf-am
966
-
967
- install-pdf-am:
968
-
969
- install-ps: install-ps-am
970
-
971
- install-ps-am:
972
-
973
- installcheck-am:
974
-
975
- maintainer-clean: maintainer-clean-am
976
- -rm -f $(am__CONFIG_DISTCLEAN_FILES)
977
- -rm -rf $(top_srcdir)/autom4te.cache
978
- -rm -rf ./$(DEPDIR)
979
- -rm -f Makefile
980
- maintainer-clean-am: distclean-am maintainer-clean-generic
981
-
982
- mostlyclean: mostlyclean-am
983
-
984
- mostlyclean-am: mostlyclean-compile mostlyclean-generic \
985
- mostlyclean-libtool
986
-
987
- pdf: pdf-am
988
-
989
- pdf-am:
990
-
991
- ps: ps-am
992
-
993
- ps-am:
994
-
995
- uninstall-am: uninstall-binPROGRAMS uninstall-includeHEADERS \
996
- uninstall-libLTLIBRARIES uninstall-man uninstall-pkgconfigDATA
997
-
998
- uninstall-man: uninstall-man1
999
-
1000
- .MAKE: install-am install-strip
1001
-
1002
- .PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \
1003
- clean-binPROGRAMS clean-cscope clean-generic \
1004
- clean-libLTLIBRARIES clean-libtool cscope cscopelist-am ctags \
1005
- ctags-am dist dist-all dist-bzip2 dist-gzip dist-lzip \
1006
- dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
1007
- distclean-compile distclean-generic distclean-libtool \
1008
- distclean-tags distcleancheck distdir distuninstallcheck dvi \
1009
- dvi-am html html-am info info-am install install-am \
1010
- install-binPROGRAMS install-data install-data-am install-dvi \
1011
- install-dvi-am install-exec install-exec-am install-html \
1012
- install-html-am install-includeHEADERS install-info \
1013
- install-info-am install-libLTLIBRARIES install-man \
1014
- install-man1 install-pdf install-pdf-am install-pkgconfigDATA \
1015
- install-ps install-ps-am install-strip installcheck \
1016
- installcheck-am installdirs maintainer-clean \
1017
- maintainer-clean-generic mostlyclean mostlyclean-compile \
1018
- mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1019
- tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \
1020
- uninstall-includeHEADERS uninstall-libLTLIBRARIES \
1021
- uninstall-man uninstall-man1 uninstall-pkgconfigDATA
1022
-
1023
- .PRECIOUS: Makefile
1024
-
1025
-
1026
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
1027
- # Otherwise a system limit (for SysV at least) may be exceeded.
1028
- .NOEXPORT: