1#
2#  GNUmakefile.postamble
3#
4#  Copyright (C) 2000 Free Software Foundation, Inc.
5#
6#  Written: Adam Fedor <fedor@gnu.org>
7#  Date: Oct 2000
8#
9#  This file is part of the GNUstep Base Library.
10#
11#  This library is free software; you can redistribute it and/or
12#  modify it under the terms of the GNU Lesser General Public
13#  License as published by the Free Software Foundation; either
14#  version 3 of the License, or (at your option) any later version.
15#
16#  This library is distributed in the hope that it will be useful,
17#  but WITHOUT ANY WARRANTY; without even the implied warranty of
18#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.	 See the GNU
19#  Library General Public License for more details.
20#
21#  You should have received a copy of the GNU Lesser General Public
22#  License along with this library; see the file COPYING.LIB.
23#  If not, write to the Free Software Foundation,
24#  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
25
26# Things to do before compiling
27# before-all::
28
29# Things to do after compiling
30# after-all::
31
32# Things to do before installing
33# before-install::
34
35# Things to do after installing
36# after-install::
37
38# Things to do before uninstalling
39# before-uninstall::
40
41# Things to do after uninstalling
42# after-uninstall::
43
44# Things to do before cleaning
45# before-clean::
46
47# Things to do after cleaning
48# after-clean::
49
50# Things to do before distcleaning
51# before-distclean::
52
53# Things to do after distcleaning
54# after-distclean::
55
56# Things to do before checking
57# before-check::
58
59# Things to do after checking
60# after-check::
61