| /linux/tools/power/pm-graph/ |
| H A 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 …]
|
| /linux/tools/verification/rvgen/ |
| H A D | Makefile | 18 $(INSTALL) rvgen/automata.py -D -m 644 $(DESTDIR)$(PYLIB)/rvgen/automata.py 19 $(INSTALL) rvgen/dot2c.py -D -m 644 $(DESTDIR)$(PYLIB)/rvgen/dot2c.py 20 $(INSTALL) dot2c -D -m 755 $(DESTDIR)$(bindir)/ 21 $(INSTALL) rvgen/dot2k.py -D -m 644 $(DESTDIR)$(PYLIB)/rvgen/dot2k.py 22 $(INSTALL) rvgen/container.py -D -m 644 $(DESTDIR)$(PYLIB)/rvgen/container.py 23 $(INSTALL) rvgen/generator.py -D -m 644 $(DESTDIR)$(PYLIB)/rvgen/generator.py 24 $(INSTALL) rvgen/ltl2ba.py -D -m 644 $(DESTDIR)$(PYLIB)/rvgen/ltl2ba.py 25 $(INSTALL) rvgen/ltl2k.py -D -m 644 $(DESTDIR)$(PYLIB)/rvgen/ltl2k.py 26 $(INSTALL) __main__.py -D -m 755 $(DESTDIR)$(bindir)/rvgen 27 cp -rp rvgen/templates $(DESTDIR)$(PYLIB)/rvgen/
|
| /linux/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/tools/power/x86/x86_energy_perf_policy/ |
| H A D | Makefile | 5 DESTDIR := macro 29 install -d $(DESTDIR)$(PREFIX)/bin 30 install $(BUILD_OUTPUT)/x86_energy_perf_policy $(DESTDIR)$(PREFIX)/bin/x86_energy_perf_policy 31 install -d $(DESTDIR)$(PREFIX)/share/man/man8 32 install -m 644 x86_energy_perf_policy.8 $(DESTDIR)$(PREFIX)/share/man/man8
|
| /linux/tools/power/cpupower/ |
| H A D | README | 73 There are 2 make's command-line variables 'O' and 'DESTDIR' that setup 76 'DESTDIR' - installation directory. This variable could also be setup in 90 $ make O=<your_custom_build_catalog> DESTDIR=<your_custom_install_catalog> 93 $ make O=/home/hedin/prj/cpupower/build DESTDIR=/home/hedin/prj/cpupower \ 96 Notice that both variables 'O' and 'DESTDIR' have been provided. The reason 99 'DESTDIR' were provided then the 'install' target would assume that the 108 | libcpupower | ${DESTDIR}/usr/lib | 110 | cpupower | ${DESTDIR}/usr/bin | 112 | cpufreq-bench_plot.sh | ${DESTDIR}/usr/bin | 114 | man pages | ${DESTDIR}/usr/man | [all …]
|
| H A D | Makefile | 44 DESTDIR ?= 66 # do not need to be changed. Please note that DESTDIR is 307 $(INSTALL) -d $(DESTDIR)${libdir} 309 $(CP) $(OUTPUT)libcpupower.a $(DESTDIR)${libdir}/ 311 $(CP) $(OUTPUT)libcpupower.so* $(DESTDIR)${libdir}/ 313 $(INSTALL) -d $(DESTDIR)${includedir} 314 $(INSTALL_DATA) lib/cpufreq.h $(DESTDIR)${includedir}/cpufreq.h 315 $(INSTALL_DATA) lib/cpuidle.h $(DESTDIR)${includedir}/cpuidle.h 316 $(INSTALL_DATA) lib/powercap.h $(DESTDIR)${includedir}/powercap.h 319 $(INSTALL) -d $(DESTDIR) 46 DESTDIR ?= global() macro [all...] |
| /linux/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/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/arch/powerpc/boot/ |
| H A D | Makefile | 460 extra-installed := $(patsubst $(obj)/%, $(DESTDIR)$(WRAPPER_OBJDIR)/%, $(always-y)) 461 hostprogs-installed := $(patsubst %, $(DESTDIR)$(WRAPPER_BINDIR)/%, $(hostprogs)) 462 wrapper-installed := $(DESTDIR)$(WRAPPER_BINDIR)/wrapper 463 dts-installed := $(patsubst $(dtstree)/%, $(DESTDIR)$(WRAPPER_DTSDIR)/%, $(wildcard $(dtstree)/*.d… 470 quiet_cmd_install = INSTALL $(patsubst $(DESTDIR)$(WRAPPER_OBJDIR)/%,%,$@) 471 cmd_install = $(INSTALL) -m0644 $(patsubst $(DESTDIR)$(WRAPPER_OBJDIR)/%,$(obj)/%,$@) $@ 473 quiet_cmd_install_dts = INSTALL $(patsubst $(DESTDIR)$(WRAPPER_DTSDIR)/%,dts/%,$@) 474 …cmd_install_dts = $(INSTALL) -m0644 $(patsubst $(DESTDIR)$(WRAPPER_DTSDIR)/%,$(srctree)/$(obj)/… 476 quiet_cmd_install_exe = INSTALL $(patsubst $(DESTDIR)$(WRAPPER_BINDIR)/%,%,$@) 477 … cmd_install_exe = $(INSTALL) -m0755 $(patsubst $(DESTDIR)$(WRAPPER_BINDIR)/%,$(obj)/%,$@) $@ [all …]
|
| /linux/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/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/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/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/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/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/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/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/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/tools/lib/api/ |
| H A D | Makefile | 21 # Use DESTDIR for installing into a different root directory. 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/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/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/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/tools/perf/tests/shell/coresight/ |
| H A D | Makefile.miniconfig | 4 ifndef DESTDIR 8 DESTDIR_SQ = $(subst ','\'',$(DESTDIR))
|
| /linux/tools/arch/x86/intel_sdsi/ |
| H A D | Makefile | 20 install -d $(DESTDIR)$(BINDIR) 21 install -m 755 -p intel_sdsi $(DESTDIR)$(BINDIR)/intel_sdsi
|
| /linux/tools/tracing/latency/ |
| H A D | Makefile | 78 @$(MKDIR) -p $(DESTDIR)$(BINDIR) 79 $(call QUIET_INSTALL,latency-collector)$(INSTALL) $(LATENCY-COLLECTOR) -m 755 $(DESTDIR)$(BINDIR) 80 @$(STRIP) $(DESTDIR)$(BINDIR)/latency-collector
|