]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - binutils/dep-in.sed
2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
[thirdparty/binutils-gdb.git] / binutils / dep-in.sed
1 :loop
2 /\\$/N
3 /\\$/b loop
4
5 s!@INCDIR@!$(INCDIR)!g
6 s!@TOPDIR@/include!$(INCDIR)!g
7 s!@BFDDIR@!$(BFDDIR)!g
8 s!@TOPDIR@/bfd!$(BFDDIR)!g
9 s!@SRCDIR@/!!g
10 s!@OBJDIR@/!!g
11
12 s/\\\n */ /g
13
14 s/ *$//
15 s/ */ /g
16 /:$/d
17
18 s/\(.\{50\}[^ ]*\) /\1 \\\
19 /g