* configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
[deliverable/binutils-gdb.git] / opcodes / dep-in.sed
... / ...
CommitLineData
1:loop
2/\\$/N
3s/\\\n */ /g
4t loop
5
6s!\.o:!.lo:!
7s! \./! !g
8s! @BFD_H@! $(BFD_H)!g
9s!@INCDIR@!$(INCDIR)!g
10s!@TOPDIR@/include!$(INCDIR)!g
11s!@BFDDIR@!$(BFDDIR)!g
12s!@TOPDIR@/bfd!$(BFDDIR)!g
13s!@SRCDIR@/!!g
14s! \.\./intl/libintl\.h!!g
15
16s/\\\n */ /g
17
18s/ *$//
19s/ */ /g
20s/ *:/:/g
21/:$/d
22
23s/\(.\{50\}[^ ]*\) /\1 \\\
24 /g
This page took 0.024328 seconds and 4 git commands to generate.