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
30#after-distclean::
31#	rm -f TAGS
32
33# Things to do before checking
34# before-check::
35
36# Things to do after checking
37# after-check::
38
39