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
, \
29 $(eval
$(call gb_CppunitTest_use_externals
,sw_mailmerge
, \
34 $(eval
$(call gb_CppunitTest_use_sdk_api
,sw_mailmerge
))
36 $(eval
$(call gb_CppunitTest_use_components
,sw_mailmerge
, \
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 \
45 embeddedobj
/util
/embobj \
46 filter/source
/config
/cache
/filterconfig1 \
47 filter/source
/storagefilterdetect
/storagefd \
50 i18npool
/util
/i18npool \
51 lingucomponent
/source
/languageguessing
/guesslang \
52 linguistic
/source
/lng \
54 package
/source
/xstor
/xstor \
55 package
/util
/package2 \
56 sax
/source
/expatwrap
/expwrap \
61 svl
/source
/fsstor
/fsstorage \
67 ucb
/source
/core
/ucb1 \
68 ucb
/source
/ucp
/file
/ucpfile1 \
69 ucb
/source
/ucp
/tdoc
/ucptdoc1 \
71 unoxml
/source
/rdf
/unordf \
72 unoxml
/source
/service
/unoxml \
74 $(if
$(filter-out MACOSX WNT
,$(OS
)), \
75 $(if
$(ENABLE_HEADLESS
),, \
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
,\
88 -I
$(SRCDIR
)/sw
/source
/core
/inc \
89 -I
$(SRCDIR
)/sw
/qa
/extras
/inc \
90 -I
$(SRCDIR
)/sw
/source
/uibase
/inc \
94 $(eval
$(call gb_CppunitTest_use_uiconfigs
,sw_mailmerge
,\
98 # vim: set noet sw=4 ts=4: