Lines Matching +refs:feature +refs:define +refs:name

21 define PACKAGE_VERSION [proj-file-content -trim $::autosetup(srcdir)/VERSION]
235 A dir name of "prefix" is equivalent to the directory specified by
349 => {Specifies the base name of the resulting DLL file.
357 "import library" for the DLL. The output's base name is
359 out a name automatically. On some platforms this flag gets
361 explicitly disable this feature on such platforms.}
379 => {Enable the SQLITE_ENABLE_STMT_SCANSTATUS feature flag}
453 define PACKAGE_NAME sqlite
454 define PACKAGE_URL {https://sqlite.org}
455 define PACKAGE_BUGREPORT [get-define PACKAGE_URL]/forum
456 define PACKAGE_STRING "[get-define PACKAGE_NAME] [get-define PACKAGE_VERSION]"
470 define SQLITE_OS_UNIX 0
471 define SQLITE_OS_WIN 1
473 define SQLITE_OS_UNIX 1
474 define SQLITE_OS_WIN 0
477 define HAVE_LFS 0
544 define OPT_FEATURE_FLAGS {} ; # -DSQLITE_OMIT/ENABLE flags.
545 define OPT_SHELL {} ; # Feature-related CFLAGS for the sqlite3 CLI app
589 define LDFLAGS_MATH $lfl
600 define BIN_INSTALL false
634 define LDFLAGS_RT $ldrt
646 define HAVE_ZLIB 1
647 define LDFLAGS_ZLIB -lz
650 define HAVE_ZLIB 0
651 define LDFLAGS_ZLIB ""
684 define $flagDef $tmp
699 define BUILD_CFLAGS $tmp
720 define CFLAGS [proj-get-env CFLAGS $defaultCFlags]
722 define BUILD_CFLAGS [proj-get-env BUILD_CFLAGS {-g}]
816 define OPT_FEATURE_FLAGS [lsort -unique $oFF]
821 define OPT_SHELL [lsort -unique $oFF]
840 define TARGET_DEBUG {-g -DSQLITE_DEBUG=1 -O0 -Wall}
845 define TARGET_DEBUG {-DNDEBUG}
854 define LDFLAGS_LIBSQLITE3_SONAME ""
878 define LDFLAGS_LIBSQLITE3_SONAME [get-define LDFLAGS_SONAME_PREFIX]$soname
897 define LDFLAGS_PTHREAD ""
904 define LDFLAGS_PTHREAD [get-define lib_pthread_create]
969 define EMCC_WRAPPER ""
970 define BIN_WASM_STRIP ""
971 define BIN_WASM_OPT ""
984 define EMCC_WRAPPER $emccSh
991 define BIN_WASM_OPT $emsdkHome/upstream/bin/wasm-opt
1001 define EMCC_WRAPPER ""
1089 define HAVE_READLINE 0
1090 define HAVE_LINENOISE 0
1091 define HAVE_EDITLINE 0
1092 define LDFLAGS_READLINE ""
1093 define CFLAGS_READLINE ""
1131 define CFLAGS_READLINE "-I$dirLn $lnC"
1132 define HAVE_LINENOISE $lnVal
1257 define LDFLAGS_READLINE $rlLib
1258 define CFLAGS_READLINE $rlInc
1330 define LDFLAGS_ICU [join [opt-val with-icu-ldflags ""]]
1331 define CFLAGS_ICU [join [opt-val with-icu-cflags ""]]
1342 define LDFLAGS_ICU [get-define PKG_ICU_IO_LDFLAGS]
1344 define CFLAGS_ICU [get-define PKG_ICU_IO_CFLAGS]
1382 set ldflags [define LDFLAGS_ICU [string trim [get-define LDFLAGS_ICU]]]
1383 set cflags [define CFLAGS_ICU [string trim [get-define CFLAGS_ICU]]]
1418 define LDFLAGS_DLOPEN ""
1423 define LDFLAGS_DLOPEN [get-define lib_dlopen]
1459 define LDFLAGS_MATH [get-define lib_ceil]
1464 define LDFLAGS_MATH ""
1481 define LDFLAGS_MAC_CVERSION ""
1489 define LDFLAGS_MAC_CVERSION "-Wl,-compatibility_version,9.0.0 -Wl,-current_version,9.6.0"
1493 define LDFLAGS_MAC_CVERSION "-compatibility_version 9.0.0 -current_version 9.6.0"
1510 define LDFLAGS_MAC_INSTALL_NAME ""; # {-Wl,-install_name,"$(install-dir.lib)/$(libsqlite3.DLL)"}
1515 define LDFLAGS_MAC_INSTALL_NAME {-Wl,-install_name,"$(install-dir.lib)/$(libsqlite3.DLL)"}
1545 define SQLITE_DLL_BASENAME $dn
1576 define LDFLAGS_OUT_IMPLIB ""
1577 define SQLITE_OUT_IMPLIB ""
1592 define LDFLAGS_OUT_IMPLIB $flags
1593 define SQLITE_OUT_IMPLIB ${dll}.a
1619 set name ""
1621 *-*-cygwin { set name cygwin }
1622 *-*-ming* { set name mingw }
1623 *-*-msys { set name msys }
1625 return $name
1671 define SQLITE_DLL_INSTALL_RULES $instName
1736 define HAVE_WASI_SDK 0
1744 define HAVE_WASI_SDK 1
1745 define WASI_SDK_DIR $wasiSdkDir
1796 define CC "${wasiSdkDir}/bin/clang"
1797 define LD "${wasiSdkDir}/bin/wasm-ld"
1798 define AR "${wasiSdkDir}/bin/ar"
1834 define TCLSH_CMD false ; # Significant is that it exits with non-0
1835 define HAVE_TCL 0 ; # Will be enabled via --tcl or a successful search
1836 define TCLLIBDIR "" ; # Installation dir for TCL extension lib
1837 define TCL_CONFIG_SH ""; # full path to tclConfig.sh
1880 define TCLSH_CMD $with_tclsh
1937 define TCL_CONFIG_SH $cfg