| /sqlite-3.40.0/autoconf/tea/ |
| H A D | Makefile.in | 219 install: all install-binaries install-libraries install-doc 221 install-binaries: binaries install-lib-binaries install-bin-binaries 228 install-libraries: libraries 241 install-doc: doc 356 $(srcdir)/tclconfig/tcl.m4 $(srcdir)/tclconfig/install-sh \ 408 install-lib-binaries: binaries 445 install-bin-binaries: binaries 470 .PHONY: all binaries clean depend distclean doc install libraries test
|
| H A D | README | 13 example will install the extension in the /opt/tcl directory. 18 $ make install
|
| /sqlite-3.40.0/ |
| H A D | spec.template | 42 %install 43 install -d $RPM_BUILD_ROOT/%{_prefix} 44 install -d $RPM_BUILD_ROOT/%{_prefix}/bin 45 install -d $RPM_BUILD_ROOT/%{_prefix}/include 46 install -d $RPM_BUILD_ROOT/%{_prefix}/lib 47 make install prefix=$RPM_BUILD_ROOT/%{_prefix}
|
| H A D | configure.ac | 16 # written by the "install" target of the makefile. 133 AC_ARG_VAR([TCLLIBDIR], [Where to install tcl plugin]) 371 # check in a few common install locations 420 # If the TCL_BIN_DIR is the build directory (not the install directory),
|
| H A D | ltmain.sh | 720 install|instal|insta|inst|ins|in|i) 721 shift; set dummy --mode install ${1+"$@"}; shift 761 install) ;; 1578 -no-fast-install disable the fast-install mode 1579 -no-install link a not-installable executable 1861 # Allow the use of GNU shtool's install command. 2238 */usr/bin/install*,*cygwin*) 2290 test "$mode" = install && func_mode_install ${1+"$@"} 4602 -no-fast-install) 4607 -no-install)
|
| H A D | configure | 1546 --enable-fast-install[=PKGS] 1596 TCLLIBDIR Where to install tcl plugin 2470 if test -f "$ac_dir/install-sh"; then 2472 ac_install_sh="$ac_aux_dir/install-sh -c" 2474 elif test -f "$ac_dir/install.sh"; then 2476 ac_install_sh="$ac_aux_dir/install.sh -c" 2480 ac_install_sh="$ac_aux_dir/shtool install -c" 2485 …as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$src… 9915 for ac_prog in ginstall scoinst install; do 9918 if test $ac_prog = install && [all …]
|
| H A D | README.md | 51 first install Fossil version 2.0 or later. 54 a stand-alone program. To install, simply download or build the single
|
| H A D | aclocal.m4 | 1380 [Commands used to install an old-style archive]) 7450 _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install], 7632 # implement the --enable-fast-install flag, and support the `fast-install' 7633 # and `disable-fast-install' LT_INIT options. 7637 AC_ARG_ENABLE([fast-install], 7638 [AS_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@], 7663 LT_OPTION_DEFINE([LT_INIT], [fast-install], [_LT_ENABLE_FAST_INSTALL([yes])]) 7668 [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install]) 7671 the `fast-install' option into LT_INIT's first parameter.]) 7675 [_LT_SET_OPTION([LT_INIT], [disable-fast-install]) [all …]
|
| H A D | Makefile.in | 162 LTINSTALL = $(LIBTOOL) --mode=install $(INSTALL) 1476 install: sqlite3$(TEXE) lib_install sqlite3.h sqlite3.pc ${HAVE_TCL:1=tcl_install}
|
| H A D | main.mk | 1120 install: sqlite3 libsqlite3.a sqlite3.h
|
| H A D | manifest | 29 F autoconf/tea/tclconfig/install-sh bdd5e293591621ae60d9824d86a4b1c5f22c3d00 556 F install-sh 9d4de14ab9fb0facae2f48780b874848cbf2f895 x
|
| /sqlite-3.40.0/autoconf/tea/win/ |
| H A D | makefile.vc | 319 install: install-binaries install-libraries install-docs 399 install-binaries: 404 install-libraries: 413 install-docs:
|
| /sqlite-3.40.0/autoconf/ |
| H A D | INSTALL | 15 Briefly, the shell commands `./configure; make; make install' should 16 configure, build, and install this package. The following 64 4. Type `make install' to install the programs and any data files and 67 user, and only the `make install' phase executed with root 72 This target does not install anything. Running this target as a 73 regular user, particularly if the prior `make install' required 93 targets like `make install' and `make uninstall' work correctly. 144 By default, `make install' installs the package's commands under 171 affected directory. For example, `make install 175 but not in terms of `${prefix}', must each be overridden at install [all …]
|
| /sqlite-3.40.0/ext/wasm/ |
| H A D | README.md | 7 First, install the Emscripten SDK, as documented 13 $ sudo apt install git 17 # Download and install the latest SDK tools: 18 $ ./emsdk install latest 28 $ ./emsdk install latest
|
| H A D | README-dist.txt | 20 systems is to install althttpd (https://sqlite.org/althttpd) and run:
|
| H A D | GNUmakefile | 52 $(info WARNING: sudo apt install wabt)
|
| /sqlite-3.40.0/test/ |
| H A D | sysfault.test | 60 proc vfsfault_install {} { test_syscall install {open getcwd} } 79 proc vfsfault_install {} { test_syscall install fstat } 107 proc vfsfault_install {} { test_syscall install fcntl } 142 test_syscall install {open ftruncate close read pread pread64 write fallocate} 223 test_syscall install {fstat fallocate} 252 test_syscall install {mmap}
|
| H A D | malloc_common.tcl | 130 set DEFAULT(-install) "" 151 -test $O(-test) -install $O(-install) -uninstall $O(-uninstall) \ 336 set DEFAULT(-install) "" 353 eval $O(-install)
|
| H A D | syscall.test | 47 do_test 1.3.1 { test_syscall install {open getcwd access} } {} 86 test_syscall install open
|
| H A D | mmap2.test | 44 if {[catch {test_syscall install $syscall}]} continue
|
| H A D | tkt3457.test | 73 test_syscall install fchmod
|
| H A D | journal2.test | 33 # Create a [testvfs] and install it as the default VFS. Set the device
|
| H A D | trigger1.test | 541 # Ticket #764. At one stage TEMP triggers would fail to re-install when the
|
| /sqlite-3.40.0/src/ |
| H A D | test_malloc.c | 180 static int faultsimInstall(int install){ in faultsimInstall() argument 183 install = (install ? 1 : 0); in faultsimInstall() 186 if( install==memfault.isInstalled ){ in faultsimInstall() 190 if( install ){ in faultsimInstall()
|
| /sqlite-3.40.0/autoconf/tea/tclconfig/ |
| H A D | tcl.m4 | 131 # check in a few common install locations 277 # check in a few common install locations 375 # If the TCL_BIN_DIR is the build directory (not the install directory), 483 # If the TK_BIN_DIR is the build directory (not the install directory), 585 # tclConfig.sh is in install location 643 # tkConfig.sh is in install location 3767 # check in a few common install locations 3827 # If the $1_BIN_DIR is the build directory (not the install directory), 3961 INSTALL='$(SHELL) $(srcdir)/tclconfig/install-sh -c'
|