Searched refs:install (Results 1 – 19 of 19) sorted by relevance
680 install: install-am681 install-exec: install-exec-am735 install-dvi: install-dvi-am739 install-exec-am: install-libLTLIBRARIES install-multi751 install-pdf: install-pdf-am755 install-ps: install-ps-am792 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 …]
55 # headers are gone at "make install" time).
94 install: liblz4 liblz4.pc95 @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.a101 @install -m 644 lz4.h $(DESTDIR)$(INCLUDEDIR)/lz4.h102 @install -m 644 lz4hc.h $(DESTDIR)$(INCLUDEDIR)/lz4hc.h103 @install -m 644 lz4frame.h $(DESTDIR)$(INCLUDEDIR)/lz4frame.h
18 - Makefile : script to compile or install lz4 library (static or dynamic)19 - liblz4.pc.in : for pkg-config (make install)
33 .PHONY: all scan install clean distclean43 install: target44 install -m 644 doc/$(NAME).3 $(PREFIX)/share/man/man3/46 install -m 0755 -s lib$(NAME).so.$(LIBVERSION) $(PREFIX)/$(LIBDIR)/
25 To generate the shared library `make` followed by `make install`.
74 install: FORCE78 $(MAKE) PROG=$$toolname install; \
32 make install /* install all binaries to /usr/bin */68 "make install" will install the binaries to /usr/bin
23 install :
74 INSTALL = install
16 install:
15 The INSTALL file contains information on how to configure, build, and install
6 make install14 make install30 --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:
247 .PHONY: install_doc_html install_doc_man install_doc install423 install: install_bin install_include install_lib install_doc
130 dnl Munge install path variables.775 [AS_HELP_STRING([--with-install-suffix=<suffix>], [Suffix to append to all installed files])],
5 There are many different ways to install musl depending on your usage96 To build and install musl:103 3. Run "make install" with appropriate privileges to write to the117 break your existing system when you run "make install" and it may be133 If for some reason it is impossible to install the dynamic linker in
411 - "make install" no longer tries to build shared libc if disabled989 - make install failed to install bits headers if make was not run first1037 - "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
77 b. To install the compiled module to the system directory:79 make install97 Compile and install the kernel. The system must be rebooted for the380 b. To install the compiled module in system directory:381 make install404 install or use the Software.
178 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