Lines Matching full:install
35 # Set the following to 'true' to build/install the
79 INSTALL = /usr/bin/install -c macro
80 INSTALL_PROGRAM = ${INSTALL}
81 INSTALL_DATA = ${INSTALL} -m 644
83 INSTALL_SCRIPT = ${INSTALL} -m 644
154 INSTALL_NLS += install-gmo
160 INSTALL_BENCH += install-bench
273 install-lib:
274 $(INSTALL) -d $(DESTDIR)${libdir}
276 $(INSTALL) -d $(DESTDIR)${includedir}
280 install-tools:
281 $(INSTALL) -d $(DESTDIR)${bindir}
283 $(INSTALL) -d $(DESTDIR)${bash_completion_dir}
286 install-man:
296 install-gmo:
297 $(INSTALL) -d $(DESTDIR)${localedir}
303 install-bench:
305 …(sbindir) bindir=$(bindir) docdir=$(docdir) confdir=$(confdir) $(MAKE) -C bench O=$(OUTPUT) install
308 install: all install-tools install-man $(INSTALL_NLS) $(INSTALL_BENCH) target
310 install: all install-lib install-tools install-man $(INSTALL_NLS) $(INSTALL_BENCH) target
328 …ONY: all utils libcpupower update-po create-gmo install-lib install-tools install-man install-gmo …