skia: make gcc not crash for x86 builds
[LibreOffice.git] / sc / CppunitTest_sc_pdf_export.mk
blob5f1cbff5f47a9056426e3cfb02de1a51579e4721
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_pdf_export))
12 $(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_pdf_export))
14 $(eval $(call gb_CppunitTest_add_exception_objects,sc_pdf_export, \
15 sc/qa/extras/scpdfexport \
18 $(eval $(call gb_CppunitTest_use_externals,sc_pdf_export, \
19 boost_headers \
22 $(eval $(call gb_CppunitTest_use_libraries,sc_pdf_export, \
23 comphelper \
24 cppu \
25 editeng \
26 sal \
27 sax \
28 sc \
29 sfx \
30 svl \
31 test \
32 tl \
33 unotest \
34 utl \
37 $(eval $(call gb_CppunitTest_set_include,sc_pdf_export,\
38 -I$(SRCDIR)/sc/source/ui/inc \
39 -I$(SRCDIR)/sc/inc \
40 $$(INCLUDE) \
43 $(eval $(call gb_CppunitTest_use_api,sc_pdf_export,\
44 udkapi \
45 offapi \
48 $(eval $(call gb_CppunitTest_use_ure,sc_pdf_export))
49 $(eval $(call gb_CppunitTest_use_vcl,sc_pdf_export))
51 $(eval $(call gb_CppunitTest_use_components,sc_pdf_export,\
52 basic/util/sb \
53 comphelper/util/comphelp \
54 configmgr/source/configmgr \
55 dbaccess/util/dba \
56 eventattacher/source/evtatt \
57 filter/source/config/cache/filterconfig1 \
58 filter/source/pdf/pdffilter \
59 filter/source/storagefilterdetect/storagefd \
60 forms/util/frm \
61 framework/util/fwk \
62 i18npool/source/search/i18nsearch \
63 i18npool/util/i18npool \
64 linguistic/source/lng \
65 oox/util/oox \
66 package/source/xstor/xstor \
67 package/util/package2 \
68 sax/source/expatwrap/expwrap \
69 scripting/source/basprov/basprov \
70 scripting/source/dlgprov/dlgprov \
71 scripting/source/vbaevents/vbaevents \
72 scripting/util/scriptframe \
73 sc/util/sc \
74 sc/util/scd \
75 sc/util/scfilt \
76 $(call gb_Helper_optional,SCRIPTING, \
77 sc/util/vbaobj) \
78 sfx2/util/sfx \
79 sot/util/sot \
80 svl/source/fsstor/fsstorage \
81 svtools/util/svt \
82 svx/util/svx \
83 svx/util/svxcore \
84 toolkit/util/tk \
85 ucb/source/core/ucb1 \
86 ucb/source/ucp/file/ucpfile1 \
87 ucb/source/ucp/tdoc/ucptdoc1 \
88 unotools/util/utl \
89 unoxml/source/rdf/unordf \
90 unoxml/source/service/unoxml \
91 uui/util/uui \
92 vcl/vcl.common \
93 vbahelper/util/msforms \
94 xmloff/util/xo \
97 $(eval $(call gb_CppunitTest_use_configuration,sc_pdf_export))
99 # vim: set noet sw=4 ts=4: