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
|
2007-10-29 21:16:17 +00:00
|
|
|
# version 3 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
|
|
|
|
2006-11-15 16:59:32 +00:00
|
|
|
GNUSTEP_INSTALLATION_DOMAIN = SYSTEM
|
1998-11-21 22:30:02 +00:00
|
|
|
|
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
|
|
|
|
|
2001-10-07 04:22:41 +00:00
|
|
|
LANGUAGES = English
|
2007-03-09 23:28:14 +00:00
|
|
|
LOCALIZED_RESOURCE_COMPONENTS = \
|
|
|
|
GSDataLinkPanel.gorm \
|
|
|
|
GSPageLayout.gorm \
|
|
|
|
GSPrintPanel.gorm \
|
|
|
|
GSSpellPanel.gorm
|
1998-11-21 22:30:02 +00:00
|
|
|
|
|
|
|
-include GNUmakefile.preamble
|
1998-12-17 16:16:03 +00:00
|
|
|
-include GNUmakefile.local
|
1998-11-21 22:30:02 +00:00
|
|
|
|
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
|