]>
Commit | Line | Data |
---|---|---|
cb7a6892 MM |
1 | # .Sanitize for devo/sim/ppc. |
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 | COPYING.LIB | |
28 | ChangeLog | |
29 | Makefile.in | |
30 | README.psim | |
31 | basics.h | |
32 | bits.c | |
33 | bits.h | |
5b4d72dd | 34 | build-psim |
8b3797aa | 35 | config.in |
cb7a6892 MM |
36 | configure |
37 | configure.in | |
38 | core.c | |
39 | core.h | |
dec38dac | 40 | core_n.h |
cb7a6892 MM |
41 | cpu.c |
42 | cpu.h | |
43 | debug.c | |
44 | debug.h | |
45 | device_tree.c | |
46 | device_tree.h | |
47 | devices.c | |
48 | devices.h | |
5b4d72dd | 49 | dgen.c |
cb7a6892 MM |
50 | double.c |
51 | dp-bit.c | |
5b4d72dd MM |
52 | emul_generic.c |
53 | emul_generic.h | |
54 | emul_netbsd.c | |
55 | emul_netbsd.h | |
cb7a6892 MM |
56 | events.c |
57 | events.h | |
cb7a6892 MM |
58 | idecode_branch.h |
59 | idecode_expression.h | |
60 | idecode_fields.h | |
5b4d72dd | 61 | igen.c |
cb7a6892 MM |
62 | inline.c |
63 | inline.h | |
64 | interrupts.c | |
65 | interrupts.h | |
5b4d72dd MM |
66 | lf.c |
67 | lf.h | |
cb7a6892 | 68 | main.c |
5b4d72dd MM |
69 | misc.c |
70 | misc.h | |
71 | mon.c | |
72 | mon.h | |
73 | os_emul.c | |
74 | os_emul.h | |
75 | ppc-cache-rules | |
cb7a6892 MM |
76 | ppc-endian.c |
77 | ppc-endian.h | |
78 | ppc-instructions | |
5b4d72dd MM |
79 | ppc-opcode-complex |
80 | ppc-opcode-simple | |
cb7a6892 MM |
81 | ppc-spr-table |
82 | ppc.mt | |
83 | psim.c | |
84 | psim.h | |
85 | registers.c | |
86 | registers.h | |
87 | sim_callbacks.h | |
88 | sim_calls.c | |
5b4d72dd MM |
89 | spa-reporter.c |
90 | spa-system-calls.c | |
91 | spa-system-calls.h | |
cb7a6892 | 92 | std-config.h |
5b4d72dd MM |
93 | table.c |
94 | table.h | |
cb7a6892 MM |
95 | vm.c |
96 | vm.h | |
dec38dac | 97 | vm_n.h |
cb7a6892 MM |
98 | words.h |
99 | ||
100 | Things-to-lose: | |
101 | ||
102 | ||
103 | Do-last: | |
104 | ||
105 | # End of file. |