Version 5.4.3.2, tag libreoffice-5.4.3.2
[LibreOffice.git] / sw / CppunitTest_sw_mailmerge.mk
blob8d798c1788a47c2d31a5182d5db9e00119065dcc
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_CppunitTest_CppunitTest,sw_mailmerge))
12 $(eval $(call gb_CppunitTest_add_exception_objects,sw_mailmerge, \
13 sw/qa/extras/mailmerge/mailmerge \
16 $(eval $(call gb_CppunitTest_use_libraries,sw_mailmerge, \
17 comphelper \
18 cppu \
19 cppuhelper \
20 sal \
21 sfx \
22 sw \
23 test \
24 tl \
25 unotest \
26 utl \
29 $(eval $(call gb_CppunitTest_use_externals,sw_mailmerge, \
30 boost_headers \
31 libxml2 \
34 $(eval $(call gb_CppunitTest_use_sdk_api,sw_mailmerge))
36 $(eval $(call gb_CppunitTest_use_components,sw_mailmerge, \
37 basic/util/sb \
38 comphelper/util/comphelp \
39 configmgr/source/configmgr \
40 connectivity/source/cpool/dbpool2 \
41 connectivity/source/drivers/calc/calc \
42 connectivity/source/manager/sdbc2 \
43 dbaccess/source/filter/xml/dbaxml \
44 dbaccess/util/dba \
45 embeddedobj/util/embobj \
46 filter/source/config/cache/filterconfig1 \
47 filter/source/storagefilterdetect/storagefd \
48 forms/util/frm \
49 framework/util/fwk \
50 i18npool/util/i18npool \
51 lingucomponent/source/languageguessing/guesslang \
52 linguistic/source/lng \
53 oox/util/oox \
54 package/source/xstor/xstor \
55 package/util/package2 \
56 sax/source/expatwrap/expwrap \
57 sc/util/sc \
58 sc/util/scfilt \
59 sfx2/util/sfx \
60 sot/util/sot \
61 svl/source/fsstor/fsstorage \
62 svl/util/svl \
63 svtools/util/svt \
64 sw/util/sw \
65 sw/util/swd \
66 toolkit/util/tk \
67 ucb/source/core/ucb1 \
68 ucb/source/ucp/file/ucpfile1 \
69 ucb/source/ucp/tdoc/ucptdoc1 \
70 unotools/util/utl \
71 unoxml/source/rdf/unordf \
72 unoxml/source/service/unoxml \
73 uui/util/uui \
74 $(if $(filter-out MACOSX WNT,$(OS)), \
75 $(if $(ENABLE_HEADLESS),, \
76 vcl/vcl.unx \
77 ) \
78 ) \
79 xmloff/util/xo \
82 $(eval $(call gb_CppunitTest_use_configuration,sw_mailmerge))
83 $(eval $(call gb_CppunitTest_use_ure,sw_mailmerge))
84 $(eval $(call gb_CppunitTest_use_vcl,sw_mailmerge))
86 $(eval $(call gb_CppunitTest_set_include,sw_mailmerge,\
87 -I$(SRCDIR)/sw/inc \
88 -I$(SRCDIR)/sw/source/core/inc \
89 -I$(SRCDIR)/sw/qa/extras/inc \
90 -I$(SRCDIR)/sw/source/uibase/inc \
91 $$(INCLUDE) \
94 $(eval $(call gb_CppunitTest_use_uiconfigs,sw_mailmerge,\
95 modules/swriter \
98 # vim: set noet sw=4 ts=4: