Home | History | Annotate | Download | only in features

Lines Matching defs:outdir

94 outdir = ../regformats
95 OUTPUTS = $(patsubst %,$(outdir)/%.dat,$(WHICH))
186 $(outdir)/%.dat: %.xml number-regs.xsl sort-regs.xsl gdbserver-regs.xsl
187 echo "# THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi :set ro:" > $(outdir)/$*.tmp
188 echo "# Generated from: $<" >> $(outdir)/$*.tmp
189 echo "name:`echo $(notdir $*) | sed 's/-/_/g'`" >> $(outdir)/$*.tmp
190 $(if $($(firstword $(subst /, ,$(subst -, ,$*)))-feature), echo "feature:1") >> $(outdir)/$*.tmp
191 echo "xmltarget:$(<F)" >> $(outdir)/$*.tmp
193 >> $(outdir)/$*.tmp
196 $(XSLTPROC) gdbserver-regs.xsl - >> $(outdir)/$*.tmp
197 sh ../../move-if-change $(outdir)/$*.tmp $(outdir)/$*.dat