Lines Matching refs:cpupower
2 # Makefile for cpupower
60 PACKAGE = cpupower
77 docdir ?= /usr/share/doc/packages/cpupower
138 utils/idle_monitor/mperf_monitor.o utils/idle_monitor/cpupower-monitor.o \
140 utils/cpupower.o utils/cpufreq-info.o utils/cpufreq-set.o \
141 utils/cpupower-set.o utils/cpupower-info.o utils/cpuidle-info.o \
148 UTIL_HEADERS = utils/helpers/helpers.h utils/idle_monitor/cpupower-monitor.h \
152 LIB_HEADERS = lib/cpufreq.h lib/cpupower.h lib/cpuidle.h lib/acpi_cppc.h \
154 LIB_SRC = lib/cpufreq.c lib/cpupower.c lib/cpuidle.c lib/acpi_cppc.c \
156 LIB_OBJS = lib/cpufreq.o lib/cpupower.o lib/cpuidle.o lib/acpi_cppc.o \
202 all: libcpupower $(OUTPUT)cpupower $(COMPILE_NLS) $(COMPILE_BENCH)
236 $(OUTPUT)cpupower: $(UTIL_OBJS) $(OUTPUT)$(LIBCPUPOWER)
298 -rm -f $(OUTPUT)cpupower
323 sed 's|___CDIR___|${confdir}|; s|___LDIR___|${libexecdir}|' cpupower.service.in > '$(DESTDIR)${unitdir}/cpupower.service'
324 $(SETPERM_DATA) '$(DESTDIR)${unitdir}/cpupower.service'
328 install-tools: $(OUTPUT)cpupower $(INSTALL_SYSTEMD)
330 $(INSTALL_PROGRAM) $(OUTPUT)cpupower $(DESTDIR)${bindir}
332 $(INSTALL_SCRIPT) cpupower-completion.sh '$(DESTDIR)${bash_completion_dir}/cpupower'
334 $(INSTALL_DATA) cpupower-service.conf '$(DESTDIR)${confdir}'
336 $(INSTALL_PROGRAM) cpupower.sh '$(DESTDIR)${libexecdir}/cpupower'
339 $(INSTALL_DATA) -D man/cpupower.1 $(DESTDIR)${mandir}/man1/cpupower.1
340 $(INSTALL_DATA) -D man/cpupower-frequency-set.1 $(DESTDIR)${mandir}/man1/cpupower-frequency-set.1
341 $(INSTALL_DATA) -D man/cpupower-frequency-info.1 $(DESTDIR)${mandir}/man1/cpupower-frequency-info.1
342 $(INSTALL_DATA) -D man/cpupower-idle-set.1 $(DESTDIR)${mandir}/man1/cpupower-idle-set.1
343 $(INSTALL_DATA) -D man/cpupower-idle-info.1 $(DESTDIR)${mandir}/man1/cpupower-idle-info.1
344 $(INSTALL_DATA) -D man/cpupower-set.1 $(DESTDIR)${mandir}/man1/cpupower-set.1
345 $(INSTALL_DATA) -D man/cpupower-info.1 $(DESTDIR)${mandir}/man1/cpupower-info.1
346 $(INSTALL_DATA) -D man/cpupower-monitor.1 $(DESTDIR)${mandir}/man1/cpupower-monitor.1
347 $(INSTALL_DATA) -D man/cpupower-powercap-info.1 $(DESTDIR)${mandir}/man1/cpupower-powercap-info.1
352 echo '$(INSTALL_DATA) -D $(OUTPUT)po/$$HLANG.gmo $(DESTDIR)${localedir}/$$HLANG/LC_MESSAGES/cpupower.mo'; \
353 $(INSTALL_DATA) -D $(OUTPUT)po/$$HLANG.gmo $(DESTDIR)${localedir}/$$HLANG/LC_MESSAGES/cpupower.mo; \
366 - rm -f $(DESTDIR)${bindir}/utils/cpupower
367 - rm -f $(DESTDIR)${confdir}cpupower-service.conf
368 - rm -f $(DESTDIR)${libexecdir}/cpupower
369 - rm -f $(DESTDIR)${unitdir}/cpupower.service
370 - rm -f $(DESTDIR)${mandir}/man1/cpupower.1
371 - rm -f $(DESTDIR)${mandir}/man1/cpupower-frequency-set.1
372 - rm -f $(DESTDIR)${mandir}/man1/cpupower-frequency-info.1
373 - rm -f $(DESTDIR)${mandir}/man1/cpupower-set.1
374 - rm -f $(DESTDIR)${mandir}/man1/cpupower-info.1
375 - rm -f $(DESTDIR)${mandir}/man1/cpupower-monitor.1
376 - rm -f $(DESTDIR)${mandir}/man1/cpupower-powercap-info.1
378 rm -f $(DESTDIR)${localedir}/$$HLANG/LC_MESSAGES/cpupower.mo; \
393 @echo ' install-tools - Install previously built "cpupower" util from the output'
395 @echo ' "cpupower-completion.sh" script from the src dir to the'