make ValueTransfer easier to understand
[LibreOffice.git] / starmath / CppunitTest_starmath_import.mk
blob2bbda9c70d924fc09a260b949ed3426977db08b8
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,starmath_import))
12 $(eval $(call gb_CppunitTest_set_include,starmath_import,\
13 $$(INCLUDE) \
14 -I$(SRCDIR)/starmath/inc \
17 $(eval $(call gb_CppunitTest_use_external,starmath_import,boost_headers))
19 $(eval $(call gb_CppunitTest_use_sdk_api,starmath_import))
21 $(eval $(call gb_CppunitTest_add_exception_objects,starmath_import,\
22 starmath/qa/extras/mmlimport-test \
25 $(eval $(call gb_CppunitTest_use_libraries,starmath_import,\
26 comphelper \
27 cppu \
28 cppuhelper \
29 editeng \
30 i18nlangtag \
31 i18nutil \
32 msfilter \
33 oox \
34 sal \
35 salhelper \
36 sax \
37 sfx \
38 sm \
39 smd \
40 sot \
41 svl \
42 svt \
43 svx \
44 svxcore \
45 test \
46 tk \
47 tl \
48 unotest \
49 unoxml \
50 utl \
51 vcl \
52 xo \
55 $(eval $(call gb_CppunitTest_use_ure,starmath_import))
56 $(eval $(call gb_CppunitTest_use_vcl,starmath_import))
58 $(eval $(call gb_CppunitTest_use_components,starmath_import,\
59 configmgr/source/configmgr \
60 framework/util/fwk \
61 i18npool/util/i18npool \
62 package/source/xstor/xstor \
63 package/util/package2 \
64 sfx2/util/sfx \
65 starmath/util/sm \
66 starmath/util/smd \
67 toolkit/util/tk \
68 ucb/source/core/ucb1 \
69 ucb/source/ucp/file/ucpfile1 \
70 unotools/util/utl \
71 comphelper/util/comphelp \
72 filter/source/config/cache/filterconfig1 \
73 oox/util/oox \
74 sax/source/expatwrap/expwrap \
75 svl/source/fsstor/fsstorage \
76 svl/util/svl \
77 svx/util/svx \
78 unoxml/source/service/unoxml \
79 uui/util/uui \
80 xmloff/util/xo \
83 $(eval $(call gb_CppunitTest_use_configuration,starmath_import))
85 # vim: set noet sw=4 ts=4: