bump product version to 5.0.4.1
[LibreOffice.git] / sw / CppunitTest_sw_mailmerge.mk
blobd948b892c761bf7e40dd8f828d9c88fc68c76630
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 unotest \
25 utl \
28 $(eval $(call gb_CppunitTest_use_externals,sw_mailmerge, \
29 boost_headers \
30 libxml2 \
33 $(eval $(call gb_CppunitTest_use_api,sw_mailmerge,\
34 offapi \
35 udkapi \
38 $(eval $(call gb_CppunitTest_use_components,sw_mailmerge, \
39 basic/util/sb \
40 comphelper/util/comphelp \
41 configmgr/source/configmgr \
42 connectivity/source/cpool/dbpool2 \
43 connectivity/source/drivers/calc/calc \
44 connectivity/source/manager/sdbc2 \
45 dbaccess/source/filter/xml/dbaxml \
46 dbaccess/util/dba \
47 embeddedobj/util/embobj \
48 filter/source/config/cache/filterconfig1 \
49 filter/source/storagefilterdetect/storagefd \
50 forms/util/frm \
51 framework/util/fwk \
52 i18npool/util/i18npool \
53 lingucomponent/source/languageguessing/guesslang \
54 linguistic/source/lng \
55 oox/util/oox \
56 package/source/xstor/xstor \
57 package/util/package2 \
58 sax/source/expatwrap/expwrap \
59 sc/util/sc \
60 sfx2/util/sfx \
61 sot/util/sot \
62 svl/source/fsstor/fsstorage \
63 svl/util/svl \
64 svtools/util/svt \
65 sw/util/sw \
66 sw/util/swd \
67 toolkit/util/tk \
68 ucb/source/core/ucb1 \
69 ucb/source/ucp/file/ucpfile1 \
70 ucb/source/ucp/tdoc/ucptdoc1 \
71 unotools/util/utl \
72 unoxml/source/rdf/unordf \
73 unoxml/source/service/unoxml \
74 uui/util/uui \
75 $(if $(filter-out MACOSX WNT,$(OS)), \
76 $(if $(ENABLE_HEADLESS),, \
77 vcl/vcl.unx \
78 ) \
79 ) \
80 xmloff/util/xo \
83 $(eval $(call gb_CppunitTest_use_configuration,sw_mailmerge))
84 $(eval $(call gb_CppunitTest_use_ure,sw_mailmerge))
85 $(eval $(call gb_CppunitTest_use_vcl,sw_mailmerge))
87 $(eval $(call gb_CppunitTest_set_include,sw_mailmerge,\
88 -I$(SRCDIR)/sw/inc \
89 -I$(SRCDIR)/sw/source/core/inc \
90 -I$(SRCDIR)/sw/qa/extras/inc \
91 -I$(SRCDIR)/sw/source/uibase/inc \
92 $$(INCLUDE) \
95 # vim: set noet sw=4 ts=4: