bump product version to 4.1.6.2
[LibreOffice.git] / sc / CppunitTest_sc_subsequent_export_test.mk
blob9681327942d584de1861dd4806f95de7d3776fc6
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_export_test))
12 $(eval $(call gb_CppunitTest_add_exception_objects,sc_subsequent_export_test, \
13 sc/qa/unit/subsequent_export-test \
16 $(eval $(call gb_CppunitTest_use_externals,sc_subsequent_export_test, \
17 boost_headers \
18 mdds_headers \
19 orcus \
20 orcus-parser \
23 $(eval $(call gb_CppunitTest_use_libraries,sc_subsequent_export_test, \
24 avmedia \
25 basegfx \
26 comphelper \
27 cppu \
28 cppuhelper \
29 drawinglayer \
30 editeng \
31 fileacc \
32 for \
33 forui \
34 i18nlangtag \
35 msfilter \
36 oox \
37 sal \
38 salhelper \
39 sax \
40 sc \
41 sfx \
42 sot \
43 svl \
44 svt \
45 svx \
46 svxcore \
47 test \
48 tl \
49 tk \
50 ucbhelper \
51 unotest \
52 utl \
53 vcl \
54 xo \
55 $(gb_UWINAPI) \
58 $(eval $(call gb_CppunitTest_set_include,sc_subsequent_export_test,\
59 -I$(SRCDIR)/sc/source/ui/inc \
60 -I$(SRCDIR)/sc/inc \
61 $$(INCLUDE) \
64 $(eval $(call gb_CppunitTest_use_api,sc_subsequent_export_test,\
65 offapi \
66 udkapi \
69 $(eval $(call gb_CppunitTest_use_ure,sc_subsequent_export_test))
71 $(eval $(call gb_CppunitTest_use_components,sc_subsequent_export_test,\
72 chart2/source/controller/chartcontroller \
73 chart2/source/chartcore \
74 comphelper/util/comphelp \
75 configmgr/source/configmgr \
76 dbaccess/util/dba \
77 embeddedobj/util/embobj \
78 eventattacher/source/evtatt \
79 fileaccess/source/fileacc \
80 filter/source/config/cache/filterconfig1 \
81 forms/util/frm \
82 framework/util/fwk \
83 i18npool/util/i18npool \
84 i18npool/source/search/i18nsearch \
85 oox/util/oox \
86 package/source/xstor/xstor \
87 package/util/package2 \
88 sax/source/expatwrap/expwrap \
89 sax/source/fastparser/fastsax \
90 sc/util/sc \
91 sc/util/scfilt \
92 scaddins/source/analysis/analysis \
93 scaddins/source/datefunc/date \
94 sfx2/util/sfx \
95 sot/util/sot \
96 svl/util/svl \
97 svtools/util/svt \
98 toolkit/util/tk \
99 ucb/source/core/ucb1 \
100 ucb/source/ucp/file/ucpfile1 \
101 ucb/source/ucp/tdoc/ucptdoc1 \
102 unotools/util/utl \
103 unoxml/source/rdf/unordf \
104 unoxml/source/service/unoxml \
105 xmlsecurity/util/xsec_fw \
106 xmlsecurity/util/xmlsecurity \
107 xmloff/util/xo \
110 ifeq ($(OS),WNT)
111 $(eval $(call gb_CppunitTest_use_components,sc_subsequent_export_test,\
112 xmlsecurity/util/xsec_xmlsec.windows \
114 else
115 $(eval $(call gb_CppunitTest_use_components,sc_subsequent_export_test,\
116 xmlsecurity/util/xsec_xmlsec \
118 endif
120 $(eval $(call gb_CppunitTest_use_configuration,sc_subsequent_export_test))
122 $(eval $(call gb_CppunitTest_use_filter_configuration,sc_subsequent_export_test))
124 # vim: set noet sw=4 ts=4: