blob: f61921a48285560adfeb00a5eafd6867e8ee652c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
:loop
/\\$/N
/\\$/b loop
s!@INCDIR@!$(INCDIR)!g
s!@BFDDIR@!$(BFDDIR)!g
s!@SRCDIR@/!!g
s!@OBJDIR@/!!g
s/\\\n */ /g
s/ *$//
s/ */ /g
/:$/d
s/\(.\{50\}[^ ]*\) /\1 \\\
/g
|