[pt_PT] Added 21 autocorrect words
[LibreOffice.git] / postprocess / CppunitTest_services.mk
blobd886cb4961d8e5403e9aff67cad26229dcaa8146
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_CppunitTest_CppunitTest,services))
12 $(eval $(call gb_CppunitTest_add_exception_objects,services, \
13 postprocess/qa/services \
16 $(eval $(call gb_CppunitTest_use_externals,services, \
17 boost_headers \
20 $(eval $(call gb_CppunitTest_use_libraries,services, \
21 cppu \
22 cppuhelper \
23 sal \
24 test \
25 unotest \
26 vcl \
29 $(eval $(call gb_CppunitTest_use_sdk_api,services))
30 $(eval $(call gb_CppunitTest_use_api,services,oovbaapi))
32 $(eval $(call gb_CppunitTest_use_ure,services))
33 $(eval $(call gb_CppunitTest_use_vcl,services))
35 $(eval $(call gb_CppunitTest_use_rdb,services,services))
36 ifneq ($(DISABLE_PYTHON),TRUE)
37 $(eval $(call gb_CppunitTest_use_python_ure,services))
39 $(eval $(call gb_CppunitTest_use_rdb,services,pyuno))
40 endif
42 $(eval $(call gb_CppunitTest_use_configuration,services))
44 ifeq ($(ENABLE_JAVA),TRUE)
45 $(eval $(call gb_CppunitTest_use_java_ure,services))
47 $(eval $(call gb_CppunitTest_use_jars,services,\
48 ScriptProviderForJava \
49 smoketest \
51 endif
53 $(eval $(call gb_CppunitTest_use_packages,services,\
54 autotextshare_en-US \
55 instsetoo_native_setup \
58 # vim: set noet sw=4 ts=4: