Home
last modified time | relevance | path

Searched full:install (Results 1 – 25 of 933) sorted by relevance

12345678910>>...38

/linux/tools/power/cpupower/
H A DMakefile35 # Set the following to 'true' to build/install the
80 INSTALL = /usr/bin/install -c macro
81 INSTALL_PROGRAM = ${INSTALL}
82 INSTALL_DATA = ${INSTALL} -m 644
84 INSTALL_SCRIPT = ${INSTALL} -m 644
150 INSTALL_NLS += install-gmo
156 INSTALL_BENCH += install-bench
269 install-lib: libcpupower
270 $(INSTALL) -d $(DESTDIR)${libdir}
272 $(INSTALL) -d $(DESTDIR)${includedir}
[all …]
/linux/tools/kvm/kvm_stat/
H A DMakefile23 $(error "You need to install asciidoc for man pages")
33 install-man: man
34 install -d -m 755 $(INSTALL_ROOT)/$(MAN1DIR)
35 install -m 644 kvm_stat.1 $(INSTALL_ROOT)/$(MAN1DIR)
37 install-tools:
38 install -d -m 755 $(INSTALL_ROOT)/$(BINDIR)
39 install -m 755 -p "kvm_stat" "$(INSTALL_ROOT)/$(BINDIR)/$(TARGET)"
41 install: install-tools install-man target
42 .PHONY: all clean man install-tools install-man install
/linux/tools/perf/Documentation/
H A DMakefile52 INSTALL?=install macro
67 INSTALL_INFO=install-info
186 install: install-man target
190 $(error "You need to install $(missing_tools) for man pages")
193 do-install-man: man
195 $(INSTALL) -d -m 755 $(DESTDIR)$(man1dir); \
196 # $(INSTALL) -d -m 755 $(DESTDIR)$(man5dir); \
197 # $(INSTALL) -d -m 755 $(DESTDIR)$(man7dir); \
198 $(INSTALL) -m 644 $(DOC_MAN1) $(DESTDIR)$(man1dir); \
199 # $(INSTALL) -m 644 $(DOC_MAN5) $(DESTDIR)$(man5dir); \
[all …]
/linux/drivers/gpu/drm/ci/
H A Dbuild.sh13 apt-get install -y libssl-dev
16 apt-get install -y python3-lxml
39 apt-get install -y libssl-dev:armhf
111 mkdir -p install/modules/
112 INSTALL_MOD_PATH=install/modules/ make modules_install
132 mkdir -p install
133 cp -rfv .gitlab-ci/* install/.
134 cp -rfv ci/* install/.
135 cp -rfv install/common install/ci-common
136 cp -rfv drivers/gpu/drm/ci/* install/.
[all …]
/linux/tools/perf/
H A DMakefile.perf229 INSTALL = install
432 # what 'all' will build and 'install' will install, in perfexecdir
435 # what 'all' will build but not install in perfexecdir
490 export INSTALL SHELL_PATH
810 $(QUIET_GEN)$(INSTALL) '$@.sh' '$(OUTPUT)$@'
1000 @echo 'Perf install targets:'
1002 @echo ' HINT: use "prefix" or "DESTDIR" to install to a particular'
1003 @echo ' path like "make prefix=/usr/local install install-doc"'
1004 @echo ' install - install compiled binaries'
1005 @echo ' install-doc - install *all* documentation'
[all …]
/linux/tools/power/pm-graph/
H A DMakefile29 INSTALL = /usr/bin/install macro
30 INSTALL_DATA = ${INSTALL} -m 644
35 install : uninstall target
36 $(INSTALL) -d $(DESTDIR)$(LIBDIR)/pm-graph
37 $(INSTALL) sleepgraph.py $(DESTDIR)$(LIBDIR)/pm-graph
38 $(INSTALL) bootgraph.py $(DESTDIR)$(LIBDIR)/pm-graph
39 $(INSTALL) -d $(DESTDIR)$(LIBDIR)/pm-graph/config
52 $(INSTALL) -d $(DESTDIR)$(BINDIR)
56 $(INSTALL) -d $(DESTDIR)$(MANDIR)/man8
57 $(INSTALL) bootgraph.8 $(DESTDIR)$(MANDIR)/man8
[all …]
/linux/tools/verification/dot2/
H A DMakefile1 INSTALL=install macro
17 .PHONY: install
18 install: target
19 $(INSTALL) automata.py -D -m 644 $(DESTDIR)$(PYLIB)/dot2/automata.py
20 $(INSTALL) dot2c.py -D -m 644 $(DESTDIR)$(PYLIB)/dot2/dot2c.py
21 $(INSTALL) dot2c -D -m 755 $(DESTDIR)$(bindir)/
22 $(INSTALL) dot2k.py -D -m 644 $(DESTDIR)$(PYLIB)/dot2/dot2k.py
23 $(INSTALL) dot2k -D -m 755 $(DESTDIR)$(bindir)/
/linux/tools/power/cpupower/debug/i386/
H A DMakefile10 INSTALL = /usr/bin/install macro
35 install: target
36 $(INSTALL) -d $(DESTDIR)${bindir}
37 $(INSTALL) $(OUTPUT)centrino-decode $(DESTDIR)${bindir}
38 $(INSTALL) $(OUTPUT)powernow-k8-decode $(DESTDIR)${bindir}
39 $(INSTALL) $(OUTPUT)dump_psb $(DESTDIR)${bindir}
40 $(INSTALL) $(OUTPUT)intel_gsic $(DESTDIR)${bindir}
42 .PHONY: all default clean install
/linux/tools/
H A DMakefile49 @echo ' from the kernel command line to build and install one of'
56 @echo ' $$ make tools/install'
129 $(call descend,power/$(@:_install=),install)
132 $(call descend,power/$(@:_install=),install)
135 $(call descend,$(@:_install=),install)
138 $(call descend,testing/$(@:_install=),install)
141 $(call descend,lib/$(@:_install=),install)
144 $(call descend,power/x86/$(@:_install=),install)
147 $(call descend,thermal/$(@:_install=),install)
150 $(call descend,thermal/$(@:_install=),install)
157 install: acpi_install counter_install cpupower_install gpio_install \ global() target
[all...]
/linux/tools/lib/perf/Documentation/
H A DMakefile44 INSTALL ?= install macro
117 install-man: all
119 $(INSTALL) -d -m 755 $(DESTDIR)$(man3dir); \
120 $(INSTALL) -m 644 $(MAN_3) $(DESTDIR)$(man3dir); \
121 $(INSTALL) -d -m 755 $(DESTDIR)$(man7dir); \
122 $(INSTALL) -m 644 $(MAN_7) $(DESTDIR)$(man7dir);
124 install-html:
126 $(INSTALL) -d -m 755 $(DESTDIR)$(htmldir); \
127 $(INSTALL) -m 644 $(MAN_HTML) $(DESTDIR)$(htmldir); \
129 install-examples:
[all …]
/linux/scripts/
H A DMakefile.modinst12 install-y :=
19 install-$(CONFIG_MODULES) += $(addprefix $(MODLIB)/, build modules.order)
30 quiet_cmd_install_modorder = INSTALL $@
33 # Install modules.builtin(.modinfo,.ranges) even when CONFIG_MODULES is disabled.
34 install-y += $(addprefix $(MODLIB)/, modules.builtin modules.builtin.modinfo)
36 install-$(CONFIG_BUILTIN_MODULE_RANGES) += $(MODLIB)/modules.builtin.ranges
39 $(call cmd,install)
63 install-$(CONFIG_MODULES) += $(modules)
65 __modinst: $(install-y)
71 quiet_cmd_install = INSTALL $@
[all …]
/linux/tools/power/cpupower/debug/x86_64/
H A DMakefile10 INSTALL = /usr/bin/install macro
26 install: target
27 $(INSTALL) -d $(DESTDIR)${bindir}
28 $(INSTALL) $(OUTPUT)centrino-decode $(DESTDIR)${bindir}
29 $(INSTALL) $(OUTPUT)powernow-k8-decode $(DESTDIR)${bindir}
31 .PHONY: all default clean install
/linux/arch/arm/boot/
H A Dinstall.sh10 # Adapted from code in arch/i386/boot/install.sh by Russell King
12 # "make install" script for arm architecture
18 # $4 - default install path (blank if root directory)
23 # Compressed install
27 # Normal install
37 # Install system map file
46 echo "You have to install it yourself"
/linux/tools/thermal/lib/
H A DMakefile17 INSTALL = install macro
126 $(INSTALL) -d -m 755 '$(DESTDIR_SQ)$1'; \
132 $(INSTALL) -d -m 755 '$(DESTDIR_SQ)$2'; \
134 $(INSTALL) $1 $(if $3,-m $3,) '$(DESTDIR_SQ)$2'
151 $(Q)$(MAKE) -C Documentation install-man install-html install-examples
153 #install: install_lib install_headers install_pkgconfig install_doc
154 install: install_lib install_headers install_pkgconfig target
158 .PHONY: all install clean FORCE
/linux/tools/testing/selftests/bpf/
H A DMakefile.docs6 INSTALL ?= install
62 docs-install-$1: docs
64 $(Q)$(INSTALL) -d -m 755 $(DESTDIR)$$(man$2dir)
65 $(Q)$(INSTALL) -m 644 $$(DOC_MAN$2) $(DESTDIR)$$(man$2dir)
72 .PHONY: $1 docs-clean-$1 docs-install-$1 docs-uninstall-$1
80 docs-install: $(foreach doctarget,$(DOCTARGETS), docs-install-$(doctarget))
83 .PHONY: docs docs-clean docs-install docs-uninstall man2 man7
/linux/tools/hv/
H A DMakefile57 install: $(ALL_PROGRAMS) target
58 install -d -m 755 $(DESTDIR)$(sbindir); \
59 install -d -m 755 $(DESTDIR)$(libexecdir)/hypervkvpd; \
60 install -d -m 755 $(DESTDIR)$(sharedstatedir); \
62 install $$program -m 755 $(DESTDIR)$(sbindir); \
64 install -m 755 lsvmbus $(DESTDIR)$(sbindir); \
66 install $$script -m 755 $(DESTDIR)$(libexecdir)/hypervkvpd/$${script%.sh}; \
71 .PHONY: all install clean FORCE prepare
/linux/tools/testing/selftests/
H A DMakefile134 # more effort to install.
185 # Prepare for headers install
236 # Use $BUILD as the default install root. $BUILD points to the
250 install: all target
252 @# Ask all targets to install their files
254 install -m 744 kselftest/module.sh $(INSTALL_PATH)/kselftest/
255 install -m 744 kselftest/runner.sh $(INSTALL_PATH)/kselftest/
256 install -m 744 kselftest/prefix.pl $(INSTALL_PATH)/kselftest/
257 install -m 744 kselftest/ktap_helpers.sh $(INSTALL_PATH)/kselftest/
258 install
[all...]
/linux/tools/bpf/bpftool/
H A DMakefile51 $(Q)install -m 644 -t $(LIBBPF_HDRS_DIR) $<
60 $(Q)install -m 644 -t $(LIBBPF_BOOTSTRAP_HDRS_DIR) $<
96 INSTALL ?= install macro
118 NON_CHECK_FEAT_TARGETS := clean uninstall doc doc-clean doc-install doc-uninstall
264 install-bin: $(OUTPUT)bpftool
266 $(Q)$(INSTALL) -m 0755 -d $(DESTDIR)$(prefix)/sbin
267 $(Q)$(INSTALL) $(OUTPUT)bpftool $(DESTDIR)$(prefix)/sbin/bpftool
269 install: install-bin target
270 $(Q)$(INSTALL) -m 0755 -d $(DESTDIR)$(bash_compdir)
271 $(Q)$(INSTALL) -m 0644 bash-completion/bpftool $(DESTDIR)$(bash_compdir)
[all …]
/linux/tools/testing/vsock/
H A DMakefile19 install: all target
22 install -m 744 vsock_test $(VSOCK_INSTALL_PATH)
23 install -m 744 vsock_perf $(VSOCK_INSTALL_PATH)
24 install -m 744 vsock_diag_test $(VSOCK_INSTALL_PATH)
25 install -m 744 vsock_uring_test $(VSOCK_INSTALL_PATH)
27 $(error Error: set VSOCK_INSTALL_PATH to use install)
/linux/Documentation/tools/rtla/
H A DMakefile4 INSTALL ?= install macro
28 $(info ** distribution, e.g., 'dnf install python3-docutils' on Fedora,)
44 install: man target
45 $(INSTALL) -d -m 755 $(DESTDIR)$(MAN1DIR)
46 $(INSTALL) -m 644 $(DOC_MAN1) $(DESTDIR)$(MAN1DIR)
52 .PHONY: man man1 clean install uninstall
/linux/Documentation/tools/rv/
H A DMakefile3 INSTALL ?= install macro
27 $(info ** distribution, e.g., 'dnf install python3-docutils' on Fedora,)
43 install: man target
44 $(INSTALL) -d -m 755 $(DESTDIR)$(MAN1DIR)
45 $(INSTALL) -m 644 $(DOC_MAN1) $(DESTDIR)$(MAN1DIR)
51 .PHONY: man man1 clean install uninstall
/linux/arch/riscv/boot/
H A Dinstall.sh10 # Adapted from code in arch/i386/boot/install.sh by Russell King
12 # "make install" script for the RISC-V Linux port
18 # $4 - default install path (blank if root directory)
23 # Compressed install
28 # Normal install
40 # Install system map file
/linux/arch/arm64/boot/
H A Dinstall.sh10 # Adapted from code in arch/i386/boot/install.sh by Russell King
12 # "make install" script for the AArch64 Linux port
18 # $4 - default install path (blank if root directory)
24 # Compressed install
28 # Normal install
38 # Install system map file
/linux/tools/lib/thermal/
H A DMakefile17 INSTALL = install macro
134 $(INSTALL) -d -m 755 '$(DESTDIR_SQ)$1'; \
140 $(INSTALL) -d -m 755 '$(DESTDIR_SQ)$2'; \
142 $(INSTALL) $1 $(if $3,-m $3,) '$(DESTDIR_SQ)$2'
159 $(Q)$(MAKE) -C Documentation install-man install-html install-examples
161 install: install_lib install_headers install_pkgconfig target
165 .PHONY: all install clean FORCE
/linux/tools/bpf/
H A DMakefile9 INSTALL ?= install macro
103 install: $(PROGS) bpftool_install target
105 $(Q)$(INSTALL) -m 0755 -d $(DESTDIR)$(prefix)/bin
106 $(Q)$(INSTALL) $(OUTPUT)bpf_jit_disasm $(DESTDIR)$(prefix)/bin/bpf_jit_disasm
108 $(Q)$(INSTALL) $(OUTPUT)bpf_dbg $(DESTDIR)$(prefix)/bin/bpf_dbg
110 $(Q)$(INSTALL) $(OUTPUT)bpf_asm $(DESTDIR)$(prefix)/bin/bpf_asm
116 $(call descend,bpftool,install)
133 .PHONY: all install clean bpftool bpftool_install bpftool_clean \

12345678910>>...38