Colibre: tdf#142295 clear up unsaved state icons
[LibreOffice.git] / javaunohelper / Module_javaunohelper.mk
blobdaafedaeeae6975fe146d14733aa33a743ff2a7f
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_Module_Module,javaunohelper))
12 ifneq ($(ENABLE_JAVA),)
14 $(eval $(call gb_Module_add_targets,javaunohelper,\
15 Library_juh \
16 Jar_juh \
19 $(eval $(call gb_Module_add_subsequentcheck_targets,javaunohelper,\
20 JunitTest_juh \
23 ifneq ($(DISABLE_DYNLOADING),TRUE)
24 $(eval $(call gb_Module_add_targets,javaunohelper,\
25 Library_juhx \
27 endif
29 endif
31 # vim:set noet sw=4 ts=4: