win/aarch64: fix offset loading simple values into the registers
[LibreOffice.git] / sw / CppunitTest_sw_uwriter.mk
blob7b328c998fe3f6c63f2f2855bfbdc105ebd3790a
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_uwriter))
14 $(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_uwriter))
16 $(eval $(call gb_CppunitTest_add_exception_objects,sw_uwriter, \
17 sw/qa/core/uwriter \
18 sw/qa/core/Test-BigPtrArray \
19 sw/qa/core/test_ToxWhitespaceStripper \
20 sw/qa/core/test_ToxLinkProcessor \
21 sw/qa/core/test_ToxTextGenerator \
22 sw/qa/core/test_ToxMiscTest \
23 sw/qa/core/test_rect \
24 sw/qa/core/test_region \
27 $(eval $(call gb_CppunitTest_use_library_objects,sw_uwriter,sw))
29 $(eval $(call gb_CppunitTest_use_libraries,sw_uwriter, \
30 $(call gb_Helper_optional,AVMEDIA,avmedia) \
31 basegfx \
32 comphelper \
33 cppu \
34 cppuhelper \
35 $(call gb_Helper_optional,DBCONNECTIVITY, \
36 dbtools) \
37 docmodel \
38 drawinglayer \
39 drawinglayercore \
40 editeng \
41 i18nlangtag \
42 i18nutil \
43 lng \
44 msfilter \
45 oox \
46 sal \
47 salhelper \
48 sax \
49 sb \
50 sfx \
51 sot \
52 svl \
53 svt \
54 svx \
55 svxcore \
56 swd \
57 test \
58 tk \
59 tl \
60 ucbhelper \
61 unotest \
62 utl \
63 $(call gb_Helper_optional,SCRIPTING, \
64 vbahelper) \
65 vcl \
66 xmlreader \
67 xo \
70 $(eval $(call gb_CppunitTest_use_externals,sw_uwriter,\
71 boost_headers \
72 icui18n \
73 icuuc \
74 icu_headers \
75 libxml2 \
78 $(eval $(call gb_CppunitTest_set_include,sw_uwriter,\
79 -I$(SRCDIR)/sw/source/core/inc \
80 -I$(SRCDIR)/sw/inc \
81 $$(INCLUDE) \
84 $(eval $(call gb_CppunitTest_use_api,sw_uwriter,\
85 udkapi \
86 offapi \
87 oovbaapi \
90 $(eval $(call gb_CppunitTest_use_ure,sw_uwriter))
91 $(eval $(call gb_CppunitTest_use_vcl,sw_uwriter))
93 $(eval $(call gb_CppunitTest_use_components,sw_uwriter,\
94 comphelper/util/comphelp \
95 configmgr/source/configmgr \
96 framework/util/fwk \
97 i18npool/util/i18npool \
98 package/util/package2 \
99 package/source/xstor/xstor \
100 sfx2/util/sfx \
101 ucb/source/core/ucb1 \
102 ucb/source/ucp/file/ucpfile1 \
103 unotools/util/utl \
104 unoxml/source/service/unoxml \
105 uui/util/uui \
108 $(eval $(call gb_CppunitTest_use_configuration,sw_uwriter))
110 # vim: set noet sw=4 ts=4: