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
,chart2_import
))
14 $(eval
$(call gb_CppunitTest_use_external
,chart2_import
,boost_headers
))
16 $(eval
$(call gb_CppunitTest_add_exception_objects
,chart2_import
, \
17 chart2
/qa
/extras
/chart2import \
20 $(eval
$(call gb_CppunitTest_use_libraries
,chart2_import
, \
58 $(eval
$(call gb_CppunitTest_set_include
,chart2_import
,\
62 $(eval
$(call gb_CppunitTest_use_api
,chart2_import
,\
67 $(eval
$(call gb_CppunitTest_use_ure
,chart2_import
))
69 $(eval
$(call gb_CppunitTest_use_components
,chart2_import
,\
71 animations
/source
/animcore
/animcore \
72 chart2
/source
/controller
/chartcontroller \
73 chart2
/source
/chartcore \
74 comphelper
/util
/comphelp \
75 configmgr
/source
/configmgr \
76 dtrans
/util
/mcnttype \
77 embeddedobj
/util
/embobj \
78 eventattacher
/source
/evtatt \
79 filter/source
/config
/cache
/filterconfig1 \
82 i18npool
/util
/i18npool \
83 linguistic
/source
/lng \
85 package
/source
/xstor
/xstor \
86 package
/util
/package2 \
87 sax
/source
/expatwrap
/expwrap \
88 sax
/source
/fastparser
/fastsax \
98 $(if
$(filter TRUE
,$(DISABLE_SCRIPTING
)),, \
100 scaddins
/source
/analysis
/analysis \
101 scaddins
/source
/datefunc
/date \
102 scripting
/source
/basprov
/basprov \
103 scripting
/util
/scriptframe \
106 svl
/source
/fsstor
/fsstorage \
111 ucb
/source
/core
/ucb1 \
112 ucb
/source
/ucp
/file
/ucpfile1 \
113 ucb
/source
/ucp
/tdoc
/ucptdoc1 \
115 unoxml
/source
/rdf
/unordf \
116 unoxml
/source
/service
/unoxml \
117 writerfilter
/util
/writerfilter \
121 $(eval
$(call gb_CppunitTest_use_configuration
,chart2_import
))
123 $(eval
$(call gb_CppunitTest_use_unittest_configuration
,chart2_import
))
125 # vim: set noet sw=4 ts=4: