2011-08-10 02:12:48 +09:00
|
|
|
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
2011-06-10 21:19:45 +01:00
|
|
|
#*************************************************************************
|
|
|
|
#
|
2013-04-19 21:10:42 +01:00
|
|
|
# This file is part of the LibreOffice project.
|
2011-06-10 21:19:45 +01:00
|
|
|
#
|
2013-04-19 21:10:42 +01:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2011-06-10 21:19:45 +01:00
|
|
|
#
|
|
|
|
#*************************************************************************
|
|
|
|
|
2013-02-03 12:39:21 +01:00
|
|
|
$(eval $(call gb_CppunitTest_CppunitTest,sw_uwriter))
|
2011-06-10 21:19:45 +01:00
|
|
|
|
2013-02-03 12:39:21 +01:00
|
|
|
$(eval $(call gb_CppunitTest_add_exception_objects,sw_uwriter, \
|
|
|
|
sw/qa/core/uwriter \
|
2011-06-13 13:09:44 +01:00
|
|
|
sw/qa/core/Test-BigPtrArray \
|
2014-11-03 13:58:52 +00:00
|
|
|
sw/qa/core/test_ToxWhitespaceStripper \
|
|
|
|
sw/qa/core/test_ToxLinkProcessor \
|
|
|
|
sw/qa/core/test_ToxTextGenerator \
|
2011-06-10 21:19:45 +01:00
|
|
|
))
|
|
|
|
|
2013-02-03 12:39:21 +01:00
|
|
|
$(eval $(call gb_CppunitTest_use_library_objects,sw_uwriter,sw))
|
2012-04-19 14:25:54 +02:00
|
|
|
|
2013-02-03 12:39:21 +01:00
|
|
|
$(eval $(call gb_CppunitTest_use_libraries,sw_uwriter, \
|
2014-04-18 00:05:44 +03:00
|
|
|
$(call gb_Helper_optional,AVMEDIA,avmedia) \
|
2011-06-10 21:19:45 +01:00
|
|
|
basegfx \
|
|
|
|
comphelper \
|
|
|
|
cppu \
|
|
|
|
cppuhelper \
|
2015-04-01 15:43:32 +01:00
|
|
|
$(call gb_Helper_optional,DBCONNECTIVITY, \
|
|
|
|
dbtools) \
|
2011-06-10 21:19:45 +01:00
|
|
|
drawinglayer \
|
|
|
|
editeng \
|
2013-04-05 18:40:39 +02:00
|
|
|
i18nlangtag \
|
2011-06-10 21:19:45 +01:00
|
|
|
i18nutil \
|
|
|
|
lng \
|
2011-11-15 13:47:36 +01:00
|
|
|
oox \
|
2011-06-10 21:19:45 +01:00
|
|
|
sal \
|
|
|
|
salhelper \
|
#i108468#: clean up xmluconv code duplication, part 1:
move convertNumber64 from SvXMLUnitConverter to sax::converter.
remove duplicate methods from SvXMLUnitConverter:
convertBool, convertPercent, convertColor, convertNumber, convertDouble,
indexOfComma, encodeBase64, decodeBase64, decodeBase64SomeChars,
clearUndefinedChars
2011-10-11 14:19:00 +02:00
|
|
|
sax \
|
2011-06-10 21:19:45 +01:00
|
|
|
sb \
|
|
|
|
sfx \
|
|
|
|
sot \
|
|
|
|
svl \
|
|
|
|
svt \
|
|
|
|
svx \
|
|
|
|
svxcore \
|
|
|
|
swd \
|
2011-09-28 15:09:00 +01:00
|
|
|
test \
|
2011-06-10 21:19:45 +01:00
|
|
|
tk \
|
|
|
|
tl \
|
|
|
|
ucbhelper \
|
|
|
|
utl \
|
|
|
|
vbahelper \
|
|
|
|
vcl \
|
2013-02-13 16:40:34 +01:00
|
|
|
xmlreader \
|
2011-06-10 21:19:45 +01:00
|
|
|
xo \
|
2012-09-26 23:45:28 +02:00
|
|
|
$(gb_UWINAPI) \
|
2011-06-10 21:19:45 +01:00
|
|
|
))
|
|
|
|
|
2013-02-03 12:39:21 +01:00
|
|
|
$(eval $(call gb_CppunitTest_use_externals,sw_uwriter,\
|
2013-01-26 21:19:13 +01:00
|
|
|
boost_headers \
|
2011-07-24 17:08:10 -05:00
|
|
|
icuuc \
|
|
|
|
libxml2 \
|
|
|
|
))
|
|
|
|
|
2013-02-03 12:39:21 +01:00
|
|
|
$(eval $(call gb_CppunitTest_set_include,sw_uwriter,\
|
2012-08-02 17:01:19 +01:00
|
|
|
-I$(SRCDIR)/sw/source/core/inc \
|
2012-03-05 19:02:10 +01:00
|
|
|
-I$(SRCDIR)/sw/inc \
|
2011-06-10 21:19:45 +01:00
|
|
|
$$(INCLUDE) \
|
|
|
|
))
|
|
|
|
|
2013-02-03 12:39:21 +01:00
|
|
|
$(eval $(call gb_CppunitTest_use_api,sw_uwriter,\
|
2011-06-18 07:04:45 +02:00
|
|
|
offapi \
|
|
|
|
udkapi \
|
|
|
|
))
|
|
|
|
|
2013-02-03 12:39:21 +01:00
|
|
|
$(eval $(call gb_CppunitTest_use_ure,sw_uwriter))
|
2014-06-04 08:45:54 +02:00
|
|
|
$(eval $(call gb_CppunitTest_use_vcl,sw_uwriter))
|
2012-04-08 15:12:18 +02:00
|
|
|
|
2013-02-03 12:39:21 +01:00
|
|
|
$(eval $(call gb_CppunitTest_use_components,sw_uwriter,\
|
2012-01-15 02:59:40 +01:00
|
|
|
comphelper/util/comphelp \
|
2011-12-14 10:41:19 +01:00
|
|
|
configmgr/source/configmgr \
|
2012-01-15 02:59:40 +01:00
|
|
|
framework/util/fwk \
|
2011-11-11 10:01:19 +01:00
|
|
|
i18npool/util/i18npool \
|
2012-12-29 12:11:47 +01:00
|
|
|
package/util/package2 \
|
|
|
|
package/source/xstor/xstor \
|
2012-01-15 02:59:40 +01:00
|
|
|
sfx2/util/sfx \
|
|
|
|
ucb/source/core/ucb1 \
|
|
|
|
ucb/source/ucp/file/ucpfile1 \
|
2012-12-29 12:11:47 +01:00
|
|
|
unotools/util/utl \
|
2012-01-15 02:59:40 +01:00
|
|
|
unoxml/source/service/unoxml \
|
2011-06-10 21:19:45 +01:00
|
|
|
))
|
|
|
|
|
2013-02-03 12:39:21 +01:00
|
|
|
$(eval $(call gb_CppunitTest_use_configuration,sw_uwriter))
|
2011-06-10 21:19:45 +01:00
|
|
|
|
2011-07-30 23:03:51 +03:00
|
|
|
# vim: set noet sw=4 ts=4:
|