summaryrefslogtreecommitdiff
path: root/jvmfwk/Library_jvmfwk.mk
blob: 64a6b9d8e39608ef41f4c87bb857787b72a31da0 (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
# -*- 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_Library_Library,jvmfwk))

$(eval $(call gb_Library_add_defs,jvmfwk,\
    -DJVMFWK_DLLIMPLEMENTATION \
))

ifneq ($(JVM_ONE_PATH_CHECK),)
$(eval $(call gb_Library_add_defs,jvmfwk,\
    -DJVM_ONE_PATH_CHECK=\"$(JVM_ONE_PATH_CHECK)\" \
))
endif

$(eval $(call gb_Library_set_include,jvmfwk,\
    -I$(SRCDIR)/jvmfwk/inc \
    $$(INCLUDE) \
))

$(eval $(call gb_Library_use_api,jvmfwk,\
    udkapi \
))

$(eval $(call gb_Library_use_libraries,jvmfwk,\
    cppu \
    cppuhelper \
    sal \
    salhelper \
))

ifeq ($(OS),ANDROID)
$(eval $(call gb_Library_use_libraries,jvmfwk,\
    lo-bootstrap \
))
endif

ifeq ($(OS),WNT)
$(eval $(call gb_Library_use_system_win32_libs,jvmfwk,\
	advapi32 \
))
endif

$(eval $(call gb_Library_use_externals,jvmfwk,\
    boost_headers \
    libxml2 \
    valgrind \
))

ifeq ($(OS),MACOSX)
$(eval $(call gb_Library_add_cxxflags,jvmfwk,\
    $(gb_OBJCXXFLAGS) \
))

ifeq ($(CPUNAME),X86_64)
$(eval $(call gb_Library_add_objcxxobjects,jvmfwk,\
    jvmfwk/plugins/sunmajor/pluginlib/util_cocoa \
))
endif

$(eval $(call gb_Library_add_libs,jvmfwk,\
    -framework Foundation \
))
endif

$(eval $(call gb_Library_add_exception_objects,jvmfwk,\
    jvmfwk/plugins/sunmajor/pluginlib/otherjre \
    jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin \
    jvmfwk/plugins/sunmajor/pluginlib/sunjre \
    jvmfwk/plugins/sunmajor/pluginlib/sunversion \
    jvmfwk/plugins/sunmajor/pluginlib/util \
    jvmfwk/plugins/sunmajor/pluginlib/vendorbase \
    jvmfwk/plugins/sunmajor/pluginlib/vendorlist \
    jvmfwk/source/elements \
    jvmfwk/source/framework \
    jvmfwk/source/fwkbase \
    jvmfwk/source/fwkutil \
    jvmfwk/source/libxmlutil \
))

# vim:set noet sw=4 ts=4:
ation'>Stephan Bergmann 2024-01-29Experimental support for latest Emscripten (and Qt6)Stephan Bergmann 2024-01-26tdf#152524 Add a __objc_fork_ok data section for Mac Intel executablePatrick Luby 2023-09-18JavaScript uno bindings for WASM with Embind - first cutSarper Akdemir 2022-11-30Add LOKit functions and whitelist export for it to WASMThorsten Behrens 2022-01-19WASM gbuild: add --pre-js dependenciesJan-Marek Glogowski 2021-12-03Disable the xmlCleanupParser test in a static buildJan-Marek Glogowski 2021-01-17tdf#138122 Add window scaling for retina displays on macOSThorsten Wagner 2020-02-20macOS Xcode ld is known to always support -platform_version nowStephan Bergmann 2020-02-16MAC_OS_X_VERSION_MIN_REQUIRED_DOTS is the same as MACOSX_DEPLOYMENT_TARGETStephan Bergmann 2020-02-14tdf#122218: Baseline Xcode 9.3 ld presumably doesn't support -platform_versionStephan Bergmann 2020-02-14Drop broken filter-out of -bind_at_load for Executable_soffice_bin on macOSStephan Bergmann 2020-02-14tdf#122218: Hack to avoid blurry text with macOS SDK 10.15Stephan Bergmann 2019-08-31Unify executables to take version resource from default.rcMike Kaganski 2018-11-21tdf#112536 related: make soffice.bin a proper console application on WinMike Kaganski 2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky 2014-12-03Fold URE: WindowsStephan Bergmann