Version 7.6.3.2-android, tag libreoffice-7.6.3.2-android
[LibreOffice.git] / oox / Module_oox.mk
blobdc07ab913c56b3ab4f5ba7a4022a9fc82ab9dc2d
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,\
18 Library_oox \
19 Package_customshapes \
20 Package_generated \
23 $(eval $(call gb_Module_add_l10n_targets,oox,\
24 AllLangMoTarget_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 \
34 CppunitTest_oox_vml \
35 CppunitTest_oox_shape \
36 CppunitTest_oox_export \
37 CppunitTest_oox_mcgr \
39 endif
41 # vim: set noet sw=4 ts=4: