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
,sc_annonationshapeobj
))
14 $(eval
$(call gb_CppunitTest_use_external
,sc_annonationshapeobj
,boost_headers
))
16 $(eval
$(call gb_CppunitTest_add_exception_objects
,sc_annonationshapeobj
, \
17 sc
/qa
/extras
/scannotationshapeobj \
20 $(eval
$(call gb_CppunitTest_use_libraries
,sc_annonationshapeobj
, \
57 $(eval
$(call gb_CppunitTest_set_include
,sc_annonationshapeobj
,\
58 -I
$(SRCDIR
)/sc
/source
/ui
/inc \
63 $(eval
$(call gb_CppunitTest_use_api
,sc_annonationshapeobj
,\
68 $(eval
$(call gb_CppunitTest_use_ure
,sc_annonationshapeobj
))
70 $(eval
$(call gb_CppunitTest_use_components
,sc_annonationshapeobj
,\
72 comphelper
/util
/comphelp \
73 configmgr
/source
/configmgr \
75 filter/source
/config
/cache
/filterconfig1 \
78 i18npool
/util
/i18npool \
80 package
/source
/xstor
/xstor \
81 package
/util
/package2 \
82 sax
/source
/expatwrap
/expwrap \
83 sax
/source
/fastparser
/fastsax \
87 $(if
$(filter TRUE
,$(DISABLE_SCRIPTING
)),, \
89 scripting
/source
/basprov
/basprov \
90 scripting
/util
/scriptframe \
93 svl
/source
/fsstor
/fsstorage \
95 ucb
/source
/core
/ucb1 \
96 ucb
/source
/ucp
/file
/ucpfile1 \
97 ucb
/source
/ucp
/tdoc
/ucptdoc1 \
99 unoxml
/source
/rdf
/unordf \
100 unoxml
/source
/service
/unoxml \
103 $(eval
$(call gb_CppunitTest_use_configuration
,sc_annonationshapeobj
))
105 $(eval
$(call gb_CppunitTest_use_unittest_configuration
,sc_annonationshapeobj
))
107 # vim: set noet sw=4 ts=4: