summaryrefslogtreecommitdiff
path: root/pyuno/Module_pyuno.mk
blob: 3a12fc68efac428136cf0469f9cb7e505205540d (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
63
64
65
66
67
# -*- 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,pyuno))

ifneq ($(DISABLE_PYTHON),TRUE)

$(eval $(call gb_Module_add_targets,pyuno,\
    CustomTarget_pyuno_pythonloader_ini \
    Library_pyuno \
    Library_pythonloader \
    Package_python_scripts \
    Package_pyuno_pythonloader_ini \
    Rdb_pyuno \
))

ifneq ($(OS),WNT)
$(eval $(call gb_Module_add_targets,pyuno,\
    Library_pyuno_wrapper \
))
endif

# Windows: only --enable-python=internal possible
# python-core: pyuno/python.exe on Windows
ifeq ($(OS),WNT)
$(eval $(call gb_Module_add_targets,pyuno,\
    Executable_python \
))
endif

ifeq ($(SYSTEM_PYTHON),)

# python-core: python.sh on Unix
ifneq ($(OS),WNT)
$(eval $(call gb_Module_add_targets,pyuno,\
    CustomTarget_python_shell \
    Package_python_shell \
))
endif

endif # SYSTEM_PYTHON

$(eval $(call gb_Module_add_check_targets,pyuno, \
    PythonTest_pyuno_pytests_testssl \
    PythonTest_pyuno_pytests_testbz2 \
))

ifeq ($(OS),MACOSX)
$(eval $(call gb_Module_add_check_targets,pyuno, \
    PythonTest_pyuno_pytests_testsetuptools \
))
endif

$(eval $(call gb_Module_add_subsequentcheck_targets,pyuno, \
    PythonTest_pyuno_pytests_testcollections \
    PythonTest_pyuno_pytests_insertremovecells \
))

endif # DISABLE_PYTHON

# vim:set noet sw=4 ts=4:
?h=feature/cib_contract49d&id=bed4d8f1eb32a39bfce5c7fa8546dbab155706a7'>tdf#150465 Improve description of RANDBETWEEN in function wizardRafael Lima 2022-10-25tdf#145759 Use symbolic constants instead of magic numerical constantsOmkarAcharekar 2022-09-25Resolves: tdf#151165 Function Wizard: ISODD()/ISEVEN() truncate to integerEike Rathke 2022-08-23tdf#148251 Use std::swap instead of using temporary valuesLiu Hao 2022-08-02Related: tdf#150203 Pricing, there is only one compatibility name, en-USEike Rathke 2022-08-02Use nNumOfLoc instead of sizeof(pLang)Eike Rathke 2022-06-13Drop obsolete preprocessor directives from UNOIDL filesStephan Bergmann 2022-04-26Pick better variable typesStephan Bergmann 2022-02-15tdf#145759 Using M_PI from cmath instead of magic constants.pragat-pandya 2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann 2021-12-06Add a bit to the WEEKS commentMike Kaganski 2021-12-04Small refactorMike Kaganski 2021-12-01Fix typosAndrea Gelmini 2021-11-29tdf#145578, tdf#145587 revise calculations for WEEKS Add-In functionWinfried Donkers 2021-11-14Use M_PI instead of defined value; use rad2deg()Hossein 2021-10-20loplugin:indentation check for indent inside blockNoel Grandin 2021-10-04drop 'using namespace std' in sax/sc/scaddins/sfx2/shellJulien Nabet 2021-09-22Extend loplugin:stringviewparam to starts/endsWith: scaddinsStephan Bergmann 2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin 2021-08-02convert #defines to OUStringLiteralNoel Grandin 2021-07-03Purge out when safe rtl::math ( isValidArcArg / sin / cos )BaiXiaochun 2021-07-02Purge rtl::math:: ( erf / erfc / expm1 )BaiXiaochun 2021-06-17use string_view in the Translate APINoel Grandin 2021-04-15loplugin:stringliteralvar look for assignmentsNoel Grandin 2021-04-07Updated README.md files to represent current code / use Markdown formatHossein 2021-03-24Using .md extension/Markdown syntax for modules READMEHossein 2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC 2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski 2021-01-06Resolves: tdf#139173 One-off error in limits for DEC2HEX()Eike Rathke 2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen 2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel 2020-11-19tdf#123936 Formatting files in module sc with clang-formatPhilipp Hofer 2020-11-11loplugin:stringviewNoel