1#**************************************************************
2#
3#  Licensed to the Apache Software Foundation (ASF) under one
4#  or more contributor license agreements.  See the NOTICE file
5#  distributed with this work for additional information
6#  regarding copyright ownership.  The ASF licenses this file
7#  to you under the Apache License, Version 2.0 (the
8#  "License"); you may not use this file except in compliance
9#  with the License.  You may obtain a copy of the License at
10#
11#    http://www.apache.org/licenses/LICENSE-2.0
12#
13#  Unless required by applicable law or agreed to in writing,
14#  software distributed under the License is distributed on an
15#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16#  KIND, either express or implied.  See the License for the
17#  specific language governing permissions and limitations
18#  under the License.
19#
20#**************************************************************
21
22
23
24$(eval $(call gb_Library_Library,localedata_es))
25
26$(eval $(call gb_Library_set_include,localedata_es,\
27	$$(INCLUDE) \
28	-I$(SRCDIR)/i18npool/inc \
29	-I$(SRCDIR)/i18npool/inc/pch \
30	-I$(OUTDIR)/inc \
31))
32
33#$(eval $(call gb_Library_add_api,localedata_es, \
34#	offapi \
35#	udkapi \
36#))
37
38#$(eval $(call gb_Library_add_defs,localedata_es,\
39#	-DI18NPOOL_DLLIMPLEMENTATION \
40#))
41
42$(eval $(call gb_Library_set_versionmap,localedata_es,$(SRCDIR)/i18npool/source/localedata/data/localedata_es.map))
43
44$(eval $(call gb_Library_add_linked_libs,localedata_es,\
45	localedata_en \
46	sal \
47	stl \
48	$(gb_STDLIBS) \
49))
50
51$(eval $(call gb_Library_add_generated_exception_objects,localedata_es,\
52	CustomTarget/i18npool/source/localedata/data/localedata_es_AR \
53	CustomTarget/i18npool/source/localedata/data/localedata_es_BO \
54	CustomTarget/i18npool/source/localedata/data/localedata_es_CL \
55	CustomTarget/i18npool/source/localedata/data/localedata_es_CO \
56	CustomTarget/i18npool/source/localedata/data/localedata_es_CR \
57	CustomTarget/i18npool/source/localedata/data/localedata_es_DO \
58	CustomTarget/i18npool/source/localedata/data/localedata_es_EC \
59	CustomTarget/i18npool/source/localedata/data/localedata_es_ES \
60	CustomTarget/i18npool/source/localedata/data/localedata_es_GT \
61	CustomTarget/i18npool/source/localedata/data/localedata_es_HN \
62	CustomTarget/i18npool/source/localedata/data/localedata_es_MX \
63	CustomTarget/i18npool/source/localedata/data/localedata_es_NI \
64	CustomTarget/i18npool/source/localedata/data/localedata_es_PA \
65	CustomTarget/i18npool/source/localedata/data/localedata_es_PE \
66	CustomTarget/i18npool/source/localedata/data/localedata_es_PR \
67	CustomTarget/i18npool/source/localedata/data/localedata_es_PY \
68	CustomTarget/i18npool/source/localedata/data/localedata_es_SV \
69	CustomTarget/i18npool/source/localedata/data/localedata_es_UY \
70	CustomTarget/i18npool/source/localedata/data/localedata_es_VE \
71	CustomTarget/i18npool/source/localedata/data/localedata_gl_ES \
72))
73
74
75# vim: set noet sw=4 ts=4:
76
77