Home
last modified time | relevance | path

Searched refs:install (Results 1 – 19 of 19) sorted by relevance

/third_party/ulib/backtrace/
A DMakefile.in680 install: install-am
681 install-exec: install-exec-am
735 install-dvi: install-dvi-am
739 install-exec-am: install-libLTLIBRARIES install-multi
751 install-pdf: install-pdf-am
755 install-ps: install-ps-am
792 install-data-am install-dvi install-dvi-am install-exec \
793 install-exec-am install-html install-html-am \
794 install-includeHEADERS install-info install-info-am \
795 install-libLTLIBRARIES install-man install-multi install-pdf \
[all …]
A Dconfigure.ac55 # headers are gone at "make install" time).
/third_party/ulib/lz4/
A DMakefile.lz494 install: liblz4 liblz4.pc
95 @install -d -m 755 $(DESTDIR)$(LIBDIR)/pkgconfig/ $(DESTDIR)$(INCLUDEDIR)/
96 @install -m 755 liblz4.$(SHARED_EXT_VER) $(DESTDIR)$(LIBDIR)/liblz4.$(SHARED_EXT_VER)
100 @install -m 644 liblz4.a $(DESTDIR)$(LIBDIR)/liblz4.a
101 @install -m 644 lz4.h $(DESTDIR)$(INCLUDEDIR)/lz4.h
102 @install -m 644 lz4hc.h $(DESTDIR)$(INCLUDEDIR)/lz4hc.h
103 @install -m 644 lz4frame.h $(DESTDIR)$(INCLUDEDIR)/lz4frame.h
A DREADME.md18 - Makefile : script to compile or install lz4 library (static or dynamic)
19 - liblz4.pc.in : for pkg-config (make install)
/third_party/lib/jitterentropy/
A DMakefile33 .PHONY: all scan install clean distclean
43 install: target
44 install -m 644 doc/$(NAME).3 $(PREFIX)/share/man/man3/
46 install -m 0755 -s lib$(NAME).so.$(LIBVERSION) $(PREFIX)/$(LIBDIR)/
A DREADME.md25 To generate the shared library `make` followed by `make install`.
/third_party/lib/acpica/generate/unix/
A DMakefile.common74 install: FORCE
78 $(MAKE) PROG=$$toolname install; \
A Dreadme.txt32 make install /* install all binaries to /usr/bin */
68 "make install" will install the binaries to /usr/bin
A DMakefile.rules23 install :
A DMakefile.config74 INSTALL = install
/third_party/ulib/jemalloc/
A D.appveyor.yml16 install:
A DREADME15 The INSTALL file contains information on how to configure, build, and install
A DINSTALL6 make install
14 make install
30 --prefix=<install-root-dir>
31 Set the base directory in which to install. For example:
86 --with-install-suffix=<suffix>
362 To install only parts of jemalloc, use the following targets:
A DMakefile.in247 .PHONY: install_doc_html install_doc_man install_doc install
423 install: install_bin install_include install_lib install_doc
A Dconfigure.ac130 dnl Munge install path variables.
775 [AS_HELP_STRING([--with-install-suffix=<suffix>], [Suffix to append to all installed files])],
/third_party/ulib/musl/
A DINSTALL5 There are many different ways to install musl depending on your usage
96 To build and install musl:
103 3. Run "make install" with appropriate privileges to write to the
117 break your existing system when you run "make install" and it may be
133 If for some reason it is impossible to install the dynamic linker in
A DWHATSNEW411 - "make install" no longer tries to build shared libc if disabled
989 - make install failed to install bits headers if make was not run first
1037 - "make install" was not atomic (overwrote files rather than replacing)
1061 - failure to properly install dynamic linker with DESTDIR set (symlink wrong)
1172 - possible system breakage during libc upgrade due to install.sh bugs
/third_party/dev/ethernet/e1000/
A DREADME77 b. To install the compiled module to the system directory:
79 make install
97 Compile and install the kernel. The system must be rebooted for the
380 b. To install the compiled module in system directory:
381 make install
404 install or use the Software.
/third_party/lib/acpica/
A Dchanges.txt178 initialization, since AcpiExec must install its own operation region
1418 Added a new external interface to allow the host to install ACPI tables
1447 Added the missing EXPORT_SYMBOL macros for the install and remove SCI
2322 AcpiExec: Added support for multiple EC devices, and now install EC
3339 changes to the existing handler install/remove interfaces. Lin Ming, Bob
4836 well as install an optional handler that is called for each _OSI
4932 Changed the behavior of the GPE install/remove handler interfaces. The
5967 Implemented a new interface to install or override a single control
5971 an existing method or to install a missing method without having to
7637 Designed and implemented new external interfaces to install and remove
[all …]

Completed in 32 milliseconds