summaryrefslogtreecommitdiff
path: root/codemaker/Executable_javamaker.mk
blob: 0cb237c4b6fc436c586c98011e02451bdcc83f7b (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
# -*- 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_Executable_Executable,javamaker))

$(eval $(call gb_Executable_use_external,javamaker,boost_headers))

ifeq ($(DISABLE_DYNLOADING),TRUE)
$(eval $(call gb_Executable_use_externals,javamaker,\
    dtoa \
))
endif

$(eval $(call gb_Executable_use_libraries,javamaker,\
    unoidl \
    $(if $(filter TRUE,$(DISABLE_DYNLOADING)),reg) \
    $(if $(filter TRUE,$(DISABLE_DYNLOADING)),store) \
    salhelper \
    sal \
))

$(eval $(call gb_Executable_use_static_libraries,javamaker,\
    codemaker_java \
    codemaker \
))

$(eval $(call gb_Executable_add_exception_objects,javamaker,\
    codemaker/source/javamaker/classfile \
    codemaker/source/javamaker/javamaker \
    codemaker/source/javamaker/javaoptions \
    codemaker/source/javamaker/javatype \
))

# vim:set noet sw=4 ts=4:
8eb990e58a0939a6f6a'>loplugin:useuniqueptr in OStorePageBIOSNoel Grandin 2017-12-11loplugin:salcall fix functionsNoel Grandin 2017-11-02improve constparam lopluginNoel Grandin 2017-10-23loplugin:includeform: storeStephan Bergmann 2017-10-20loplugin:constmethod in codemaker,registry,storeNoel Grandin 2017-05-07revert OSL_ASSERT changesChris Sherlock 2017-05-07tdf#43157: convert store from OSL_ASSERT to assertChris Sherlock 2016-12-11OSL_TRACE -> SAL in sfx2..svxNoel Grandin 2016-09-19convert storeAccessMode to scoped enumNoel Grandin 2016-03-01loplugin:unuseddefaultparam in storeNoel Grandin 2016-02-23new loplugin: commaoperatorNoel Grandin 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-10-30loplugin:unusedmethodsNoel Grandin 2015-10-27loplugin:unusedmethodsNoel Grandin 2015-08-29Avoid explicit casts of (sizeof) constants known at compile timeMatteo Casalin 2015-08-21Silence some conversion warningsMatteo Casalin 2015-08-11new loplugin: defaultparamsNoel Grandin 2015-04-15remove unnecessary use of void in function declarationsNoel Grandin 2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann 2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara 2014-06-05various: remove SAL_THROW macroNoel Grandin 2014-05-12fdo#43157 Remove OSL_POSTCOND, prefer SAL_WARN_IFMichaël Lefèvre 2014-04-04Clean up unreferenced functionsStephan Bergmann 2014-02-17store: sal_Bool -> boolStephan Bergmann