sc: filter: html: fix missing color scale conditional format
[LibreOffice.git] / pyuno / Library_pyuno.mk
blob49c5b9104e1695646b852a752d1ffe976babd391
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_Library_Library,pyuno))
12 $(eval $(call gb_Library_set_include,pyuno,\
13 -I$(SRCDIR)/pyuno/source/loader \
14 -I$(SRCDIR)/pyuno/inc \
15 $$(INCLUDE) \
18 $(eval $(call gb_Library_add_defs,pyuno,\
19 -DLO_DLLIMPLEMENTATION_PYUNO \
22 $(eval $(call gb_Library_use_api,pyuno,\
23 udkapi \
26 $(eval $(call gb_Library_use_libraries,pyuno,\
27 cppu \
28 cppuhelper \
29 sal \
30 salhelper \
33 $(eval $(call gb_Library_use_externals,pyuno,\
34 boost_headers \
35 python \
38 $(eval $(call gb_Library_add_exception_objects,pyuno,\
39 pyuno/source/module/pyuno_runtime \
40 pyuno/source/module/pyuno \
41 pyuno/source/module/pyuno_struct \
42 pyuno/source/module/pyuno_callable \
43 pyuno/source/module/pyuno_module \
44 pyuno/source/module/pyuno_type \
45 pyuno/source/module/pyuno_util \
46 pyuno/source/module/pyuno_except \
47 pyuno/source/module/pyuno_adapter \
48 pyuno/source/module/pyuno_gc \
49 pyuno/source/module/pyuno_iterator \
52 # vim:set noet sw=4 ts=4: