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_add_exception_objects
,sc_pdf_export
, \
13 sc
/qa
/extras
/scpdfexport \
16 $(eval
$(call gb_CppunitTest_use_externals
,sc_pdf_export
, \
20 $(eval
$(call gb_CppunitTest_use_libraries
,sc_pdf_export
, \
35 $(eval
$(call gb_CppunitTest_set_include
,sc_pdf_export
,\
36 -I
$(SRCDIR
)/sc
/source
/ui
/inc \
41 $(eval
$(call gb_CppunitTest_use_api
,sc_pdf_export
,\
46 $(eval
$(call gb_CppunitTest_use_ure
,sc_pdf_export
))
47 $(eval
$(call gb_CppunitTest_use_vcl
,sc_pdf_export
))
49 $(eval
$(call gb_CppunitTest_use_components
,sc_pdf_export
,\
51 comphelper
/util
/comphelp \
52 configmgr
/source
/configmgr \
54 eventattacher
/source
/evtatt \
55 filter/source
/config
/cache
/filterconfig1 \
56 filter/source
/pdf
/pdffilter \
57 filter/source
/storagefilterdetect
/storagefd \
60 i18npool
/source
/search
/i18nsearch \
61 i18npool
/util
/i18npool \
62 linguistic
/source
/lng \
64 package
/source
/xstor
/xstor \
65 package
/util
/package2 \
66 sax
/source
/expatwrap
/expwrap \
67 scripting
/source
/basprov
/basprov \
68 scripting
/source
/dlgprov
/dlgprov \
69 scripting
/source
/vbaevents
/vbaevents \
70 scripting
/util
/scriptframe \
74 $(call gb_Helper_optional
,SCRIPTING
, \
78 svl
/source
/fsstor
/fsstorage \
83 ucb
/source
/core
/ucb1 \
84 ucb
/source
/ucp
/file
/ucpfile1 \
85 ucb
/source
/ucp
/tdoc
/ucptdoc1 \
87 unoxml
/source
/rdf
/unordf \
88 unoxml
/source
/service
/unoxml \
91 vbahelper
/util
/msforms \
95 $(eval
$(call gb_CppunitTest_use_configuration
,sc_pdf_export
))
97 # vim: set noet sw=4 ts=4: