NFC flatten PageBreakWin and minor cleanup
[LibreOffice.git] / sc / CppunitTest_sc_subsequent_filters_test.mk
bloba3040d0747cc0746360a2dfd8b8eb9f30f156d59
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_use_common_precompiled_header,sc_subsequent_filters_test))
14 $(eval $(call gb_CppunitTest_add_exception_objects,sc_subsequent_filters_test, \
15 sc/qa/unit/subsequent_filters-test \
18 $(eval $(call gb_CppunitTest_use_externals,sc_subsequent_filters_test, \
19 boost_headers \
20 mdds_headers \
21 libxml2 \
24 $(eval $(call gb_CppunitTest_use_libraries,sc_subsequent_filters_test, \
25 basegfx \
26 comphelper \
27 cppu \
28 cppuhelper \
29 drawinglayer \
30 editeng \
31 for \
32 forui \
33 i18nlangtag \
34 msfilter \
35 oox \
36 sal \
37 salhelper \
38 sax \
39 sb \
40 sc \
41 scqahelper \
42 sfx \
43 sot \
44 subsequenttest \
45 svl \
46 svt \
47 svx \
48 svxcore \
49 test \
50 tk \
51 tl \
52 ucbhelper \
53 unotest \
54 utl \
55 vbahelper \
56 vcl \
57 xo \
60 $(eval $(call gb_CppunitTest_set_include,sc_subsequent_filters_test,\
61 -I$(SRCDIR)/sc/source/ui/inc \
62 -I$(SRCDIR)/sc/inc \
63 -I$(SRCDIR)/sc/source/filter/inc \
64 $$(INCLUDE) \
67 $(eval $(call gb_CppunitTest_use_api,sc_subsequent_filters_test,\
68 udkapi \
69 offapi \
70 oovbaapi \
73 $(eval $(call gb_CppunitTest_use_ure,sc_subsequent_filters_test))
74 $(eval $(call gb_CppunitTest_use_vcl,sc_subsequent_filters_test))
76 $(eval $(call gb_CppunitTest_use_components,sc_subsequent_filters_test,\
77 basic/util/sb \
78 basctl/util/basctl \
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 emfio/emfio \
86 eventattacher/source/evtatt \
87 filter/source/config/cache/filterconfig1 \
88 forms/util/frm \
89 framework/util/fwk \
90 i18npool/source/search/i18nsearch \
91 i18npool/util/i18npool \
92 linguistic/source/lng \
93 oox/util/oox \
94 package/source/xstor/xstor \
95 package/util/package2 \
96 sax/source/expatwrap/expwrap \
97 scaddins/source/analysis/analysis \
98 scaddins/source/datefunc/date \
99 sc/util/sc \
100 sc/util/scfilt \
101 sc/util/vbaobj \
102 sfx2/util/sfx \
103 sot/util/sot \
104 svl/util/svl \
105 svl/source/fsstor/fsstorage \
106 svtools/util/svt \
107 toolkit/util/tk \
108 ucb/source/core/ucb1 \
109 ucb/source/ucp/file/ucpfile1 \
110 ucb/source/ucp/tdoc/ucptdoc1 \
111 unotools/util/utl \
112 unoxml/source/rdf/unordf \
113 unoxml/source/service/unoxml \
114 uui/util/uui \
115 vcl/vcl.common \
116 xmloff/util/xo \
117 xmlsecurity/util/xmlsecurity \
120 $(eval $(call gb_CppunitTest_use_components,sc_subsequent_filters_test,\
121 xmlsecurity/util/xsec_xmlsec \
124 $(eval $(call gb_CppunitTest_use_externals,sc_subsequent_filters_test,\
125 orcus \
126 orcus-parser \
127 boost_filesystem \
128 boost_system \
129 boost_iostreams \
130 zlib \
133 $(eval $(call gb_CppunitTest_use_configuration,sc_subsequent_filters_test))
135 $(eval $(call gb_CppunitTest_use_more_fonts,sc_subsequent_filters_test))
137 # vim: set noet sw=4 ts=4: