1#
2#  GNUmakefile.postamble
3#
4#  Copyright (C) 2003 Free Software Foundation, Inc.
5#
6#  Author: Gregory John Casamento <greg_casamento@yahoo.com>
7#
8#  This file is part of GNUstep
9#
10#  This library is free software; you can redistribute it and/or
11#  modify it under the terms of the GNU Library General Public
12#  License as published by the Free Software Foundation; either
13#  version 2 of the License, or (at your option) any later version.
14#
15#  This library is distributed in the hope that it will be useful,
16#  but WITHOUT ANY WARRANTY; without even the implied warranty of
17#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.	 See the GNU
18#  Library General Public License for more details.
19#
20#  You should have received a copy of the GNU Library General Public
21#  License along with this library; see the file COPYING.LIB.
22#  If not, write to the Free Software Foundation,
23#  51 Franklin Street, Fifth Floor, Boston, MA 02111
24#  USA.
25#
26
27# Define this variable if not defined for backwards-compatibility as
28# it is only available in gnustep-make >= 2.0.5
29ifeq ($(LN_S_RECURSIVE),)
30  LN_S_RECURSIVE = $(LN_S)
31endif
32
33before-all::
34	$(RM_LN_S) InterfaceBuilder; \
35	$(LN_S_RECURSIVE) GormLib InterfaceBuilder
36
37after-all::
38
39after-clean::
40
41after-distclean::
42
43after-clean::
44	$(RM_LN_S) InterfaceBuilder
45