dep-in.sed 257 B

1234567891011121314151617181920
  1. :loop
  2. /\\$/N
  3. s/\\\n */ /g
  4. t loop
  5. s! \./! !g
  6. s!@INCDIR@!$(INCDIR)!g
  7. s!@TOPDIR@/include!$(INCDIR)!g
  8. s!@BFDDIR@!$(BFDDIR)!g
  9. s!@TOPDIR@/bfd!$(BFDDIR)!g
  10. s!@SRCDIR@/!!g
  11. s!@OBJDIR@/!!g
  12. s! \.\./intl/libintl\.h!!g
  13. s/ *$//
  14. s/ */ /g
  15. s/^ */A/
  16. s/ / \\\
  17. B/g
  18. $s/$/ \\/