1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 #*************************************************************************
4 # This file is part of the LibreOffice project.
6 # This Source Code Form is subject to the terms of the Mozilla Public
7 # License, v. 2.0. If a copy of the MPL was not distributed with this
8 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 #*************************************************************************
12 $(eval
$(call gb_CppunitTest_CppunitTest
,sw_uwriter
))
14 $(eval
$(call gb_CppunitTest_use_common_precompiled_header
,sw_uwriter
))
16 $(eval
$(call gb_CppunitTest_add_exception_objects
,sw_uwriter
, \
18 sw
/qa
/core
/Test-BigPtrArray \
19 sw
/qa
/core
/test_ToxWhitespaceStripper \
20 sw
/qa
/core
/test_ToxLinkProcessor \
21 sw
/qa
/core
/test_ToxTextGenerator \
22 sw
/qa
/core
/test_ToxMiscTest \
23 sw
/qa
/core
/test_rect \
24 sw
/qa
/core
/test_region \
27 $(eval
$(call gb_CppunitTest_use_library_objects
,sw_uwriter
,sw
))
29 $(eval
$(call gb_CppunitTest_use_libraries
,sw_uwriter
, \
30 $(call gb_Helper_optional
,AVMEDIA
,avmedia
) \
35 $(call gb_Helper_optional
,DBCONNECTIVITY
, \
61 $(call gb_Helper_optional
,SCRIPTING
, \
68 $(eval
$(call gb_CppunitTest_use_externals
,sw_uwriter
,\
76 $(eval
$(call gb_CppunitTest_set_include
,sw_uwriter
,\
77 -I
$(SRCDIR
)/sw
/source
/core
/inc \
82 $(eval
$(call gb_CppunitTest_use_api
,sw_uwriter
,\
88 $(eval
$(call gb_CppunitTest_use_ure
,sw_uwriter
))
89 $(eval
$(call gb_CppunitTest_use_vcl
,sw_uwriter
))
91 $(eval
$(call gb_CppunitTest_use_components
,sw_uwriter
,\
92 comphelper
/util
/comphelp \
93 configmgr
/source
/configmgr \
95 i18npool
/util
/i18npool \
96 package
/util
/package2 \
97 package
/source
/xstor
/xstor \
99 ucb
/source
/core
/ucb1 \
100 ucb
/source
/ucp
/file
/ucpfile1 \
102 unoxml
/source
/service
/unoxml \
106 $(eval
$(call gb_CppunitTest_use_configuration
,sw_uwriter
))
108 # vim: set noet sw=4 ts=4: