summaryrefslogtreecommitdiff
path: root/sfx2/Module_sfx2.mk
blob: b3a1f061b853668b2ba6c4db19f8d7e09ee01002 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# -*- 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/.
#
# This file incorporates work covered by the following license notice:
#
#   Licensed to the Apache Software Foundation (ASF) under one or more
#   contributor license agreements. See the NOTICE file distributed
#   with this work for additional information regarding copyright
#   ownership. The ASF licenses this file to you under the Apache
#   License, Version 2.0 (the "License"); you may not use this file
#   except in compliance with the License. You may obtain a copy of
#   the License at http://www.apache.org/licenses/LICENSE-2.0 .
#

$(eval $(call gb_Module_Module,sfx2))

$(eval $(call gb_Module_add_targets,sfx2,\
    CustomTarget_classification \
    Library_sfx \
    Package_classification \
    Package_emoji \
    UIConfig_sfx \
))

$(eval $(call gb_Module_add_l10n_targets,sfx2,\
    AllLangMoTarget_sfx2 \
))

$(eval $(call gb_Module_add_check_targets,sfx2,\
    CppunitTest_sfx2_metadatable \
    CppunitTest_sfx2_misc \
    CppunitTest_sfx2_controlleritem \
    CppunitTest_sfx2_classification \
))

ifneq ($(ENABLE_JAVA),)
$(eval $(call gb_Module_add_subsequentcheck_targets,sfx2,\
    JunitTest_sfx2_complex \
    JunitTest_sfx2_unoapi \
))
endif

ifneq ($(DISABLE_PYTHON),TRUE)
$(eval $(call gb_Module_add_subsequentcheck_targets,sfx2,\
	PythonTest_sfx2_python \
))
endif

#todo: clean up quickstarter stuff in both libraries
#todo: move standard pool to svl

# screenshots
$(eval $(call gb_Module_add_screenshot_targets,sfx2,\
    CppunitTest_sfx2_dialogs_test \
))

# vim: set noet sw=4 ts=4:
9316e74c4'>convert Link<> to typedNoel Grandin 2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin 2015-07-21loplugin:unusedmethods reportdesign,scaddinsNoel Grandin 2015-06-28coverity#1308550 Uncaught exceptionCaolán McNamara 2015-05-06Use various typed ToolBox::Set*Hdl LinksStephan Bergmann 2015-04-30Gradually typed LinkStephan Bergmann 2015-04-30Get rid of initial :: for the svx namespaceTor Lillqvist 2015-04-10vclwidget: convert lots more sites to use VclPtrNoel Grandin 2015-04-09vcl: VclPtr conversion in reportdesignNoel Grandin 2015-02-07loplugin:deletedspecialStephan Bergmann 2014-09-30reportdesign: std::auto_ptr -> std::unique_ptrStephan Bergmann 2014-09-23fdo#82577: Handle WindowNoel Grandin 2014-06-10tweak things to allow switching between small and large toolbar iconsCaolán McNamara 2014-05-14fix-includes.pl: reportdesignThomas Arnhold 2014-05-02reportdesign: sal_Bool->boolNoel Grandin 2014-04-19fixincludeguards.sh: reportdesignThomas Arnhold 2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann 2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann 2014-02-26Remove visual noise from reportdesignAlexander Wilms 2014-01-18Window::PreNotify should return boolStephan Bergmann 2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák 2013-03-04doubled includesThomas Arnhold