diff options
Diffstat (limited to 'x/binutils/bfd/dep-in.sed')
-rw-r--r-- | x/binutils/bfd/dep-in.sed | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/x/binutils/bfd/dep-in.sed b/x/binutils/bfd/dep-in.sed new file mode 100644 index 0000000..90a2e6a --- /dev/null +++ b/x/binutils/bfd/dep-in.sed @@ -0,0 +1,31 @@ +:loop +/\\$/N +s/\\\n */ /g +t loop + +s!\.o:!.lo:! +s! @BFD_H@!!g +s!@SRCDIR@/../include!$(INCDIR)!g +s!@TOPDIR@/include!$(INCDIR)!g +s!@SRCDIR@/../opcodes!$(srcdir)/../opcodes!g +s!@TOPDIR@/opcodes!$(srcdir)/../opcodes!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! \$(INCDIR)/symcat\.h!!g +s! \.\./intl/libintl\.h!!g + +s/\\\n */ /g + +s/ *$// +s/ */ /g +s/ *:/:/g +/:$/d + +s/\(.\{50\}[^ ]*\) /\1 \\\ + /g |