/linux/tools/power/pm-graph/ |
A D | Makefile | 3 DESTDIR ?= macro 9 install -d $(DESTDIR)$(PREFIX)/lib/pm-graph 10 install sleepgraph.py $(DESTDIR)$(PREFIX)/lib/pm-graph 11 install bootgraph.py $(DESTDIR)$(PREFIX)/lib/pm-graph 12 install -d $(DESTDIR)$(PREFIX)/lib/pm-graph/config 25 install -d $(DESTDIR)$(PREFIX)/bin 29 install -d $(DESTDIR)$(PREFIX)/share/man/man8 37 rm -f $(DESTDIR)$(PREFIX)/bin/bootgraph 38 rm -f $(DESTDIR)$(PREFIX)/bin/sleepgraph 48 rm -f $(DESTDIR)$(PREFIX)/lib/pm-graph/* [all …]
|
/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/x86/turbostat/ |
A D | Makefile | 5 DESTDIR ?= macro 27 install -d $(DESTDIR)$(PREFIX)/bin 28 install $(BUILD_OUTPUT)/turbostat $(DESTDIR)$(PREFIX)/bin/turbostat 29 install -d $(DESTDIR)$(PREFIX)/share/man/man8 30 install -m 644 turbostat.8 $(DESTDIR)$(PREFIX)/share/man/man8
|
/linux/tools/hv/ |
A D | Makefile | 53 install -d -m 755 $(DESTDIR)$(sbindir); \ 54 install -d -m 755 $(DESTDIR)$(libexecdir)/hypervkvpd; \ 55 install -d -m 755 $(DESTDIR)$(sharedstatedir); \ 57 install $$program -m 755 $(DESTDIR)$(sbindir); \ 59 install -m 755 lsvmbus $(DESTDIR)$(sbindir); \ 61 install $$script -m 755 $(DESTDIR)$(libexecdir)/hypervkvpd/$${script%.sh}; \
|
/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/tools/bpf/bpftool/Documentation/ |
A D | Makefile | 52 $(Q)$(INSTALL) -d -m 755 $(DESTDIR)$(man8dir) 53 $(Q)$(INSTALL) -m 644 $(DOC_MAN8) $(DESTDIR)$(man8dir) 57 $(Q)$(RM) $(addprefix $(DESTDIR)$(man8dir)/,$(_DOC_MAN8)) 58 $(Q)$(RMDIR) $(DESTDIR)$(man8dir)
|
/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/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/bpf/bpftool/ |
A D | Makefile | 52 DESTDIR=$(LIBBPF_DESTDIR) prefix= $(LIBBPF) install_headers 60 DESTDIR=$(LIBBPF_BOOTSTRAP_DESTDIR) prefix= \ 245 $(Q)$(INSTALL) -m 0755 -d $(DESTDIR)$(prefix)/sbin 246 $(Q)$(INSTALL) $(OUTPUT)bpftool $(DESTDIR)$(prefix)/sbin/bpftool 249 $(Q)$(INSTALL) -m 0755 -d $(DESTDIR)$(bash_compdir) 250 $(Q)$(INSTALL) -m 0644 bash-completion/bpftool $(DESTDIR)$(bash_compdir) 254 $(Q)$(RM) -- $(DESTDIR)$(prefix)/sbin/bpftool 255 $(Q)$(RM) -- $(DESTDIR)$(bash_compdir)/bpftool
|
/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/pci/ |
A D | Makefile | 48 install -d -m 755 $(DESTDIR)$(bindir); \ 50 install $$program $(DESTDIR)$(bindir); \ 53 install $$script $(DESTDIR)$(bindir); \
|
/linux/tools/lib/perf/Documentation/ |
A D | Makefile | 25 ifndef DESTDIR 85 DESTDIR ?= macro 86 DESTDIR_SQ = '$(subst ','\'',$(DESTDIR))'
|
/linux/tools/bpf/ |
A D | Makefile | 102 $(Q)$(INSTALL) -m 0755 -d $(DESTDIR)$(prefix)/bin 103 $(Q)$(INSTALL) $(OUTPUT)bpf_jit_disasm $(DESTDIR)$(prefix)/bin/bpf_jit_disasm 105 $(Q)$(INSTALL) $(OUTPUT)bpf_dbg $(DESTDIR)$(prefix)/bin/bpf_dbg 107 $(Q)$(INSTALL) $(OUTPUT)bpf_asm $(DESTDIR)$(prefix)/bin/bpf_asm
|
/linux/tools/lib/traceevent/Documentation/ |
A D | Makefile | 21 ifndef DESTDIR 107 DESTDIR ?= macro 108 DESTDIR_SQ = '$(subst ','\'',$(DESTDIR))'
|
/linux/tools/arch/x86/kcpuid/ |
A D | Makefile | 22 install -d $(DESTDIR)$(BINDIR) 23 install -m 755 -p kcpuid $(DESTDIR)$(BINDIR)/kcpuid
|
/linux/tools/tracing/latency/ |
A D | Makefile | 23 install -d $(DESTDIR)$(sbindir) 24 install -m 755 -p $(TARGETS) $(DESTDIR)$(sbindir)
|
/linux/tools/vm/ |
A D | Makefile | 31 install -d $(DESTDIR)$(sbindir) 32 install -m 755 -p $(TARGETS) $(DESTDIR)$(sbindir)
|
/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)
|
/linux/tools/power/acpi/tools/acpidump/ |
A D | Makefile | 50 $(QUIET) $(INSTALL_DATA) -D $< $(DESTDIR)$(mandir)/man8/acpidump.8 53 $(QUIET) rm -f $(DESTDIR)$(mandir)/man8/acpidump.8
|
/linux/tools/usb/ |
A D | Makefile | 44 install -d -m 755 $(DESTDIR)$(bindir); \ 46 install $$program $(DESTDIR)$(bindir); \
|
/linux/tools/counter/ |
A D | Makefile | 46 install -d -m 755 $(DESTDIR)$(bindir); \ 48 install $$program $(DESTDIR)$(bindir); \
|
/linux/tools/lib/bpf/ |
A D | Makefile | 33 DESTDIR ?= macro 34 DESTDIR_SQ = '$(subst ','\'',$(DESTDIR))' 236 cp -fpR $(LIB_FILE) $(DESTDIR)$(libdir_SQ) 243 INSTALL_PFX := $(DESTDIR)$(prefix)/include/bpf
|
/linux/tools/power/x86/intel-speed-select/ |
A D | Makefile | 49 install -d -m 755 $(DESTDIR)$(bindir); \ 51 install $$program $(DESTDIR)$(bindir); \
|
/linux/tools/spi/ |
A D | Makefile | 61 install -d -m 755 $(DESTDIR)$(bindir); \ 63 install $$program $(DESTDIR)$(bindir); \
|