a83279cfd229a339c495742b2d292105e6d16a38
[platform/upstream/binutils.git] / gas / config / .Sanitize
1 # .Sanitize for devo/gas/config
2
3 # Each directory to survive its way into a release will need a file
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
16 Do-first:
17
18 arc_files="tc-arc.c tc-arc.h"
19
20 if ( echo $* | grep keep\-arc > /dev/null ) ; then
21         keep_these_too="${arc_files} ${keep_these_too}"
22 else
23         lose_these_too="${arc_files} ${lose_these_too}"
24 fi
25
26 d10v_files="tc-d10v.c tc-d10v.h"
27
28 if ( echo $* | grep keep\-d10v > /dev/null ) ; then
29         keep_these_too="${d10v_files} ${keep_these_too}"
30 else
31         lose_these_too="${d10v_files} ${lose_these_too}"
32 fi
33
34 v850_files="tc-v850.c tc-v850.h"
35
36 if ( echo $* | grep keep\-v850 > /dev/null ) ; then
37         keep_these_too="${v850_files} ${keep_these_too}"
38 else
39         lose_these_too="${v850_files} ${lose_these_too}"
40 fi
41
42 tic80_files="tc-tic80.c tc-tic80.h"
43
44 if ( echo $* | grep keep\-tic80 > /dev/null ) ; then
45         keep_these_too="${tic80_files} ${keep_these_too}"
46 else
47         lose_these_too="${tic80_files} ${lose_these_too}"
48 fi
49
50 # All files listed between the "Things-to-keep:" line and the
51 # "Files-to-sed:" line will be kept.  All other files will be removed.
52 # Directories listed in this section will have their own Sanitize
53 # called.  Directories not listed will be removed in their entirety
54 # with rm -rf.
55
56 Things-to-keep:
57
58 aout_gnu.h
59 arm-big.mt
60 arm-lit.mt
61 atof-ieee.c
62 atof-tahoe.c
63 atof-vax.c
64 go32.cfg
65 e-mipsecoff.c
66 e-mipself.c
67 i386coff.mt
68 m68k-parse.h
69 m68k-parse.y
70 m68kcoff.mt
71 m88k-opcode.h
72 m88kcoff.mt
73 mips-big.mt
74 mips-lit.mt
75 obj-aout.c
76 obj-aout.h
77 obj-bout.c
78 obj-bout.h
79 obj-coff.c
80 obj-coff.h
81 obj-ecoff.c
82 obj-ecoff.h
83 obj-elf.c
84 obj-elf.h
85 obj-evax.c
86 obj-evax.h
87 obj-generic.c
88 obj-generic.h
89 obj-hp300.c
90 obj-hp300.h
91 obj-ieee.c
92 obj-ieee.h
93 obj-multi.c
94 obj-multi.h
95 obj-som.c
96 obj-som.h
97 obj-vms.c
98 obj-vms.h
99 ppc-big.mt
100 ppc-lit.mt
101 ppc-sol.mt
102 sco5.mt
103 tc-a29k.c
104 tc-a29k.h
105 tc-alpha.c
106 tc-alpha.h
107 tc-arm.c
108 tc-arm.h
109 tc-generic.c
110 tc-generic.h
111 tc-h8300.c
112 tc-h8300.h
113 tc-h8500.c
114 tc-h8500.h
115 tc-hppa.c
116 tc-hppa.h
117 tc-i386.c
118 tc-i386.h
119 tc-i860.c
120 tc-i860.h
121 tc-i960.c
122 tc-i960.h
123 tc-m68851.h
124 tc-m68k.c
125 tc-m68k.h
126 tc-m88k.c
127 tc-m88k.h
128 tc-mips.c
129 tc-mips.h
130 tc-mn10200.c
131 tc-mn10200.h
132 tc-mn10300.c
133 tc-mn10300.h
134 tc-ns32k.c
135 tc-ns32k.h
136 tc-ppc.c
137 tc-ppc.h
138 tc-sh.c
139 tc-sh.h
140 tc-sparc.c
141 tc-sparc.h
142 tc-tahoe.c
143 tc-tahoe.h
144 tc-vax.c
145 tc-vax.h
146 tc-w65.c
147 tc-w65.h
148 tc-z8k.c
149 tc-z8k.h
150 te-386bsd.h
151 te-aux.h
152 te-delta.h
153 te-delt88.h
154 te-dpx2.h
155 te-generic.h
156 te-go32.h
157 te-hp300.h
158 te-hppa.h
159 te-i386aix.h
160 te-ic960.h
161 te-linux.h
162 te-lynx.h
163 te-mach.h
164 te-macos.h
165 te-multi.h
166 te-nbsd.h
167 te-nbsd532.h
168 te-pc532mach.h
169 te-pe.h
170 te-ppcnw.h
171 te-psos.h
172 te-riscix.h
173 te-sco386.h
174 te-sparcaout.h
175 te-sun3.h
176 te-sysv32.h
177 vax-inst.h
178 vms-conf.h
179 vms-a-conf.h
180
181 Things-to-lose:
182
183 Do-last:
184
185 # End of file.