]>
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 |
c143ef62 MM |
36 | config.make |
37 | config.hdr | |
cb7a6892 MM |
38 | configure |
39 | configure.in | |
01860b7e FF |
40 | corefile.c |
41 | corefile.h | |
dec38dac | 42 | core_n.h |
cb7a6892 MM |
43 | cpu.c |
44 | cpu.h | |
45 | debug.c | |
46 | debug.h | |
47 | device_tree.c | |
48 | device_tree.h | |
49 | devices.c | |
50 | devices.h | |
5b4d72dd | 51 | dgen.c |
cb7a6892 MM |
52 | double.c |
53 | dp-bit.c | |
5b4d72dd MM |
54 | emul_generic.c |
55 | emul_generic.h | |
56 | emul_netbsd.c | |
57 | emul_netbsd.h | |
cb7a6892 MM |
58 | events.c |
59 | events.h | |
c143ef62 MM |
60 | filter_filename.c |
61 | filter_filename.h | |
73c4941b MM |
62 | function_unit.c |
63 | function_unit.h | |
cb7a6892 MM |
64 | idecode_branch.h |
65 | idecode_expression.h | |
66 | idecode_fields.h | |
5b4d72dd | 67 | igen.c |
cb7a6892 MM |
68 | inline.c |
69 | inline.h | |
70 | interrupts.c | |
71 | interrupts.h | |
5b4d72dd MM |
72 | lf.c |
73 | lf.h | |
cb7a6892 | 74 | main.c |
5b4d72dd MM |
75 | misc.c |
76 | misc.h | |
77 | mon.c | |
78 | mon.h | |
79 | os_emul.c | |
80 | os_emul.h | |
81 | ppc-cache-rules | |
cb7a6892 | 82 | ppc-instructions |
5b4d72dd MM |
83 | ppc-opcode-complex |
84 | ppc-opcode-simple | |
7ff82a59 | 85 | ppc-opcode-stupid |
cb7a6892 MM |
86 | ppc-spr-table |
87 | ppc.mt | |
88 | psim.c | |
89 | psim.h | |
90 | registers.c | |
91 | registers.h | |
92 | sim_callbacks.h | |
93 | sim_calls.c | |
73c4941b MM |
94 | sim-endian.c |
95 | sim-endian.h | |
96 | sim-endian-n.h | |
5b4d72dd MM |
97 | spa-reporter.c |
98 | spa-system-calls.c | |
99 | spa-system-calls.h | |
cb7a6892 | 100 | std-config.h |
5b4d72dd MM |
101 | table.c |
102 | table.h | |
cb7a6892 MM |
103 | vm.c |
104 | vm.h | |
dec38dac | 105 | vm_n.h |
cb7a6892 MM |
106 | words.h |
107 | ||
108 | Things-to-lose: | |
109 | ||
110 | ||
111 | Do-last: | |
112 | ||
113 | # End of file. |