* hpux-symtab.h: New file describing the debug symbols emitted by
[deliverable/binutils-gdb.git] / include / .Sanitize
1 # .Sanitize for devo/include.
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 if ( echo $* | grep keep\-mpw > /dev/null ) ; then
19 keep_these_too="mpw"
20 else
21 lose_these_too="mpw"
22 fi
23
24 if ( echo $* | grep keep\-hpread > /dev/null ) ; then
25 keep_these_too="hpux-symtab.h ChangeLog.hpread"
26 else
27 lose_these_too="hpux-symtab.h ChangeLog.hpread"
28 fi
29
30 # All files listed between the "Things-to-keep:" line and the
31 # "Files-to-sed:" line will be kept. All other files will be removed.
32 # Directories listed in this section will have their own Sanitize
33 # called. Directories not listed will be removed in their entirety
34 # with rm -rf.
35
36 Things-to-keep:
37
38 COPYING
39 ChangeLog
40 ansidecl.h
41 aout
42 bfdlink.h
43 bout.h
44 coff
45 demangle.h
46 dis-asm.h
47 elf
48 floatformat.h
49 fopen-bin.h
50 fopen-same.h
51 gdbm.h
52 getopt.h
53 ieee.h
54 libiberty.h
55 nlm
56 oasys.h
57 obstack.h
58 os9k.h
59 opcode
60 wait.h
61
62 Things-to-lose:
63
64
65 Do-last:
66
67 # End of file.
This page took 0.031308 seconds and 5 git commands to generate.