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
, \
22 $(eval
$(call gb_CppunitTest_use_externals
,sc_pdf_export
,\
28 $(eval
$(call gb_CppunitTest_use_libraries
,sc_pdf_export
, \
44 $(eval
$(call gb_CppunitTest_set_include
,sc_pdf_export
,\
45 -I
$(SRCDIR
)/sc
/source
/ui
/inc \
50 $(eval
$(call gb_CppunitTest_use_api
,sc_pdf_export
,\
55 $(eval
$(call gb_CppunitTest_use_ure
,sc_pdf_export
))
56 $(eval
$(call gb_CppunitTest_use_vcl
,sc_pdf_export
))
58 $(eval
$(call gb_CppunitTest_use_components
,sc_pdf_export
,\
60 comphelper
/util
/comphelp \
61 configmgr
/source
/configmgr \
63 eventattacher
/source
/evtatt \
64 filter/source
/config
/cache
/filterconfig1 \
65 filter/source
/pdf
/pdffilter \
66 filter/source
/storagefilterdetect
/storagefd \
69 i18npool
/source
/search
/i18nsearch \
70 i18npool
/util
/i18npool \
71 linguistic
/source
/lng \
73 package
/source
/xstor
/xstor \
74 package
/util
/package2 \
75 sax
/source
/expatwrap
/expwrap \
76 scripting
/source
/basprov
/basprov \
77 scripting
/source
/dlgprov
/dlgprov \
78 scripting
/source
/vbaevents
/vbaevents \
79 scripting
/util
/scriptframe \
83 $(call gb_Helper_optional
,SCRIPTING
, \
87 svl
/source
/fsstor
/fsstorage \
92 ucb
/source
/core
/ucb1 \
93 ucb
/source
/ucp
/file
/ucpfile1 \
94 ucb
/source
/ucp
/tdoc
/ucptdoc1 \
96 unoxml
/source
/rdf
/unordf \
97 unoxml
/source
/service
/unoxml \
100 vbahelper
/util
/msforms \
104 $(eval
$(call gb_CppunitTest_use_configuration
,sc_pdf_export
))
106 # vim: set noet sw=4 ts=4: