1# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2#
3# This file is part of the LibreOffice project.
4#
5# This Source Code Form is subject to the terms of the Mozilla Public
6# License, v. 2.0. If a copy of the MPL was not distributed with this
7# file, You can obtain one at http://mozilla.org/MPL/2.0/.
8#
9
10$(eval $(call gb_Library_Library,localedata_en))
11
12$(eval $(call gb_Library_add_generated_exception_objects,localedata_en,\
13	CustomTarget/i18npool/localedata/localedata_en_AU \
14	CustomTarget/i18npool/localedata/localedata_en_BW \
15	CustomTarget/i18npool/localedata/localedata_en_BZ \
16	CustomTarget/i18npool/localedata/localedata_en_CA \
17	CustomTarget/i18npool/localedata/localedata_en_DK \
18	CustomTarget/i18npool/localedata/localedata_en_GB \
19	CustomTarget/i18npool/localedata/localedata_en_GH \
20	CustomTarget/i18npool/localedata/localedata_en_GM \
21	CustomTarget/i18npool/localedata/localedata_en_IE \
22	CustomTarget/i18npool/localedata/localedata_en_JM \
23	CustomTarget/i18npool/localedata/localedata_en_KE \
24	CustomTarget/i18npool/localedata/localedata_en_LK \
25	CustomTarget/i18npool/localedata/localedata_en_MW \
26	CustomTarget/i18npool/localedata/localedata_en_NA \
27	CustomTarget/i18npool/localedata/localedata_en_NG \
28	CustomTarget/i18npool/localedata/localedata_en_NZ \
29	CustomTarget/i18npool/localedata/localedata_en_PH \
30	CustomTarget/i18npool/localedata/localedata_en_TT \
31	CustomTarget/i18npool/localedata/localedata_en_US \
32	CustomTarget/i18npool/localedata/localedata_en_ZA \
33	CustomTarget/i18npool/localedata/localedata_en_ZM \
34	CustomTarget/i18npool/localedata/localedata_en_ZW \
35))
36
37# vim: set noet sw=4 ts=4:
38