bump product version to 5.0.4.1
[LibreOffice.git] / jvmfwk / Library_jvmfwk.mk
blob15f1a26fcb3a75e1a7501480d2984ac727e0717e
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_Library_Library,jvmfwk))
12 $(eval $(call gb_Library_add_defs,jvmfwk,\
13 -DJVMFWK_DLLIMPLEMENTATION \
16 ifneq ($(JVM_ONE_PATH_CHECK),)
17 $(eval $(call gb_Library_add_defs,jvmfwk,\
18 -DJVM_ONE_PATH_CHECK=\"$(JVM_ONE_PATH_CHECK)\" \
20 endif
22 $(eval $(call gb_Library_set_include,jvmfwk,\
23 -I$(SRCDIR)/jvmfwk/inc \
24 $$(INCLUDE) \
27 $(eval $(call gb_Library_use_api,jvmfwk,\
28 udkapi \
31 $(eval $(call gb_Library_use_libraries,jvmfwk,\
32 cppu \
33 cppuhelper \
34 sal \
35 salhelper \
36 $(gb_UWINAPI) \
39 ifeq ($(OS),ANDROID)
40 $(eval $(call gb_Library_use_libraries,jvmfwk,\
41 lo-bootstrap \
43 endif
45 ifeq ($(OS),WNT)
46 $(eval $(call gb_Library_use_system_win32_libs,jvmfwk,\
47 advapi32 \
49 endif
51 $(eval $(call gb_Library_use_externals,jvmfwk,\
52 boost_headers \
53 libxml2 \
54 valgrind \
57 $(eval $(call gb_Library_add_exception_objects,jvmfwk,\
58 jvmfwk/plugins/sunmajor/pluginlib/gnujre \
59 jvmfwk/plugins/sunmajor/pluginlib/otherjre \
60 jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin \
61 jvmfwk/plugins/sunmajor/pluginlib/sunjre \
62 jvmfwk/plugins/sunmajor/pluginlib/sunversion \
63 jvmfwk/plugins/sunmajor/pluginlib/util \
64 jvmfwk/plugins/sunmajor/pluginlib/vendorbase \
65 jvmfwk/plugins/sunmajor/pluginlib/vendorlist \
66 jvmfwk/source/elements \
67 jvmfwk/source/framework \
68 jvmfwk/source/fwkbase \
69 jvmfwk/source/fwkutil \
70 jvmfwk/source/libxmlutil \
73 # vim:set noet sw=4 ts=4: