summaryrefslogtreecommitdiff
path: root/jvmfwk/Module_jvmfwk.mk
blob: 396ed21de8d908940864d0c3ffafe11eb2333d19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# -*- 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 \
	CustomTarget_jvmfwk_jvmfwk3_ini \
	Library_jvmfwk \
	Package_jreproperties \
	Package_jvmfwk_jvmfwk3_ini \
	Package_rcfiles \
))

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:
INTERNAL_ONLY codeStephan Bergmann 2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-04-06sw: use variadic cppu::WeakImplHelperMiklos Vajna 2015-02-07loplugin:deletedspecialStephan Bergmann 2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara 2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin 2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann 2014-02-27Doxygenize.Jan Holesovsky 2014-02-27Remove visual noise from swAlexander Wilms 2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann 2013-11-05fixincludeguards.sh: swThomas Arnhold 2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist 2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin 2012-10-30fdo#46808: Improve previous commitStephan Bergmann 2012-10-30fdo#46808, Adapt linguistic2::LinguServiceManager UNO service to new styleNoel Grandin 2012-08-01Modifying comments to meet doxygen standardsAbdulmajeed Al-Abaulrazzaq 2012-06-21re-base on ALv2 code.Michael Meeks 2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth 2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien 2008-12-15CWS-TOOLING: integrate CWS tl56_DEV300Rüdiger Timm 2008-07-16INTEGRATION: CWS tl55 (1.6.50); FILE MERGEDIvo Hinkelmann 2008-04-10INTEGRATION: CWS changefileheader (1.5.1202); FILE MERGEDRüdiger Timm 2005-09-09INTEGRATION: CWS ooo19126 (1.4.1454); FILE MERGEDRüdiger Timm 2001-02-27#70880#, #72626#: SwDicListEvtListener removed; SwLinguServiceEventListener newThomas Lange 2000-11-02XTerminateListener now used to release references on application exitThomas Lange 2000-10-27linguistic => linguistic2Thomas Lange