summaryrefslogtreecommitdiff
path: root/pyuno/Library_pythonloader.mk
blob: adc622ee57b26e3aa860409e66b5e2569b9353f7 (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
# -*- 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_Library_Library,pythonloader))

$(eval $(call gb_Library_set_componentfile,pythonloader,pyuno/source/loader/pythonloader))

$(eval $(call gb_Library_set_include,pythonloader,\
    -I$(SRCDIR)/pyuno/source/loader \
    -I$(SRCDIR)/pyuno/inc \
    $$(INCLUDE) \
))

$(eval $(call gb_Library_use_api,pythonloader,\
    udkapi \
))

$(eval $(call gb_Library_use_libraries,pythonloader,\
    cppu \
    cppuhelper \
    pyuno \
    sal \
))

$(eval $(call gb_Library_use_externals,pythonloader,\
    boost_headers \
    python \
))

$(eval $(call gb_Library_add_exception_objects,pythonloader,\
    pyuno/source/loader/pyuno_loader \
))

# vim:set noet sw=4 ts=4:
ergmann 2016-08-25convert SgaObjKind to scoped enumNoel Grandin 2016-08-23clean up the SdrObjFactory create callbacksNoel Grandin 2016-03-04loplugin:unuseddefaultparam in svxNoel Grandin 2016-03-01loplugin:unuseddefaultparam in svx (part2)Noel Grandin 2016-02-22loplugin:write only fieldsNoel Grandin 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-10-23com::sun::star->css in include/sot to include/typelibNoel Grandin 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-09-09convert Link<> to typedNoel Grandin 2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann 2015-05-07Remove unnecessary includes of sot/storage.hxx from include/Stephan Bergmann 2015-05-07Unwind SotStorageStreamRef typedefStephan Bergmann 2015-04-29WaE: declaration of ‘FILE’ shadows a global declarationDavid Tardon 2015-04-29convert GALLERY_HINT constants to scoped enumNoel Grandin 2015-04-29convert SGX_IMPORT constants to scoped enumNoel Grandin 2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin 2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin 2014-10-01fdo#82577: Handle TimeNoel Grandin 2014-09-23fdo#82577: Handle WindowNoel Grandin 2014-06-19fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida 2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann 2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann 2014-03-25coverity#738867 Uninitialized pointer fieldCaolán McNamara 2014-03-25svtools: sal_Bool->boolNoel Grandin 2014-03-11svx: sal_Bool->boolNoel Grandin 2014-02-11mnData2 is never usedCaolán McNamara 2013-11-09fdo#65108 inter-module includes <> include/svxNorbert Thiebaud 2013-10-23fixincludeguards.sh: include/svxThomas Arnhold