assume IFrame script/macro support isn't needed
[LibreOffice.git] / emfio / CppunitTest_emfio_wmf.mk
blob44f0a1b273b746f4b420194fec3c965371335218
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,emfio_wmf))
12 $(eval $(call gb_CppunitTest_set_include,emfio_wmf,\
13 $$(INCLUDE) \
14 -I$(SRCDIR)/emfio/inc \
17 $(eval $(call gb_CppunitTest_use_externals,emfio_wmf,\
18 boost_headers \
19 libxml2 \
22 $(eval $(call gb_CppunitTest_add_exception_objects,emfio_wmf, \
23 emfio/qa/cppunit/wmf/wmfimporttest \
26 $(eval $(call gb_CppunitTest_use_libraries,emfio_wmf,\
27 emfio \
28 sal \
29 test \
30 tl \
31 unotest \
32 vcl \
35 $(eval $(call gb_CppunitTest_use_components,emfio_wmf,\
36 configmgr/source/configmgr \
37 emfio/emfio \
38 i18npool/util/i18npool \
39 ucb/source/core/ucb1 \
40 unotools/util/utl \
43 $(eval $(call gb_CppunitTest_use_more_fonts,emfio_wmf))
44 $(eval $(call gb_CppunitTest_use_configuration,emfio_wmf))
45 $(eval $(call gb_CppunitTest_use_sdk_api,emfio_wmf))
46 $(eval $(call gb_CppunitTest_use_ure,emfio_wmf))
47 $(eval $(call gb_CppunitTest_use_vcl,emfio_wmf))
49 # vim: set noet sw=4 ts=4: