Bump version to 4.2-24
[LibreOffice.git] / jvmfwk / Module_jvmfwk.mk
blob00fd9c5690083f8a615d668a71f997a5f69f9ab2
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,jvmfwk))
12 ifeq ($(ENABLE_JAVA),TRUE)
14 $(eval $(call gb_Module_add_targets,jvmfwk,\
15 CustomTarget_jreproperties \
16 Library_jvmfwk \
17 Library_sunjavaplugin \
18 Package_jreproperties \
19 Package_rcfiles \
22 ifneq (,$(filter-out MACOSX WNT,$(OS)))
23 ifneq (,$(filter DESKTOP,$(BUILD_TYPE)))
24 $(eval $(call gb_Module_add_targets,jvmfwk,\
25 Executable_javaldx \
27 endif
28 endif
30 endif
32 # vim:set noet sw=4 ts=4: