fdo#74697 Add Bluez 5 support for impress remote.
[LibreOffice.git] / unoil / Module_unoil.mk
blob946ee176ad8d950a13a677e6d4979189ed5d684c
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,unoil))
12 $(eval $(call gb_Module_add_targets,unoil,\
13 Package_clioootypesversion \
16 ifneq ($(SOLAR_JAVA),)
17 $(eval $(call gb_Module_add_targets,unoil,\
18 CustomTarget_javamaker \
19 Jar_unoil \
21 endif
23 ifeq ($(COM),MSC)
24 $(eval $(call gb_Module_add_targets,unoil,\
25 CustomTarget_climaker \
26 Package_climaker \
28 endif
30 # vim:set noet sw=4 ts=4: