bump product version to 4.1.6.2
[LibreOffice.git] / ucb / Library_ucpdav1.mk
blob55b3a323b83b7c6c88f5f7652cc1a7a45c0ba78c
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
4 # This file is part of the LibreOffice project.
6 # This Source Code Form is subject to the terms of the Mozilla Public
7 # License, v. 2.0. If a copy of the MPL was not distributed with this
8 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
11 $(eval $(call gb_Library_Library,ucpdav1))
13 $(eval $(call gb_Library_set_componentfile,ucpdav1,ucb/source/ucp/webdav-neon/ucpdav1))
15 $(eval $(call gb_Library_use_sdk_api,ucpdav1))
17 $(eval $(call gb_Library_use_libraries,ucpdav1,\
18 comphelper \
19 cppu \
20 cppuhelper \
21 sal \
22 salhelper \
23 ucbhelper \
24 $(gb_UWINAPI) \
27 $(eval $(call gb_Library_use_externals,ucpdav1,\
28 boost_headers \
29 libxml2 \
30 neon \
31 openssl \
34 $(eval $(call gb_Library_add_exception_objects,ucpdav1,\
35 ucb/source/ucp/webdav-neon/ContentProperties \
36 ucb/source/ucp/webdav-neon/DateTimeHelper \
37 ucb/source/ucp/webdav-neon/DAVProperties \
38 ucb/source/ucp/webdav-neon/DAVResourceAccess \
39 ucb/source/ucp/webdav-neon/DAVSessionFactory \
40 ucb/source/ucp/webdav-neon/LinkSequence \
41 ucb/source/ucp/webdav-neon/LockEntrySequence \
42 ucb/source/ucp/webdav-neon/LockSequence \
43 ucb/source/ucp/webdav-neon/NeonHeadRequest \
44 ucb/source/ucp/webdav-neon/NeonInputStream \
45 ucb/source/ucp/webdav-neon/NeonLockStore \
46 ucb/source/ucp/webdav-neon/NeonPropFindRequest \
47 ucb/source/ucp/webdav-neon/NeonSession \
48 ucb/source/ucp/webdav-neon/NeonUri \
49 ucb/source/ucp/webdav-neon/UCBDeadPropertyValue \
50 ucb/source/ucp/webdav-neon/webdavcontentcaps \
51 ucb/source/ucp/webdav-neon/webdavcontent \
52 ucb/source/ucp/webdav-neon/webdavdatasupplier \
53 ucb/source/ucp/webdav-neon/webdavprovider \
54 ucb/source/ucp/webdav-neon/webdavresultset \
55 ucb/source/ucp/webdav-neon/webdavservices \
58 ifeq ($(OS),WNT)
59 $(eval $(call gb_Library_use_system_win32_libs,ucpdav1,\
60 ws2_32 \
62 endif
64 ifeq ($(OS),SOLARIS)
65 $(eval $(call gb_Library_add_libs,ucpdav1,\
66 -ldl \
67 -lnsl \
68 -lsocket \
70 endif
72 # vim: set noet sw=4 ts=4: