build fix: no comphelper/profilezone.hxx in this branch
[LibreOffice.git] / bridges / Library_java_uno.mk
blob178a008192eb32212fc1ce40ef782fd6ce68aef1
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,java_uno))
12 ifeq ($(OS)$(COM),WNTGCC)
13 ifeq ($(EXCEPTIONS),sjlj)
14 $(eval $(call gb_Library_add_defs,java_uno,\
15 -DBROKEN_ALLOCA \
17 endif
18 endif
20 $(eval $(call gb_Library_use_internal_comprehensive_api,java_uno,\
21 udkapi \
24 $(eval $(call gb_Library_set_include,java_uno,\
25 -I$(SRCDIR)/bridges/inc \
26 $$(INCLUDE) \
29 $(eval $(call gb_Library_use_libraries,java_uno,\
30 cppu \
31 jvmaccess \
32 sal \
33 salhelper \
34 $(gb_UWINAPI) \
37 $(eval $(call gb_Library_add_exception_objects,java_uno,\
38 bridges/source/jni_uno/jni_bridge \
39 bridges/source/jni_uno/jni_data \
40 bridges/source/jni_uno/jni_info \
41 bridges/source/jni_uno/jni_java2uno \
42 bridges/source/jni_uno/jni_uno2java \
43 bridges/source/jni_uno/nativethreadpool \
46 # vim: set noet sw=4 ts=4: