-WaE: nested template problems.
[LibreOffice.git] / sc / CppunitTest_sc_subsequent_filters_test.mk
blob62f5d010cf3d700dd470feeca3209c90c273b11d
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_subsequent_filters_test))
12 $(eval $(call gb_CppunitTest_add_exception_objects,sc_subsequent_filters_test, \
13 sc/qa/unit/subsequent_filters-test \
16 $(eval $(call gb_CppunitTest_use_externals,sc_subsequent_filters_test, \
17 boost_headers \
18 mdds_headers \
19 orcus \
20 orcus-parser \
23 $(eval $(call gb_CppunitTest_use_libraries,sc_subsequent_filters_test, \
24 basegfx \
25 comphelper \
26 cppu \
27 cppuhelper \
28 drawinglayer \
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 vbahelper \
55 vcl \
56 xo \
57 $(gb_UWINAPI) \
60 $(eval $(call gb_CppunitTest_set_include,sc_subsequent_filters_test,\
61 -I$(SRCDIR)/sc/source/ui/inc \
62 -I$(SRCDIR)/sc/inc \
63 $$(INCLUDE) \
66 $(eval $(call gb_CppunitTest_use_api,sc_subsequent_filters_test,\
67 offapi \
68 udkapi \
71 $(eval $(call gb_CppunitTest_use_ure,sc_subsequent_filters_test))
72 $(eval $(call gb_CppunitTest_use_vcl,sc_subsequent_filters_test))
74 $(eval $(call gb_CppunitTest_use_components,sc_subsequent_filters_test,\
75 basic/util/sb \
76 chart2/source/chartcore \
77 chart2/source/controller/chartcontroller \
78 comphelper/util/comphelp \
79 configmgr/source/configmgr \
80 dbaccess/util/dba \
81 embeddedobj/util/embobj \
82 eventattacher/source/evtatt \
83 filter/source/config/cache/filterconfig1 \
84 forms/util/frm \
85 framework/util/fwk \
86 i18npool/source/search/i18nsearch \
87 i18npool/util/i18npool \
88 linguistic/source/lng \
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 sc/util/sc \
96 sc/util/scfilt \
97 sfx2/util/sfx \
98 sot/util/sot \
99 svl/util/svl \
100 svtools/util/svt \
101 toolkit/util/tk \
102 ucb/source/core/ucb1 \
103 ucb/source/ucp/file/ucpfile1 \
104 ucb/source/ucp/tdoc/ucptdoc1 \
105 unotools/util/utl \
106 unoxml/source/rdf/unordf \
107 unoxml/source/service/unoxml \
108 xmloff/util/xo \
109 xmlsecurity/util/xmlsecurity \
110 xmlsecurity/util/xsec_fw \
113 ifeq ($(OS),WNT)
114 $(eval $(call gb_CppunitTest_use_components,sc_subsequent_filters_test,\
115 xmlsecurity/util/xsec_xmlsec.windows \
117 else
118 $(eval $(call gb_CppunitTest_use_components,sc_subsequent_filters_test,\
119 xmlsecurity/util/xsec_xmlsec \
121 endif
123 $(eval $(call gb_CppunitTest_use_configuration,sc_subsequent_filters_test))
125 # vim: set noet sw=4 ts=4: