Rhino: upgrade to 1.7.15
[LibreOffice.git] / sc / CppunitTest_sc_functionlistobj.mk
blobff4719d77b6b8647bcd693c1e5438f22b8589e47
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 #*************************************************************************
4 # This file is part of the LibreOffice project.
6 # This Source Code Form is subject to the terms of the Mozilla Public
7 # License, v. 2.0. If a copy of the MPL was not distributed with this
8 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 #*************************************************************************
12 $(eval $(call gb_CppunitTest_CppunitTest,sc_functionlistobj))
14 $(eval $(call gb_CppunitTest_use_external,sc_functionlistobj,boost_headers))
16 $(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_functionlistobj))
18 $(eval $(call gb_CppunitTest_add_exception_objects,sc_functionlistobj, \
19 sc/qa/extras/scfunctionlistobj \
22 $(eval $(call gb_CppunitTest_use_libraries,sc_functionlistobj, \
23 cppu \
24 cppuhelper \
25 sal \
26 subsequenttest \
27 test \
28 unotest \
29 utl \
30 tl \
33 $(eval $(call gb_CppunitTest_set_include,sc_functionlistobj,\
34 $$(INCLUDE) \
37 $(eval $(call gb_CppunitTest_use_sdk_api,sc_functionlistobj))
39 $(eval $(call gb_CppunitTest_use_ure,sc_functionlistobj))
40 $(eval $(call gb_CppunitTest_use_vcl,sc_functionlistobj))
42 $(eval $(call gb_CppunitTest_use_components,sc_functionlistobj,\
43 basic/util/sb \
44 comphelper/util/comphelp \
45 configmgr/source/configmgr \
46 dbaccess/util/dba \
47 filter/source/config/cache/filterconfig1 \
48 filter/source/storagefilterdetect/storagefd \
49 forms/util/frm \
50 framework/util/fwk \
51 i18npool/source/search/i18nsearch \
52 i18npool/util/i18npool \
53 linguistic/source/lng \
54 oox/util/oox \
55 package/source/xstor/xstor \
56 package/util/package2 \
57 sax/source/expatwrap/expwrap \
58 scripting/source/basprov/basprov \
59 scripting/util/scriptframe \
60 sc/util/sc \
61 sc/util/scd \
62 sc/util/scfilt \
63 $(call gb_Helper_optional,SCRIPTING, sc/util/vbaobj) \
64 sfx2/util/sfx \
65 sot/util/sot \
66 svl/source/fsstor/fsstorage \
67 toolkit/util/tk \
68 ucb/source/core/ucb1 \
69 ucb/source/ucp/file/ucpfile1 \
70 ucb/source/ucp/tdoc/ucptdoc1 \
71 unotools/util/utl \
72 unoxml/source/rdf/unordf \
73 unoxml/source/service/unoxml \
74 uui/util/uui \
75 vcl/vcl.common \
76 xmloff/util/xo \
77 svtools/util/svt \
80 $(eval $(call gb_CppunitTest_use_configuration,sc_functionlistobj))
82 # vim: set noet sw=4 ts=4: