2011-09-18 10:40:37 -04:00
|
|
|
#
|
|
|
|
#
|
2013-04-24 17:14:03 +01:00
|
|
|
# This file is part of the LibreOffice project.
|
2011-09-18 10:40:37 -04:00
|
|
|
#
|
2013-04-24 17:14:03 +01:00
|
|
|
# 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/.
|
2011-09-18 10:40:37 -04:00
|
|
|
#
|
|
|
|
#
|
|
|
|
|
|
|
|
$(eval $(call gb_Module_Module,bean))
|
|
|
|
|
2013-08-19 00:41:12 +03:00
|
|
|
ifneq ($(ENABLE_JAVA),)
|
2011-09-18 10:40:37 -04:00
|
|
|
|
|
|
|
ifneq ($(OS),MACOSX)
|
2011-12-12 20:13:33 +02:00
|
|
|
ifneq ($(OS),ANDROID)
|
2011-09-18 10:40:37 -04:00
|
|
|
$(eval $(call gb_Module_add_targets,bean,\
|
|
|
|
Jar_officebean \
|
|
|
|
Library_officebean \
|
|
|
|
))
|
|
|
|
|
|
|
|
# complex tests compileable but fail at runtime
|
|
|
|
#$(eval $(call gb_Module_add_subsequentcheck_targets,bean,\
|
|
|
|
# JunitTest_bean_complex \
|
|
|
|
#))
|
|
|
|
endif
|
2011-12-12 20:13:33 +02:00
|
|
|
endif
|
2011-09-18 10:40:37 -04:00
|
|
|
|
|
|
|
endif
|