Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(73)

Side by Side Diff: third_party/sqlite/src/autoconf/Makefile.am

Issue 2751253002: [sql] Import SQLite 3.17.0. (Closed)
Patch Set: also clang on Linux i386 Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/sqlite/src/VERSION ('k') | third_party/sqlite/src/autoconf/Makefile.msc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 AM_CFLAGS = @THREADSAFE_FLAGS@ @DYNAMIC_EXTENSION_FLAGS@ @FTS5_FLAGS@ @JSON1_FLA GS@ -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_RTREE 2 AM_CFLAGS = @THREADSAFE_FLAGS@ @DYNAMIC_EXTENSION_FLAGS@ @FTS5_FLAGS@ @JSON1_FLA GS@ @SESSION_FLAGS@ -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_RTREE
3 3
4 lib_LTLIBRARIES = libsqlite3.la 4 lib_LTLIBRARIES = libsqlite3.la
5 libsqlite3_la_SOURCES = sqlite3.c 5 libsqlite3_la_SOURCES = sqlite3.c
6 libsqlite3_la_LDFLAGS = -no-undefined -version-info 8:6:8 6 libsqlite3_la_LDFLAGS = -no-undefined -version-info 8:6:8
7 7
8 bin_PROGRAMS = sqlite3 8 bin_PROGRAMS = sqlite3
9 sqlite3_SOURCES = shell.c sqlite3.h 9 sqlite3_SOURCES = shell.c sqlite3.h
10 EXTRA_sqlite3_SOURCES = sqlite3.c 10 EXTRA_sqlite3_SOURCES = sqlite3.c
11 sqlite3_LDADD = @EXTRA_SHELL_OBJ@ @READLINE_LIBS@ 11 sqlite3_LDADD = @EXTRA_SHELL_OBJ@ @READLINE_LIBS@
12 sqlite3_DEPENDENCIES = @EXTRA_SHELL_OBJ@ 12 sqlite3_DEPENDENCIES = @EXTRA_SHELL_OBJ@
13 sqlite3_CFLAGS = $(AM_CFLAGS) 13 sqlite3_CFLAGS = $(AM_CFLAGS) -DSQLITE_ENABLE_EXPLAIN_COMMENTS
14 14
15 include_HEADERS = sqlite3.h sqlite3ext.h 15 include_HEADERS = sqlite3.h sqlite3ext.h
16 16
17 EXTRA_DIST = sqlite3.1 tea 17 EXTRA_DIST = sqlite3.1 tea Makefile.msc sqlite3.rc README.txt Replace.cs
18 pkgconfigdir = ${libdir}/pkgconfig 18 pkgconfigdir = ${libdir}/pkgconfig
19 pkgconfig_DATA = sqlite3.pc 19 pkgconfig_DATA = sqlite3.pc
20 20
21 man_MANS = sqlite3.1 21 man_MANS = sqlite3.1
OLDNEW
« no previous file with comments | « third_party/sqlite/src/VERSION ('k') | third_party/sqlite/src/autoconf/Makefile.msc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698