1#   -*-makefile-*-
2#   Instance/test-tool.make
3#
4#   Copyright (C) 2002 Free Software Foundation, Inc.
5#
6#   Author:  Nicola Pero <nicola@brainstorm.co.uk>
7#
8#   This file is part of the GNUstep Makefile Package.
9#
10#   This library is free software; you can redistribute it and/or
11#   modify it under the terms of the GNU General Public License
12#   as published by the Free Software Foundation; either version 3
13#   of the License, or (at your option) any later version.
14#
15#   You should have received a copy of the GNU General Public
16#   License along with this library; see the file COPYING.
17#   If not, write to the Free Software Foundation,
18#   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19
20# Tools don't link against gui by default
21ifeq ($(NEEDS_GUI),)
22  NEEDS_GUI = no
23endif
24
25ifeq ($(RULES_MAKE_LOADED),)
26include $(GNUSTEP_MAKEFILES)/rules.make
27endif
28
29# Just inherit the build rule from tool.make
30
31include $(GNUSTEP_MAKEFILES)/Instance/tool.make
32
33internal-test_tool-all_:: internal-tool-all_
34
35