Lines Matching refs:subst
73 TEXI2DVI_CMD = rm -fr $(TEXI2DVI_TMPDIR)/$(subst .,_,$@) \
74 && mkdir -p $(TEXI2DVI_TMPDIR)/$(subst .,_,$@) \
76 --build-dir=$(TEXI2DVI_TMPDIR)/$(subst .,_,$@)
456 # It is important that version.subst be the first dependency so that
457 # $< can be used in the recipe, this allows us to find version.subst
460 GDBvn.texi : version.subst
463 echo "@set GDBVN `sed q version.subst`" > ./GDBvn.new
487 version.subst: $(gdbdir)/version.in $(gdbdir)/../bfd/version.h
489 sed -e "s/DATE/$$date/" < $(gdbdir)/version.in > version.subst
661 # It is important that version.subst be the first dependency so that
662 # $< can be used in the recipe, this allows us to find version.subst
665 $(MAN1S) $(MAN5S) : version.subst $(GDB_DOC_FILES)
670 $(ECHO_TEXI2MAN) ($(POD2MAN) --section=$(subst .,,$(suffix $@)) \
702 rm -f GDBvn.texi version.subst *.info* *.dvi *.ps *.html *.pdf $(MANS)