* config.sub: add vxworks29k configuration.
[deliverable/binutils-gdb.git] / bfd / dep-in.sed
1 :loop
2 /\\$/N
3 /\\$/b loop
4
5 s! @BFD_H@!!g
6 s!@INCDIR@!$(INCDIR)!g
7 s!@srcdir@/!!g
8 s!hosts/.*\.h ! !g
9 s/ sysdep.h//g
10 s/ libbfd.h//g
11 s! \$(INCDIR)/fopen-.*\.h!!g
12 s! \$(INCDIR)/ansidecl\.h!!g
13 s! \$(INCDIR)/obstack\.h!!g
14
15 s/\\\n *\\/\\/g
16 s/\\\n *$/ /g
17
18 /^ *\\$/d
19 s/ *$//
20 s/ */ /g
21 /:$/d
This page took 0.029906 seconds and 4 git commands to generate.