# -*-makefile-*-
# TOOLNAME Makefile
# Copyright (C) 2002 Free Software Foundation, Inc.
#
# Written by: David Ayers <d.ayers@inode.at>
#
# This programm is free software; you can redistribute it and/or
# modify it unger the terms of the GNU General Public License
# as published by the the Free Software Foundation; either
# version 2 of the License, or (at your option) any later version.
#
# This programm is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRENTY; without even implied warrenty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this programm; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA.

# Install into the lcoal root by default
# (This is just provided for convienient editing)
# GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_LOCAL_ROOT)

#GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=

include $(GNUSTEP_MAKEFILES)/common.make 
include $(GNUSTEP_MAKEFILES)/Auxiliary/gdl2.make

-include ../config.mak

ADDITIONAL_TOOL_LIBS = $(GUI_LIBS)

TOOL_NAME = QuickTest

#SUBPROJECTS =

QuickTest_OBJC_FILES = QuickTest.m

QuickTest_HEADER_FILES = 

-include GNUMakefile.preamble
-include GNUMakefile.local
include $(GNUSTEP_MAKEFILES)/tool.make
-include GNUMakefile.postamble


