nss: upgrade to release 3.73
[LibreOffice.git] / sc / CppunitTest_sc_uicalc.mk
blob842b8b5556e3b96fab75412d0ee2a17fab14cd30
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_CppunitTest_CppunitTest,sc_uicalc))
12 $(eval $(call gb_CppunitTest_use_external,sc_uicalc,boost_headers))
14 $(eval $(call gb_CppunitTest_add_exception_objects,sc_uicalc, \
15 sc/qa/unit/uicalc/uicalc \
18 $(eval $(call gb_CppunitTest_use_libraries,sc_uicalc, \
19 comphelper \
20 cppu \
21 cppuhelper \
22 sal \
23 sc \
24 test \
25 tl \
26 unotest \
27 vcl \
30 $(eval $(call gb_CppunitTest_set_include,sc_uicalc,\
31 -I$(SRCDIR)/sc/source/ui/inc \
32 -I$(SRCDIR)/sc/inc \
33 $$(INCLUDE) \
36 $(eval $(call gb_CppunitTest_use_sdk_api,sc_uicalc))
38 $(eval $(call gb_CppunitTest_use_ure,sc_uicalc))
39 $(eval $(call gb_CppunitTest_use_vcl,sc_uicalc))
41 $(eval $(call gb_CppunitTest_use_rdb,sc_uicalc,services))
43 $(eval $(call gb_CppunitTest_use_configuration,sc_uicalc))
45 # vim: set noet sw=4 ts=4: