mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-17 04:07:23 +00:00
21 lines
265 B
Sed
21 lines
265 B
Sed
:loop
|
|
/\\$/N
|
|
s/\\\n */ /g
|
|
t loop
|
|
|
|
s! \./! !g
|
|
s! @BFD_H@! $(BFD_H)!g
|
|
s!@INCDIR@!$(INCDIR)!g
|
|
s!@TOPDIR@/include!$(INCDIR)!g
|
|
s!@BFDDIR@!$(BFDDIR)!g
|
|
s!@TOPDIR@/bfd!$(BFDDIR)!g
|
|
s!@SRCDIR@/!!g
|
|
s! \.\./intl/libintl\.h!!g
|
|
|
|
s/ *$//
|
|
s/ */ /g
|
|
s/^ */A/
|
|
s/ / \\\
|
|
B/g
|
|
$s/$/ \\/
|