* Makefile.am: New file, based on old Makefile.in.
[deliverable/binutils-gdb.git] / gprof / .Sanitize
1 # Sanitize.in for devo.
2 #
3
4 # Each directory to survive it's way into a release will need a file
5 # like this one called "./.Sanitize". All keyword lines must exist,
6 # and must exist in the order specified by this file. Each directory
7 # in the tree will be processed, top down, in the following order.
8
9 # Hash started lines like this one are comments and will be deleted
10 # before anything else is done. Blank lines will also be squashed
11 # out.
12
13 # The lines between the "Do-first:" line and the "Things-to-keep:"
14 # line are executed as a /bin/sh shell script before anything else is
15 # done in this
16
17 Do-first:
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 .gdbinit
28 bb_exit_func.c
29 ChangeLog
30 Makefile.am
31 Makefile.in
32 NOTES
33 TEST
34 TODO
35 aclocal.m4
36 alpha.c
37 alpha.h
38 basic_blocks.c
39 basic_blocks.h
40 bsd_callg_bl.m
41 call_graph.c
42 call_graph.h
43 cg_arcs.c
44 cg_arcs.h
45 cg_dfn.c
46 cg_dfn.h
47 cg_print.c
48 cg_print.h
49 configure
50 configure.bat
51 configure.in
52 core.c
53 core.h
54 dummy.c
55 dummy.h
56 flat_bl.m
57 fsf_callg_bl.m
58 gen-c-prog.awk
59 gmon.h
60 gmon_io.c
61 gmon_io.h
62 gmon_out.h
63 gprof.1
64 gprof.c
65 gprof.h
66 gprof.texi
67 hertz.c
68 hertz.h
69 hist.c
70 hist.h
71 i386.c
72 i386.h
73 ns532.c
74 ns532.h
75 search_list.c
76 search_list.h
77 source.c
78 source.h
79 sparc.c
80 sparc.h
81 sym_ids.c
82 sym_ids.h
83 symtab.c
84 symtab.h
85 tahoe.c
86 tahoe.h
87 utils.c
88 utils.h
89 vax.c
90 vax.h
91
92 Things-to-lose:
93
94 .cvsignore
95 make_hp_order_obj
96 make_solaris_order_map
97
98 Do-last:
99
100 # End of file.
This page took 0.031121 seconds and 4 git commands to generate.