| /linux-6.15/tools/power/pm-graph/ |
| H A D | Makefile | 29 INSTALL = /usr/bin/install macro 30 INSTALL_DATA = ${INSTALL} -m 644 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 58 $(INSTALL) sleepgraph.8 $(DESTDIR)$(MANDIR)/man8
|
| /linux-6.15/tools/verification/dot2/ |
| H A D | Makefile | 1 INSTALL=install macro 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-6.15/tools/net/ynl/generated/ |
| H A D | Makefile | 10 INSTALL ?= install macro 70 @$(INSTALL) -d $(DESTDIR)$(includedir)/ynl 71 @$(INSTALL) -m 0644 *.h $(DESTDIR)$(includedir)/ynl/ 75 @$(INSTALL) -d $(DESTDIR)$(docdir)/ynl 76 @$(INSTALL) -m 0644 $(RSTS) $(DESTDIR)$(docdir)/ynl/ 80 @$(INSTALL) -d $(DESTDIR)$(datarootdir)/ynl 81 @$(INSTALL) -m 0644 ../../../../Documentation/netlink/*.yaml $(DESTDIR)$(datarootdir)/ynl/ 82 @$(INSTALL) -d $(DESTDIR)$(datarootdir)/ynl/specs 83 @$(INSTALL) -m 0644 $(SPECS_DIR)/*.yaml $(DESTDIR)$(datarootdir)/ynl/specs/
|
| /linux-6.15/tools/power/cpupower/debug/i386/ |
| H A D | Makefile | 10 INSTALL = /usr/bin/install macro 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}
|
| /linux-6.15/tools/perf/ |
| H A D | Makefile.perf | 217 INSTALL = install 491 export INSTALL SHELL_PATH 819 $(QUIET_GEN)$(INSTALL) '[email protected]' '$(OUTPUT)$@' 1075 $(INSTALL) -d -m 755 '$(DESTDIR_SQ)$(libdir_SQ)'; \ 1083 $(INSTALL) -d -m 755 '$(DESTDIR_SQ)$(bindir_SQ)'; \ 1084 $(INSTALL) $(OUTPUT)perf '$(DESTDIR_SQ)$(bindir_SQ)'; \ 1086 $(INSTALL) -d -m 755 '$(DESTDIR_SQ)$(includedir_SQ)/perf'; \ 1098 $(INSTALL) -d -m 755 '$(DESTDIR_SQ)$(libdir_SQ)'; \ 1099 $(INSTALL) $(OUTPUT)$(LIBJVMTI) '$(DESTDIR_SQ)$(libdir_SQ)'; 1102 $(INSTALL) -d -m 755 '$(DESTDIR_SQ)$(perfexec_instdir_SQ)' [all …]
|
| /linux-6.15/tools/net/ynl/ |
| H A D | Makefile | 5 INSTALL ?= install macro 43 @$(INSTALL) -d $(DESTDIR)$(libdir) 44 @$(INSTALL) -m 0644 libynl.a $(DESTDIR)$(libdir)/libynl.a 46 @$(INSTALL) -d $(DESTDIR)$(includedir)/ynl 47 @$(INSTALL) -m 0644 lib/*.h $(DESTDIR)$(includedir)/ynl/
|
| /linux-6.15/tools/power/cpupower/debug/x86_64/ |
| H A D | Makefile | 10 INSTALL = /usr/bin/install macro 27 $(INSTALL) -d $(DESTDIR)${bindir} 28 $(INSTALL) $(OUTPUT)centrino-decode $(DESTDIR)${bindir} 29 $(INSTALL) $(OUTPUT)powernow-k8-decode $(DESTDIR)${bindir}
|
| /linux-6.15/tools/lib/symbol/ |
| H A D | Makefile | 18 INSTALL = install macro 83 $(INSTALL) -d -m 755 '$(DESTDIR_SQ)$1'; \ 89 $(INSTALL) -d -m 755 '$2'; \ 91 $(INSTALL) $1 $(if $3,-m $3,) '$2'
|
| /linux-6.15/tools/lib/subcmd/ |
| H A D | Makefile | 20 INSTALL = install macro 85 $(INSTALL) -d -m 755 '$(DESTDIR_SQ)$1'; \ 91 $(INSTALL) -d -m 755 '$2'; \ 93 $(INSTALL) $1 $(if $3,-m $3,) '$2'
|
| /linux-6.15/tools/lib/api/ |
| H A D | Makefile | 18 INSTALL = install macro 82 $(INSTALL) -d -m 755 '$(DESTDIR_SQ)$1'; \ 88 $(INSTALL) -d -m 755 '$2'; \ 90 $(INSTALL) $1 $(if $3,-m $3,) '$2'
|
| /linux-6.15/tools/bpf/bpftool/Documentation/ |
| H A D | Makefile | 4 INSTALL ?= install macro 45 $(Q)$(INSTALL) -d -m 755 $(DESTDIR)$(man8dir) 46 $(Q)$(INSTALL) -m 644 $(DOC_MAN8) $(DESTDIR)$(man8dir)
|
| /linux-6.15/tools/bpf/ |
| H A D | Makefile | 9 INSTALL ?= install macro 99 $(Q)$(INSTALL) -m 0755 -d $(DESTDIR)$(prefix)/bin 100 $(Q)$(INSTALL) $(OUTPUT)bpf_jit_disasm $(DESTDIR)$(prefix)/bin/bpf_jit_disasm 102 $(Q)$(INSTALL) $(OUTPUT)bpf_dbg $(DESTDIR)$(prefix)/bin/bpf_dbg 104 $(Q)$(INSTALL) $(OUTPUT)bpf_asm $(DESTDIR)$(prefix)/bin/bpf_asm
|
| /linux-6.15/Documentation/tools/rtla/ |
| H A D | Makefile | 4 INSTALL ?= install macro 45 $(INSTALL) -d -m 755 $(DESTDIR)$(MAN1DIR) 46 $(INSTALL) -m 644 $(DOC_MAN1) $(DESTDIR)$(MAN1DIR)
|
| /linux-6.15/Documentation/tools/rv/ |
| H A D | Makefile | 3 INSTALL ?= install macro 44 $(INSTALL) -d -m 755 $(DESTDIR)$(MAN1DIR) 45 $(INSTALL) -m 644 $(DOC_MAN1) $(DESTDIR)$(MAN1DIR)
|
| /linux-6.15/tools/power/acpi/ |
| H A D | Makefile.config | 46 INSTALL = /usr/bin/install -c 47 INSTALL_PROGRAM = ${INSTALL} 48 INSTALL_DATA = ${INSTALL} -m 644
|
| /linux-6.15/tools/thermal/lib/ |
| H A D | Makefile | 17 INSTALL = install macro 113 $(INSTALL) -d -m 755 '$(DESTDIR_SQ)$1'; \ 119 $(INSTALL) -d -m 755 '$(DESTDIR_SQ)$2'; \ 121 $(INSTALL) $1 $(if $3,-m $3,) '$(DESTDIR_SQ)$2'
|
| /linux-6.15/tools/debugging/ |
| H A D | Makefile | 6 INSTALL ?= install macro 15 $(INSTALL) -D -m 755 $(TARGET) $(DESTDIR)$(PREFIX)/$(BINDIR)/$(TARGET)
|
| /linux-6.15/tools/laptop/freefall/ |
| H A D | Makefile | 4 INSTALL ?= install macro 17 $(INSTALL) -D -m 755 $(TARGET) $(DESTDIR)$(PREFIX)/$(SBINDIR)/$(TARGET)
|
| /linux-6.15/tools/lib/thermal/ |
| H A D | Makefile | 17 INSTALL = install macro 123 $(INSTALL) -d -m 755 '$(DESTDIR_SQ)$1'; \ 129 $(INSTALL) -d -m 755 '$(DESTDIR_SQ)$2'; \ 131 $(INSTALL) $1 $(if $3,-m $3,) '$(DESTDIR_SQ)$2'
|
| /linux-6.15/tools/power/cpupower/ |
| H A D | Makefile | 83 INSTALL = /usr/bin/install -c macro 84 INSTALL_PROGRAM = ${INSTALL} 85 INSTALL_DATA = ${INSTALL} -m 644 87 INSTALL_SCRIPT = ${INSTALL} -m 644
|
| /linux-6.15/tools/wmi/ |
| H A D | Makefile | 4 INSTALL ?= install macro 18 $(INSTALL) -D -m 755 $(TARGET) $(DESTDIR)$(PREFIX)/$(SBINDIR)/$(TARGET)
|
| /linux-6.15/tools/testing/selftests/bpf/ |
| H A D | Makefile.docs | 6 INSTALL ?= install 58 $(Q)$(INSTALL) -d -m 755 $(DESTDIR)$$(man$2dir) 59 $(Q)$(INSTALL) -m 644 $$(DOC_MAN$2) $(DESTDIR)$$(man$2dir)
|
| /linux-6.15/tools/perf/tests/shell/coresight/memcpy_thread/ |
| H A D | Makefile | 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)'
|
| /linux-6.15/tools/perf/tests/shell/coresight/thread_loop/ |
| H A D | Makefile | 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)'
|
| /linux-6.15/tools/perf/tests/shell/coresight/asm_pure_loop/ |
| H A D | Makefile | 26 $(INSTALL) -d -m 755 '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/$(INSTDIR_SUB)/$(BIN)'; \ 27 $(INSTALL) $(BIN) '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/$(INSTDIR_SUB)/$(BIN)/$(BIN)'
|