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_dump
))
14 $(eval
$(call gb_CppunitTest_use_externals
,chart2_dump
, \
19 $(eval
$(call gb_CppunitTest_add_exception_objects
,chart2_dump
, \
20 chart2
/qa
/extras
/chart2dump
/chart2dump \
23 $(eval
$(call gb_CppunitTest_use_libraries
,chart2_dump
, \
60 $(eval
$(call gb_CppunitTest_set_include
,chart2_dump
,\
61 -I
$(SRCDIR
)/chart2
/qa
/extras \
62 -I
$(SRCDIR
)/chart2
/inc \
66 $(eval
$(call gb_CppunitTest_use_sdk_api
,chart2_dump
))
68 $(eval
$(call gb_CppunitTest_use_ure
,chart2_dump
))
69 $(eval
$(call gb_CppunitTest_use_vcl
,chart2_dump
))
71 $(eval
$(call gb_CppunitTest_use_components
,chart2_dump
,\
73 animations
/source
/animcore
/animcore \
74 chart2
/source
/controller
/chartcontroller \
75 chart2
/source
/chartcore \
76 comphelper
/util
/comphelp \
77 configmgr
/source
/configmgr \
78 dtrans
/util
/mcnttype \
79 embeddedobj
/util
/embobj \
80 eventattacher
/source
/evtatt \
81 filter/source
/config
/cache
/filterconfig1 \
82 filter/source
/storagefilterdetect
/storagefd \
85 i18npool
/util
/i18npool \
86 linguistic
/source
/lng \
88 package
/source
/xstor
/xstor \
89 package
/util
/package2 \
90 sax
/source
/expatwrap
/expwrap \
100 $(call gb_Helper_optional
,SCRIPTING
, \
102 scaddins
/source
/analysis
/analysis \
103 scaddins
/source
/datefunc
/date \
104 scripting
/source
/basprov
/basprov \
105 scripting
/util
/scriptframe \
108 svl
/source
/fsstor
/fsstorage \
115 ucb
/source
/core
/ucb1 \
116 ucb
/source
/ucp
/file
/ucpfile1 \
117 ucb
/source
/ucp
/tdoc
/ucptdoc1 \
120 unoxml
/source
/rdf
/unordf \
121 unoxml
/source
/service
/unoxml \
122 writerfilter
/util
/writerfilter \
126 $(eval
$(call gb_CppunitTest_use_configuration
,chart2_dump
))
128 # vim: set noet sw=4 ts=4: