xref: /trunk/main/i18npool/Library_localedata_es.mk (revision 7670ab779549d7913098aa9e18e66c33b446cb8b)
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$(eval $(call gb_Library_Library,localedata_es))
23
24$(eval $(call gb_Library_set_include,localedata_es,\
25    $$(INCLUDE) \
26    -I$(SRCDIR)/i18npool/inc \
27    -I$(SRCDIR)/i18npool/inc/pch \
28    -I$(OUTDIR)/inc \
29))
30
31#$(eval $(call gb_Library_add_api,localedata_es, \
32#   offapi \
33#   udkapi \
34#))
35
36#$(eval $(call gb_Library_add_defs,localedata_es,\
37#   -DI18NPOOL_DLLIMPLEMENTATION \
38#))
39
40$(eval $(call gb_Library_set_versionmap,localedata_es,$(SRCDIR)/i18npool/source/localedata/data/localedata_es.map))
41
42$(eval $(call gb_Library_add_linked_libs,localedata_es,\
43    localedata_en \
44    sal \
45    stl \
46    $(gb_STDLIBS) \
47))
48
49$(eval $(call gb_Library_add_generated_exception_objects,localedata_es,\
50    CustomTarget/i18npool/source/localedata/data/localedata_es_AR \
51    CustomTarget/i18npool/source/localedata/data/localedata_es_BO \
52    CustomTarget/i18npool/source/localedata/data/localedata_es_CL \
53    CustomTarget/i18npool/source/localedata/data/localedata_es_CO \
54    CustomTarget/i18npool/source/localedata/data/localedata_es_CR \
55    CustomTarget/i18npool/source/localedata/data/localedata_es_DO \
56    CustomTarget/i18npool/source/localedata/data/localedata_es_EC \
57    CustomTarget/i18npool/source/localedata/data/localedata_es_ES \
58    CustomTarget/i18npool/source/localedata/data/localedata_es_GT \
59    CustomTarget/i18npool/source/localedata/data/localedata_es_HN \
60    CustomTarget/i18npool/source/localedata/data/localedata_es_MX \
61    CustomTarget/i18npool/source/localedata/data/localedata_es_NI \
62    CustomTarget/i18npool/source/localedata/data/localedata_es_PA \
63    CustomTarget/i18npool/source/localedata/data/localedata_es_PE \
64    CustomTarget/i18npool/source/localedata/data/localedata_es_PR \
65    CustomTarget/i18npool/source/localedata/data/localedata_es_PY \
66    CustomTarget/i18npool/source/localedata/data/localedata_es_SV \
67    CustomTarget/i18npool/source/localedata/data/localedata_es_UY \
68    CustomTarget/i18npool/source/localedata/data/localedata_es_VE \
69    CustomTarget/i18npool/source/localedata/data/localedata_gl_ES \
70))
71
72# vim: set noet sw=4 ts=4:
73