]> err.no Git - sope/blob - gnustep-make/GNUmakefile.postamble
use %p for pointer formats
[sope] / gnustep-make / GNUmakefile.postamble
1 #
2 #   GNUmakefile.postamble
3 #
4 #   Project specific makefile rules
5 #
6 #   Uncomment the targets you want.
7 #   The double colons (::) are important, do not make them single colons
8 #   otherwise the normal makefile rules will not be performed.
9 #
10
11 # Things to do before compiling
12 # before-all::
13
14 # Things to do after compiling
15 # after-all::
16
17 # Things to do before installing
18 # before-install::
19
20 # Things to do after installing
21 # after-install::
22
23 # Things to do before uninstalling
24 # before-uninstall::
25
26 # Things to do after uninstalling
27 # after-uninstall::
28
29 # Things to do before cleaning
30 # before-clean::
31
32 # Things to do after cleaning
33 # after-clean::
34
35 # Things to do before distcleaning
36 # before-distclean::
37
38 # Things to do after distcleaning
39 # after-distclean::
40
41 # Things to do before checking
42 # before-check::
43
44 # Things to do after checking
45 # after-check::