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#	rm -rf GWorkspace/Inspectors/Viewers/Library
26
27# Things to do before distcleaning
28# before-distclean::
29
30# Things to do after distcleaning
31after-distclean::
32	rm -rf autom4te*.cache
33	rm -f config.status config.log config.cache TAGS GNUmakefile
34
35# Things to do before checking
36# before-check::
37
38# Things to do after checking
39# after-check::
40
41