| 1 | :loop |
| 2 | /\\$/N |
| 3 | /\\$/b loop |
| 4 | |
| 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@/config!$(srcdir)/config!g |
| 11 | s!@SRCDIR@/\.\./opcodes!$(srcdir)/../opcodes!g |
| 12 | s!@TOPDIR@/opcodes!$(srcdir)/../opcodes!g |
| 13 | s!@SRCDIR@/!!g |
| 14 | s!\.\./bfd/bfdver\.h!$(BFDVER_H)!g |
| 15 | s! \$(srcdir)/config/te-generic\.h!!g |
| 16 | s! \.\./bfd/bfd\.h!!g |
| 17 | s! itbl-cpu\.h!!g |
| 18 | s! itbl-parse\.h!!g |
| 19 | s! \.\./intl/libintl\.h!!g |
| 20 | |
| 21 | s! \$(INCDIR)/bin-bugs\.h!!g |
| 22 | s! \$(INCDIR)/ansidecl\.h!!g |
| 23 | s! \$(INCDIR)/libiberty\.h!!g |
| 24 | s! \$(INCDIR)/progress\.h!!g |
| 25 | s! \$(INCDIR)/fopen-[^ ]*\.h!!g |
| 26 | s! obj-format\.h!!g |
| 27 | s! targ-cpu\.h!!g |
| 28 | s! targ-env\.h!!g |
| 29 | s! as\.h!!g |
| 30 | s! asintl\.h!!g |
| 31 | s! bignum\.h!!g |
| 32 | s! bit_fix\.h!!g |
| 33 | s! config\.h!!g |
| 34 | s! emul\.h!!g |
| 35 | s! expr\.h!!g |
| 36 | s! flonum\.h!!g |
| 37 | s! frags\.h!!g |
| 38 | s! hash\.h!!g |
| 39 | s! listing\.h!!g |
| 40 | s! obj\.h!!g |
| 41 | s! read\.h!!g |
| 42 | s! symbols\.h!!g |
| 43 | s! tc\.h!!g |
| 44 | s! write\.h!!g |
| 45 | |
| 46 | s/\\\n */ /g |
| 47 | |
| 48 | s/ *$// |
| 49 | s/ */ /g |
| 50 | /:$/d |
| 51 | |
| 52 | s/\(.\{50\}[^ ]*\) /\1 \\\ |
| 53 | /g |