Lines Matching refs:INSTALL_TARGETS
54 INSTALL_TARGETS := doc macro
69 INSTALL_TARGETS += runtest scenario_groups testscripts
72 INSTALL_TARGETS += $(COMMON_TARGETS)
74 BOOTSTRAP_TARGETS := $(sort $(COMMON_TARGETS) $(CLEAN_TARGETS) $(INSTALL_TARGETS))
77 INSTALL_TARGETS := $(addsuffix -install,$(INSTALL_TARGETS)) macro
137 $(INSTALL_TARGETS) include-install lib-install:
159 …clude-all lib-all $(filter-out clean_install_dir,$(CLEAN_TARGETS)) $(INSTALL_TARGETS) include-inst…
188 INSTALL_TARGETS += $(addprefix $(INSTALL_DIR)/,$(SRCDIR_INSTALL_TARGETS))
190 INSTALL_TARGETS += $(addprefix $(DESTDIR)/$(bindir)/,$(BINDIR_INSTALL_SCRIPTS))
192 $(INSTALL_TARGETS): $(INSTALL_DIR) $(DESTDIR)/$(bindir)
198 install: $(INSTALL_TARGETS)