Home | History | Annotate | Download | only in test

Lines Matching refs:makefile

13     -makefile PATH-TO-MAKEFILE           (default "releasetest.mk")
17 The default value for -makefile is "./releasetest.mk".
27 Almost any SQLite makefile (except those generated by configure - see below)
30 * The makefile should support the "fulltest" target.
31 * The makefile should support the variable "OPTS" as a way to pass
36 make -f $::MAKEFILE fulltest OPTS="-DSQLITE_SECURE_DELETE=1 -DSQLITE_DEBUG=1"
41 Example Makefile contents:
196 # OPTS Makefile variable. Variable $cflags holds the value for
197 # CFLAGS. The makefile will pass OPTS to both gcc and lemon, but
228 set makefile [file normalize $::MAKEFILE]
234 [list exec make -C $dir -f $makefile clean] \
255 # Currently the only option supported is "-makefile", default
256 # "releasetest.mk". Set the ::MAKEFILE variable to the value of this
260 set ::MAKEFILE releasetest.mk ;# Default value
266 -makefile {
268 set ::MAKEFILE [lindex $argv $i]
289 set ::MAKEFILE [file normalize $::MAKEFILE]