fdo#74697 Add Bluez 5 support for impress remote.
[LibreOffice.git] / bean / Module_bean.mk
blob3b0debcf7e919ffdffc4fabbb51938c9b42f3e97
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/.
11 $(eval $(call gb_Module_Module,bean))
13 ifneq ($(SOLAR_JAVA),)
15 ifneq ($(OS),MACOSX)
16 ifneq ($(OS),ANDROID)
17 $(eval $(call gb_Module_add_targets,bean,\
18 Jar_officebean \
19 Library_officebean \
22 # complex tests compileable but fail at runtime
23 #$(eval $(call gb_Module_add_subsequentcheck_targets,bean,\
24 # JunitTest_bean_complex \
25 #))
26 endif
27 endif
29 endif