Lines Matching full: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 macro
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.
60 install: dummy target
74 $(MAKE) install INSTALL_TOP=../install
81 # make may get confused with test/ and install/
112 .PHONY: all $(PLATS) clean test install local none dummy echo pecho lecho