OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:USE_AMALGAMATION
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/sqlite/src/
configure.ac
135
USE_AMALGAMATION
=1
147
USE_AMALGAMATION
=0
609
[
use_amalgamation
=$enableval],[
use_amalgamation
=yes])
610
if test "${
use_amalgamation
}" != "yes" ; then
611
USE_AMALGAMATION
=0
613
AC_SUBST(
USE_AMALGAMATION
)
Makefile.in
160
USE_AMALGAMATION
= @
USE_AMALGAMATION
@
189
LIBOBJ = $(LIBOBJS$(
USE_AMALGAMATION
))
863
TESTFIXTURE_SRC = $(TESTSRC) $(TOP)/src/tclsqlite.c $(TESTFIXTURE_SRC$(
USE_AMALGAMATION
))
configure
895
USE_AMALGAMATION
[
all
...]
Completed in 27 milliseconds