Lines Matching defs:DESTDIR
45 DESTDIR ?=
64 # do not need to be changed. Please note that DESTDIR is
274 $(INSTALL) -d $(DESTDIR)${libdir}
275 $(CP) $(OUTPUT)libcpupower.so* $(DESTDIR)${libdir}/
276 $(INSTALL) -d $(DESTDIR)${includedir}
277 $(INSTALL_DATA) lib/cpufreq.h $(DESTDIR)${includedir}/cpufreq.h
278 $(INSTALL_DATA) lib/cpuidle.h $(DESTDIR)${includedir}/cpuidle.h
281 $(INSTALL) -d $(DESTDIR)${bindir}
282 $(INSTALL_PROGRAM) $(OUTPUT)cpupower $(DESTDIR)${bindir}
283 $(INSTALL) -d $(DESTDIR)${bash_completion_dir}
284 $(INSTALL_SCRIPT) cpupower-completion.sh '$(DESTDIR)${bash_completion_dir}/cpupower'
287 $(INSTALL_DATA) -D man/cpupower.1 $(DESTDIR)${mandir}/man1/cpupower.1
288 $(INSTALL_DATA) -D man/cpupower-frequency-set.1 $(DESTDIR)${mandir}/man1/cpupower-frequency-set.1
289 $(INSTALL_DATA) -D man/cpupower-frequency-info.1 $(DESTDIR)${mandir}/man1/cpupower-frequency-info.1
290 $(INSTALL_DATA) -D man/cpupower-idle-set.1 $(DESTDIR)${mandir}/man1/cpupower-idle-set.1
291 $(INSTALL_DATA) -D man/cpupower-idle-info.1 $(DESTDIR)${mandir}/man1/cpupower-idle-info.1
292 $(INSTALL_DATA) -D man/cpupower-set.1 $(DESTDIR)${mandir}/man1/cpupower-set.1
293 $(INSTALL_DATA) -D man/cpupower-info.1 $(DESTDIR)${mandir}/man1/cpupower-info.1
294 $(INSTALL_DATA) -D man/cpupower-monitor.1 $(DESTDIR)${mandir}/man1/cpupower-monitor.1
297 $(INSTALL) -d $(DESTDIR)${localedir}
299 echo '$(INSTALL_DATA) -D $(OUTPUT)po/$$HLANG.gmo $(DESTDIR)${localedir}/$$HLANG/LC_MESSAGES/cpupower.mo'; \
300 $(INSTALL_DATA) -D $(OUTPUT)po/$$HLANG.gmo $(DESTDIR)${localedir}/$$HLANG/LC_MESSAGES/cpupower.mo; \
304 @#DESTDIR must be set from outside to survive
314 - rm -f $(DESTDIR)${libdir}/libcpupower.*
315 - rm -f $(DESTDIR)${includedir}/cpufreq.h
316 - rm -f $(DESTDIR)${includedir}/cpuidle.h
317 - rm -f $(DESTDIR)${bindir}/utils/cpupower
318 - rm -f $(DESTDIR)${mandir}/man1/cpupower.1
319 - rm -f $(DESTDIR)${mandir}/man1/cpupower-frequency-set.1
320 - rm -f $(DESTDIR)${mandir}/man1/cpupower-frequency-info.1
321 - rm -f $(DESTDIR)${mandir}/man1/cpupower-set.1
322 - rm -f $(DESTDIR)${mandir}/man1/cpupower-info.1
323 - rm -f $(DESTDIR)${mandir}/man1/cpupower-monitor.1
325 rm -f $(DESTDIR)${localedir}/$$HLANG/LC_MESSAGES/cpupower.mo; \