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 15:10:42 -05:00
|
|
|
# This file is part of the LibreOffice project.
|
2012-06-13 23:18:10 -05:00
|
|
|
#
|
2013-04-19 15:10:42 -05: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 04:38:09 -05:00
|
|
|
$(eval $(call gb_Module_Module,starmath))
|
2012-06-13 23:18:10 -05:00
|
|
|
|
2012-09-17 04:38:09 -05:00
|
|
|
$(eval $(call gb_Module_add_targets,starmath,\
|
2012-06-13 23:22:25 -05:00
|
|
|
Library_sm \
|
|
|
|
Library_smd \
|
2013-04-06 06:10:54 -05:00
|
|
|
UIConfig_smath \
|
2012-06-13 23:18:10 -05:00
|
|
|
))
|
|
|
|
|
2013-11-12 19:12:48 -06:00
|
|
|
$(eval $(call gb_Module_add_l10n_targets,starmath,\
|
|
|
|
AllLangResTarget_sm \
|
|
|
|
))
|
|
|
|
|
2012-11-23 05:30:00 -06:00
|
|
|
$(eval $(call gb_Module_add_check_targets,starmath,\
|
|
|
|
CppunitTest_starmath_qa_cppunit \
|
|
|
|
))
|
2012-06-13 23:26:15 -05:00
|
|
|
|
2012-09-17 04:38:09 -05:00
|
|
|
$(eval $(call gb_Module_add_subsequentcheck_targets,starmath,\
|
2011-03-29 10:22:12 -05:00
|
|
|
JunitTest_starmath_unoapi \
|
|
|
|
))
|
2012-06-13 23:42:49 -05:00
|
|
|
|
|
|
|
# vim: set noet sw=4 ts=4:
|