Lines Matching defs:INSTALL
9 # Where to install. The installation starts in the src and doc directories,
21 # How to install. If your install program does not support "-p", then
23 INSTALL= install -p
24 INSTALL_EXEC= $(INSTALL) -m 0755
25 INSTALL_DATA= $(INSTALL) -m 0644
27 # If you don't have "install" you can use "cp" instead.
28 # INSTALL= cp -p
29 # INSTALL_EXEC= $(INSTALL)
30 # INSTALL_DATA= $(INSTALL)
41 # What to install.
57 install: dummy
71 $(MAKE) install INSTALL_TOP=../install
73 # make may get confused with install/ if it does not support .PHONY.
104 .PHONY: all $(PLATS) help test clean install uninstall local dummy echo pc