Lines Matching refs:install
33 # COMMON_TARGETS: Targets which exist in all, clean, and install.
34 # INSTALL_TARGETS: Targets which exist in clean and install (contains
65 INSTALL_TARGETS := $(addsuffix -install,$(INSTALL_TARGETS))
76 .PHONY: include-all include-install
77 include-install: $(top_builddir)/include/config.h include/mk/config.mk include-all
89 lib-install: lib-all
106 # Just like everything depends on include-all / -install, we need to get rid
123 # include-install is separate to avoid creating a circular dependency below in
124 # the install target.
125 $(INSTALL_TARGETS) include-install lib-install:
126 $(MAKE) -C "$(subst -install,,$@)" \
127 -f "$(abs_top_srcdir)/$(subst -install,,$@)/Makefile" install
147 $(foreach tgt,$(MAKE_TARGETS) include-all lib-all $(filter-out clean_install_dir,$(CLEAN_TARGETS)) $(INSTALL_TARGETS) include-install lib-install,$(eval $(call target_to_dir_dep_mapping,$(tgt))))
166 install -m 00644 "$(top_builddir)/$(@F)" "$@"
169 install -m 00755 "$(top_builddir)/$(@F)" "$@"
172 install -m 00755 "$(top_srcdir)/$(@F)" "$@"
185 install: $(INSTALL_TARGETS)