* dlltool.h: New file.
[deliverable/binutils-gdb.git] / binutils / .Sanitize
1 # .Sanitize for devo/binutils.
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 directory.
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 ChangeLog
27 Makefile.in
28 NEWS
29 README
30 acconfig.h
31 aclocal.m4
32 addr2line.1
33 addr2line.c
34 ar.1
35 ar.c
36 arlex.l
37 arparse.y
38 arsup.c
39 arsup.h
40 binutils.texi
41 bucomm.c
42 bucomm.h
43 budbg.h
44 coffdump.c
45 coffgrok.c
46 coffgrok.h
47 config.in
48 configure
49 configure.bat
50 configure.com
51 configure.in
52 cxxfilt.man
53 dlltool.c
54 dlltool.h
55 debug.c
56 debug.h
57 dep-in.sed
58 defparse.y
59 deflex.l
60 filemode.c
61 ieee.c
62 is-ranlib.c
63 is-strip.c
64 mac-binutils.r
65 makefile.vms
66 maybe-ranlib.c
67 maybe-strip.c
68 mpw-config.in
69 mpw-make.sed
70 nlmconv.1
71 nlmconv.c
72 nlmconv.h
73 nlmheader.y
74 nm.1
75 nm.c
76 not-ranlib.c
77 not-strip.c
78 objcopy.1
79 objcopy.c
80 objdump.1
81 objdump.c
82 prdbg.c
83 ranlib.1
84 ranlib.sh
85 rdcoff.c
86 rddbg.c
87 sanity.sh
88 size.1
89 size.c
90 srconv.c
91 stabs.c
92 strings.1
93 strings.c
94 strip.1
95 sysdump.c
96 sysinfo.y
97 syslex.l
98 sysroff.info
99 testsuite
100 version.c
101 wrstabs.c
102
103 Things-to-lose:
104
105 Do-last:
This page took 0.032154 seconds and 5 git commands to generate.