2012-06-13 23:42:49 -05:00
|
|
|
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
2012-06-13 23:18:10 -05:00
|
|
|
#
|
|
|
|
#
|
2013-04-19 21:10:42 +01:00
|
|
|
# This file is part of the LibreOffice project.
|
2012-06-13 23:18:10 -05:00
|
|
|
#
|
2013-04-19 21:10:42 +01:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2012-06-13 23:18:10 -05:00
|
|
|
#
|
|
|
|
|
2012-09-17 11:38:09 +02:00
|
|
|
$(eval $(call gb_Module_Module,starmath))
|
2012-06-13 23:18:10 -05:00
|
|
|
|
2012-09-17 11:38:09 +02:00
|
|
|
$(eval $(call gb_Module_add_targets,starmath,\
|
2012-06-13 23:22:25 -05:00
|
|
|
Library_sm \
|
|
|
|
Library_smd \
|
2012-06-13 23:18:10 -05:00
|
|
|
))
|
|
|
|
|
2013-11-13 02:12:48 +01:00
|
|
|
$(eval $(call gb_Module_add_l10n_targets,starmath,\
|
|
|
|
AllLangResTarget_sm \
|
2013-12-16 16:51:35 +01:00
|
|
|
UIConfig_smath \
|
2013-11-13 02:12:48 +01:00
|
|
|
))
|
|
|
|
|
2012-11-23 11:30:00 +00:00
|
|
|
$(eval $(call gb_Module_add_check_targets,starmath,\
|
2015-01-12 00:45:17 +09:00
|
|
|
CppunitTest_starmath_import \
|
2012-11-23 11:30:00 +00:00
|
|
|
CppunitTest_starmath_qa_cppunit \
|
|
|
|
))
|
2012-06-13 23:26:15 -05:00
|
|
|
|
2012-09-17 11:38:09 +02:00
|
|
|
$(eval $(call gb_Module_add_subsequentcheck_targets,starmath,\
|
2011-03-29 17:22:12 +02:00
|
|
|
JunitTest_starmath_unoapi \
|
|
|
|
))
|
2012-06-13 23:42:49 -05:00
|
|
|
|
|
|
|
# vim: set noet sw=4 ts=4:
|