2012-06-15 11:50:56 +02:00
|
|
|
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
|
|
|
#*************************************************************************
|
|
|
|
#
|
2013-04-19 21:10:42 +01:00
|
|
|
# This file is part of the LibreOffice project.
|
2012-06-15 11:50:56 +02: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/.
|
2012-06-15 11:50:56 +02:00
|
|
|
#
|
|
|
|
#*************************************************************************
|
|
|
|
|
2013-03-18 09:47:02 +01:00
|
|
|
$(eval $(call gb_CppunitTest_CppunitTest,sw_ww8export))
|
2012-06-15 11:50:56 +02:00
|
|
|
|
2013-03-18 09:47:02 +01:00
|
|
|
$(eval $(call gb_CppunitTest_add_exception_objects,sw_ww8export, \
|
2012-06-15 11:50:56 +02:00
|
|
|
sw/qa/extras/ww8export/ww8export \
|
|
|
|
))
|
|
|
|
|
2013-03-18 09:47:02 +01:00
|
|
|
$(eval $(call gb_CppunitTest_use_libraries,sw_ww8export, \
|
2012-12-14 12:58:00 +02:00
|
|
|
comphelper \
|
2012-06-15 11:50:56 +02:00
|
|
|
cppu \
|
|
|
|
cppuhelper \
|
2013-09-01 16:06:57 +02:00
|
|
|
$(if $(filter WNT-TRUE,$(OS)-$(DISABLE_ATL)),,emboleobj) \
|
2012-06-15 11:50:56 +02:00
|
|
|
sal \
|
|
|
|
test \
|
|
|
|
unotest \
|
|
|
|
utl \
|
2015-10-13 11:00:43 +02:00
|
|
|
sfx \
|
|
|
|
svl \
|
2012-06-15 11:50:56 +02:00
|
|
|
sw \
|
|
|
|
tl \
|
2012-09-26 23:45:28 +02:00
|
|
|
$(gb_UWINAPI) \
|
2012-06-15 11:50:56 +02:00
|
|
|
))
|
|
|
|
|
2013-03-18 09:47:02 +01:00
|
|
|
$(eval $(call gb_CppunitTest_use_externals,sw_ww8export,\
|
2013-01-26 21:19:13 +01:00
|
|
|
boost_headers \
|
2012-06-15 11:50:56 +02:00
|
|
|
libxml2 \
|
|
|
|
))
|
|
|
|
|
2013-03-18 09:47:02 +01:00
|
|
|
$(eval $(call gb_CppunitTest_set_include,sw_ww8export,\
|
2012-06-15 11:50:56 +02:00
|
|
|
-I$(SRCDIR)/sw/inc \
|
|
|
|
-I$(SRCDIR)/sw/source/core/inc \
|
2015-10-13 11:00:43 +02:00
|
|
|
-I$(SRCDIR)/sw/source/uibase/inc \
|
|
|
|
-I$(SRCDIR)/sw/qa/extras/inc \
|
2012-06-15 11:50:56 +02:00
|
|
|
$$(INCLUDE) \
|
|
|
|
))
|
|
|
|
|
2016-03-22 10:43:56 +03:00
|
|
|
$(eval $(call gb_CppunitTest_use_sdk_api,sw_ww8export))
|
2012-06-15 11:50:56 +02:00
|
|
|
|
2013-03-18 09:47:02 +01:00
|
|
|
$(eval $(call gb_CppunitTest_use_ure,sw_ww8export))
|
2014-06-04 08:45:54 +02:00
|
|
|
$(eval $(call gb_CppunitTest_use_vcl,sw_ww8export))
|
2012-06-15 11:50:56 +02:00
|
|
|
|
2013-03-18 09:47:02 +01:00
|
|
|
$(eval $(call gb_CppunitTest_use_components,sw_ww8export,\
|
2012-06-15 11:50:56 +02:00
|
|
|
basic/util/sb \
|
|
|
|
comphelper/util/comphelp \
|
|
|
|
configmgr/source/configmgr \
|
|
|
|
dbaccess/util/dba \
|
2012-10-17 17:22:16 +01:00
|
|
|
embeddedobj/util/embobj \
|
2012-06-15 11:50:56 +02:00
|
|
|
filter/source/config/cache/filterconfig1 \
|
2014-05-01 15:12:12 +03:00
|
|
|
filter/source/storagefilterdetect/storagefd \
|
2012-06-15 11:50:56 +02:00
|
|
|
forms/util/frm \
|
|
|
|
framework/util/fwk \
|
|
|
|
i18npool/util/i18npool \
|
2012-10-26 14:24:46 +02:00
|
|
|
linguistic/source/lng \
|
2012-06-15 11:50:56 +02:00
|
|
|
package/source/xstor/xstor \
|
|
|
|
package/util/package2 \
|
2012-07-31 13:04:10 +02:00
|
|
|
sax/source/expatwrap/expwrap \
|
2012-06-15 11:50:56 +02:00
|
|
|
sw/util/msword \
|
|
|
|
sw/util/sw \
|
|
|
|
sw/util/swd \
|
|
|
|
sfx2/util/sfx \
|
|
|
|
svl/source/fsstor/fsstorage \
|
|
|
|
svtools/util/svt \
|
|
|
|
toolkit/util/tk \
|
|
|
|
ucb/source/core/ucb1 \
|
|
|
|
ucb/source/ucp/file/ucpfile1 \
|
|
|
|
unotools/util/utl \
|
|
|
|
unoxml/source/service/unoxml \
|
2015-12-10 17:28:38 +01:00
|
|
|
unoxml/source/rdf/unordf \
|
2016-07-27 21:43:07 +01:00
|
|
|
uui/util/uui \
|
2012-07-27 11:31:55 +01:00
|
|
|
$(if $(filter DESKTOP,$(BUILD_TYPE)),xmlhelp/util/ucpchelp1) \
|
2013-03-05 15:51:52 +02:00
|
|
|
xmloff/util/xo \
|
2012-06-15 11:50:56 +02:00
|
|
|
))
|
|
|
|
|
2013-03-18 09:47:02 +01:00
|
|
|
$(eval $(call gb_CppunitTest_use_configuration,sw_ww8export))
|
2012-06-15 11:50:56 +02:00
|
|
|
|
|
|
|
# vim: set noet sw=4 ts=4:
|