Home | History | Annotate | Download | only in libebl

Lines Matching refs:DEPDIR

202 DEPDIR = .deps
493 include ./$(DEPDIR)/eblbackendname.Po
494 include ./$(DEPDIR)/eblclosebackend.Po
495 include ./$(DEPDIR)/eblcorenote.Po
496 include ./$(DEPDIR)/eblcorenotetypename.Po
497 include ./$(DEPDIR)/ebldebugscnp.Po
498 include ./$(DEPDIR)/ebldynamictagcheck.Po
499 include ./$(DEPDIR)/ebldynamictagname.Po
500 include ./$(DEPDIR)/eblgotpcreloccheck.Po
501 include ./$(DEPDIR)/eblgstrtab.Po
502 include ./$(DEPDIR)/eblmachineflagcheck.Po
503 include ./$(DEPDIR)/eblmachineflagname.Po
504 include ./$(DEPDIR)/eblobjecttypename.Po
505 include ./$(DEPDIR)/eblobjnote.Po
506 include ./$(DEPDIR)/eblobjnotetypename.Po
507 include ./$(DEPDIR)/eblopenbackend.Po
508 include ./$(DEPDIR)/eblosabiname.Po
509 include ./$(DEPDIR)/eblreloctypecheck.Po
510 include ./$(DEPDIR)/eblreloctypename.Po
511 include ./$(DEPDIR)/eblrelocvaliduse.Po
512 include ./$(DEPDIR)/eblsectionname.Po
513 include ./$(DEPDIR)/eblsectiontypename.Po
514 include ./$(DEPDIR)/eblsegmenttypename.Po
515 include ./$(DEPDIR)/eblshflagscombine.Po
516 include ./$(DEPDIR)/eblstrtab.Po
517 include ./$(DEPDIR)/eblsymbolbindingname.Po
518 include ./$(DEPDIR)/eblsymboltypename.Po
519 include ./$(DEPDIR)/eblwstrtab.Po
522 if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
523 then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
525 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
529 if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
530 then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
532 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
664 -rm -rf ./$(DEPDIR)
690 -rm -rf ./$(DEPDIR)
765 -MF "$(DEPDIR)/$*.Tpo" `test -f '$<' || echo '$(srcdir)/'`$<; \
766 then cat "$(DEPDIR)/$*.Tpo" >> "$(DEPDIR)/$*.Po"; \
767 rm -f "$(DEPDIR)/$*.Tpo"; \
768 else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \