/Linux-v6.1/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 …]
|
/Linux-v6.1/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
|
/Linux-v6.1/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 …]
|
/Linux-v6.1/tools/perf/ |
D | Makefile.perf | 196 INSTALL = install 372 # what 'all' will build and 'install' will install, in perfexecdir 375 # what 'all' will build but not install in perfexecdir 434 export INSTALL SHELL_PATH 690 $(QUIET_GEN)$(INSTALL) '$@.sh' '$(OUTPUT)$@' 826 install-traceevent-plugins: libtraceevent_plugins 869 @echo 'Perf install targets:' 871 @echo ' HINT: use "prefix" or "DESTDIR" to install to a particular' 872 @echo ' path like "make prefix=/usr/local install install-doc"' 873 @echo ' install - install compiled binaries' [all …]
|
/Linux-v6.1/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)/
|
/Linux-v6.1/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 …]
|
/Linux-v6.1/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
|
/Linux-v6.1/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 …]
|
/Linux-v6.1/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 …]
|
/Linux-v6.1/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
|
/Linux-v6.1/arch/arm/boot/ |
D | install.sh | 10 # 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) 21 # Compressed install 25 # Normal install 35 # Install system map file 44 echo "You have to install it yourself"
|
/Linux-v6.1/tools/thermal/lib/ |
D | Makefile | 17 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-v6.1/tools/hv/ |
D | Makefile | 52 install: $(ALL_PROGRAMS) target 53 install -d -m 755 $(DESTDIR)$(sbindir); \ 54 install -d -m 755 $(DESTDIR)$(libexecdir)/hypervkvpd; \ 55 install -d -m 755 $(DESTDIR)$(sharedstatedir); \ 57 install $$program -m 755 $(DESTDIR)$(sbindir); \ 59 install -m 755 lsvmbus $(DESTDIR)$(sbindir); \ 61 install $$script -m 755 $(DESTDIR)$(libexecdir)/hypervkvpd/$${script%.sh}; \ 66 .PHONY: all install clean FORCE prepare
|
/Linux-v6.1/tools/testing/selftests/bpf/ |
D | Makefile.docs | 6 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-v6.1/tools/lib/traceevent/Documentation/ |
D | Makefile | 35 INSTALL?=install macro 150 install: install-man target 154 $(error "You need to install $(missing_tools) for man pages") 157 do-install-man: man 159 $(INSTALL) -d -m 755 $(DESTDIR)$(man3dir); \ 160 $(INSTALL) -m 644 $(DOC_MAN3) $(DESTDIR)$(man3dir); 162 install-man: check-man-tools man do-install-man 172 DO_INSTALL_MAN = $(warning Please install $(missing_tools) to have the man pages installed) 174 DO_INSTALL_MAN = do-install-man
|
/Linux-v6.1/tools/bpf/bpftool/ |
D | Makefile | 51 $(Q)install -m 644 -t $(LIBBPF_HDRS_DIR) $< 60 $(Q)install -m 644 -t $(LIBBPF_BOOTSTRAP_HDRS_DIR) $< 92 INSTALL ?= install macro 103 NON_CHECK_FEAT_TARGETS := clean uninstall doc doc-clean doc-install doc-uninstall 236 install-bin: $(OUTPUT)bpftool 238 $(Q)$(INSTALL) -m 0755 -d $(DESTDIR)$(prefix)/sbin 239 $(Q)$(INSTALL) $(OUTPUT)bpftool $(DESTDIR)$(prefix)/sbin/bpftool 241 install: install-bin target 242 $(Q)$(INSTALL) -m 0755 -d $(DESTDIR)$(bash_compdir) 243 $(Q)$(INSTALL) -m 0644 bash-completion/bpftool $(DESTDIR)$(bash_compdir) [all …]
|
/Linux-v6.1/arch/riscv/boot/ |
D | install.sh | 10 # 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) 21 # Compressed install 25 # Normal install 35 # Install system map file
|
/Linux-v6.1/arch/arm64/boot/ |
D | install.sh | 10 # 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) 21 # Compressed install 25 # Normal install 35 # Install system map file
|
/Linux-v6.1/Documentation/tools/rtla/ |
D | Makefile | 4 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-v6.1/tools/testing/selftests/ |
D | Makefile | 97 # more effort to install. 148 # Prepare for headers install 197 # Use $BUILD as the default install root. $BUILD points to the 211 install: all target 213 @# Ask all targets to install their files 215 install -m 744 kselftest/module.sh $(INSTALL_PATH)/kselftest/ 216 install -m 744 kselftest/runner.sh $(INSTALL_PATH)/kselftest/ 217 install -m 744 kselftest/prefix.pl $(INSTALL_PATH)/kselftest/ 218 install -m 744 run_kselftest.sh $(INSTALL_PATH)/ 223 $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET INSTALL_PATH=$(INSTALL_PATH)/$$TARGET install \ [all …]
|
/Linux-v6.1/tools/lib/thermal/ |
D | Makefile | 17 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-v6.1/tools/lib/traceevent/ |
D | Makefile | 31 INSTALL = install macro 58 export man_dir man_dir_SQ INSTALL 203 $(INSTALL) -d -m 755 '$(DESTDIR_SQ)$1'; \ 209 $(INSTALL) $(if $3,-m $3,) $1 '$(DESTDIR_SQ)$2' 243 install: install_lib target 259 PHONY += doc-install 260 doc-install: 261 $(call descend,Documentation,install) 274 @echo ' install - install the library, the plugins,'\ 280 @echo ' doc-install - install the man pages' [all …]
|
/Linux-v6.1/tools/bpf/ |
D | Makefile | 9 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 \
|
/Linux-v6.1/arch/x86/um/vdso/ |
D | Makefile | 14 vdso-install-$(VDSO64-y) += vdso.so 72 # Install the unstripped copy of vdso*.so listed in $(vdso-install-y). 74 quiet_cmd_vdso_install = INSTALL $@ 76 $(vdso-install-y): %.so: $(obj)/%.so.dbg FORCE 80 PHONY += vdso_install $(vdso-install-y) 81 vdso_install: $(vdso-install-y)
|
/Linux-v6.1/tools/perf/tests/shell/coresight/memcpy_thread/ |
D | Makefile | 20 install-tests: all 23 # Install the test tool in the right place 25 $(INSTALL) -d -m 755 '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/$(INSTDIR_SUB)/$(BIN)'; \ 26 $(INSTALL) $(BIN) '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/$(INSTDIR_SUB)/$(BIN)/$(BIN)' 33 .PHONY: all clean install-tests
|