bump product version to 4.1.6.2
[LibreOffice.git] / reportdesign / Module_reportdesign.mk
blob8fd151abaee8a8ba6611c29cfcb7ae93aea2908c
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_Module_Module,reportdesign))
12 $(eval $(call gb_Module_add_targets,reportdesign,\
13 AllLangResTarget_rpt \
14 AllLangResTarget_rptui \
15 Library_rpt \
16 Library_rptui \
17 Library_rptxml \
18 UIConfig_dbreport \
21 # deactivated since sb123;
22 # apparently fails because OOo does not find JVM?
23 #$(eval $(call gb_Module_add_subsequentcheck_targets,reportdesign,\
24 JunitTest_reportdesign_complex \
27 # vim: set noet sw=4 ts=4: