bump product version to 4.1.6.2
[LibreOffice.git] / starmath / Module_starmath.mk
blob18c87bf60f3ce93d51fee497180de09bef565b38
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
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/.
11 $(eval $(call gb_Module_Module,starmath))
13 $(eval $(call gb_Module_add_targets,starmath,\
14 AllLangResTarget_sm \
15 Library_sm \
16 Library_smd \
17 UIConfig_smath \
20 $(eval $(call gb_Module_add_check_targets,starmath,\
21 CppunitTest_starmath_qa_cppunit \
24 $(eval $(call gb_Module_add_subsequentcheck_targets,starmath,\
25 JunitTest_starmath_unoapi \
28 # vim: set noet sw=4 ts=4: