~ubuntu-branches/ubuntu/edgy/sope/edgy

« back to all changes in this revision

Viewing changes to gnustep-make/Instance/test-tool.make

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Ley
  • Date: 2005-08-19 16:53:31 UTC
  • Revision ID: james.westby@ubuntu.com-20050819165331-hs683wz1osm708pw
Tags: upstream-4.4rc.2
ImportĀ upstreamĀ versionĀ 4.4rc.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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 2
 
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.LIB.
 
17
#   If not, write to the Free Software Foundation,
 
18
#   59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
19
 
 
20
ifeq ($(RULES_MAKE_LOADED),)
 
21
include $(GNUSTEP_MAKEFILES)/rules.make
 
22
endif
 
23
 
 
24
# Just inherit the build rule from tool.make
 
25
 
 
26
include $(GNUSTEP_MAKEFILES)/Instance/tool.make
 
27
 
 
28
internal-test_tool-all_:: internal-tool-all_
 
29