1234567891011121314151617181920212223242526272829 |
- :loop
- /\\$/N
- s/\\\n */ /g
- t loop
- s! \./! !g
- 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/ *$//
- s/ */ /g
- s/^ */A/
- s/ / \\\
- B/g
- $s/$/ \\/
|