win/aarch64: fix offset loading simple values into the registers
[LibreOffice.git] / sw / CppunitTest_sw_ooxmllinks.mk
blob79c1cfd1a00000c249013c247388ef9819d01a3d
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_ooxmllinks))
14 $(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_ooxmllinks))
16 $(eval $(call gb_CppunitTest_add_exception_objects,sw_ooxmllinks, \
17 sw/qa/extras/ooxmlexport/ooxmllinks \
20 $(eval $(call gb_CppunitTest_use_libraries,sw_ooxmllinks, \
21 $(sw_ooxmlexport_libraries) \
24 $(eval $(call gb_CppunitTest_use_externals,sw_ooxmllinks,\
25 boost_headers \
26 libxml2 \
29 $(eval $(call gb_CppunitTest_set_include,sw_ooxmllinks,\
30 -I$(SRCDIR)/sw/inc \
31 -I$(SRCDIR)/sw/source/core/inc \
32 -I$(SRCDIR)/sw/qa/inc \
33 $$(INCLUDE) \
36 $(eval $(call gb_CppunitTest_use_api,sw_ooxmllinks,\
37 udkapi \
38 offapi \
39 oovbaapi \
42 $(eval $(call gb_CppunitTest_use_ure,sw_ooxmllinks))
43 $(eval $(call gb_CppunitTest_use_vcl,sw_ooxmllinks))
45 $(eval $(call gb_CppunitTest_use_rdb,sw_ooxmllinks,services))
47 $(eval $(call gb_CppunitTest_use_custom_headers,sw_ooxmllinks,\
48 officecfg/registry \
51 $(eval $(call gb_CppunitTest_use_configuration,sw_ooxmllinks))
53 # vim: set noet sw=4 ts=4: