Version 4.0.2.1, tag libreoffice-4.0.2.1
[LibreOffice.git] / sc / CppunitTest_sc_subsequent_export_test.mk
blob41a6855d061f7d49ddb9cb00a733577f301f4c89
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 # Version: MPL 1.1 / GPLv3+ / LGPLv3+
4 # The contents of this file are subject to the Mozilla Public License Version
5 # 1.1 (the "License"); you may not use this file except in compliance with
6 # the License or as specified alternatively below. You may obtain a copy of
7 # the License at http://www.mozilla.org/MPL/
9 # Software distributed under the License is distributed on an "AS IS" basis,
10 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11 # for the specific language governing rights and limitations under the
12 # License.
14 # Major Contributor(s):
15 # Copyright (C) 2011 Red Hat, Inc., Caolán McNamara <caolanm@redhat.com>
16 # (initial developer)
18 # All Rights Reserved.
20 # For minor contributions see the git repository.
22 # Alternatively, the contents of this file may be used under the terms of
23 # either the GNU General Public License Version 3 or later (the "GPLv3+"), or
24 # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
25 # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
26 # instead of those above.
28 $(eval $(call gb_CppunitTest_CppunitTest,sc_subsequent_export_test))
30 $(eval $(call gb_CppunitTest_add_exception_objects,sc_subsequent_export_test, \
31 sc/qa/unit/subsequent_export-test \
34 $(eval $(call gb_CppunitTest_use_externals,sc_subsequent_export_test, \
35 mdds_headers \
36 orcus \
39 $(eval $(call gb_CppunitTest_use_libraries,sc_subsequent_export_test, \
40 avmedia \
41 basegfx \
42 comphelper \
43 cppu \
44 cppuhelper \
45 drawinglayer \
46 editeng \
47 fileacc \
48 for \
49 forui \
50 i18nisolang1 \
51 msfilter \
52 oox \
53 sal \
54 salhelper \
55 sax \
56 sc \
57 sfx \
58 sot \
59 svl \
60 svt \
61 svx \
62 svxcore \
63 test \
64 tl \
65 tk \
66 ucbhelper \
67 unotest \
68 utl \
69 vcl \
70 xo \
71 $(if $(filter $(OS),ANDROID), \
72 lo-bootstrap \
73 ) \
74 $(gb_UWINAPI) \
77 $(eval $(call gb_CppunitTest_set_include,sc_subsequent_export_test,\
78 -I$(SRCDIR)/sc/source/ui/inc \
79 -I$(SRCDIR)/sc/inc \
80 $$(INCLUDE) \
83 $(eval $(call gb_CppunitTest_use_api,sc_subsequent_export_test,\
84 offapi \
85 udkapi \
88 $(eval $(call gb_CppunitTest_use_ure,sc_subsequent_export_test))
90 $(eval $(call gb_CppunitTest_use_components,sc_subsequent_export_test,\
91 chart2/source/controller/chartcontroller \
92 chart2/source/chartcore \
93 comphelper/util/comphelp \
94 configmgr/source/configmgr \
95 dbaccess/util/dba \
96 embeddedobj/util/embobj \
97 eventattacher/source/evtatt \
98 fileaccess/source/fileacc \
99 filter/source/config/cache/filterconfig1 \
100 forms/util/frm \
101 framework/util/fwk \
102 i18npool/util/i18npool \
103 i18npool/source/search/i18nsearch \
104 oox/util/oox \
105 package/source/xstor/xstor \
106 package/util/package2 \
107 sax/source/expatwrap/expwrap \
108 sax/source/fastparser/fastsax \
109 sc/util/sc \
110 sc/util/scfilt \
111 scaddins/source/analysis/analysis \
112 scaddins/source/datefunc/date \
113 sfx2/util/sfx \
114 sot/util/sot \
115 svl/util/svl \
116 svtools/util/svt \
117 toolkit/util/tk \
118 ucb/source/core/ucb1 \
119 ucb/source/ucp/file/ucpfile1 \
120 ucb/source/ucp/tdoc/ucptdoc1 \
121 unotools/util/utl \
122 unoxml/source/rdf/unordf \
123 unoxml/source/service/unoxml \
124 xmlsecurity/util/xsec_fw \
125 xmlsecurity/util/xmlsecurity \
128 ifeq ($(OS),WNT)
129 $(eval $(call gb_CppunitTest_use_components,sc_subsequent_export_test,\
130 xmlsecurity/util/xsec_xmlsec.windows \
132 else
133 ifneq ($(filter-out IOS ANDROID,$(OS)),) #FIXME: get nss&xmlsec building
134 $(eval $(call gb_CppunitTest_use_components,sc_subsequent_export_test,\
135 xmlsecurity/util/xsec_xmlsec \
137 endif
138 endif
140 $(eval $(call gb_CppunitTest_use_configuration,sc_subsequent_export_test))
142 $(eval $(call gb_CppunitTest_use_filter_configuration,sc_subsequent_export_test))
144 # vim: set noet sw=4 ts=4: