2011-08-10 02:12:48 +09:00
|
|
|
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
2011-04-20 14:48:59 +02:00
|
|
|
#
|
2013-04-19 21:10:42 +01:00
|
|
|
# This file is part of the LibreOffice project.
|
2011-04-20 14:48:59 +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-04-20 14:48:59 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
$(eval $(call gb_Module_Module,reportdesign))
|
|
|
|
|
|
|
|
$(eval $(call gb_Module_add_targets,reportdesign,\
|
|
|
|
Library_rpt \
|
|
|
|
Library_rptui \
|
|
|
|
Library_rptxml \
|
|
|
|
))
|
|
|
|
|
2013-11-13 02:12:48 +01:00
|
|
|
$(eval $(call gb_Module_add_l10n_targets,reportdesign,\
|
|
|
|
AllLangResTarget_rpt \
|
|
|
|
AllLangResTarget_rptui \
|
2013-12-16 16:51:35 +01:00
|
|
|
UIConfig_dbreport \
|
2013-11-13 02:12:48 +01:00
|
|
|
))
|
|
|
|
|
2011-06-20 09:52:21 +02:00
|
|
|
# deactivated since sb123;
|
|
|
|
# apparently fails because OOo does not find JVM?
|
|
|
|
#$(eval $(call gb_Module_add_subsequentcheck_targets,reportdesign,\
|
|
|
|
JunitTest_reportdesign_complex \
|
|
|
|
))
|
|
|
|
|
2011-07-30 23:01:01 +03:00
|
|
|
# vim: set noet sw=4 ts=4:
|