Version 5.4.3.2, tag libreoffice-5.4.3.2
[LibreOffice.git] / sw / CppunitTest_sw_ooxmlimport.mk
blob38fb79414a87b3364ad95743770d5c356138fc76
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_ooxmlimport))
14 $(eval $(call gb_CppunitTest_add_exception_objects,sw_ooxmlimport, \
15 sw/qa/extras/ooxmlimport/ooxmlimport \
18 $(eval $(call gb_CppunitTest_use_libraries,sw_ooxmlimport, \
19 basegfx \
20 comphelper \
21 cppu \
22 cppuhelper \
23 sal \
24 sfx \
25 test \
26 unotest \
27 utl \
28 sw \
29 tl \
30 vcl \
31 svxcore \
34 $(eval $(call gb_CppunitTest_use_externals,sw_ooxmlimport,\
35 boost_headers \
36 libxml2 \
39 $(eval $(call gb_CppunitTest_set_include,sw_ooxmlimport,\
40 -I$(SRCDIR)/sw/inc \
41 -I$(SRCDIR)/sw/source/core/inc \
42 -I$(SRCDIR)/sw/qa/extras/inc \
43 $$(INCLUDE) \
46 ifeq ($(OS),MACOSX)
48 $(eval $(call gb_CppunitTest_add_cxxflags,sw_ooxmlimport,\
49 $(gb_OBJCXXFLAGS) \
52 $(eval $(call gb_CppunitTest_use_system_darwin_frameworks,sw_ooxmlimport,\
53 AppKit \
56 endif
58 $(eval $(call gb_CppunitTest_use_sdk_api,sw_ooxmlimport))
60 $(eval $(call gb_CppunitTest_use_ure,sw_ooxmlimport))
61 $(eval $(call gb_CppunitTest_use_vcl,sw_ooxmlimport))
63 $(eval $(call gb_CppunitTest_use_components,sw_ooxmlimport,\
64 basic/util/sb \
65 chart2/source/controller/chartcontroller \
66 chart2/source/chartcore \
67 canvas/source/factory/canvasfactory \
68 comphelper/util/comphelp \
69 configmgr/source/configmgr \
70 drawinglayer/drawinglayer \
71 embeddedobj/util/embobj \
72 filter/source/config/cache/filterconfig1 \
73 forms/util/frm \
74 framework/util/fwk \
75 i18npool/util/i18npool \
76 linguistic/source/lng \
77 oox/util/oox \
78 package/source/xstor/xstor \
79 package/util/package2 \
80 sax/source/expatwrap/expwrap \
81 sw/util/sw \
82 sw/util/swd \
83 sw/util/msword \
84 sfx2/util/sfx \
85 starmath/util/sm \
86 svl/source/fsstor/fsstorage \
87 svl/util/svl \
88 svtools/util/svt \
89 svx/util/svx \
90 svx/util/svxcore \
91 toolkit/util/tk \
92 ucb/source/core/ucb1 \
93 ucb/source/ucp/file/ucpfile1 \
94 unotools/util/utl \
95 unoxml/source/service/unoxml \
96 unoxml/source/rdf/unordf \
97 uui/util/uui \
98 writerfilter/util/writerfilter \
99 xmloff/util/xo \
102 $(eval $(call gb_CppunitTest_use_configuration,sw_ooxmlimport))
104 # vim: set noet sw=4 ts=4: