bump product version to 4.1.6.2
[LibreOffice.git] / accessibility / Module_accessibility.mk
blob2e6fa019155ca2bde60ee8fb65cc7918b291cc45
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,accessibility))
12 $(eval $(call gb_Module_add_targets,accessibility,\
13 AllLangResTarget_acc \
14 Library_acc \
17 ifneq ($(SOLAR_JAVA),)
18 ifeq ($(OS),WNT)
19 $(eval $(call gb_Module_add_targets,accessibility,\
20 CustomTarget_bridge \
21 CustomTarget_bridge_inc \
22 Jar_uno_accessbridge \
23 Library_java_uno_accessbridge \
25 endif
26 endif
28 # vim:set noet sw=4 ts=4: