mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
9e097a72c9
per line with all lines having continuation backslash. Prefix first line with "A", following lines with "B". * Makefile.am (DEP): Don't use dep.sed here. (DEP1): Run $MKDEP on single files, modify .o to .lo here. Use dep.sed here on dependencies, sort and uniq. * Makefile.in: Regenerate.
28 lines
482 B
Sed
28 lines
482 B
Sed
:loop
|
|
/\\$/N
|
|
s/\\\n */ /g
|
|
t loop
|
|
|
|
s! \./! !g
|
|
s! @BFD_H@!!g
|
|
s!@SRCDIR@/../include!$(INCDIR)!g
|
|
s!@TOPDIR@/include!$(INCDIR)!g
|
|
s!@SRCDIR@/../opcodes!$(srcdir)/../opcodes!g
|
|
s!@TOPDIR@/opcodes!$(srcdir)/../opcodes!g
|
|
s!@SRCDIR@/!!g
|
|
s! hosts/[^ ]*\.h!!g
|
|
s! sysdep.h!!g
|
|
s! \.\./bfd/sysdep.h!!g
|
|
s! libbfd.h!!g
|
|
s! config.h!!g
|
|
s! \$(INCDIR)/fopen-[^ ]*\.h!!g
|
|
s! \$(INCDIR)/ansidecl\.h!!g
|
|
s! \$(INCDIR)/symcat\.h!!g
|
|
s! \.\./intl/libintl\.h!!g
|
|
|
|
s/ *$//
|
|
s/ */ /g
|
|
s/^ */A/
|
|
s/ / \\\nB/g
|
|
$s/$/ \\/
|