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
, \
28 $(eval
$(call gb_CppunitTest_use_externals
,sw_mailmerge
, \
33 $(eval
$(call gb_CppunitTest_use_api
,sw_mailmerge
,\
38 $(eval
$(call gb_CppunitTest_use_components
,sw_mailmerge
, \
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 \
47 embeddedobj
/util
/embobj \
48 filter/source
/config
/cache
/filterconfig1 \
49 filter/source
/storagefilterdetect
/storagefd \
52 i18npool
/util
/i18npool \
53 lingucomponent
/source
/languageguessing
/guesslang \
54 linguistic
/source
/lng \
56 package
/source
/xstor
/xstor \
57 package
/util
/package2 \
58 sax
/source
/expatwrap
/expwrap \
62 svl
/source
/fsstor
/fsstorage \
68 ucb
/source
/core
/ucb1 \
69 ucb
/source
/ucp
/file
/ucpfile1 \
70 ucb
/source
/ucp
/tdoc
/ucptdoc1 \
72 unoxml
/source
/rdf
/unordf \
73 unoxml
/source
/service
/unoxml \
75 $(if
$(filter-out MACOSX WNT
,$(OS
)), \
76 $(if
$(ENABLE_HEADLESS
),, \
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
,\
89 -I
$(SRCDIR
)/sw
/source
/core
/inc \
90 -I
$(SRCDIR
)/sw
/qa
/extras
/inc \
91 -I
$(SRCDIR
)/sw
/source
/uibase
/inc \
95 # vim: set noet sw=4 ts=4: