bump product version to 4.1.6.2
[LibreOffice.git] / ucb / Module_ucb.mk
blob0ea37f61bba2798ebe310d9b6a072519b3b8eee5
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,ucb))
12 $(eval $(call gb_Module_add_targets,ucb,\
13 Library_cached1 \
14 Library_srtrs1 \
15 Library_ucb1 \
16 Library_ucpcmis1 \
17 Library_ucpexpand1 \
18 Library_ucpext \
19 Library_ucpfile1 \
20 Library_ucpftp1 \
21 Library_ucphier1 \
22 Library_ucppkg1 \
23 Library_ucptdoc1 \
26 ifneq ($(DISABLE_NEON),TRUE)
27 $(eval $(call gb_Module_add_targets,ucb,\
28 Library_ucpdav1 \
30 endif
32 ifeq ($(ENABLE_GIO),TRUE)
33 $(eval $(call gb_Module_add_targets,ucb,\
34 Library_ucpgio1 \
36 endif
38 ifeq ($(ENABLE_GNOMEVFS),TRUE)
39 $(eval $(call gb_Module_add_targets,ucb,\
40 Library_ucpgvfs1 \
42 endif
44 $(eval $(call gb_Module_add_subsequentcheck_targets,ucb,\
45 JunitTest_ucb_complex \
46 JunitTest_ucb_unoapi \
49 # vim: set noet sw=4 ts=4: