CppunitTest_sc_tiledrendering2: move to tiledrendering folder
[LibreOffice.git] / pyuno / Library_pyuno.mk
blob65b3855e49b7e072470453992a5ed201feb3e85d
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 python \
37 $(eval $(call gb_Library_add_exception_objects,pyuno,\
38 pyuno/source/module/pyuno_runtime \
39 pyuno/source/module/pyuno \
40 pyuno/source/module/pyuno_struct \
41 pyuno/source/module/pyuno_callable \
42 pyuno/source/module/pyuno_module \
43 pyuno/source/module/pyuno_type \
44 pyuno/source/module/pyuno_util \
45 pyuno/source/module/pyuno_except \
46 pyuno/source/module/pyuno_adapter \
47 pyuno/source/module/pyuno_gc \
48 pyuno/source/module/pyuno_iterator \
51 # vim:set noet sw=4 ts=4: