| /kernel/linux/linux-5.10/tools/power/pm-graph/ |
| D | Makefile | 8 install : uninstall target 9 install -d $(DESTDIR)$(PREFIX)/lib/pm-graph 10 install sleepgraph.py $(DESTDIR)$(PREFIX)/lib/pm-graph 11 install bootgraph.py $(DESTDIR)$(PREFIX)/lib/pm-graph 12 install -d $(DESTDIR)$(PREFIX)/lib/pm-graph/config 13 install -m 644 config/cgskip.txt $(DESTDIR)$(PREFIX)/lib/pm-graph/config 14 install -m 644 config/freeze-callgraph.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config 15 install -m 644 config/freeze.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config 16 install -m 644 config/freeze-dev.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config 17 install -m 644 config/standby-callgraph.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config [all …]
|
| /kernel/linux/linux-6.6/tools/power/pm-graph/ |
| D | Makefile | 8 install : uninstall target 9 install -d $(DESTDIR)$(PREFIX)/lib/pm-graph 10 install sleepgraph.py $(DESTDIR)$(PREFIX)/lib/pm-graph 11 install bootgraph.py $(DESTDIR)$(PREFIX)/lib/pm-graph 12 install -d $(DESTDIR)$(PREFIX)/lib/pm-graph/config 13 install -m 644 config/cgskip.txt $(DESTDIR)$(PREFIX)/lib/pm-graph/config 14 install -m 644 config/freeze-callgraph.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config 15 install -m 644 config/freeze.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config 16 install -m 644 config/freeze-dev.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config 17 install -m 644 config/standby-callgraph.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config [all …]
|
| /kernel/linux/linux-6.6/tools/kvm/kvm_stat/ |
| D | Makefile | 23 $(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
|
| /kernel/linux/linux-5.10/tools/kvm/kvm_stat/ |
| D | Makefile | 23 $(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
|
| /kernel/linux/linux-6.6/tools/perf/Documentation/ |
| D | Makefile | 52 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 …]
|
| /kernel/linux/linux-5.10/tools/perf/ |
| D | Makefile.perf | 185 INSTALL = install 354 # what 'all' will build and 'install' will install, in perfexecdir 357 # what 'all' will build but not install in perfexecdir 413 export INSTALL SHELL_PATH 670 $(QUIET_GEN)$(INSTALL) '$@.sh' '$(OUTPUT)$@' 797 install-traceevent-plugins: libtraceevent_plugins 838 @echo 'Perf install targets:' 840 @echo ' HINT: use "prefix" or "DESTDIR" to install to a particular' 841 @echo ' path like "make prefix=/usr/local install install-doc"' 842 @echo ' install - install compiled binaries' [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/ci/ |
| D | build.sh | 13 apt-get install -y libssl-dev 35 apt-get install -y libssl-dev:armhf 99 mkdir -p install/modules/ 100 INSTALL_MOD_PATH=install/modules/ make modules_install 120 mkdir -p install 121 cp -rfv .gitlab-ci/* install/. 122 cp -rfv install/common install/ci-common 123 cp -rfv drivers/gpu/drm/ci/* install/. 141 tar --zstd -cf $S3_ARTIFACT_NAME install 147 mkdir -p artifacts/install/lib [all …]
|
| /kernel/linux/linux-5.10/tools/perf/Documentation/ |
| D | Makefile | 55 INSTALL?=install macro 70 INSTALL_INFO=install-info 191 install: install-man target 195 $(error "You need to install $(missing_tools) for man pages") 198 do-install-man: man 200 $(INSTALL) -d -m 755 $(DESTDIR)$(man1dir); \ 201 # $(INSTALL) -d -m 755 $(DESTDIR)$(man5dir); \ 202 # $(INSTALL) -d -m 755 $(DESTDIR)$(man7dir); \ 203 $(INSTALL) -m 644 $(DOC_MAN1) $(DESTDIR)$(man1dir); \ 204 # $(INSTALL) -m 644 $(DOC_MAN5) $(DESTDIR)$(man5dir); \ [all …]
|
| /kernel/linux/linux-6.6/tools/verification/dot2/ |
| D | Makefile | 1 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)/
|
| /kernel/linux/linux-6.6/tools/perf/ |
| D | Makefile.perf | 222 INSTALL = install 412 # what 'all' will build and 'install' will install, in perfexecdir 415 # what 'all' will build but not install in perfexecdir 453 export INSTALL SHELL_PATH 712 $(QUIET_GEN)$(INSTALL) '$@.sh' '$(OUTPUT)$@' 897 @echo 'Perf install targets:' 899 @echo ' HINT: use "prefix" or "DESTDIR" to install to a particular' 900 @echo ' path like "make prefix=/usr/local install install-doc"' 901 @echo ' install - install compiled binaries' 902 @echo ' install-doc - install *all* documentation' [all …]
|
| /kernel/linux/linux-5.10/tools/power/cpupower/ |
| D | Makefile | 35 # Set the following to 'true' to build/install the 79 INSTALL = /usr/bin/install -c macro 80 INSTALL_PROGRAM = ${INSTALL} 81 INSTALL_DATA = ${INSTALL} -m 644 83 INSTALL_SCRIPT = ${INSTALL} -m 644 154 INSTALL_NLS += install-gmo 160 INSTALL_BENCH += install-bench 273 install-lib: libcpupower 274 $(INSTALL) -d $(DESTDIR)${libdir} 276 $(INSTALL) -d $(DESTDIR)${includedir} [all …]
|
| /kernel/linux/linux-6.6/tools/power/cpupower/ |
| D | Makefile | 35 # Set the following to 'true' to build/install the 79 INSTALL = /usr/bin/install -c macro 80 INSTALL_PROGRAM = ${INSTALL} 81 INSTALL_DATA = ${INSTALL} -m 644 83 INSTALL_SCRIPT = ${INSTALL} -m 644 158 INSTALL_NLS += install-gmo 164 INSTALL_BENCH += install-bench 277 install-lib: libcpupower 278 $(INSTALL) -d $(DESTDIR)${libdir} 280 $(INSTALL) -d $(DESTDIR)${includedir} [all …]
|
| /kernel/linux/linux-5.10/arch/parisc/boot/ |
| D | install.sh | 3 # arch/parisc/install.sh, derived from arch/i386/boot/install.sh 13 # "make install" script for i386 architecture 19 # $4 - default install path (blank if root directory) 26 echo ' *** You need to run "make" before "make install".' 1>&2 37 # User may have a custom install script 44 # Default install 47 # Compressed install 51 # Normal install 61 # Install system map file
|
| /kernel/linux/linux-5.10/arch/arm/boot/ |
| D | install.sh | 3 # arch/arm/boot/install.sh 12 # Adapted from code in arch/i386/boot/install.sh by Russell King 14 # "make install" script for arm architecture 20 # $4 - default install path (blank if root directory) 27 echo ' *** You need to run "make" before "make install".' 1>&2 37 # User may have a custom install script 42 # Compressed install 46 # Normal install 56 # Install system map file 65 echo "You have to install it yourself"
|
| /kernel/linux/linux-5.10/arch/parisc/ |
| D | install.sh | 3 # arch/parisc/install.sh, derived from arch/i386/boot/install.sh 13 # "make install" script for i386 architecture 19 # $4 - default install path (blank if root directory) 26 echo ' *** You need to run "make" before "make install".' 1>&2 37 # User may have a custom install script 45 # Default install 48 # Compressed install 52 # Normal install 62 # Install system map file
|
| /kernel/linux/linux-5.10/tools/power/cpupower/debug/i386/ |
| D | Makefile | 10 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
|
| /kernel/linux/linux-6.6/tools/power/cpupower/debug/i386/ |
| D | Makefile | 10 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
|
| /kernel/linux/linux-5.10/arch/riscv/boot/ |
| D | install.sh | 3 # arch/riscv/boot/install.sh 12 # Adapted from code in arch/i386/boot/install.sh by Russell King 14 # "make install" script for the RISC-V Linux port 20 # $4 - default install path (blank if root directory) 27 echo ' *** You need to run "make" before "make install".' 1>&2 37 # User may have a custom install script 42 # Compressed install 46 # Normal install 56 # Install system map file
|
| /kernel/linux/linux-5.10/arch/arm64/boot/ |
| D | install.sh | 3 # arch/arm64/boot/install.sh 12 # Adapted from code in arch/i386/boot/install.sh by Russell King 14 # "make install" script for the AArch64 Linux port 20 # $4 - default install path (blank if root directory) 27 echo ' *** You need to run "make" before "make install".' 1>&2 37 # User may have a custom install script 42 # Compressed install 46 # Normal install 56 # Install system map file
|
| /kernel/linux/linux-6.6/tools/ |
| D | Makefile | 49 @echo ' from the kernel command line to build and install one of' 56 @echo ' $$ make tools/install' 126 $(call descend,power/$(@:_install=),install) 129 $(call descend,power/$(@:_install=),install) 132 $(call descend,$(@:_install=),install) 135 $(call descend,testing/$(@:_install=),install) 138 $(call descend,lib/$(@:_install=),install) 141 $(call descend,power/x86/$(@:_install=),install) 144 $(call descend,thermal/$(@:_install=),install) 147 $(call descend,thermal/$(@:_install=),install) [all …]
|
| /kernel/linux/linux-5.10/tools/power/cpupower/debug/x86_64/ |
| D | Makefile | 10 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
|
| /kernel/linux/linux-6.6/tools/power/cpupower/debug/x86_64/ |
| D | Makefile | 10 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
|
| /kernel/linux/linux-5.10/arch/sh/boot/compressed/ |
| D | install.sh | 3 # arch/sh/boot/install.sh 12 # Adapted from code in arch/i386/boot/install.sh by Russell King 13 # Adapted from code in arch/arm/boot/install.sh by Stuart Menefy 15 # "make install" script for sh architecture 21 # $4 - default install path (blank if root directory) 24 # User may have a custom install script 31 # Compressed install 44 # Normal install
|
| /kernel/linux/linux-6.6/tools/lib/perf/Documentation/ |
| D | Makefile | 44 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 …]
|
| /kernel/linux/linux-5.10/tools/lib/perf/Documentation/ |
| D | Makefile | 44 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 …]
|