summaryrefslogtreecommitdiffstats
path: root/contrib/gdb/bfd/mpw-make.sed
blob: a989ef005ff2c2ce2df31b8f07a4f8dd22894834 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# Sed commands to finish translating the Unix BFD Makefile into MPW syntax.

# Whack out unused host and target define bits.
/HDEFINES/s/@HDEFINES@//
/TDEFINES/s/@TDEFINES@//

/INCDIR=/s/"{srcdir}":/"{topsrcdir}"/
/^CSEARCH = .*$/s/$/ -i "{INCDIR}":mpw: -i ::extra-include:/

/WORDSIZE/s/^WORDSIZE = /#WORDSIZE = /
/BFD_MACHINES/s/^BFD_MACHINES = /#BFD_MACHINES = /
/BFD_BACKENDS/s/^BFD_BACKENDS = /#BFD_BACKENDS = /
/TDEFAULTS/s/^TDEFAULTS = /#TDEFAULTS = /

# Remove extra, useless, "all".
/^all \\Option-f _oldest/,/^$/d

# Remove the Makefile rebuild rule.
/^Makefile /,/--recheck/d

# Don't do any recursive subdir stuff.
/ subdir_do/s/{MAKE}/null-command/

/BFD_H/s/^{BFD_H}/#{BFD_H}/

# Point at include files that are always in the objdir.
/bfd/s/"{s}"bfd\.h/"{o}"bfd.h/g
/config/s/"{s}"config\.h/"{o}"config.h/g
/elf32-target/s/"{s}"elf32-target\.h/"{o}"elf32-target.h/g
/elf64-target/s/"{s}"elf64-target\.h/"{o}"elf64-target.h/g

/"{s}"{INCDIR}/s/"{s}"{INCDIR}/"{INCDIR}"/g

/dep/s/\.dep/__dep/g

# Removing duplicates is cool but presently unnecessary,
# so whack this out.
/^ofiles \\Option-f/,/^$/d
/ofiles/s/{OFILES} ofiles/{OFILES}/
/echo ofiles = /d
/cat ofiles/s/`cat ofiles`/{OFILES}/

# No corefile support.
/COREFILE/s/@COREFILE@//
/COREFLAG/s/@COREFLAG@//

# No PIC foolery in this environment.
/@ALLLIBS@/s/@ALLLIBS@/{TARGETLIB}/
/@PICLIST@/s/@PICLIST@//
/@PICFLAG@/s/@PICFLAG@//
/^{OFILES} \\Option-f stamp-picdir/,/^$/d

# Remove the pic trickery from the default build rule.
/^\.c\.o \\Option-f /,/End If/c\
.c.o \\Option-f .c

# MPW Make doesn't know about $<.
/"{o}"targets.c.o \\Option-f "{s}"targets.c Makefile/,/^$/c\
"{o}"targets.c.o \\Option-f "{s}"targets.c Makefile\
	{CC} {ALL_CFLAGS} {TDEFAULTS} "{s}"targets.c -o "{o}"targets.c.o

/"{o}"archures.c.o \\Option-f "{s}"archures.c Makefile/,/^$/c\
"{o}"archures.c.o \\Option-f "{s}"archures.c Makefile\
	{CC} {ALL_CFLAGS} {TDEFAULTS} "{s}"archures.c -o "{o}"archures.c.o

# Remove the .h rebuilding rules, we don't currently have a doc subdir,
# or a way to build the prototype-hacking tool that's in it.
/^"{srcdir}"bfd-in2.h \\Option-f /,/^$/d
/^"{srcdir}"libbfd.h \\Option-f /,/^$/d
/^"{srcdir}"libcoff.h \\Option-f /,/^$/d
OpenPOWER on IntegriCloud