office-gobmx/jvmfwk/Module_jvmfwk.mk
Stephan Bergmann a041f518af Still copy jvmfwk support files to solver
...instead of only to instdir, as happened after
2e47462d07 "jvmfwk: install also into instdir," so
that CppunitTests (which still run against solver) can use jvmfwk.  This will
become moot when solver is eventually dropped.

Change-Id: Ic2cdbf32e20a79f8cc6ac2088e4bc47dcd6f5cc5
2013-09-16 11:39:24 +02:00

34 lines
810 B
Makefile

# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# 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/.
#
$(eval $(call gb_Module_Module,jvmfwk))
ifeq ($(ENABLE_JAVA),TRUE)
$(eval $(call gb_Module_add_targets,jvmfwk,\
CustomTarget_jreproperties \
Library_jvmfwk \
Library_sunjavaplugin \
Package_jreproperties \
Package_jreproperties_solver \
Package_rcfiles \
Package_rcfiles_solver \
))
ifneq (,$(filter-out MACOSX WNT,$(OS)))
ifneq (,$(filter DESKTOP,$(BUILD_TYPE)))
$(eval $(call gb_Module_add_targets,jvmfwk,\
Executable_javaldx \
))
endif
endif
endif
# vim:set noet sw=4 ts=4: