add three static lines beween tarballs to ease cherry-picking
[LibreOffice.git] / basic / CppunitTest_basic_macros.mk
blob83a9221369f0cc50433c76bf58b21c6facfbc6cd
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,basic_macros))
12 $(eval $(call gb_CppunitTest_use_external,basic_macros,boost_headers))
14 $(eval $(call gb_CppunitTest_add_exception_objects,basic_macros, \
15 basic/qa/cppunit/basictest \
16 basic/qa/cppunit/basic_coverage \
17 basic/qa/cppunit/test_append \
18 basic/qa/cppunit/test_compiler_checks \
19 basic/qa/cppunit/test_language_conditionals \
20 basic/qa/cppunit/test_nested_struct \
21 basic/qa/cppunit/test_vba \
22 basic/qa/cppunit/test_global_as_new \
23 basic/qa/cppunit/test_global_array \
26 $(eval $(call gb_CppunitTest_use_libraries,basic_macros, \
27 comphelper \
28 cppu \
29 cppuhelper \
30 i18nlangtag \
31 sal \
32 salhelper \
33 sb \
34 sot \
35 svl \
36 svt \
37 test \
38 tl \
39 unotest \
40 utl \
41 vcl \
42 xmlscript \
45 ifeq ($(OS),WNT)
46 $(eval $(call gb_CppunitTest_use_system_win32_libs,basic_macros, \
47 oleaut32 \
48 legacy_stdio_definitions \
49 odbc32 \
50 odbccp32 \
52 endif
54 $(eval $(call gb_CppunitTest_use_api,basic_macros,\
55 offapi \
56 udkapi \
57 oovbaapi \
60 $(eval $(call gb_CppunitTest_use_ure,basic_macros))
61 $(eval $(call gb_CppunitTest_use_vcl,basic_macros))
63 $(eval $(call gb_CppunitTest_use_components,basic_macros,\
64 configmgr/source/configmgr \
65 i18npool/source/search/i18nsearch \
66 i18npool/util/i18npool \
67 ucb/source/core/ucb1 \
68 ucb/source/ucp/file/ucpfile1 \
69 $(if $(filter $(OS),WNT), \
70 extensions/source/ole/oleautobridge) \
72 $(eval $(call gb_CppunitTest_use_configuration,basic_macros))
74 # vim: set noet sw=4 ts=4: