skia: make gcc not crash for x86 builds
[LibreOffice.git] / sc / CppunitTest_sc_mark_test.mk
blobb0cd5222cc5ea94e9774bd1ca0bb171b2e73c3d1
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_mark_test))
12 $(eval $(call gb_CppunitTest_use_externals,sc_mark_test, \
13 boost_headers \
14 icu_headers \
15 icui18n \
16 icuuc \
17 libxml2 \
18 mdds_headers \
21 $(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_mark_test))
23 $(eval $(call gb_CppunitTest_add_exception_objects,sc_mark_test, \
24 sc/qa/unit/mark_test \
27 $(eval $(call gb_CppunitTest_use_libraries,sc_mark_test, \
28 basegfx \
29 comphelper \
30 cppu \
31 cppuhelper \
32 drawinglayer \
33 editeng \
34 for \
35 forui \
36 i18nlangtag \
37 msfilter \
38 oox \
39 sal \
40 salhelper \
41 sax \
42 sb \
43 sc \
44 scqahelper \
45 sfx \
46 sot \
47 svl \
48 svt \
49 svx \
50 svxcore \
51 test \
52 tk \
53 tl \
54 ucbhelper \
55 unotest \
56 utl \
57 vbahelper \
58 vcl \
59 xo \
62 $(eval $(call gb_CppunitTest_set_include,sc_mark_test,\
63 -I$(SRCDIR)/sc/source/ui/inc \
64 -I$(SRCDIR)/sc/inc \
65 $$(INCLUDE) \
68 $(eval $(call gb_CppunitTest_use_api,sc_mark_test,\
69 offapi \
70 oovbaapi \
71 udkapi \
74 $(eval $(call gb_CppunitTest_use_ure,sc_mark_test))
75 $(eval $(call gb_CppunitTest_use_vcl,sc_mark_test))
77 $(eval $(call gb_CppunitTest_use_components,sc_mark_test,\
78 basic/util/sb \
79 chart2/source/chartcore \
80 chart2/source/controller/chartcontroller \
81 comphelper/util/comphelp \
82 configmgr/source/configmgr \
83 dbaccess/util/dba \
84 embeddedobj/util/embobj \
85 eventattacher/source/evtatt \
86 filter/source/config/cache/filterconfig1 \
87 forms/util/frm \
88 framework/util/fwk \
89 i18npool/util/i18npool \
90 oox/util/oox \
91 package/source/xstor/xstor \
92 package/util/package2 \
93 sax/source/expatwrap/expwrap \
94 scaddins/source/analysis/analysis \
95 scaddins/source/datefunc/date \
96 scripting/source/basprov/basprov \
97 scripting/util/scriptframe \
98 sc/util/sc \
99 sc/util/scd \
100 sc/util/scfilt \
101 $(call gb_Helper_optional,SCRIPTING, \
102 sc/util/vbaobj) \
103 sfx2/util/sfx \
104 sot/util/sot \
105 svl/source/fsstor/fsstorage \
106 svl/util/svl \
107 svx/util/svx \
108 svx/util/svxcore \
109 toolkit/util/tk \
110 ucb/source/core/ucb1 \
111 ucb/source/ucp/file/ucpfile1 \
112 ucb/source/ucp/tdoc/ucptdoc1 \
113 unotools/util/utl \
114 unoxml/source/rdf/unordf \
115 unoxml/source/service/unoxml \
116 vcl/vcl.common \
117 xmloff/util/xo \
120 $(eval $(call gb_CppunitTest_use_configuration,sc_mark_test))
122 # vim: set noet sw=4 ts=4: