Home | History | Annotate | Download | only in src

Lines Matching refs:DEPDIR

146 DEPDIR = .deps
373 include ./$(DEPDIR)/$(base_cpu)_ld.Po
374 include ./$(DEPDIR)/elflint.Po
375 include ./$(DEPDIR)/ld.Po
376 include ./$(DEPDIR)/ldgeneric.Po
377 include ./$(DEPDIR)/ldlex.Po
378 include ./$(DEPDIR)/ldscript.Po
379 include ./$(DEPDIR)/nm.Po
380 include ./$(DEPDIR)/readelf.Po
381 include ./$(DEPDIR)/sectionhash.Po
382 include ./$(DEPDIR)/size.Po
383 include ./$(DEPDIR)/strip.Po
384 include ./$(DEPDIR)/symbolhash.Po
385 include ./$(DEPDIR)/versionhash.Po
388 if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
389 then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
391 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
395 if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
396 then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
398 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
543 -rm -rf ./$(DEPDIR)
569 -rm -rf ./$(DEPDIR)
609 -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
611 then cat "$(DEPDIR)/$*.Tpo" >> "$(DEPDIR)/$*.Po"; \
612 rm -f "$(DEPDIR)/$*.Tpo"; \
613 else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \