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