Lines Matching refs:DESTDIR
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
322 $(INSTALL) -d $(DESTDIR)${unitdir}
323 sed 's|___CDIR___|${confdir}|; s|___LDIR___|${libexecdir}|' cpupower.service.in > '$(DESTDIR)${unitdir}/cpupower.service'
324 $(SETPERM_DATA) '$(DESTDIR)${unitdir}/cpupower.service'
329 $(INSTALL) -d $(DESTDIR)${bindir}
330 $(INSTALL_PROGRAM) $(OUTPUT)cpupower $(DESTDIR)${bindir}
331 $(INSTALL) -d $(DESTDIR)${bash_completion_dir}
332 $(INSTALL_SCRIPT) cpupower-completion.sh '$(DESTDIR)${bash_completion_dir}/cpupower'
333 $(INSTALL) -d $(DESTDIR)${confdir}
334 $(INSTALL_DATA) cpupower-service.conf '$(DESTDIR)${confdir}'
335 $(INSTALL) -d $(DESTDIR)${libexecdir}
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
350 $(INSTALL) -d $(DESTDIR)${localedir}
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; \
357 @#DESTDIR must be set from outside to survive
363 - rm -f $(DESTDIR)${libdir}/libcpupower.*
364 - rm -f $(DESTDIR)${includedir}/cpufreq.h
365 - rm -f $(DESTDIR)${includedir}/cpuidle.h
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; \
387 @echo ' to the install dir defined by "DESTDIR" cmdline or'
392 @echo ' dir defined by "DESTDIR" cmdline (default: "")'
396 @echo ' install dir defined by "DESTDIR" cmdline or Makefile'
399 @echo ' install dir defined by "DESTDIR" cmdline or Makefile'
403 @echo ' to the install dir defined by "DESTDIR" cmdline or Makefile'
407 @echo ' to the install dir defined by "DESTDIR" cmdline or Makefile'
413 @echo ' uninstall - Remove previously installed files from the dir defined by "DESTDIR"'