1#
2#  Makefile for GNUstep GUI Panels
3#
4#  Copyright (C) 2001 Free Software Foundation, Inc.
5#
6#  Author: Adam Fedor <fedor@gnu.org>
7#  Date: November 2001
8#
9#  This file is part of the GNUstep GUI Library.
10#
11#  This library is free software; you can redistribute it and/or
12#  modify it under the terms of the GNU Lesser General Public
13#  License as published by the Free Software Foundation; either
14#  version 2 of the License, or (at your option) any later version.
15#
16#  This library is distributed in the hope that it will be useful,
17#  but WITHOUT ANY WARRANTY; without even the implied warranty of
18#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.	 See the GNU
19#  Lesser General Public License for more details.
20#
21#  You should have received a copy of the GNU Lesser General Public
22#  License along with this library; see the file COPYING.LIB.
23#  If not, see <http://www.gnu.org/licenses/> or write to the
24#  Free Software Foundation, 51 Franklin Street, Fifth Floor,
25#  Boston, MA 02110-1301, USA.
26
27PACKAGE_NAME = gnustep-gui
28GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../gui.make
29include $(GNUSTEP_MAKEFILES)/common.make
30
31LANGUAGES = English Spanish
32LOCALIZED_RESOURCE_COMPONENTS = \
33  GSDataLinkPanel.gorm \
34  GSPageLayout.gorm \
35  GSPrintPanel.gorm \
36  GSToolbarCustomizationPalette.gorm \
37  GSSpellPanel.gorm \
38  GSFindPanel.gorm
39
40-include GNUmakefile.preamble
41
42include $(GNUSTEP_MAKEFILES)/rules.make
43
44include GNUmakefile.postamble
45