* Makefile.in (autoconf-common autoheader-common): Don't pass -l
[deliverable/binutils-gdb.git] / sim / txvu / .Sanitize
1 # .Sanitize for devo/sim/txvu.
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
19 # All files listed between the "Things-to-keep:" line and the
20 # "Files-to-sed:" line will be kept. All other files will be removed.
21 # Directories listed in this section will have their own Sanitize
22 # called. Directories not listed will be removed in their entirety
23 # with rm -rf.
24
25 Things-to-keep:
26
27 ChangeLog
28 Makefile.in
29 README.Cygnus
30 config.in
31 configure
32 configure.in
33 device.c
34 device.h
35 dma.c
36 dma.h
37 engine-sky.c
38 gencode.c
39 gpuif.c
40 gpuif.h
41 hardware.c
42 hardware.h
43 interp.c
44 libvpe.c
45 libvpe.h
46 m16.igen
47 mdmx.igen
48 mips.dc
49 mips.igen
50 pke.c
51 pke.h
52 r5900.igen
53 sim-main.h
54 tconfig.in
55 vpe.h
56 vr5400.igen
57 vu.h
58 vu0.c
59 vu0.h
60 vu1.c
61 vu1.h
62
63 Things-to-lose:
64
65
66 Do-last:
67
68 for i in * ; do
69 if test ! -d $i && (grep sanitize $i > /dev/null) ; then
70 echo '***' Some mentions of Sanitize are still left in $i! 1>&2
71 fi
72 done
73
74 # End of file.
This page took 0.044944 seconds and 4 git commands to generate.