2012-01-13 04:30:48 +01: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-01-13 04:30:48 +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/.
|
2012-01-13 04:30:48 +01:00
|
|
|
#
|
|
|
|
#*************************************************************************
|
|
|
|
|
2013-05-14 12:00:51 +02:00
|
|
|
$(eval $(call gb_CppunitTest_CppunitTest,sd_import_tests))
|
2012-01-13 04:30:48 +01:00
|
|
|
|
2016-07-25 11:47:25 +02:00
|
|
|
$(eval $(call gb_CppunitTest_use_externals,sd_import_tests,\
|
|
|
|
boost_headers \
|
|
|
|
libxml2 \
|
|
|
|
))
|
2013-01-26 21:19:13 +01:00
|
|
|
|
2013-05-14 12:00:51 +02:00
|
|
|
$(eval $(call gb_CppunitTest_add_exception_objects,sd_import_tests, \
|
|
|
|
sd/qa/unit/import-tests \
|
2012-01-13 04:30:48 +01:00
|
|
|
))
|
|
|
|
|
2013-05-14 12:00:51 +02:00
|
|
|
$(eval $(call gb_CppunitTest_use_libraries,sd_import_tests, \
|
2014-04-18 00:05:44 +03:00
|
|
|
$(call gb_Helper_optional,AVMEDIA,avmedia) \
|
2012-01-13 04:30:48 +01:00
|
|
|
basegfx \
|
|
|
|
comphelper \
|
|
|
|
cppu \
|
|
|
|
cppuhelper \
|
|
|
|
drawinglayer \
|
|
|
|
editeng \
|
|
|
|
for \
|
|
|
|
forui \
|
2013-04-05 18:40:39 +02:00
|
|
|
i18nlangtag \
|
2012-01-13 04:30:48 +01:00
|
|
|
msfilter \
|
|
|
|
oox \
|
|
|
|
sal \
|
|
|
|
salhelper \
|
|
|
|
sax \
|
|
|
|
sd \
|
|
|
|
sfx \
|
|
|
|
sot \
|
|
|
|
svl \
|
|
|
|
svt \
|
|
|
|
svx \
|
|
|
|
svxcore \
|
2014-04-12 12:48:22 +02:00
|
|
|
test \
|
2012-01-13 04:30:48 +01:00
|
|
|
tl \
|
|
|
|
tk \
|
|
|
|
ucbhelper \
|
2014-04-12 12:48:22 +02:00
|
|
|
unotest \
|
2012-01-13 04:30:48 +01:00
|
|
|
utl \
|
|
|
|
vcl \
|
|
|
|
xo \
|
2014-04-12 12:48:22 +02:00
|
|
|
$(gb_UWINAPI) \
|
2012-01-13 04:30:48 +01:00
|
|
|
))
|
|
|
|
|
2013-05-14 12:00:51 +02:00
|
|
|
$(eval $(call gb_CppunitTest_set_include,sd_import_tests,\
|
2012-03-05 19:02:10 +01:00
|
|
|
-I$(SRCDIR)/sd/source/ui/inc \
|
|
|
|
-I$(SRCDIR)/sd/inc \
|
2012-01-13 04:30:48 +01:00
|
|
|
$$(INCLUDE) \
|
|
|
|
))
|
|
|
|
|
2016-03-22 10:43:56 +03:00
|
|
|
$(eval $(call gb_CppunitTest_use_sdk_api,sd_import_tests))
|
2012-01-13 04:30:48 +01:00
|
|
|
|
2013-05-14 12:00:51 +02:00
|
|
|
$(eval $(call gb_CppunitTest_use_ure,sd_import_tests))
|
2014-06-04 08:45:54 +02:00
|
|
|
$(eval $(call gb_CppunitTest_use_vcl,sd_import_tests))
|
2012-04-08 15:12:18 +02:00
|
|
|
|
2013-05-14 12:00:51 +02:00
|
|
|
$(eval $(call gb_CppunitTest_use_components,sd_import_tests,\
|
2013-04-23 16:04:30 +02:00
|
|
|
animations/source/animcore/animcore \
|
2012-01-13 04:30:48 +01:00
|
|
|
basic/util/sb \
|
2013-11-06 15:37:20 +05:30
|
|
|
chart2/source/chartcore \
|
|
|
|
chart2/source/controller/chartcontroller \
|
2012-01-13 04:30:48 +01:00
|
|
|
comphelper/util/comphelp \
|
|
|
|
configmgr/source/configmgr \
|
|
|
|
dbaccess/util/dba \
|
|
|
|
desktop/source/deployment/deployment \
|
2012-02-29 11:39:38 +01:00
|
|
|
embeddedobj/util/embobj \
|
2012-01-13 04:30:48 +01:00
|
|
|
filter/source/config/cache/filterconfig1 \
|
2015-10-09 17:51:50 +02:00
|
|
|
filter/source/odfflatxml/odfflatxml \
|
2012-01-13 04:30:48 +01:00
|
|
|
filter/source/svg/svgfilter \
|
2015-02-19 10:46:41 +02:00
|
|
|
filter/source/xmlfilteradaptor/xmlfa \
|
2015-10-09 17:51:50 +02:00
|
|
|
filter/source/xmlfilterdetect/xmlfd \
|
2012-01-13 04:30:48 +01:00
|
|
|
forms/util/frm \
|
|
|
|
framework/util/fwk \
|
|
|
|
i18npool/util/i18npool \
|
2012-10-26 14:24:46 +02:00
|
|
|
linguistic/source/lng \
|
2012-01-13 04:30:48 +01:00
|
|
|
oox/util/oox \
|
|
|
|
package/source/xstor/xstor \
|
|
|
|
package/util/package2 \
|
|
|
|
sax/source/expatwrap/expwrap \
|
|
|
|
sd/util/sd \
|
|
|
|
sd/util/sdfilt \
|
|
|
|
sd/util/sdd \
|
2015-04-28 19:13:08 +03:00
|
|
|
$(if $(ENABLE_PDFIMPORT),sdext/source/pdfimport/pdfimport) \
|
2012-01-13 04:30:48 +01:00
|
|
|
sfx2/util/sfx \
|
|
|
|
sot/util/sot \
|
|
|
|
svl/source/fsstor/fsstorage \
|
2012-07-02 22:47:41 +02:00
|
|
|
svtools/util/svt \
|
2016-04-13 20:07:52 +10:00
|
|
|
svx/util/svxcore \
|
2012-01-13 04:30:48 +01:00
|
|
|
toolkit/util/tk \
|
2012-01-15 02:59:40 +01:00
|
|
|
ucb/source/core/ucb1 \
|
|
|
|
ucb/source/ucp/expand/ucpexpand1 \
|
|
|
|
ucb/source/ucp/file/ucpfile1 \
|
|
|
|
ucb/source/ucp/package/ucppkg1 \
|
|
|
|
ucb/source/ucp/tdoc/ucptdoc1 \
|
2012-01-13 04:30:48 +01:00
|
|
|
unotools/util/utl \
|
|
|
|
unoxml/source/rdf/unordf \
|
|
|
|
unoxml/source/service/unoxml \
|
2016-07-27 21:43:07 +01:00
|
|
|
uui/util/uui \
|
2012-06-13 05:42:28 +02:00
|
|
|
xmloff/util/xo \
|
2012-01-13 04:30:48 +01:00
|
|
|
xmlsecurity/util/xmlsecurity \
|
|
|
|
))
|
|
|
|
|
2013-05-14 12:00:51 +02:00
|
|
|
$(eval $(call gb_CppunitTest_use_configuration,sd_import_tests))
|
2012-04-08 13:40:35 +02:00
|
|
|
|
2014-08-01 23:57:48 +02:00
|
|
|
$(eval $(call gb_CppunitTest_use_packages,sd_import_tests,\
|
|
|
|
oox_customshapes \
|
|
|
|
))
|
|
|
|
|
2015-04-28 19:13:08 +03:00
|
|
|
ifneq ($(ENABLE_PDFIMPORT),)
|
2015-03-10 11:41:45 +01:00
|
|
|
$(eval $(call gb_CppunitTest_use_executable,sd_import_tests,xpdfimport))
|
2015-04-28 19:13:08 +03:00
|
|
|
endif
|
2015-03-10 11:41:45 +01:00
|
|
|
|
2013-05-14 12:00:51 +02:00
|
|
|
$(call gb_CppunitTest_get_target,sd_import_tests) : $(call gb_AllLangResTarget_get_target,sd)
|
2013-03-03 18:42:30 +01:00
|
|
|
|
2012-01-13 04:30:48 +01:00
|
|
|
# vim: set noet sw=4 ts=4:
|