GPU-Calc: remove Alloc_Host_Ptr for clmem of NAN vector
[LibreOffice.git] / sc / CppunitTest_sc_subsequent_export_test.mk
blobbe3bbb7dd5ae5c552baeb6ff3d5e54a15f86ab9a
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 for \
32 forui \
33 i18nlangtag \
34 msfilter \
35 oox \
36 sal \
37 salhelper \
38 sax \
39 sc \
40 scqahelper \
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 filter/source/config/cache/filterconfig1 \
80 forms/util/frm \
81 framework/util/fwk \
82 i18npool/util/i18npool \
83 i18npool/source/search/i18nsearch \
84 linguistic/source/lng \
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 xmloff/util/xo \
106 xmlsecurity/util/xsec_fw \
107 xmlsecurity/util/xmlsecurity \
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 # vim: set noet sw=4 ts=4: