Teach symstore more duplicated DLLs
[LibreOffice.git] / sw / CppunitTest_sw_ooxmlexport8.mk
blobf873d05f833050f681c1f53ea21600d7ee6a9f6c
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_ooxmlexport8))
14 $(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_ooxmlexport8))
16 $(eval $(call gb_CppunitTest_add_exception_objects,sw_ooxmlexport8, \
17 sw/qa/extras/ooxmlexport/ooxmlexport8 \
20 $(eval $(call gb_CppunitTest_use_libraries,sw_ooxmlexport8, \
21 basegfx \
22 comphelper \
23 cppu \
24 cppuhelper \
25 sal \
26 test \
27 unotest \
28 utl \
29 sfx \
30 sw \
31 tl \
32 vcl \
33 svxcore \
36 $(eval $(call gb_CppunitTest_use_externals,sw_ooxmlexport8,\
37 boost_headers \
38 libxml2 \
41 $(eval $(call gb_CppunitTest_set_include,sw_ooxmlexport8,\
42 -I$(SRCDIR)/sw/inc \
43 -I$(SRCDIR)/sw/source/core/inc \
44 -I$(SRCDIR)/sw/qa/inc \
45 $$(INCLUDE) \
48 ifeq ($(OS),MACOSX)
50 $(eval $(call gb_CppunitTest_add_cxxflags,sw_ooxmlexport8,\
51 $(gb_OBJCXXFLAGS) \
54 $(eval $(call gb_CppunitTest_use_system_darwin_frameworks,sw_ooxmlexport8,\
55 AppKit \
58 endif
60 $(eval $(call gb_CppunitTest_use_api,sw_ooxmlexport8,\
61 udkapi \
62 offapi \
63 oovbaapi \
66 $(eval $(call gb_CppunitTest_use_ure,sw_ooxmlexport8))
67 $(eval $(call gb_CppunitTest_use_vcl,sw_ooxmlexport8))
69 $(eval $(call gb_CppunitTest_use_rdb,sw_ooxmlexport8,services))
71 $(eval $(call gb_CppunitTest_use_configuration,sw_ooxmlexport8))
73 $(eval $(call gb_CppunitTest_use_uiconfigs,sw_ooxmlexport8,\
74 modules/swriter \
77 # vim: set noet sw=4 ts=4: