1
2# Things to do before compiling
3# before-all::
4
5# Things to do after compiling
6# after-all::
7
8# Things to do before installing
9#before-install::
10
11# Things to do after installing
12# after-install::
13
14# Things to do before uninstalling
15# before-uninstall::
16
17# Things to do after uninstalling
18# after-uninstall::
19
20# Things to do before cleaning
21# before-clean::
22
23# Things to do after cleaning
24#after-clean::
25
26# Things to do before distcleaning
27# before-distclean::
28
29# Things to do after distcleaning
30after-distclean::
31	rm -rf autom4te*.cache
32	rm -f config.status config.log config.cache config.h TAGS GNUmakefile
33
34# Things to do before checking
35# before-check::
36
37# Things to do after checking
38# after-check::
39
40