#
#	GNUmakefile
#
#       Compile the GuiImageKit Framework (part of ImageKits).
#
#	Copyright (C) 2003 Fabien Vallon <fabien@tuxfamily.org>
#
#	This Makefile is free software; you can redistribute it and/or
#	modify it under the terms of the GNU General Public License
#	as published by the Free Software Foundation; either version 2
#	of the License, or (at your option) any later version.
#
#	This program is distributed in the hope that it will be useful,
#	but WITHOUT ANY WARRANTY; without even the implied warranty of
#	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
#	See the GNU General Public License for more details.
#

include $(GNUSTEP_MAKEFILES)/common.make


FRAMEWORK_NAME=GuiImageKit

# Headers needed during compile
GuiImageKit_HEADERS = \
	PageLayoutPanel.h 

GuiImageKit_OBJC_FILES = \
	PageLayoutPanel.m

GuiImageKit_HEADER_FILES = \
	PageLayoutPanel.h

GuiImageKit_LANGUAGES=English

GuiImageKit_LOCALIZED_RESOURCE_FILES=PageLayoutPanel.gorm 

ADDITIONAL_OBJCFLAGS = -Wall


-include GNUmakefile.preamble

include $(GNUSTEP_MAKEFILES)/framework.make
include $(GNUSTEP_MAKEFILES)/aggregate.make

-include GNUmakefile.postamble
