2012-07-13 15:55:08 +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-07-13 15:55:08 +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-07-13 15:55:08 +02:00
|
|
|
#
|
|
|
|
#*************************************************************************
|
|
|
|
|
2013-03-18 09:47:02 +01:00
|
|
|
$(eval $(call gb_CppunitTest_CppunitTest,sw_odfimport))
|
2012-07-13 15:55:08 +02:00
|
|
|
|
2013-03-18 09:47:02 +01:00
|
|
|
$(eval $(call gb_CppunitTest_add_exception_objects,sw_odfimport, \
|
2012-07-13 16:25:03 +02:00
|
|
|
sw/qa/extras/odfimport/odfimport \
|
2012-07-13 15:55:08 +02:00
|
|
|
))
|
|
|
|
|
2013-03-18 09:47:02 +01:00
|
|
|
$(eval $(call gb_CppunitTest_use_libraries,sw_odfimport, \
|
2012-12-14 12:58:00 +02:00
|
|
|
comphelper \
|
2012-07-13 15:55:08 +02:00
|
|
|
cppu \
|
|
|
|
cppuhelper \
|
|
|
|
sal \
|
2013-09-20 15:46:06 +02:00
|
|
|
svt \
|
2012-07-13 15:55:08 +02:00
|
|
|
sw \
|
|
|
|
test \
|
|
|
|
unotest \
|
|
|
|
vcl \
|
|
|
|
tl \
|
2013-11-19 18:07:28 +01:00
|
|
|
utl \
|
2012-09-26 23:45:28 +02:00
|
|
|
$(gb_UWINAPI) \
|
2012-07-13 15:55:08 +02:00
|
|
|
))
|
|
|
|
|
2013-03-18 09:47:02 +01:00
|
|
|
$(eval $(call gb_CppunitTest_use_externals,sw_odfimport,\
|
2013-01-26 21:19:13 +01:00
|
|
|
boost_headers \
|
2012-07-13 15:55:08 +02:00
|
|
|
libxml2 \
|
|
|
|
))
|
|
|
|
|
2013-03-18 09:47:02 +01:00
|
|
|
$(eval $(call gb_CppunitTest_set_include,sw_odfimport,\
|
2012-07-13 15:55:08 +02:00
|
|
|
-I$(SRCDIR)/sw/inc \
|
|
|
|
-I$(SRCDIR)/sw/source/core/inc \
|
2014-05-26 17:43:14 +02:00
|
|
|
-I$(SRCDIR)/sw/source/uibase/inc \
|
2012-11-18 11:07:45 +01:00
|
|
|
-I$(SRCDIR)/sw/qa/extras/inc \
|
2012-07-13 15:55:08 +02:00
|
|
|
$$(INCLUDE) \
|
|
|
|
))
|
|
|
|
|
2013-03-18 09:47:02 +01:00
|
|
|
$(eval $(call gb_CppunitTest_use_api,sw_odfimport,\
|
2012-07-13 15:55:08 +02:00
|
|
|
offapi \
|
|
|
|
udkapi \
|
|
|
|
))
|
|
|
|
|
2013-03-18 09:47:02 +01:00
|
|
|
$(eval $(call gb_CppunitTest_use_ure,sw_odfimport))
|
2014-06-04 08:45:54 +02:00
|
|
|
$(eval $(call gb_CppunitTest_use_vcl,sw_odfimport))
|
2012-07-13 15:55:08 +02:00
|
|
|
|
2013-03-18 09:47:02 +01:00
|
|
|
$(eval $(call gb_CppunitTest_use_components,sw_odfimport,\
|
2012-10-30 17:05:56 +01:00
|
|
|
basic/util/sb \
|
2012-07-13 15:55:08 +02:00
|
|
|
comphelper/util/comphelp \
|
|
|
|
configmgr/source/configmgr \
|
2013-09-04 00:16:48 +02:00
|
|
|
embeddedobj/util/embobj \
|
2012-07-13 15:55:08 +02:00
|
|
|
filter/source/config/cache/filterconfig1 \
|
2014-05-01 15:12:12 +03:00
|
|
|
filter/source/storagefilterdetect/storagefd \
|
2014-10-14 16:31:13 +02:00
|
|
|
filter/source/odfflatxml/odfflatxml \
|
|
|
|
filter/source/xmlfilterdetect/xmlfd \
|
|
|
|
filter/source/xmlfilteradaptor/xmlfa \
|
2012-07-13 15:55:08 +02:00
|
|
|
framework/util/fwk \
|
|
|
|
i18npool/util/i18npool \
|
2013-10-12 20:54:37 +02:00
|
|
|
lingucomponent/source/languageguessing/guesslang \
|
2012-10-26 14:24:46 +02:00
|
|
|
linguistic/source/lng \
|
2012-07-13 15:55:08 +02:00
|
|
|
package/util/package2 \
|
|
|
|
package/source/xstor/xstor \
|
|
|
|
sw/util/sw \
|
|
|
|
sw/util/swd \
|
|
|
|
sax/source/expatwrap/expwrap \
|
|
|
|
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 \
|
2012-10-02 15:03:12 +02:00
|
|
|
uui/util/uui \
|
2013-09-20 15:46:06 +02:00
|
|
|
$(if $(filter-out MACOSX WNT,$(OS)), \
|
2013-10-13 11:16:19 +03:00
|
|
|
$(if $(ENABLE_HEADLESS),, \
|
2013-10-13 10:17:40 +03:00
|
|
|
vcl/vcl.unx \
|
|
|
|
) \
|
2013-09-20 15:46:06 +02:00
|
|
|
) \
|
2012-07-16 17:40:25 +01:00
|
|
|
$(if $(filter DESKTOP,$(BUILD_TYPE)),xmlhelp/util/ucpchelp1) \
|
2013-03-05 15:51:52 +02:00
|
|
|
xmloff/util/xo \
|
2012-07-13 15:55:08 +02:00
|
|
|
))
|
|
|
|
|
2013-03-18 09:47:02 +01:00
|
|
|
$(eval $(call gb_CppunitTest_use_configuration,sw_odfimport))
|
2012-07-13 15:55:08 +02:00
|
|
|
|
|
|
|
# vim: set noet sw=4 ts=4:
|