2000-10-27 15:54:35 +00:00
|
|
|
#
|
|
|
|
# Resources makefile for GNUstep Base Library
|
|
|
|
# Copyright (C) 2000 Free Software Foundation, Inc.
|
|
|
|
#
|
|
|
|
# Written by: Adam Fedor <fedor@doc.com>
|
|
|
|
# Date: Oct 2000
|
|
|
|
#
|
|
|
|
# This file is part of the GNUstep Base Library.
|
|
|
|
#
|
|
|
|
# This library is free software; you can redistribute it and/or
|
|
|
|
# modify it under the terms of the GNU Library General Public
|
|
|
|
# License as published by the Free Software Foundation; either
|
|
|
|
# version 2 of the License, or (at your option) any later version.
|
|
|
|
#
|
|
|
|
# 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
|
|
|
|
# Library General Public License for more details.
|
|
|
|
#
|
|
|
|
# You should have received a copy of the GNU Library General Public
|
|
|
|
# License along with this library; if not, write to the Free
|
2005-05-22 03:32:16 +00:00
|
|
|
# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
2000-10-27 15:54:35 +00:00
|
|
|
|
|
|
|
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
|
|
|
|
2001-01-29 19:40:02 +00:00
|
|
|
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../base.make
|
2000-10-27 15:54:35 +00:00
|
|
|
include $(GNUSTEP_MAKEFILES)/common.make
|
|
|
|
|
2003-04-28 02:29:49 +00:00
|
|
|
RESOURCE_SET_NAME = base-resources
|
2003-04-28 11:17:21 +00:00
|
|
|
base-resources_RESOURCE_FILES_INSTALL_DIR = Library/Libraries/Resources/gnustep-base
|
2006-05-05 23:19:01 +00:00
|
|
|
base-resources_LANGUAGES = English German French Italian TraditionalChinese \
|
|
|
|
Spanish Esperanto Korean
|
2003-04-28 02:29:49 +00:00
|
|
|
base-resources_LOCALIZED_RESOURCE_FILES = Localizable.strings
|
|
|
|
base-resources_RESOURCE_DIRS = Languages
|
|
|
|
base-resources_RESOURCE_FILES = $(LANGUAGE_INSTALL_FILES)
|
2001-08-21 20:28:47 +00:00
|
|
|
|
|
|
|
LANGUAGE_FILES = \
|
2001-05-29 19:42:39 +00:00
|
|
|
Languages/Dutch \
|
2000-10-27 15:54:35 +00:00
|
|
|
Languages/English \
|
2001-02-23 23:36:31 +00:00
|
|
|
Languages/French \
|
2001-02-23 00:14:14 +00:00
|
|
|
Languages/German \
|
2004-03-24 20:54:27 +00:00
|
|
|
Languages/Hungarian \
|
2002-04-08 05:52:07 +00:00
|
|
|
Languages/Italian \
|
|
|
|
Languages/Russian \
|
2005-05-10 10:28:42 +00:00
|
|
|
Languages/Spanish \
|
2003-08-02 20:56:55 +00:00
|
|
|
Languages/TraditionalChinese \
|
2002-04-18 16:03:05 +00:00
|
|
|
Languages/Slovak \
|
2006-05-05 23:19:01 +00:00
|
|
|
Languages/Ukrainian \
|
|
|
|
Languages/Esperanto \
|
|
|
|
Languages/Korean
|
2002-10-22 03:22:30 +00:00
|
|
|
LANGUAGE_INSTALL_FILES = $(LANGUAGE_FILES) Languages/Locale.aliases \
|
|
|
|
Languages/Locale.encodings
|
2000-10-27 15:54:35 +00:00
|
|
|
|
|
|
|
-include GNUmakefile.local
|
|
|
|
|
2003-04-28 02:29:49 +00:00
|
|
|
include $(GNUSTEP_MAKEFILES)/resource-set.make
|
2000-10-27 15:54:35 +00:00
|
|
|
|
|
|
|
-include GNUmakefile.postamble
|
2001-08-21 20:28:47 +00:00
|
|
|
|