Lines Matching refs:INSTALL_TARGETS
62 INSTALL_TARGETS := doc macro
76 INSTALL_TARGETS += runtest scenario_groups testscripts
79 INSTALL_TARGETS += $(COMMON_TARGETS)
81 BOOTSTRAP_TARGETS := $(sort $(COMMON_TARGETS) $(CLEAN_TARGETS) $(INSTALL_TARGETS))
84 INSTALL_TARGETS := $(addsuffix -install,$(INSTALL_TARGETS)) macro
141 $(INSTALL_TARGETS) include-install lib-install:
163 …clude-all lib-all $(filter-out clean_install_dir,$(CLEAN_TARGETS)) $(INSTALL_TARGETS) include-inst…
192 INSTALL_TARGETS += $(addprefix $(INSTALL_DIR)/,$(SRCDIR_INSTALL_TARGETS))
194 INSTALL_TARGETS += $(addprefix $(DESTDIR)/$(bindir)/,$(BINDIR_INSTALL_SCRIPTS))
196 $(INSTALL_TARGETS): $(INSTALL_DIR) $(DESTDIR)/$(bindir)
199 install: $(INSTALL_TARGETS)