office-gobmx/sc/CppunitTest_sc_subtotaldescriptorbaseobj.mk
Jens Carl 25c7f070b9 Remove obsolete (cargo-cult copied) dependencies
Change-Id: Ie68bf48b44ab583f0ea8a4a02d330ce95d739c00
Reviewed-on: https://gerrit.libreoffice.org/57213
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
2018-07-10 18:11:39 +02:00

46 lines
1.4 KiB
Makefile

# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#*************************************************************************
#
# This file is part of the LibreOffice project.
#
# 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/.
#
#*************************************************************************
$(eval $(call gb_CppunitTest_CppunitTest,sc_subtotaldescriptorbaseobj))
$(eval $(call gb_CppunitTest_use_external,sc_subtotaldescriptorbaseobj,boost_headers))
$(eval $(call gb_CppunitTest_add_exception_objects,sc_subtotaldescriptorbaseobj, \
sc/qa/extras/scsubtotaldescriptorbaseobj \
))
$(eval $(call gb_CppunitTest_use_libraries,sc_subtotaldescriptorbaseobj, \
cppu \
sal \
subsequenttest \
test \
unotest \
))
$(eval $(call gb_CppunitTest_set_include,sc_subtotaldescriptorbaseobj,\
$$(INCLUDE) \
))
$(eval $(call gb_CppunitTest_use_api,sc_subtotaldescriptorbaseobj,\
offapi \
udkapi \
))
$(eval $(call gb_CppunitTest_use_ure,sc_subtotaldescriptorbaseobj))
$(eval $(call gb_CppunitTest_use_vcl,sc_subtotaldescriptorbaseobj))
$(eval $(call gb_CppunitTest_use_components,sc_subtotaldescriptorbaseobj,\
$(sc_unoapi_common_components) \
))
$(eval $(call gb_CppunitTest_use_configuration,sc_subtotaldescriptorbaseobj))
# vim: set noet sw=4 ts=4: