Home | History | Annotate | Download | only in autosetup

Lines Matching defs:install

631   if {"" eq [proj-bin-define install]} {
632 proj-warn "Cannot find install binary, so 'make install' will not work."
1583 proc sqlite-handle-mac-install-name {} {
1584 define LDFLAGS_MAC_INSTALL_NAME ""; # {-Wl,-install_name,"$(install-dir.lib)/$(libsqlite3.DLL)"}
1589 define LDFLAGS_MAC_INSTALL_NAME {-Wl,-install_name,"$(install-dir.lib)/$(libsqlite3.DLL)"}
1657 # - cygwin sqlite packages historically install no .dll.a file.
1659 # - msys2 and mingw sqlite packages historically install
1723 # set of "make install" rules to use for installation of the DLL
1725 # install-dll-NAME which runs the installation for that set, as well
1726 # as providing a rule named install-dll which resolves to
1727 # install-dll-NAME (perhaps indirectly, depending on whether the DLL
1782 sqlite-handle-mac-install-name