Browse Subversion Repository
Contents of /trunk/bfd/dep-in.sed
Parent Directory
| Revision Log
Revision 21 -
( show annotations)
( download)
Mon Jul 27 20:34:36 2009 UTC
(14 years, 8 months ago)
by monamour
File size: 482 byte(s)
Update to HEAD.
| 1 |
:loop |
| 2 |
/\\$/N |
| 3 |
s/\\\n */ /g |
| 4 |
t loop |
| 5 |
|
| 6 |
s! \./! !g |
| 7 |
s! @BFD_H@!!g |
| 8 |
s!@SRCDIR@/../include!$(INCDIR)!g |
| 9 |
s!@TOPDIR@/include!$(INCDIR)!g |
| 10 |
s!@SRCDIR@/../opcodes!$(srcdir)/../opcodes!g |
| 11 |
s!@TOPDIR@/opcodes!$(srcdir)/../opcodes!g |
| 12 |
s!@SRCDIR@/!!g |
| 13 |
s! hosts/[^ ]*\.h!!g |
| 14 |
s! sysdep.h!!g |
| 15 |
s! \.\./bfd/sysdep.h!!g |
| 16 |
s! libbfd.h!!g |
| 17 |
s! config.h!!g |
| 18 |
s! \$(INCDIR)/fopen-[^ ]*\.h!!g |
| 19 |
s! \$(INCDIR)/ansidecl\.h!!g |
| 20 |
s! \$(INCDIR)/symcat\.h!!g |
| 21 |
s! \.\./intl/libintl\.h!!g |
| 22 |
|
| 23 |
s/ *$// |
| 24 |
s/ */ /g |
| 25 |
s/^ */A/ |
| 26 |
s/ / \\\ |
| 27 |
B/g |
| 28 |
$s/$/ \\/ |
|