* Makefile.in: Add elf32-{mips,m88k}.
[deliverable/binutils-gdb.git] / bfd / .Sanitize
1 # Sanitize.in for devo/bfd.
2
3 # Each directory to survive it's 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 # All files listed between the "Things-to-keep:" line and the
19 # "Files-to-sed:" line will be kept. All other files will be removed.
20 # Directories listed in this section will have their own Sanitize
21 # called. Directories not listed will be removed in their entirety
22 # with rm -rf.
23
24 Things-to-keep:
25
26 COPYING
27 PORTING
28 doc
29 ChangeLog
30 Makefile.in
31 README.hppaelf
32 TODO
33 VERSION
34 aix386-core.c
35 aout32.c
36 aout64.c
37 aoutf1.h
38 aoutx.h
39 aout-adobe.c
40 aout-encap.c
41 aout-target.h
42 archive.c
43 archures.c
44 bfd-in.h
45 bfd-in2.h
46 bfd.c
47 bout.c
48 cache.c
49 ctor.c
50 coff-alpha.c
51 coff-a29k.c
52 coff-h8300.c
53 coff-h8500.c
54 coff-i386.c
55 coff-i960.c
56 coff-m68k.c
57 coff-m88k.c
58 coff-mips.c
59 coff-msym.c
60 coff-rs6000.c
61 coff-sh.c
62 coff-we32k.c
63 coff-z8k.c
64 coffcode.h
65 coffgen.c
66 coffswap.h
67 config
68 configure.bat
69 configure.in
70 configure.host
71 core.c
72 demo64.c
73 elf.c
74 elf32-hppa.c
75 elf32-hppa.h
76 elf32-i386.c
77 elf32-i860.c
78 elf32-m68k.c
79 elf32-sparc.c
80 elf32-m88k.c
81 elf32-mips.c
82 elf32-target.h
83 elf32.c
84 elf64.c
85 elfcode.h
86 filemode.c
87 format.c
88 gen-aout.c
89 host-aout.c
90 hosts
91 hp300hpux.c
92 hppa.c
93 hppa_stubs.h
94 i386aout.c
95 i386bsd.c
96 i386linux.c
97 i386lynx.c
98 ieee.c
99 libaout.h
100 libbfd-in.h
101 libelf.h
102 cpu-alpha.c
103 cpu-a29k.c
104 cpu-i386.c
105 cpu-m68k.c
106 cpu-mips.c
107 cpu-vax.c
108 cpu-h8300.c
109 cpu-h8500.c
110 cpu-hppa.c
111 cpu-i960.c
112 cpu-m88k.c
113 cpu-rs6000.c
114 cpu-sh.c
115 cpu-we32k.c
116 cpu-z8k.c
117 hp300bsd.c
118 init.c
119 cpu-sparc.c
120 libbfd.c
121 libbfd.h
122 libcoff-in.h
123 libcoff.h
124 libecoff.h
125 libhppa.h
126 libieee.h
127 liboasys.h
128 mipsbsd.c
129 newsos3.c
130 oasys.c
131 opncls.c
132 reloc.c
133 reloc16.c
134 rs6000-core.c
135 sco-core.c
136 seclet.c
137 seclet.h
138 section.c
139 srec.c
140 stab-syms.c
141 sunos.c
142 syms.c
143 targets.c
144 tekhex.c
145 trad-core.c
146
147 Things-to-lose:
148
149 Do-last:
150
151 if ( echo $* | grep keep\-v9 > /dev/null ) ; then
152 echo Keeping v9 stuff in configure.in.
153 else
154 echo Cleaning configure.in ...
155 grep -v v9 < configure.in > new
156 if [ -n "${safe}" ] ; then
157 cp configure.in .Recover
158 fi
159 mv new configure.in
160 fi
161
162 # End of file.
This page took 0.04525 seconds and 5 git commands to generate.