| /linux/tools/power/pm-graph/ |
| 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/tools/verification/dot2/ |
| 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/tools/power/cpupower/debug/i386/ |
| 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/tools/power/x86/x86_energy_perf_policy/ |
| 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/tools/power/cpupower/ |
| A D | Makefile | 45 DESTDIR ?= macro 333 @echo ' to the install dir defined by "DESTDIR" cmdline or' 338 @echo ' dir defined by "DESTDIR" cmdline (default: "")' 342 @echo ' install dir defined by "DESTDIR" cmdline or Makefile' 345 @echo ' install dir defined by "DESTDIR" cmdline or Makefile' 349 @echo ' to the install dir defined by "DESTDIR" cmdline or Makefile' 353 @echo ' to the install dir defined by "DESTDIR" cmdline or Makefile' 359 @echo ' uninstall - Remove previously installed files from the dir defined by "DESTDIR"'
|
| 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/tools/hv/ |
| 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/tools/arch/x86/kcpuid/ |
| 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/tools/power/cpupower/debug/x86_64/ |
| 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/arch/powerpc/boot/ |
| A D | Makefile | 461 extra-installed := $(patsubst $(obj)/%, $(DESTDIR)$(WRAPPER_OBJDIR)/%, $(extra-y)) 462 hostprogs-installed := $(patsubst %, $(DESTDIR)$(WRAPPER_BINDIR)/%, $(hostprogs)) 463 wrapper-installed := $(DESTDIR)$(WRAPPER_BINDIR)/wrapper 471 quiet_cmd_install = INSTALL $(patsubst $(DESTDIR)$(WRAPPER_OBJDIR)/%,%,$@) 477 quiet_cmd_install_exe = INSTALL $(patsubst $(DESTDIR)$(WRAPPER_BINDIR)/%,%,$@) 480 quiet_cmd_install_wrapper = INSTALL $(patsubst $(DESTDIR)$(WRAPPER_BINDIR)/%,%,$@) 486 $(DESTDIR)$(WRAPPER_OBJDIR) $(DESTDIR)$(WRAPPER_DTSDIR) $(DESTDIR)$(WRAPPER_BINDIR): 489 $(extra-installed) : $(DESTDIR)$(WRAPPER_OBJDIR)/% : $(obj)/% | $(DESTDIR)$(WRAPPER_OBJDIR) 492 $(hostprogs-installed) : $(DESTDIR)$(WRAPPER_BINDIR)/% : $(obj)/% | $(DESTDIR)$(WRAPPER_BINDIR) 495 $(dts-installed) : $(DESTDIR)$(WRAPPER_DTSDIR)/% : $(srctree)/$(obj)/dts/% | $(DESTDIR)$(WRAPPER_DT… [all …]
|
| /linux/tools/power/x86/turbostat/ |
| 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/tools/bpf/bpftool/Documentation/ |
| A D | Makefile | 51 $(Q)$(INSTALL) -d -m 755 $(DESTDIR)$(man8dir) 52 $(Q)$(INSTALL) -m 644 $(DOC_MAN8) $(DESTDIR)$(man8dir) 56 $(Q)$(RM) $(addprefix $(DESTDIR)$(man8dir)/,$(_DOC_MAN8)) 57 $(Q)$(RMDIR) $(DESTDIR)$(man8dir)
|
| /linux/Documentation/tools/rtla/ |
| 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/Documentation/tools/rv/ |
| 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/tools/lib/symbol/ |
| 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/tools/lib/subcmd/ |
| 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/tools/perf/Documentation/ |
| 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/tools/lib/api/ |
| 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/tools/testing/selftests/bpf/ |
| A D | Makefile.docs | 64 $(Q)$(INSTALL) -d -m 755 $(DESTDIR)$$(man$2dir) 65 $(Q)$(INSTALL) -m 644 $$(DOC_MAN$2) $(DESTDIR)$$(man$2dir) 69 $(Q)$(RM) $$(addprefix $(DESTDIR)$$(man$2dir)/,$$(_DOC_MAN$2)) 70 $(Q)$(RMDIR) $(DESTDIR)$$(man$2dir)
|
| /linux/tools/lib/perf/ |
| A D | Makefile | 23 DESTDIR ?= macro 24 DESTDIR_SQ = '$(subst ','\'',$(DESTDIR))' 82 export DESTDIR DESTDIR_SQ 188 cp -fpR $(LIBPERF_ALL) $(DESTDIR)$(libdir_SQ) 193 INSTALL_HDRS_PFX := $(DESTDIR)$(prefix)/include/perf 195 INSTALL_INTERNAL_HDRS_PFX := $(DESTDIR)$(prefix)/include/internal
|
| /linux/tools/pci/ |
| A D | Makefile | 48 install -d -m 755 $(DESTDIR)$(bindir); \ 50 install $$program $(DESTDIR)$(bindir); \ 53 install $$script $(DESTDIR)$(bindir); \
|
| /linux/tools/power/acpi/ |
| 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/tools/thermal/lib/ |
| A D | Makefile | 23 DESTDIR ?= macro 24 DESTDIR_SQ = '$(subst ','\'',$(DESTDIR))' 82 export DESTDIR DESTDIR_SQ 140 cp -fpR $(LIBTHERMAL_TOOLS_ALL) $(DESTDIR)$(libdir_SQ)
|
| /linux/tools/lib/perf/Documentation/ |
| A D | Makefile | 25 ifndef DESTDIR 85 DESTDIR ?= macro 86 DESTDIR_SQ = '$(subst ','\'',$(DESTDIR))'
|
| /linux/tools/perf/tests/shell/coresight/ |
| A D | Makefile.miniconfig | 4 ifndef DESTDIR 8 DESTDIR_SQ = $(subst ','\'',$(DESTDIR))
|