Branch libreoffice-7-2-5
[LibreOffice.git] / chart2 / export_setup.mk
blob2d1ab7d638de791f74002a4770d803339311298d
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 # template for export tests
13 define chart2_export$(1)_test
15 $(eval $(call gb_CppunitTest_CppunitTest,chart2_export$(1)))
17 $(eval $(call gb_CppunitTest_use_externals,chart2_export$(1), \
18 boost_headers \
19 libxml2 \
22 $(eval $(call gb_CppunitTest_add_exception_objects,chart2_export$(1), \
23 chart2/qa/extras/chart2export$(1) \
26 $(eval $(call gb_CppunitTest_use_libraries,chart2_export$(1), \
27 $(call gb_Helper_optional,AVMEDIA,avmedia) \
28 basegfx \
29 comphelper \
30 cppu \
31 cppuhelper \
32 drawinglayer \
33 editeng \
34 for \
35 forui \
36 i18nlangtag \
37 msfilter \
38 oox \
39 sal \
40 salhelper \
41 sax \
42 sb \
43 sc \
44 sw \
45 sd \
46 sfx \
47 sot \
48 svl \
49 svt \
50 svx \
51 svxcore \
52 test \
53 tl \
54 tk \
55 ucbhelper \
56 unotest \
57 utl \
58 vbahelper \
59 vcl \
60 xo \
63 $(eval $(call gb_CppunitTest_set_include,chart2_export$(1),\
64 -I$(SRCDIR)/chart2/inc \
65 $$(INCLUDE) \
68 $(eval $(call gb_CppunitTest_use_sdk_api,chart2_export$(1)))
70 $(eval $(call gb_CppunitTest_use_ure,chart2_export$(1)))
71 $(eval $(call gb_CppunitTest_use_vcl,chart2_export$(1)))
73 $(eval $(call gb_CppunitTest_use_components,chart2_export$(1),\
74 basic/util/sb \
75 animations/source/animcore/animcore \
76 chart2/source/controller/chartcontroller \
77 chart2/source/chartcore \
78 comphelper/util/comphelp \
79 configmgr/source/configmgr \
80 dbaccess/util/dba \
81 embeddedobj/util/embobj \
82 emfio/emfio \
83 eventattacher/source/evtatt \
84 filter/source/config/cache/filterconfig1 \
85 filter/source/odfflatxml/odfflatxml \
86 filter/source/storagefilterdetect/storagefd \
87 filter/source/xmlfilteradaptor/xmlfa \
88 filter/source/xmlfilterdetect/xmlfd \
89 forms/util/frm \
90 framework/util/fwk \
91 i18npool/util/i18npool \
92 linguistic/source/lng \
93 oox/util/oox \
94 package/source/xstor/xstor \
95 package/util/package2 \
96 sax/source/expatwrap/expwrap \
97 sc/util/sc \
98 sc/util/scd \
99 sc/util/scfilt \
100 sw/util/sw \
101 sw/util/swd \
102 sw/util/msword \
103 sd/util/sd \
104 sd/util/sdfilt \
105 sd/util/sdd \
106 $(call gb_Helper_optional,SCRIPTING, \
107 sc/util/vbaobj) \
108 scaddins/source/analysis/analysis \
109 scaddins/source/datefunc/date \
110 scripting/source/basprov/basprov \
111 scripting/util/scriptframe \
112 sfx2/util/sfx \
113 sot/util/sot \
114 svl/source/fsstor/fsstorage \
115 svl/util/svl \
116 svtools/util/svt \
117 svx/util/svx \
118 svx/util/svxcore \
119 toolkit/util/tk \
120 vcl/vcl.common \
121 ucb/source/core/ucb1 \
122 ucb/source/ucp/file/ucpfile1 \
123 ucb/source/ucp/tdoc/ucptdoc1 \
124 unotools/util/utl \
125 unoxml/source/rdf/unordf \
126 unoxml/source/service/unoxml \
127 uui/util/uui \
128 writerfilter/util/writerfilter \
129 xmloff/util/xo \
130 xmlscript/util/xmlscript \
133 $(eval $(call gb_CppunitTest_use_uiconfigs,chart2_export$(1), \
134 modules/swriter \
137 $(eval $(call gb_CppunitTest_use_configuration,chart2_export$(1)))
139 $(call gb_CppunitTest_get_target,chart2_export$(1)): $(call gb_Package_get_target,postprocess_images)
141 endef
143 # vim: set noet sw=4 ts=4: