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_geometry
))
14 $(eval
$(call gb_CppunitTest_use_externals
,chart2_geometry
, \
19 $(eval
$(call gb_CppunitTest_add_exception_objects
,chart2_geometry
, \
20 chart2
/qa
/extras
/chart2geometry \
23 $(eval
$(call gb_CppunitTest_use_libraries
,chart2_geometry
, \
24 $(call gb_Helper_optional
,AVMEDIA
,avmedia
) \
55 $(call gb_Helper_optional
,SCRIPTING
, \
61 $(eval
$(call gb_CppunitTest_set_include
,chart2_geometry
,\
62 -I
$(SRCDIR
)/chart2
/inc \
66 $(eval
$(call gb_CppunitTest_use_sdk_api
,chart2_geometry
))
68 $(eval
$(call gb_CppunitTest_use_ure
,chart2_geometry
))
69 $(eval
$(call gb_CppunitTest_use_vcl
,chart2_geometry
))
71 $(eval
$(call gb_CppunitTest_use_components
,chart2_geometry
,\
73 animations
/source
/animcore
/animcore \
74 chart2
/source
/controller
/chartcontroller \
75 chart2
/source
/chartcore \
76 comphelper
/util
/comphelp \
77 configmgr
/source
/configmgr \
79 embeddedobj
/util
/embobj \
81 eventattacher
/source
/evtatt \
82 filter/source
/config
/cache
/filterconfig1 \
83 filter/source
/odfflatxml
/odfflatxml \
84 filter/source
/storagefilterdetect
/storagefd \
85 filter/source
/xmlfilteradaptor
/xmlfa \
86 filter/source
/xmlfilterdetect
/xmlfd \
89 i18npool
/util
/i18npool \
90 linguistic
/source
/lng \
92 package
/source
/xstor
/xstor \
93 package
/util
/package2 \
94 sax
/source
/expatwrap
/expwrap \
104 $(call gb_Helper_optional
,SCRIPTING
, \
106 scaddins
/source
/analysis
/analysis \
107 scaddins
/source
/datefunc
/date \
108 scripting
/source
/basprov
/basprov \
109 scripting
/util
/scriptframe \
112 svl
/source
/fsstor
/fsstorage \
119 ucb
/source
/core
/ucb1 \
120 ucb
/source
/ucp
/file
/ucpfile1 \
121 ucb
/source
/ucp
/tdoc
/ucptdoc1 \
123 unoxml
/source
/rdf
/unordf \
124 unoxml
/source
/service
/unoxml \
126 writerfilter
/util
/writerfilter \
128 xmlscript
/util
/xmlscript \
131 $(eval
$(call gb_CppunitTest_use_uiconfigs
,chart2_geometry
, \
135 $(eval
$(call gb_CppunitTest_use_configuration
,chart2_geometry
))
137 $(call gb_CppunitTest_get_target
,chart2_geometry
): $(call gb_Package_get_target
,postprocess_images
)
139 # vim: set noet sw=4 ts=4: