summaryrefslogtreecommitdiff
path: root/package/Module_package.mk
blob: ba9c09b5a4d3c61bd1a3da95047634747aede85b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#

$(eval $(call gb_Module_Module,package))

$(eval $(call gb_Module_add_targets,package,\
	Library_package2 \
	Library_xstor \
	Package_dtd \
))

$(eval $(call gb_Module_add_check_targets,package,\
    CppunitTest_package2_test \
))

# vim: set noet sw=4 ts=4:
core/commit/i18npool/inc/characterclassificationImpl.hxx?id=5ef182586ae2019fa6f6a59dae1b41b2225665bf'>no need to allocate the lookupTableItem separatelyNoel Grandin 2020-01-14loplugin:finalclasses in i18npool..linguisticNoel Grandin 2019-05-28tdf#42949 Fix IWYU warnings in i18npool/Gabor Kelemen 2018-02-02loplugin:useuniqueptr in i18npoolNoel Grandin 2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin 2017-10-04move stuff in i18npool/i18nutil in own namespaceNoel Grandin 2017-07-31loplugin:constparams in basctlNoel Grandin