Lines Matching refs:INSTALL_TARGETS
34 # INSTALL_TARGETS: Targets which exist in clean and install (contains
42 INSTALL_TARGETS := doc
57 INSTALL_TARGETS += runtest scenario_groups testscripts
60 INSTALL_TARGETS += $(COMMON_TARGETS)
62 BOOTSTRAP_TARGETS := $(sort $(COMMON_TARGETS) $(CLEAN_TARGETS) $(INSTALL_TARGETS))
65 INSTALL_TARGETS := $(addsuffix -install,$(INSTALL_TARGETS))
125 $(INSTALL_TARGETS) include-install lib-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))))
175 INSTALL_TARGETS += $(addprefix $(INSTALL_DIR)/,$(SRCDIR_INSTALL_TARGETS))
177 INSTALL_TARGETS += $(addprefix $(DESTDIR)/$(bindir)/,$(BINDIR_INSTALL_SCRIPTS))
179 $(INSTALL_TARGETS): $(INSTALL_DIR) $(DESTDIR)/$(bindir)
185 install: $(INSTALL_TARGETS)