merge the formfield patch from ooo-build
[ooovba.git] / solenv / inc / postset.mk
blob3101d0a6ac01b34d74a3dfc5b9946b9aaf069721
1 #*************************************************************************
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 # Copyright 2008 by Sun Microsystems, Inc.
7 # OpenOffice.org - a multi-platform office productivity suite
9 # $RCSfile: postset.mk,v $
11 # $Revision: 1.47.50.1 $
13 # This file is part of OpenOffice.org.
15 # OpenOffice.org is free software: you can redistribute it and/or modify
16 # it under the terms of the GNU Lesser General Public License version 3
17 # only, as published by the Free Software Foundation.
19 # OpenOffice.org is distributed in the hope that it will be useful,
20 # but WITHOUT ANY WARRANTY; without even the implied warranty of
21 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 # GNU Lesser General Public License version 3 for more details
23 # (a copy is included in the LICENSE file that accompanied this code).
25 # You should have received a copy of the GNU Lesser General Public License
26 # version 3 along with OpenOffice.org. If not, see
27 # <http://www.openoffice.org/license.html>
28 # for a copy of the LGPLv3 License.
30 #*************************************************************************
33 # Default ISO code used when no languages specified
34 # This language will be always included!
35 defaultlangiso=en-US
37 # Complete list of all supported ISO codes
39 completelangiso=\
40 af \
41 ar \
42 as-IN \
43 ast \
44 be-BY \
45 bg \
46 bn \
47 bn-BD \
48 bn-IN \
49 br \
50 brx \
51 bs \
52 by \
53 ca \
54 cs \
55 cy \
56 da \
57 de \
58 dgo \
59 dz \
60 el \
61 en-GB \
62 en-US \
63 en-ZA \
64 eo \
65 es \
66 et \
67 eu \
68 fa \
69 fi \
70 fr \
71 ga \
72 gd \
73 gl \
74 gu \
75 gu-IN \
76 he \
77 hi-IN \
78 hr \
79 hu \
80 is \
81 it \
82 ja \
83 ka \
84 kk \
85 km \
86 kn \
87 ko \
88 kok \
89 ks \
90 ku \
91 lo \
92 lt \
93 lv \
94 mai \
95 mk \
96 ml-IN \
97 mn \
98 mni \
99 mr-IN \
100 ms \
101 my \
102 nb \
103 ne \
104 nl \
105 nn \
106 nr \
107 ns \
108 oc \
109 om \
110 or-IN \
111 pa-IN \
112 pl \
113 pt \
114 pt-BR \
115 ro \
116 ru \
117 rw \
118 sa-IN \
119 sat \
120 sc \
121 sd \
122 sh \
123 sk \
124 sl \
125 so \
126 sr \
127 ss \
128 st \
129 sv \
130 sw \
131 sw-TZ \
132 ta-IN \
133 te-IN \
134 tg \
135 th \
136 ti-ER \
137 tn \
138 tr \
139 ts \
140 uk \
141 ur-IN \
142 uz \
143 ve \
144 vi \
145 xh \
146 zh-CN \
147 zh-TW \
150 alllangiso=$(strip $(defaultlangiso) $(subst,$(defaultlangiso), $(uniq $(subst,ALL,$(completelangiso) $(WITH_LANG)))))