forgot an entry for makefile dependency changes
[deliverable/binutils-gdb.git] / gas / config / .Sanitize
CommitLineData
4f5d16c7 1# .Sanitize for devo/gas/config
0fd8d5d9 2
4f5d16c7 3# Each directory to survive its way into a release will need a file
0fd8d5d9
RP
4# like this one called "./.Sanitize". All keyword lines must exist,
5# and must exist in the order specified by this file. Each directory
6# in the tree will be processed, top down, in the following order.
7
8# Hash started lines like this one are comments and will be deleted
9# before anything else is done. Blank lines will also be squashed
10# out.
11
12# The lines between the "Do-first:" line and the "Things-to-keep:"
13# line are executed as a /bin/sh shell script before anything else is
14# done in this
15
16Do-first:
17
4f5d16c7
SS
18if ( echo $* | grep keep\-mpw > /dev/null ) ; then
19 keep_these_too="ho-mpw.h"
2a79b202
SS
20else
21 lose_these_too="ho-mpw.h"
4f5d16c7 22fi
4a1bbbe7 23
0fd8d5d9
RP
24# All files listed between the "Things-to-keep:" line and the
25# "Files-to-sed:" line will be kept. All other files will be removed.
26# Directories listed in this section will have their own Sanitize
27# called. Directories not listed will be removed in their entirety
28# with rm -rf.
29
30Things-to-keep:
31
3e6e09c0 32aout_gnu.h
5749c497 33alpha-opcode.h
0fd8d5d9 34atof-ieee.c
b41390d2 35atof-tahoe.c
0fd8d5d9 36atof-vax.c
0fd8d5d9 37cplus-dem.c
c794f0aa 38go32.mh
cd625bf3 39h8300.mt
033400ec 40h8500.mt
0fd8d5d9 41ho-ansi.h
30d17c7e 42ho-decstatn.h
0fd8d5d9 43ho-generic.h
abca39c1 44ho-go32.h
31fb7d23 45ho-hppabsd.h
28409e91 46ho-hppaosf.h
0fd8d5d9
RP
47ho-hpux.h
48ho-i386.h
cd625bf3 49ho-i386aix.h
ed364bb6 50ho-irix.h
75ec0c90 51ho-mach3.h
a4099f78 52ho-mipsbsd.h
0fd8d5d9
RP
53ho-rs6000.h
54ho-sun3.h
55ho-sun386.h
56ho-sun4.h
57ho-sunos.h
58ho-sysv.h
59ho-vax.h
fce98d63 60ho-vsta.h
b41390d2 61ho-vms.h
6066ebad 62i386coff.mt
cd625bf3 63m68k.mt
3ad9ec6a 64m68kcoff.mt
cd625bf3 65m88k-opcode.h
77a401e2 66m88kcoff.mt
e99f6f9c
ILT
67mips-big.mt
68mips-lit.mt
0fd8d5d9
RP
69obj-aout.c
70obj-aout.h
0fd8d5d9
RP
71obj-bout.c
72obj-bout.h
73obj-coff.c
74obj-coff.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
0fa747c4
JL
85obj-som.c
86obj-som.h
b41390d2
KR
87obj-vms.c
88obj-vms.h
4a1bbbe7 89sh.mt
0fd8d5d9
RP
90tc-a29k.c
91tc-a29k.h
5749c497
KR
92tc-alpha.c
93tc-alpha.h
0fd8d5d9
RP
94tc-generic.c
95tc-generic.h
fd345c9c
SC
96tc-h8300.c
97tc-h8300.h
033400ec
SC
98tc-h8500.c
99tc-h8500.h
daae8c92
KR
100tc-hppa.c
101tc-hppa.h
0fd8d5d9
RP
102tc-i386.c
103tc-i386.h
104tc-i860.c
105tc-i860.h
106tc-i960.c
107tc-i960.h
108tc-m68851.h
109tc-m68k.c
110tc-m68k.h
cd625bf3
DHW
111tc-m88k.c
112tc-m88k.h
fd345c9c
SC
113tc-mips.c
114tc-mips.h
0fd8d5d9
RP
115tc-ns32k.c
116tc-ns32k.h
af46c203
ILT
117tc-ppc.c
118tc-ppc.h
4a1bbbe7
SC
119tc-sh.c
120tc-sh.h
6690d829 121tc-sparc.c
920babce 122tc-sparc.h
af3b5ad2
KR
123tc-tahoe.c
124tc-tahoe.h
0fd8d5d9
RP
125tc-vax.c
126tc-vax.h
163107a1
SC
127tc-z8k.c
128tc-z8k.h
daae8c92 129te-386bsd.h
0fd8d5d9
RP
130te-dpx2.h
131te-generic.h
daae8c92
KR
132te-hp300.h
133te-hppa.h
cd625bf3 134te-i386aix.h
0fd8d5d9 135te-ic960.h
daae8c92 136te-linux.h
d0c25cae 137te-lynx.h
5efa30fa 138te-mach.h
34e4120b 139te-netbsd.h
f68880ea
KR
140te-netbsd532.h
141te-pc532mach.h
0fd8d5d9 142te-sco386.h
0fd8d5d9 143te-sun3.h
920babce 144te-sysv32.h
0fd8d5d9 145vax-inst.h
163107a1 146z8k.mt
0fd8d5d9 147
87756e15
RP
148Things-to-lose:
149
0fd8d5d9
RP
150Do-last:
151
f68880ea
KR
152i960xl_files=tc-i960.c
153if ( echo $* | grep keep\-i960xl > /dev/null ) ; then
154 if [ -n "${verbose}" ] ; then
155 echo Keeping i960xl stuff in $i960xl_files.
156 fi
157else
158 if [ -n "${verbose}" ]; then
159 echo -n Cleaning i960xl in `pwd`:
160 fi
161 for f in $i960xl_files ; do
162 if [ -n "${verbose}" ] ; then
163 echo -n " " $f
164 fi
165 grep -v XL < $f > new
166 if [ -n "${safe}" ] ; then
167 mv $f .Recover
168 fi
169 mv new $f
170 done
171fi
172
0fd8d5d9 173# End of file.
This page took 0.177687 seconds and 4 git commands to generate.