Home | History | Annotate | Download | only in libasm

Lines Matching refs:DEPDIR

125 DEPDIR = .deps
329 include ./$(DEPDIR)/asm_abort.Po
330 include ./$(DEPDIR)/asm_addint16.Po
331 include ./$(DEPDIR)/asm_addint32.Po
332 include ./$(DEPDIR)/asm_addint64.Po
333 include ./$(DEPDIR)/asm_addint8.Po
334 include ./$(DEPDIR)/asm_addsleb128.Po
335 include ./$(DEPDIR)/asm_addstrz.Po
336 include ./$(DEPDIR)/asm_adduint16.Po
337 include ./$(DEPDIR)/asm_adduint32.Po
338 include ./$(DEPDIR)/asm_adduint64.Po
339 include ./$(DEPDIR)/asm_adduint8.Po
340 include ./$(DEPDIR)/asm_adduleb128.Po
341 include ./$(DEPDIR)/asm_align.Po
342 include ./$(DEPDIR)/asm_begin.Po
343 include ./$(DEPDIR)/asm_end.Po
344 include ./$(DEPDIR)/asm_error.Po
345 include ./$(DEPDIR)/asm_fill.Po
346 include ./$(DEPDIR)/asm_getelf.Po
347 include ./$(DEPDIR)/asm_newabssym.Po
348 include ./$(DEPDIR)/asm_newcomsym.Po
349 include ./$(DEPDIR)/asm_newscn.Po
350 include ./$(DEPDIR)/asm_newscn_ingrp.Po
351 include ./$(DEPDIR)/asm_newscngrp.Po
352 include ./$(DEPDIR)/asm_newsubscn.Po
353 include ./$(DEPDIR)/asm_newsym.Po
354 include ./$(DEPDIR)/asm_scngrp_newsignature.Po
355 include ./$(DEPDIR)/symbolhash.Po
358 if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
359 then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
361 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
365 if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
366 then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
368 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
502 -rm -rf ./$(DEPDIR)
528 -rm -rf ./$(DEPDIR)
569 -MF "$(DEPDIR)/$*.Tpo" `test -f '$<' || echo '$(srcdir)/'`$<; \
570 then cat "$(DEPDIR)/$*.Tpo" >> "$(DEPDIR)/$*.Po"; \
571 rm -f "$(DEPDIR)/$*.Tpo"; \
572 else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \