2011-08-09 12:12:48 -05:00
|
|
|
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
2011-06-10 15:19:45 -05:00
|
|
|
#*************************************************************************
|
|
|
|
#
|
2013-04-19 15:10:42 -05:00
|
|
|
# This file is part of the LibreOffice project.
|
2011-06-10 15:19:45 -05:00
|
|
|
#
|
2013-04-19 15:10:42 -05: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 15:19:45 -05:00
|
|
|
#
|
|
|
|
#*************************************************************************
|
|
|
|
|
2013-02-03 05:39:21 -06:00
|
|
|
$(eval $(call gb_CppunitTest_CppunitTest,sw_uwriter))
|
2011-06-10 15:19:45 -05:00
|
|
|
|
2013-02-03 05:39:21 -06:00
|
|
|
$(eval $(call gb_CppunitTest_add_exception_objects,sw_uwriter, \
|
|
|
|
sw/qa/core/uwriter \
|
2011-06-13 07:09:44 -05:00
|
|
|
sw/qa/core/Test-BigPtrArray \
|
2011-06-10 15:19:45 -05:00
|
|
|
))
|
|
|
|
|
2013-02-03 05:39:21 -06:00
|
|
|
$(eval $(call gb_CppunitTest_use_library_objects,sw_uwriter,sw))
|
2012-04-19 07:25:54 -05:00
|
|
|
|
2013-02-03 05:39:21 -06:00
|
|
|
$(eval $(call gb_CppunitTest_use_libraries,sw_uwriter, \
|
2011-06-10 15:19:45 -05:00
|
|
|
avmedia \
|
|
|
|
basegfx \
|
|
|
|
comphelper \
|
|
|
|
cppu \
|
|
|
|
cppuhelper \
|
|
|
|
drawinglayer \
|
|
|
|
editeng \
|
2013-04-05 11:40:39 -05:00
|
|
|
i18nlangtag \
|
2011-06-10 15:19:45 -05:00
|
|
|
i18nutil \
|
|
|
|
lng \
|
2011-11-15 06:47:36 -06:00
|
|
|
oox \
|
2011-06-10 15:19:45 -05: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 07:19:00 -05:00
|
|
|
sax \
|
2011-06-10 15:19:45 -05:00
|
|
|
sb \
|
|
|
|
sfx \
|
|
|
|
sot \
|
|
|
|
svl \
|
|
|
|
svt \
|
|
|
|
svx \
|
|
|
|
svxcore \
|
|
|
|
swd \
|
2011-09-28 09:09:00 -05:00
|
|
|
test \
|
2011-06-10 15:19:45 -05:00
|
|
|
tk \
|
|
|
|
tl \
|
|
|
|
ucbhelper \
|
|
|
|
utl \
|
|
|
|
vbahelper \
|
|
|
|
vcl \
|
2013-02-13 09:40:34 -06:00
|
|
|
xmlreader \
|
2011-06-10 15:19:45 -05:00
|
|
|
xo \
|
2012-09-26 16:45:28 -05:00
|
|
|
$(gb_UWINAPI) \
|
2011-06-10 15:19:45 -05:00
|
|
|
))
|
|
|
|
|
2013-02-03 05:39:21 -06:00
|
|
|
$(eval $(call gb_CppunitTest_use_externals,sw_uwriter,\
|
2013-01-26 14:19:13 -06:00
|
|
|
boost_headers \
|
2011-07-24 17:08:10 -05:00
|
|
|
icuuc \
|
|
|
|
libxml2 \
|
|
|
|
))
|
|
|
|
|
2013-02-03 05:39:21 -06:00
|
|
|
$(eval $(call gb_CppunitTest_set_include,sw_uwriter,\
|
2012-03-05 12:02:10 -06:00
|
|
|
-I$(SRCDIR)/sw/source/ui/inc \
|
2012-08-02 11:01:19 -05:00
|
|
|
-I$(SRCDIR)/sw/source/core/inc \
|
2012-03-05 12:02:10 -06:00
|
|
|
-I$(SRCDIR)/sw/inc \
|
2011-06-10 15:19:45 -05:00
|
|
|
$$(INCLUDE) \
|
|
|
|
))
|
|
|
|
|
2013-02-03 05:39:21 -06:00
|
|
|
$(eval $(call gb_CppunitTest_use_api,sw_uwriter,\
|
2011-06-18 00:04:45 -05:00
|
|
|
offapi \
|
|
|
|
udkapi \
|
|
|
|
))
|
|
|
|
|
2013-02-03 05:39:21 -06:00
|
|
|
$(eval $(call gb_CppunitTest_use_ure,sw_uwriter))
|
2012-04-08 08:12:18 -05:00
|
|
|
|
2013-02-03 05:39:21 -06:00
|
|
|
$(eval $(call gb_CppunitTest_use_components,sw_uwriter,\
|
2012-01-14 19:59:40 -06:00
|
|
|
comphelper/util/comphelp \
|
2011-12-14 03:41:19 -06:00
|
|
|
configmgr/source/configmgr \
|
2011-11-11 03:01:19 -06:00
|
|
|
fileaccess/source/fileacc \
|
2012-01-14 19:59:40 -06:00
|
|
|
framework/util/fwk \
|
2011-11-11 03:01:19 -06:00
|
|
|
i18npool/util/i18npool \
|
2012-12-29 05:11:47 -06:00
|
|
|
package/util/package2 \
|
|
|
|
package/source/xstor/xstor \
|
2012-01-14 19:59:40 -06:00
|
|
|
sfx2/util/sfx \
|
|
|
|
ucb/source/core/ucb1 \
|
|
|
|
ucb/source/ucp/file/ucpfile1 \
|
2012-12-29 05:11:47 -06:00
|
|
|
unotools/util/utl \
|
2012-01-14 19:59:40 -06:00
|
|
|
unoxml/source/service/unoxml \
|
2011-06-10 15:19:45 -05:00
|
|
|
))
|
|
|
|
|
2013-02-03 05:39:21 -06:00
|
|
|
$(eval $(call gb_CppunitTest_use_configuration,sw_uwriter))
|
2011-06-10 15:19:45 -05:00
|
|
|
|
2011-07-30 15:03:51 -05:00
|
|
|
# vim: set noet sw=4 ts=4:
|