Version 7.6.7.2, tag libreoffice-7.6.7.2
[LibreOffice.git] / sc / CppunitTest_sc_cond_format_merge.mk
blobc588e44580ff843413be2a79fc64381a72d59f2b
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_cond_format_merge))
12 $(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_cond_format_merge))
14 $(eval $(call gb_CppunitTest_add_exception_objects,sc_cond_format_merge, \
15 sc/qa/unit/cond_format_merge \
18 $(eval $(call gb_CppunitTest_use_externals,sc_cond_format_merge, \
19 boost_headers \
22 $(eval $(call gb_CppunitTest_use_libraries,sc_cond_format_merge, \
23 basegfx \
24 comphelper \
25 cppu \
26 cppuhelper \
27 drawinglayer \
28 drawinglayercore \
29 editeng \
30 for \
31 forui \
32 i18nlangtag \
33 msfilter \
34 oox \
35 sal \
36 salhelper \
37 sax \
38 sb \
39 sc \
40 scqahelper \
41 sfx \
42 sot \
43 subsequenttest \
44 svl \
45 svt \
46 svx \
47 svxcore \
48 test \
49 tk \
50 tl \
51 ucbhelper \
52 unotest \
53 utl \
54 $(call gb_Helper_optional,SCRIPTING, \
55 vbahelper) \
56 vcl \
57 xo \
60 $(eval $(call gb_CppunitTest_set_include,sc_cond_format_merge,\
61 -I$(SRCDIR)/sc/source/ui/inc \
62 -I$(SRCDIR)/sc/inc \
63 $$(INCLUDE) \
66 $(eval $(call gb_CppunitTest_use_api,sc_cond_format_merge,\
67 udkapi \
68 offapi \
69 oovbaapi \
72 $(eval $(call gb_CppunitTest_use_ure,sc_cond_format_merge))
73 $(eval $(call gb_CppunitTest_use_vcl,sc_cond_format_merge))
75 $(eval $(call gb_CppunitTest_use_components,sc_cond_format_merge,\
76 basic/util/sb \
77 chart2/source/chartcore \
78 chart2/source/controller/chartcontroller \
79 comphelper/util/comphelp \
80 configmgr/source/configmgr \
81 dbaccess/util/dba \
82 embeddedobj/util/embobj \
83 eventattacher/source/evtatt \
84 filter/source/config/cache/filterconfig1 \
85 filter/source/storagefilterdetect/storagefd \
86 forms/util/frm \
87 framework/util/fwk \
88 i18npool/util/i18npool \
89 oox/util/oox \
90 package/source/xstor/xstor \
91 package/util/package2 \
92 sax/source/expatwrap/expwrap \
93 scaddins/source/analysis/analysis \
94 scaddins/source/datefunc/date \
95 scripting/source/basprov/basprov \
96 scripting/util/scriptframe \
97 sc/util/sc \
98 sc/util/scd \
99 sc/util/scfilt \
100 $(call gb_Helper_optional,SCRIPTING, \
101 sc/util/vbaobj) \
102 sfx2/util/sfx \
103 sot/util/sot \
104 svl/source/fsstor/fsstorage \
105 svl/util/svl \
106 svtools/util/svt \
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 uui/util/uui \
117 vcl/vcl.common \
118 xmloff/util/xo \
121 $(eval $(call gb_CppunitTest_use_configuration,sc_cond_format_merge))
123 # vim: set noet sw=4 ts=4: