Add m88k-coff target Makefile fragment.
[deliverable/binutils-gdb.git] / gas / config / .Sanitize
CommitLineData
0fd8d5d9
RP
1# Sanitize.in for devo.
2# $Id$
3#
4
5# Each directory to survive it's way into a release will need a file
6# like this one called "./.Sanitize". All keyword lines must exist,
7# and must exist in the order specified by this file. Each directory
8# in the tree will be processed, top down, in the following order.
9
10# Hash started lines like this one are comments and will be deleted
11# before anything else is done. Blank lines will also be squashed
12# out.
13
14# The lines between the "Do-first:" line and the "Things-to-keep:"
15# line are executed as a /bin/sh shell script before anything else is
16# done in this
17
18Do-first:
19
0fd8d5d9 20
4a1bbbe7 21
0fd8d5d9
RP
22# All files listed between the "Things-to-keep:" line and the
23# "Files-to-sed:" line will be kept. All other files will be removed.
24# Directories listed in this section will have their own Sanitize
25# called. Directories not listed will be removed in their entirety
26# with rm -rf.
27
28Things-to-keep:
29
3e6e09c0 30aout_gnu.h
0fd8d5d9 31atof-ieee.c
e219aa78 32atof-ns32k.c
b41390d2 33atof-tahoe.c
0fd8d5d9 34atof-vax.c
3e6e09c0 35coff_gnu.h
0fd8d5d9 36cplus-dem.c
cd625bf3
DHW
37ebmon29k.mt
38h8300.mt
033400ec 39h8500.mt
cd625bf3 40h8300hds.mt
0fd8d5d9 41ho-ansi.h
30d17c7e 42ho-decstatn.h
0fd8d5d9 43ho-generic.h
abca39c1 44ho-go32.h
31fb7d23 45ho-hppabsd.h
0fd8d5d9
RP
46ho-hpux.h
47ho-i386.h
cd625bf3 48ho-i386aix.h
ed364bb6 49ho-irix.h
a4099f78 50ho-mipsbsd.h
0fd8d5d9
RP
51ho-rs6000.h
52ho-sun3.h
53ho-sun386.h
54ho-sun4.h
55ho-sunos.h
56ho-sysv.h
57ho-vax.h
b41390d2 58ho-vms.h
6066ebad 59i386coff.mt
cd625bf3 60m68k.mt
3ad9ec6a 61m68kcoff.mt
cd625bf3
DHW
62m88k-opcode.h
63m88k.patches
77a401e2 64m88kcoff.mt
e99f6f9c
ILT
65mips-big.mt
66mips-lit.mt
0fd8d5d9
RP
67obj-aout.c
68obj-aout.h
0fd8d5d9
RP
69obj-bout.c
70obj-bout.h
71obj-coff.c
72obj-coff.h
29a86403
SC
73obj-coffbfd.c
74obj-coffbfd.h
e99f6f9c
ILT
75obj-ecoff.c
76obj-ecoff.h
a4099f78
KR
77obj-elf.c
78obj-elf.h
0fd8d5d9
RP
79obj-generic.c
80obj-generic.h
daae8c92
KR
81obj-hp300.c
82obj-hp300.h
fd345c9c
SC
83obj-ieee.c
84obj-ieee.h
b41390d2
KR
85obj-vms.c
86obj-vms.h
4a1bbbe7 87sh.mt
01aec199 88sparc.mt
0fd8d5d9
RP
89tc-a29k.c
90tc-a29k.h
91tc-generic.c
92tc-generic.h
fd345c9c
SC
93tc-h8300.c
94tc-h8300.h
033400ec
SC
95tc-h8500.c
96tc-h8500.h
daae8c92
KR
97tc-hppa.c
98tc-hppa.h
0fd8d5d9
RP
99tc-i386.c
100tc-i386.h
101tc-i860.c
102tc-i860.h
103tc-i960.c
104tc-i960.h
105tc-m68851.h
106tc-m68k.c
107tc-m68k.h
cd625bf3
DHW
108tc-m88k.c
109tc-m88k.h
fd345c9c
SC
110tc-mips.c
111tc-mips.h
0fd8d5d9
RP
112tc-ns32k.c
113tc-ns32k.h
4a1bbbe7
SC
114tc-sh.c
115tc-sh.h
6690d829 116tc-sparc.c
920babce 117tc-sparc.h
d4ac2d09
KR
118tc-sparc64.c
119tc-sparc64.h
af3b5ad2
KR
120tc-tahoe.c
121tc-tahoe.h
0fd8d5d9
RP
122tc-vax.c
123tc-vax.h
163107a1
SC
124tc-z8k.c
125tc-z8k.h
daae8c92 126te-386bsd.h
0fd8d5d9
RP
127te-dpx2.h
128te-generic.h
daae8c92
KR
129te-hp300.h
130te-hppa.h
cd625bf3 131te-i386aix.h
0fd8d5d9 132te-ic960.h
d5bc3215 133te-irix.h
daae8c92 134te-linux.h
0fd8d5d9 135te-sco386.h
0fd8d5d9 136te-sun3.h
920babce 137te-sysv32.h
0fd8d5d9 138vax-inst.h
163107a1 139z8k.mt
0fd8d5d9 140
87756e15
RP
141Things-to-lose:
142
68de1b23
SC
143
144
0fd8d5d9
RP
145Do-last:
146
147if ( echo $* | grep keep\-v9 > /dev/null ) ; then
dee576a0 148 echo Keeping tc-sparc64 and v9 stuff in tc-sparc.c obj-elf.h.
0fd8d5d9
RP
149else
150 echo Cleaning tc-sparc.c...
151 sed '/start\-sanitize/,/end-sanitize/d' < tc-sparc.c > new
3116e6cf
RP
152 if [ -n "${safe}" ] ; then
153 cp tc-sparc.c .Recover
154 fi
0fd8d5d9 155 mv new tc-sparc.c
dee576a0
KR
156 echo Cleaning obj-elf.h...
157 grep -v v9 < obj-elf.h > new
158 if [ -n "${safe}" ] ; then
159 cp obj-elf.h .Recover
160 fi
161 mv new obj-elf.h
d4ac2d09
KR
162 echo Deleting tc-sparc64 files.
163 rm -f tc-sparc64.c tc-sparc64.h
0fd8d5d9
RP
164fi
165
0fd8d5d9 166# End of file.
This page took 0.09278 seconds and 4 git commands to generate.