1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval
$(call gb_Module_Module
,oox
))
12 $(eval
$(call gb_Module_add_targets
,oox
,\
13 CustomTarget_generated \
16 ifeq ($(gb_Side
),host
)
17 $(eval
$(call gb_Module_add_targets
,oox
,\
19 Package_customshapes \
23 $(eval
$(call gb_Module_add_l10n_targets
,oox
,\
27 $(eval
$(call gb_Module_add_check_targets
,oox
,\
28 CppunitTest_oox_tokenmap \
29 CppunitTest_oox_vba_compression \
30 CppunitTest_oox_vba_encryption \
31 CppunitTest_oox_crypto \
32 CppunitTest_oox_mathml \
33 CppunitTest_oox_drawingml \
35 CppunitTest_oox_shape \
36 CppunitTest_oox_export \
37 CppunitTest_oox_mcgr \
38 CppunitTest_oox_wpc_drawing_canvas \
42 # vim: set noet sw=4 ts=4: