1998-11-21 22:30:02 +00:00
|
|
|
#
|
|
|
|
# Makefile for GNUstep GUI Panels
|
|
|
|
#
|
2001-10-07 04:22:41 +00:00
|
|
|
# Copyright (C) 2001 Free Software Foundation, Inc.
|
1998-11-21 22:30:02 +00:00
|
|
|
#
|
2001-10-07 04:22:41 +00:00
|
|
|
# Author: Adam Fedor <fedor@gnu.org>
|
|
|
|
# Date: November 2001
|
1998-11-21 22:30:02 +00:00
|
|
|
#
|
|
|
|
# This file is part of the GNUstep GUI Library.
|
|
|
|
#
|
|
|
|
# This library is free software; you can redistribute it and/or
|
2007-10-29 21:16:17 +00:00
|
|
|
# modify it under the terms of the GNU Lesser General Public
|
1998-11-21 22:30:02 +00:00
|
|
|
# License as published by the Free Software Foundation; either
|
2008-06-10 04:01:49 +00:00
|
|
|
# version 2 of the License, or (at your option) any later version.
|
1998-11-21 22:30:02 +00:00
|
|
|
#
|
|
|
|
# This library 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
|
2007-10-29 21:16:17 +00:00
|
|
|
# Lesser General Public License for more details.
|
1998-11-21 22:30:02 +00:00
|
|
|
#
|
2007-10-29 21:16:17 +00:00
|
|
|
# You should have received a copy of the GNU Lesser General Public
|
1998-11-21 22:30:02 +00:00
|
|
|
# License along with this library; see the file COPYING.LIB.
|
2007-10-29 21:16:17 +00:00
|
|
|
# If not, see <http://www.gnu.org/licenses/> or write to the
|
|
|
|
# Free Software Foundation, 51 Franklin Street, Fifth Floor,
|
|
|
|
# Boston, MA 02110-1301, USA.
|
1998-11-21 22:30:02 +00:00
|
|
|
|
2008-12-19 13:00:47 +00:00
|
|
|
PACKAGE_NAME = gnustep-gui
|
2001-01-29 19:49:03 +00:00
|
|
|
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../gui.make
|
1998-11-21 22:30:02 +00:00
|
|
|
include $(GNUSTEP_MAKEFILES)/common.make
|
|
|
|
|
2009-12-31 05:13:39 +00:00
|
|
|
LANGUAGES = English Spanish
|
2007-03-09 23:28:14 +00:00
|
|
|
LOCALIZED_RESOURCE_COMPONENTS = \
|
|
|
|
GSDataLinkPanel.gorm \
|
|
|
|
GSPageLayout.gorm \
|
|
|
|
GSPrintPanel.gorm \
|
2010-02-11 18:21:07 +00:00
|
|
|
GSToolbarCustomizationPalette.gorm \
|
2010-08-02 18:57:00 +00:00
|
|
|
GSSpellPanel.gorm \
|
|
|
|
GSFindPanel.gorm
|
1998-11-21 22:30:02 +00:00
|
|
|
|
|
|
|
-include GNUmakefile.preamble
|
|
|
|
|
1998-11-30 15:24:11 +00:00
|
|
|
include $(GNUSTEP_MAKEFILES)/rules.make
|
1998-11-21 22:30:02 +00:00
|
|
|
|
2001-03-16 23:25:52 +00:00
|
|
|
include GNUmakefile.postamble
|