1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 #*************************************************************************
4 # This file is part of the LibreOffice project.
6 # This Source Code Form is subject to the terms of the Mozilla Public
7 # License, v. 2.0. If a copy of the MPL was not distributed with this
8 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 #*************************************************************************
12 $(eval
$(call gb_CppunitTest_CppunitTest
,sw_htmlexport
))
14 $(eval
$(call gb_CppunitTest_add_exception_objects
,sw_htmlexport
, \
15 sw
/qa
/extras
/htmlexport
/htmlexport \
18 $(eval
$(call gb_CppunitTest_use_libraries
,sw_htmlexport
, \
33 $(eval
$(call gb_CppunitTest_use_externals
,sw_htmlexport
,\
38 $(eval
$(call gb_CppunitTest_set_include
,sw_htmlexport
,\
40 -I
$(SRCDIR
)/sw
/source
/core
/inc \
41 -I
$(SRCDIR
)/sw
/source
/uibase
/inc \
42 -I
$(SRCDIR
)/sw
/qa
/extras
/inc \
46 $(eval
$(call gb_CppunitTest_use_sdk_api
,sw_htmlexport
))
48 $(eval
$(call gb_CppunitTest_use_ure
,sw_htmlexport
))
49 $(eval
$(call gb_CppunitTest_use_vcl
,sw_htmlexport
))
51 $(eval
$(call gb_CppunitTest_use_components
,sw_htmlexport
,\
53 canvas
/source
/factory
/canvasfactory \
54 comphelper
/util
/comphelp \
55 configmgr
/source
/configmgr \
57 embeddedobj
/util
/embobj \
58 filter/source
/config
/cache
/filterconfig1 \
59 filter/source
/storagefilterdetect
/storagefd \
60 filter/source
/textfilterdetect
/textfd \
63 i18npool
/util
/i18npool \
64 linguistic
/source
/lng \
66 package
/source
/xstor
/xstor \
69 package
/util
/package2 \
70 sax
/source
/expatwrap
/expwrap \
76 svl
/source
/fsstor
/fsstorage \
79 ucb
/source
/core
/ucb1 \
80 ucb
/source
/ucp
/file
/ucpfile1 \
82 unoxml
/source
/service
/unoxml \
84 writerfilter
/util
/writerfilter \
88 $(eval
$(call gb_CppunitTest_use_configuration
,sw_htmlexport
))
90 # vim: set noet sw=4 ts=4: