diff options
Diffstat (limited to 'contrib/binutils/bfd/dep-in.sed')
-rw-r--r-- | contrib/binutils/bfd/dep-in.sed | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/contrib/binutils/bfd/dep-in.sed b/contrib/binutils/bfd/dep-in.sed new file mode 100644 index 0000000..5a48285 --- /dev/null +++ b/contrib/binutils/bfd/dep-in.sed @@ -0,0 +1,25 @@ +:loop +/\\$/N +s/\\\n */ /g +t loop + +s! @BFD_H@!!g +s!@INCDIR@!$(INCDIR)!g +s!@SRCDIR@/!!g +s!hosts/[^ ]*\.h ! !g +s/ sysdep.h//g +s! \.\./bfd/sysdep.h!!g +s/ libbfd.h//g +s/ config.h//g +s! \$(INCDIR)/fopen-[^ ]*\.h!!g +s! \$(INCDIR)/ansidecl\.h!!g + +s/\\\n */ /g + +s/ *$// +s/ */ /g +s/ *:/:/g +/:$/d + +s/\(.\{50\}[^ ]*\) /\1 \\\ + /g |