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_datapilottablesobj
))
14 $(eval
$(call gb_CppunitTest_use_external
,sc_datapilottablesobj
,boost_headers
))
16 $(eval
$(call gb_CppunitTest_add_exception_objects
,sc_datapilottablesobj
, \
17 sc
/qa
/extras
/scdatapilottablesobj \
20 $(eval
$(call gb_CppunitTest_use_libraries
,sc_datapilottablesobj
, \
55 $(eval
$(call gb_CppunitTest_set_include
,sc_datapilottablesobj
,\
56 -I
$(SRCDIR
)/sc
/source
/ui
/inc \
61 $(eval
$(call gb_CppunitTest_use_sdk_api
,sc_datapilottablesobj
))
63 $(eval
$(call gb_CppunitTest_use_ure
,sc_datapilottablesobj
))
64 $(eval
$(call gb_CppunitTest_use_vcl
,sc_datapilottablesobj
))
66 $(eval
$(call gb_CppunitTest_use_components
,sc_datapilottablesobj
,\
68 comphelper
/util
/comphelp \
69 configmgr
/source
/configmgr \
71 filter/source
/config
/cache
/filterconfig1 \
72 filter/source
/storagefilterdetect
/storagefd \
75 i18npool
/util
/i18npool \
76 linguistic
/source
/lng \
78 package
/source
/xstor
/xstor \
79 package
/util
/package2 \
80 sax
/source
/expatwrap
/expwrap \
81 scripting
/source
/basprov
/basprov \
82 scripting
/util
/scriptframe \
86 $(call gb_Helper_optional
,SCRIPTING
, \
90 svl
/source
/fsstor
/fsstorage \
92 ucb
/source
/core
/ucb1 \
93 ucb
/source
/ucp
/file
/ucpfile1 \
94 ucb
/source
/ucp
/tdoc
/ucptdoc1 \
96 unoxml
/source
/rdf
/unordf \
97 unoxml
/source
/service
/unoxml \
104 $(eval
$(call gb_CppunitTest_use_configuration
,sc_datapilottablesobj
))
106 # vim: set noet sw=4 ts=4: