1999-05-03 09:29:11 +02:00
|
|
|
:loop
|
|
|
|
/\\$/N
|
|
|
|
s/\\\n */ /g
|
|
|
|
t loop
|
|
|
|
|
|
|
|
s!\.o:!.lo:!
|
2005-10-30 01:47:42 +02:00
|
|
|
s! \./! !g
|
1999-05-03 09:29:11 +02:00
|
|
|
s! @BFD_H@!!g
|
2002-04-04 16:04:39 +02:00
|
|
|
s!@SRCDIR@/../include!$(INCDIR)!g
|
|
|
|
s!@TOPDIR@/include!$(INCDIR)!g
|
2000-05-02 02:12:52 +02:00
|
|
|
s!@SRCDIR@/../opcodes!$(srcdir)/../opcodes!g
|
2002-04-04 16:04:39 +02:00
|
|
|
s!@TOPDIR@/opcodes!$(srcdir)/../opcodes!g
|
1999-05-03 09:29:11 +02:00
|
|
|
s!@SRCDIR@/!!g
|
2000-04-12 01:57:13 +02:00
|
|
|
s! hosts/[^ ]*\.h! !g
|
2001-10-04 17:37:38 +02:00
|
|
|
s! sysdep.h!!g
|
1999-05-03 09:29:11 +02:00
|
|
|
s! \.\./bfd/sysdep.h!!g
|
2001-10-04 17:37:38 +02:00
|
|
|
s! libbfd.h!!g
|
|
|
|
s! config.h!!g
|
1999-05-03 09:29:11 +02:00
|
|
|
s! \$(INCDIR)/fopen-[^ ]*\.h!!g
|
|
|
|
s! \$(INCDIR)/ansidecl\.h!!g
|
2001-10-04 17:37:38 +02:00
|
|
|
s! \$(INCDIR)/symcat\.h!!g
|
2003-08-14 09:03:00 +02:00
|
|
|
s! \.\./intl/libintl\.h!!g
|
1999-05-03 09:29:11 +02:00
|
|
|
|
|
|
|
s/\\\n */ /g
|
|
|
|
|
|
|
|
s/ *$//
|
|
|
|
s/ */ /g
|
|
|
|
s/ *:/:/g
|
|
|
|
/:$/d
|
|
|
|
|
|
|
|
s/\(.\{50\}[^ ]*\) /\1 \\\
|
|
|
|
/g
|