| /tools/power/pm-graph/ |
| D | Makefile | 18 DESTDIR ?= macro 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 40 $(INSTALL_DATA) config/cgskip.txt $(DESTDIR)$(LIBDIR)/pm-graph/config 41 $(INSTALL_DATA) config/freeze-callgraph.cfg $(DESTDIR)$(LIBDIR)/pm-graph/config 42 $(INSTALL_DATA) config/freeze.cfg $(DESTDIR)$(LIBDIR)/pm-graph/config 43 $(INSTALL_DATA) config/freeze-dev.cfg $(DESTDIR)$(LIBDIR)/pm-graph/config 44 $(INSTALL_DATA) config/standby-callgraph.cfg $(DESTDIR)$(LIBDIR)/pm-graph/config [all …]
|
| /tools/verification/dot2/ |
| 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)/
|
| /tools/power/x86/x86_energy_perf_policy/ |
| 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
|
| /tools/arch/x86/kcpuid/ |
| 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
|
| /tools/power/cpupower/debug/i386/ |
| 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}
|
| /tools/power/cpupower/ |
| 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"'
|
| 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> 89 $ make O=/home/hedin/prj/cpupower/build DESTDIR=/home/hedin/prj/cpupower \ 92 Notice that both variables 'O' and 'DESTDIR' have been provided. The reason 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 | [all …]
|
| /tools/power/cpupower/debug/x86_64/ |
| 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}
|
| /tools/hv/ |
| 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}; \
|
| /tools/power/x86/turbostat/ |
| 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
|
| /tools/bpf/bpftool/Documentation/ |
| 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)
|
| /tools/lib/symbol/ |
| 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
|
| /tools/lib/subcmd/ |
| 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
|
| /tools/perf/tests/shell/coresight/ |
| D | Makefile.miniconfig | 4 ifndef DESTDIR 8 DESTDIR_SQ = $(subst ','\'',$(DESTDIR))
|
| /tools/arch/x86/intel_sdsi/ |
| D | Makefile | 20 install -d $(DESTDIR)$(BINDIR) 21 install -m 755 -p intel_sdsi $(DESTDIR)$(BINDIR)/intel_sdsi
|
| /tools/pci/ |
| D | Makefile | 48 install -d -m 755 $(DESTDIR)$(bindir); \ 50 install $$program $(DESTDIR)$(bindir); \ 53 install $$script $(DESTDIR)$(bindir); \
|
| /tools/power/acpi/ |
| D | Makefile.rules | 40 $(QUIET) $(INSTALL) -d $(DESTDIR)$(sbindir) 41 $(QUIET) $(INSTALL_PROGRAM) $(OUTPUT)$(TOOL) $(DESTDIR)$(sbindir) 44 $(QUIET) rm -f $(DESTDIR)$(sbindir)/$(TOOL)
|
| /tools/arch/x86/dell-uart-backlight-emulator/ |
| D | Makefile | 18 install -d $(DESTDIR)$(BINDIR) 19 install -m 755 -p dell-uart-backlight-emulator $(DESTDIR)$(BINDIR)/dell-uart-backlight-emulator
|
| /tools/power/acpi/tools/pfrut/ |
| D | Makefile | 20 $(QUIET) $(INSTALL_DATA) -D $< $(DESTDIR)$(mandir)/man8/pfrut.8 23 $(QUIET) rm -f $(DESTDIR)$(mandir)/man8/pfrut.8
|
| /tools/testing/selftests/bpf/ |
| 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)
|
| /tools/lib/api/ |
| 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
|
| /tools/mm/ |
| D | Makefile | 32 install -d $(DESTDIR)$(sbindir) 33 install -m 755 -p $(INSTALL_TARGETS) $(DESTDIR)$(sbindir)
|
| /tools/lib/perf/Documentation/ |
| D | Makefile | 25 ifndef DESTDIR 85 DESTDIR ?= macro 86 DESTDIR_SQ = '$(subst ','\'',$(DESTDIR))'
|
| /tools/perf/Documentation/ |
| 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 ;\
|
| /tools/lib/perf/ |
| 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
|