Home | History | Annotate | Download | only in autosetup

Lines Matching defs:defines

55   # Output file for --dump-defines. Intended only for build debugging
57 dump-defines-txt ./config.defines.txt
59 # If not empty then --dump-defines will dump not only
60 # (dump-defines-txt) but also a JSON file named after this option's
62 dump-defines-json ""
410 dump-defines=0
411 => {Dump autosetup defines to $::sqliteConfig(dump-defines-txt)
540 sqlite-dump-defines
609 # function (it's used only in error messages). defines LDFLAGS_MATH to
988 # function adds the following defines:
1474 # - defines LDFLAGS_DLOPEN to any linker flags needed for this
1545 # -current_version and -compatibility_version linker flags. Defines
1547 # supported, else defines that to the linker flags and returns 1.
1645 # set) then this simply sets the above-listed defines to empty strings
2117 # Defines:
2245 # If the --dump-defines configure flag is provided then emit a list of
2246 # all [define] values to config.defines.txt, else do nothing.
2247 proc sqlite-dump-defines {} {
2248 proj-if-opt-truthy dump-defines {
2249 make-config-header $::sqliteConfig(dump-defines-txt) \
2255 if {"" ne $::sqliteConfig(dump-defines-json)} {
2256 msg-result "--dump-defines is creating $::sqliteConfig(dump-defines-json)"
2258 # Dump config-defines.json...
2269 # if {$::sqliteConfig(dump-defines-json-include-lowercase)} {
2274 proj-dump-defs-json $::sqliteConfig(dump-defines-json) {*}$dumpDefsOpt