Lines Matching refs:shell
226 sqlite3-shell-link-flags.1 = $(TOP)/sqlite3.c $(LDFLAGS.libsqlite3)
227 sqlite3-shell-link-flags.0 = -L. -lsqlite3 $(LDFLAGS.zlib) $(LDFLAGS.math)
228 sqlite3-shell-deps.1 = $(TOP)/sqlite3.c
229 sqlite3-shell-deps.0 = $(libsqlite3.DLL)
240 sqlite3-shell-static.flags.1 = -static
241 sqlite3-shell-static.flags.0 =
242 sqlite3$(T.exe): $(TOP)/shell.c $(sqlite3-shell-deps.$(ENABLE_STATIC_SHELL))
244 $(TOP)/shell.c $(sqlite3-shell-link-flags.$(ENABLE_STATIC_SHELL)) \
245 $(sqlite3-shell-static.flags.$(STATIC_CLI_SHELL)) \
254 install-shell-0: sqlite3$(T.exe) $(install-dir.bin)
256 install-shell-1:
257 install: install-shell-$(HAVE_WASI_SDK)
281 sqlite3.h sqlite3.c shell.c sqlite3ext.h \