2011-08-10 02:12:48 +09:00
|
|
|
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
2011-03-28 01:24:42 +02:00
|
|
|
#
|
2013-04-19 21:10:42 +01:00
|
|
|
# This file is part of the LibreOffice project.
|
2011-03-28 01:24:42 +02: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/.
|
2011-03-28 01:24:42 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
$(eval $(call gb_Module_Module,chart2))
|
|
|
|
|
2011-04-15 10:35:13 +02:00
|
|
|
$(eval $(call gb_Module_add_targets,chart2,\
|
|
|
|
Library_chartcontroller \
|
2012-08-03 17:39:56 +01:00
|
|
|
Library_chartcore \
|
2011-04-15 10:35:13 +02:00
|
|
|
))
|
|
|
|
|
2013-11-13 02:12:48 +01:00
|
|
|
$(eval $(call gb_Module_add_l10n_targets,chart2,\
|
|
|
|
AllLangResTarget_chartcontroller \
|
2013-12-16 16:51:35 +01:00
|
|
|
UIConfig_chart2 \
|
2013-11-13 02:12:48 +01:00
|
|
|
))
|
|
|
|
|
2013-04-22 10:38:46 +02:00
|
|
|
$(eval $(call gb_Module_add_slowcheck_targets,chart2,\
|
2013-05-13 15:01:55 +02:00
|
|
|
CppunitTest_chart2_export \
|
2013-05-14 19:10:51 +02:00
|
|
|
CppunitTest_chart2_import \
|
2013-04-22 10:38:46 +02:00
|
|
|
))
|
|
|
|
|
|
|
|
$(eval $(call gb_Module_add_subsequentcheck_targets,chart2,\
|
2011-03-28 01:24:42 +02:00
|
|
|
JunitTest_chart2_unoapi \
|
|
|
|
))
|
|
|
|
|
2011-07-30 23:01:11 +03:00
|
|
|
# vim: set noet sw=4 ts=4:
|