office-gobmx/solenv/inc/postset.mk

223 lines
5.9 KiB
Makefile
Raw Normal View History

2001-06-20 03:09:38 -05:00
#*************************************************************************
#
# $RCSfile: postset.mk,v $
#
# $Revision: 1.21 $
2001-06-20 03:09:38 -05:00
#
# last change: $Author: hjs $ $Date: 2004-06-25 16:11:46 $
2001-06-20 03:09:38 -05:00
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
#
# - GNU Lesser General Public License Version 2.1
# - Sun Industry Standards Source License Version 1.1
#
# Sun Microsystems Inc., October, 2000
#
# GNU Lesser General Public License Version 2.1
# =============================================
# Copyright 2000 by Sun Microsystems, Inc.
# 901 San Antonio Road, Palo Alto, CA 94303, USA
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License version 2.1, as published by the Free Software Foundation.
#
# 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
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
# MA 02111-1307 USA
#
#
# Sun Industry Standards Source License Version 1.1
# =================================================
# The contents of this file are subject to the Sun Industry Standards
# Source License Version 1.1 (the "License"); You may not use this file
# except in compliance with the License. You may obtain a copy of the
# License at http://www.openoffice.org/license.html.
#
# Software provided under this License is provided on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
# WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
# MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
# See the License for the specific provisions governing your rights and
# obligations concerning the Software.
#
# The Initial Developer of the Original Code is: Sun Microsystems, Inc.
#
# Copyright: 2000 by Sun Microsystems, Inc.
#
# All Rights Reserved.
#
# Contributor(s): _______________________________________
#
#
#
#*************************************************************************
2000-09-20 08:43:26 -05:00
.IF "$(RES_GER)"!="" || "$(give_me_all_languages)"!=""
alllangiso+=de
.ENDIF
completelangiso+=de
# keep this one!!! #################################################################################
#
#
####################################################################################################
#
2000-09-20 08:43:26 -05:00
.IF "$(RES_ENUS)"!="" || "$(give_me_all_languages)"!=""
alllangiso+=en-US
2002-06-26 06:57:02 -05:00
.ENDIF
completelangiso+=en-US
# keep this one!!! #################################################################################
#
defaultlangiso=en-US
#
####################################################################################################
#
2000-09-20 08:43:26 -05:00
.IF "$(RES_ITAL)"!="" || "$(give_me_all_languages)"!=""
alllangiso+=it
2002-06-26 06:57:02 -05:00
.ENDIF
completelangiso+=it
2000-09-20 08:43:26 -05:00
.IF "$(RES_SPAN)"!="" || "$(give_me_all_languages)"!=""
alllangiso+=es
2002-06-26 06:57:02 -05:00
.ENDIF
completelangiso+=es
2000-09-20 08:43:26 -05:00
.IF "$(RES_FREN)"!="" || "$(give_me_all_languages)"!=""
alllangiso+=fr
2002-06-26 06:57:02 -05:00
.ENDIF
completelangiso+=fr
2000-09-20 08:43:26 -05:00
.IF "$(RES_DTCH)"!="" || "$(give_me_all_languages)"!=""
alllangiso+=nl
2002-06-26 06:57:02 -05:00
.ENDIF
completelangiso+=nl
2000-09-20 08:43:26 -05:00
.IF "$(RES_DAN)"!="" || "$(give_me_all_languages)"!=""
alllangiso+=da
2002-06-26 06:57:02 -05:00
.ENDIF
completelangiso+=da
2000-09-20 08:43:26 -05:00
.IF "$(RES_SWED)"!="" || "$(give_me_all_languages)"!=""
alllangiso+=sv
2002-06-26 06:57:02 -05:00
.ENDIF
completelangiso+=sv
2000-09-20 08:43:26 -05:00
.IF "$(RES_PORT)"!="" || "$(give_me_all_languages)"!=""
alllangiso+=pt
2002-06-26 06:57:02 -05:00
.ENDIF
completelangiso+=pt
2000-09-20 08:43:26 -05:00
.IF "$(RES_JAPN)"!="" || "$(give_me_all_languages)"!=""
alllangiso+=ja
2002-06-26 06:57:02 -05:00
.ENDIF
completelangiso+=ja
2000-09-20 08:43:26 -05:00
.IF "$(RES_CHINSIM)"!="" || "$(give_me_all_languages)"!=""
alllangiso+=zh-CN
2002-06-26 06:57:02 -05:00
.ENDIF
completelangiso+=zh-CN
2000-09-20 08:43:26 -05:00
.IF "$(RES_CHINTRAD)"!="" || "$(give_me_all_languages)"!=""
alllangiso+=zh-TW
2002-06-26 06:57:02 -05:00
.ENDIF
completelangiso+=zh-TW
2000-09-20 08:43:26 -05:00
.IF "$(RES_RUSS)"!="" || "$(give_me_all_languages)"!=""
alllangiso+=ru
2002-06-26 06:57:02 -05:00
.ENDIF
completelangiso+=ru
2000-09-20 08:43:26 -05:00
.IF "$(RES_POL)"!="" || "$(give_me_all_languages)"!=""
alllangiso+=pl
2002-06-26 06:57:02 -05:00
.ENDIF
completelangiso+=pl
2000-09-20 08:43:26 -05:00
.IF "$(RES_ARAB)"!="" || "$(give_me_all_languages)"!=""
alllangiso+=ar
2002-06-26 06:57:02 -05:00
.ENDIF
completelangiso+=ar
2000-09-20 08:43:26 -05:00
.IF "$(RES_GREEK)"!="" || "$(give_me_all_languages)"!=""
alllangiso+=el
2002-06-26 06:57:02 -05:00
.ENDIF
completelangiso+=el
2000-09-20 08:43:26 -05:00
.IF "$(RES_TURK)"!="" || "$(give_me_all_languages)"!=""
alllangiso+=tr
2002-06-26 06:57:02 -05:00
.ENDIF
completelangiso+=tr
2000-09-20 08:43:26 -05:00
.IF "$(RES_KOREAN)"!="" || "$(give_me_all_languages)"!=""
alllangiso+=ko
2002-06-26 06:57:02 -05:00
.ENDIF
completelangiso+=ko
2000-09-20 08:43:26 -05:00
2001-04-05 02:49:37 -05:00
.IF "$(RES_CAT)"!="" || "$(give_me_all_languages)"!=""
alllangiso+=ca
2002-06-26 06:57:02 -05:00
.ENDIF
completelangiso+=ca
2001-04-05 02:49:37 -05:00
2001-08-30 11:24:53 -05:00
.IF "$(RES_FINN)"!="" || "$(give_me_all_languages)"!=""
alllangiso+=fi
2002-06-26 06:57:02 -05:00
.ENDIF # "$(RES_FINN)"!="" || "$(give_me_all_languages)"!=""
completelangiso+=fi
2001-08-30 11:24:53 -05:00
.IF "$(RES_HUNG)"!="" || "$(give_me_all_languages)"!=""
alllangiso+=hu
.ENDIF
completelangiso+=hu
2002-04-04 06:32:51 -06:00
.IF "$(RES_THAI)"!="" || "$(give_me_all_languages)"!=""
alllangiso+=th
2002-06-26 06:57:02 -05:00
.ENDIF # "$(RES_THAI)"!="" || "$(give_me_all_languages)"!=""
completelangiso+=th
2002-06-26 06:57:02 -05:00
2002-11-18 05:09:12 -06:00
.IF "$(RES_HINDI)"!="" || "$(give_me_all_languages)"!=""
alllangiso+=hi-IN
2002-11-18 05:09:12 -06:00
.ENDIF # "$(RES_HINDI)"!="" || "$(give_me_all_languages)"!=""
completelangiso+=hi-IN
2002-11-18 05:09:12 -06:00
2002-06-26 06:57:02 -05:00
.IF "$(RES_PORTBR)"!="" || "$(give_me_all_languages)"!=""
alllangiso+=pt-BR
2002-06-26 06:57:02 -05:00
.ENDIF
completelangiso+=pt-BR
2002-04-04 06:32:51 -06:00
.IF "$(RES_CZECH)"!="" || "$(give_me_all_languages)"!=""
alllangiso+=cs
.ENDIF
completelangiso+=cs
.IF "$(RES_SLOVAK)"!="" || "$(give_me_all_languages)"!=""
alllangiso+=sk
.ENDIF
completelangiso+=sk
.IF "$(RES_SLOVENIAN)"!="" || "$(give_me_all_languages)"!=""
alllangiso+=sl
.ENDIF
completelangiso+=sl
.IF "$(RES_ESTONIAN)"!="" || "$(give_me_all_languages)"!=""
alllangiso+=et
.ENDIF
completelangiso+=et
.IF "$(RES_HEBREW)"!="" || "$(give_me_all_languages)"!=""
alllangiso+=he
2001-06-21 08:00:51 -05:00
.ENDIF
completelangiso+=he
2001-06-21 08:00:51 -05:00