summaryrefslogtreecommitdiff
path: root/embeddedobj/Module_embeddedobj.mk
blob: 394112a13b7d9f48dcc3ed057c7d5f01d3823945 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# -*- 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,embeddedobj))

$(eval $(call gb_Module_add_targets,embeddedobj,\
	Library_embobj \
	Library_emboleobj \
))

ifeq ($(OS),LINUX)
$(eval $(call gb_Module_add_slowcheck_targets,embeddedobj,\
    CppunitTest_embeddedobj_general \
))
endif

# vim: set noet sw=4 ts=4:
n>Noel Grandin 2020-01-31new loplugin:namespaceindentationNoel Grandin 2020-01-20clang-tidy modernize-concat-nested-namespace in drawinglayerNoel Grandin 2019-12-19sal_Char->char in desktop..dtransNoel Grandin 2019-11-22Extend loplugin:external to warn about classesStephan Bergmann 2019-11-22tdf#42949 Fix IWYU warnings in drawinglayer/Gabor Kelemen 2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet 2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): drawinglayerStephan Bergmann