Update git submodules
[LibreOffice.git] / sw / CppunitTest_sw_macros_test.mk
blob805242613b58ef1ad5591efc96c52dd538b6c284
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 #*************************************************************************
4 # This file is part of the LibreOffice project.
6 # This Source Code Form is subject to the terms of the Mozilla Public
7 # License, v. 2.0. If a copy of the MPL was not distributed with this
8 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 #*************************************************************************
12 $(eval $(call gb_CppunitTest_CppunitTest,sw_macros_test))
14 $(eval $(call gb_CppunitTest_use_external,sw_macros_test,boost_headers))
16 $(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_macros_test))
18 $(eval $(call gb_CppunitTest_add_exception_objects,sw_macros_test, \
19 sw/qa/core/macros-test \
22 $(eval $(call gb_CppunitTest_use_libraries,sw_macros_test, \
23 basegfx \
24 comphelper \
25 cppu \
26 cppuhelper \
27 drawinglayer \
28 editeng \
29 for \
30 forui \
31 i18nlangtag \
32 msfilter \
33 oox \
34 sal \
35 salhelper \
36 sax \
37 sb \
38 sw \
39 sfx \
40 sot \
41 svl \
42 svt \
43 svx \
44 svxcore \
45 test \
46 tl \
47 tk \
48 ucbhelper \
49 unotest \
50 utl \
51 $(call gb_Helper_optional,SCRIPTING, \
52 vbahelper) \
53 vcl \
54 xo \
57 $(eval $(call gb_CppunitTest_set_include,sw_macros_test,\
58 -I$(SRCDIR)/sw/inc \
59 $$(INCLUDE) \
62 $(eval $(call gb_CppunitTest_use_api,sw_macros_test,\
63 offapi \
64 oovbaapi \
65 udkapi \
68 $(eval $(call gb_CppunitTest_use_ure,sw_macros_test))
69 $(eval $(call gb_CppunitTest_use_vcl,sw_macros_test))
71 $(eval $(call gb_CppunitTest_use_rdb,sw_macros_test,services))
73 $(eval $(call gb_CppunitTest_use_configuration,sw_macros_test))
75 # vim: set noet sw=4 ts=4: