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_use_common_precompiled_header
,sw_mailmerge
))
14 $(eval
$(call gb_CppunitTest_add_exception_objects
,sw_mailmerge
, \
15 sw
/qa
/extras
/mailmerge
/mailmerge \
18 $(eval
$(call gb_CppunitTest_use_libraries
,sw_mailmerge
, \
33 $(eval
$(call gb_CppunitTest_use_externals
,sw_mailmerge
, \
38 $(eval
$(call gb_CppunitTest_use_api
,sw_mailmerge
,\
44 $(eval
$(call gb_CppunitTest_use_rdb
,sw_mailmerge
,services
))
46 $(eval
$(call gb_CppunitTest_use_configuration
,sw_mailmerge
))
47 $(eval
$(call gb_CppunitTest_use_ure
,sw_mailmerge
))
48 $(eval
$(call gb_CppunitTest_use_vcl
,sw_mailmerge
))
50 $(eval
$(call gb_CppunitTest_set_include
,sw_mailmerge
,\
52 -I
$(SRCDIR
)/sw
/source
/core
/inc \
53 -I
$(SRCDIR
)/sw
/qa
/inc \
54 -I
$(SRCDIR
)/sw
/source
/uibase
/inc \
58 $(eval
$(call gb_CppunitTest_use_uiconfigs
,sw_mailmerge
,\
62 # vim: set noet sw=4 ts=4: