| /linux-6.15/tools/power/pm-graph/ |
| H A D | Makefile | 18 DESTDIR ?= macro 36 $(INSTALL) -d $(DESTDIR)$(LIBDIR)/pm-graph 52 $(INSTALL) -d $(DESTDIR)$(BINDIR) 56 $(INSTALL) -d $(DESTDIR)$(MANDIR)/man8 61 rm -f $(DESTDIR)$(MANDIR)/man8/bootgraph.8 62 rm -f $(DESTDIR)$(MANDIR)/man8/sleepgraph.8 64 rm -f $(DESTDIR)$(BINDIR)/bootgraph 65 rm -f $(DESTDIR)$(BINDIR)/sleepgraph 67 rm -f $(DESTDIR)$(LIBDIR)/pm-graph/config/* 75 rm -f $(DESTDIR)$(LIBDIR)/pm-graph/* [all …]
|
| /linux-6.15/tools/verification/dot2/ |
| H A D | Makefile | 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)/ 26 cp -rp dot2k_templates $(DESTDIR)$(miscdir)/
|
| /linux-6.15/tools/net/ynl/generated/ |
| H A D | Makefile | 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 | 7 DESTDIR = 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/power/x86/x86_energy_perf_policy/ |
| H A D | Makefile | 5 DESTDIR := macro 25 install -d $(DESTDIR)$(PREFIX)/bin 26 install $(BUILD_OUTPUT)/x86_energy_perf_policy $(DESTDIR)$(PREFIX)/bin/x86_energy_perf_policy 27 install -d $(DESTDIR)$(PREFIX)/share/man/man8 28 install -m 644 x86_energy_perf_policy.8 $(DESTDIR)$(PREFIX)/share/man/man8
|
| /linux-6.15/tools/power/cpupower/ |
| H A D | Makefile | 45 DESTDIR ?= macro 356 @echo ' to the install dir defined by "DESTDIR" cmdline or' 361 @echo ' dir defined by "DESTDIR" cmdline (default: "")' 365 @echo ' install dir defined by "DESTDIR" cmdline or Makefile' 368 @echo ' install dir defined by "DESTDIR" cmdline or Makefile' 372 @echo ' to the install dir defined by "DESTDIR" cmdline or Makefile' 376 @echo ' to the install dir defined by "DESTDIR" cmdline or Makefile' 382 @echo ' uninstall - Remove previously installed files from the dir defined by "DESTDIR"'
|
| H A D | README | 69 There are 2 make's command-line variables 'O' and 'DESTDIR' that setup 72 'DESTDIR' - installation directory. This variable could also be setup in 86 $ make O=<your_custom_build_catalog> DESTDIR=<your_custom_install_catalog> 95 'DESTDIR' were provided then the 'install' target would assume that the 104 | libcpupower | ${DESTDIR}/usr/lib | 106 | cpupower | ${DESTDIR}/usr/bin | 108 | cpufreq-bench_plot.sh | ${DESTDIR}/usr/bin | 110 | man pages | ${DESTDIR}/usr/man | 115 ${DESTDIR} prefix. So, the structure of the output dirs remains the same 145 $ make DESTDIR=<your_custom_install_catalog> [all …]
|
| /linux-6.15/tools/hv/ |
| H A D | Makefile | 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}; \
|
| /linux-6.15/tools/arch/x86/kcpuid/ |
| H A D | Makefile | 22 install -d $(DESTDIR)$(BINDIR) $(DESTDIR)$(HWDATADIR) 23 install -m 755 -p kcpuid $(DESTDIR)$(BINDIR)/kcpuid 24 install -m 444 -p cpuid.csv $(DESTDIR)$(HWDATADIR)/cpuid.csv
|
| /linux-6.15/tools/net/ynl/ |
| H A D | Makefile | 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/ 49 @pip install --prefix=$(DESTDIR)$(prefix) .
|
| /linux-6.15/tools/power/cpupower/debug/x86_64/ |
| H A D | Makefile | 7 DESTDIR = macro 27 $(INSTALL) -d $(DESTDIR)${bindir} 28 $(INSTALL) $(OUTPUT)centrino-decode $(DESTDIR)${bindir} 29 $(INSTALL) $(OUTPUT)powernow-k8-decode $(DESTDIR)${bindir}
|
| /linux-6.15/arch/powerpc/boot/ |
| H A D | Makefile | 458 extra-installed := $(patsubst $(obj)/%, $(DESTDIR)$(WRAPPER_OBJDIR)/%, $(extra-y)) 459 hostprogs-installed := $(patsubst %, $(DESTDIR)$(WRAPPER_BINDIR)/%, $(hostprogs)) 460 wrapper-installed := $(DESTDIR)$(WRAPPER_BINDIR)/wrapper 468 quiet_cmd_install = INSTALL $(patsubst $(DESTDIR)$(WRAPPER_OBJDIR)/%,%,$@) 474 quiet_cmd_install_exe = INSTALL $(patsubst $(DESTDIR)$(WRAPPER_BINDIR)/%,%,$@) 477 quiet_cmd_install_wrapper = INSTALL $(patsubst $(DESTDIR)$(WRAPPER_BINDIR)/%,%,$@) 483 $(DESTDIR)$(WRAPPER_OBJDIR) $(DESTDIR)$(WRAPPER_DTSDIR) $(DESTDIR)$(WRAPPER_BINDIR): 486 $(extra-installed) : $(DESTDIR)$(WRAPPER_OBJDIR)/% : $(obj)/% | $(DESTDIR)$(WRAPPER_OBJDIR) 489 $(hostprogs-installed) : $(DESTDIR)$(WRAPPER_BINDIR)/% : $(obj)/% | $(DESTDIR)$(WRAPPER_BINDIR) 492 $(dts-installed) : $(DESTDIR)$(WRAPPER_DTSDIR)/% : $(srctree)/$(obj)/dts/% | $(DESTDIR)$(WRAPPER_DT… [all …]
|
| /linux-6.15/tools/power/x86/turbostat/ |
| H A D | Makefile | 5 DESTDIR ?= macro 31 install -d $(DESTDIR)$(PREFIX)/bin 32 install $(BUILD_OUTPUT)/turbostat $(DESTDIR)$(PREFIX)/bin/turbostat 33 install -d $(DESTDIR)$(PREFIX)/share/man/man8 34 install -m 644 turbostat.8 $(DESTDIR)$(PREFIX)/share/man/man8
|
| /linux-6.15/tools/bpf/bpftool/Documentation/ |
| H A D | Makefile | 45 $(Q)$(INSTALL) -d -m 755 $(DESTDIR)$(man8dir) 46 $(Q)$(INSTALL) -m 644 $(DOC_MAN8) $(DESTDIR)$(man8dir) 50 $(Q)$(RM) $(addprefix $(DESTDIR)$(man8dir)/,$(_DOC_MAN8)) 51 $(Q)$(RMDIR) $(DESTDIR)$(man8dir)
|
| /linux-6.15/Documentation/tools/rtla/ |
| H A D | Makefile | 45 $(INSTALL) -d -m 755 $(DESTDIR)$(MAN1DIR) 46 $(INSTALL) -m 644 $(DOC_MAN1) $(DESTDIR)$(MAN1DIR) 49 $(RM) $(addprefix $(DESTDIR)$(MAN1DIR)/,$(_DOC_MAN1)) 50 $(RMDIR) $(DESTDIR)$(MAN1DIR)
|
| /linux-6.15/Documentation/tools/rv/ |
| H A D | Makefile | 44 $(INSTALL) -d -m 755 $(DESTDIR)$(MAN1DIR) 45 $(INSTALL) -m 644 $(DOC_MAN1) $(DESTDIR)$(MAN1DIR) 48 $(RM) $(addprefix $(DESTDIR)$(MAN1DIR)/,$(_DOC_MAN1)) 49 $(RMDIR) $(DESTDIR)$(MAN1DIR)
|
| /linux-6.15/tools/lib/symbol/ |
| H A D | Makefile | 25 DESTDIR ?= macro 26 DESTDIR_SQ = '$(subst ','\'',$(DESTDIR))' 97 cp -fpR $(LIBFILE) $(DESTDIR)$(libdir_SQ) 100 INSTALL_HDRS_PFX := $(DESTDIR)$(prefix)/include/symbol
|
| /linux-6.15/tools/lib/subcmd/ |
| H A D | Makefile | 26 DESTDIR ?= macro 27 DESTDIR_SQ = '$(subst ','\'',$(DESTDIR))' 99 cp -fpR $(LIBFILE) $(DESTDIR)$(libdir_SQ) 102 INSTALL_HDRS_PFX := $(DESTDIR)$(prefix)/include/subcmd
|
| /linux-6.15/tools/testing/selftests/bpf/ |
| H A D | Makefile.docs | 58 $(Q)$(INSTALL) -d -m 755 $(DESTDIR)$$(man$2dir) 59 $(Q)$(INSTALL) -m 644 $$(DOC_MAN$2) $(DESTDIR)$$(man$2dir) 63 $(Q)$(RM) $$(addprefix $(DESTDIR)$$(man$2dir)/,$$(_DOC_MAN$2)) 64 $(Q)$(RMDIR) $(DESTDIR)$$(man$2dir)
|
| /linux-6.15/tools/perf/Documentation/ |
| H A D | Makefile | 36 ifndef DESTDIR 195 $(INSTALL) -d -m 755 $(DESTDIR)$(man1dir); \ 198 $(INSTALL) -m 644 $(DOC_MAN1) $(DESTDIR)$(man1dir); \ 214 $(INSTALL) -d -m 755 $(DESTDIR)$(infodir); \ 215 $(INSTALL) -m 644 $(OUTPUT)perf.info $(OUTPUT)perfman.info $(DESTDIR)$(infodir); \ 216 if test -r $(DESTDIR)$(infodir)/dir; then \ 217 $(INSTALL_INFO) --info-dir=$(DESTDIR)$(infodir) perf.info ;\ 218 $(INSTALL_INFO) --info-dir=$(DESTDIR)$(infodir) perfman.info ;\
|
| /linux-6.15/tools/lib/api/ |
| H A D | Makefile | 25 DESTDIR ?= macro 26 DESTDIR_SQ = '$(subst ','\'',$(DESTDIR))' 96 cp -fpR $(LIBFILE) $(DESTDIR)$(libdir_SQ) 101 INSTALL_HDRS_PFX := $(DESTDIR)$(prefix)/include/api
|
| /linux-6.15/tools/power/acpi/ |
| H A D | Makefile.rules | 40 $(QUIET) $(INSTALL) -d $(DESTDIR)$(sbindir) 41 $(QUIET) $(INSTALL_PROGRAM) $(OUTPUT)$(TOOL) $(DESTDIR)$(sbindir) 44 $(QUIET) rm -f $(DESTDIR)$(sbindir)/$(TOOL)
|
| /linux-6.15/tools/lib/perf/ |
| H A D | Makefile | 23 DESTDIR ?= macro 24 DESTDIR_SQ = '$(subst ','\'',$(DESTDIR))' 64 export DESTDIR DESTDIR_SQ 179 cp -fpR $(LIBPERF_ALL) $(DESTDIR)$(libdir_SQ) 184 INSTALL_HDRS_PFX := $(DESTDIR)$(prefix)/include/perf 186 INSTALL_INTERNAL_HDRS_PFX := $(DESTDIR)$(prefix)/include/internal
|
| /linux-6.15/tools/thermal/lib/ |
| H A D | Makefile | 23 DESTDIR ?= macro 24 DESTDIR_SQ = '$(subst ','\'',$(DESTDIR))' 69 export DESTDIR DESTDIR_SQ 127 cp -fpR $(LIBTHERMAL_TOOLS_ALL) $(DESTDIR)$(libdir_SQ)
|
| /linux-6.15/tools/lib/perf/Documentation/ |
| H A D | Makefile | 25 ifndef DESTDIR 85 DESTDIR ?= macro 86 DESTDIR_SQ = '$(subst ','\'',$(DESTDIR))'
|