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
,svgio
))
12 $(eval
$(call gb_CppunitTest_set_componentfile
,svgio
,svgio
/svgio
))
14 $(eval
$(call gb_CppunitTest_set_include
,svgio
,\
16 -I
$(SRCDIR
)/svgio
/inc \
19 $(eval
$(call gb_CppunitTest_use_externals
,svgio
,\
24 $(eval
$(call gb_CppunitTest_use_sdk_api
,svgio
))
26 $(eval
$(call gb_CppunitTest_use_library_objects
,svgio
,\
30 $(eval
$(call gb_CppunitTest_use_libraries
,svgio
,\
48 $(eval
$(call gb_CppunitTest_add_exception_objects
,svgio
,\
49 svgio
/qa
/cppunit
/SvgImportTest \
52 $(eval
$(call gb_CppunitTest_use_ure
,svgio
))
53 $(eval
$(call gb_CppunitTest_use_vcl
,svgio
))
55 $(eval
$(call gb_CppunitTest_use_components
,svgio
,\
56 configmgr
/source
/configmgr \
58 i18npool
/util
/i18npool \
59 package
/source
/xstor
/xstor \
60 package
/util
/package2 \
61 sax
/source
/expatwrap
/expwrap \
64 ucb
/source
/core
/ucb1 \
65 ucb
/source
/ucp
/file
/ucpfile1 \
70 $(eval
$(call gb_CppunitTest_use_configuration
,svgio
))
72 # vim: set noet sw=4 ts=4: