Bump for 3.6-28
[LibreOffice.git] / ucb / Library_ucpdav1.mk
blob3d7d8d306bd9b4d670c7dc70d16ee074ad5234f7
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # Version: MPL 1.1 / GPLv3+ / LGPLv3+
5 # The contents of this file are subject to the Mozilla Public License Version
6 # 1.1 (the "License"); you may not use this file except in compliance with
7 # the License or as specified alternatively below. You may obtain a copy of
8 # the License at http://www.mozilla.org/MPL/
10 # Software distributed under the License is distributed on an "AS IS" basis,
11 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
12 # for the specific language governing rights and limitations under the
13 # License.
15 # Major Contributor(s):
16 # Copyright (C) 2012 Matúš Kukan <matus.kukan@gmail.com> (initial developer)
18 # All Rights Reserved.
20 # For minor contributions see the git repository.
22 # Alternatively, the contents of this file may be used under the terms of
23 # either the GNU General Public License Version 3 or later (the "GPLv3+"), or
24 # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
25 # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
26 # instead of those above.
28 $(eval $(call gb_Library_Library,ucpdav1))
30 $(eval $(call gb_Library_set_componentfile,ucpdav1,ucb/source/ucp/webdav/ucpdav1))
32 $(eval $(call gb_Library_use_api,ucpdav1,\
33 offapi \
34 udkapi \
37 $(eval $(call gb_Library_use_libraries,ucpdav1,\
38 comphelper \
39 cppu \
40 cppuhelper \
41 sal \
42 salhelper \
43 ucbhelper \
44 $(gb_STDLIBS) \
47 $(eval $(call gb_Library_use_externals,ucpdav1,\
48 libxml2 \
49 neon \
50 openssl \
53 $(eval $(call gb_Library_add_exception_objects,ucpdav1,\
54 ucb/source/ucp/webdav/ContentProperties \
55 ucb/source/ucp/webdav/DateTimeHelper \
56 ucb/source/ucp/webdav/DAVProperties \
57 ucb/source/ucp/webdav/DAVResourceAccess \
58 ucb/source/ucp/webdav/DAVSessionFactory \
59 ucb/source/ucp/webdav/LinkSequence \
60 ucb/source/ucp/webdav/LockEntrySequence \
61 ucb/source/ucp/webdav/LockSequence \
62 ucb/source/ucp/webdav/NeonHeadRequest \
63 ucb/source/ucp/webdav/NeonInputStream \
64 ucb/source/ucp/webdav/NeonLockStore \
65 ucb/source/ucp/webdav/NeonPropFindRequest \
66 ucb/source/ucp/webdav/NeonSession \
67 ucb/source/ucp/webdav/NeonUri \
68 ucb/source/ucp/webdav/UCBDeadPropertyValue \
69 ucb/source/ucp/webdav/webdavcontentcaps \
70 ucb/source/ucp/webdav/webdavcontent \
71 ucb/source/ucp/webdav/webdavdatasupplier \
72 ucb/source/ucp/webdav/webdavprovider \
73 ucb/source/ucp/webdav/webdavresultset \
74 ucb/source/ucp/webdav/webdavservices \
77 ifeq ($(OS),WNT)
78 $(eval $(call gb_Library_use_libraries,ucpdav1,\
79 ws2_32 \
81 endif
83 ifeq ($(OS),SOLARIS)
84 $(eval $(call gb_Library_use_libraries,ucpdav1,\
85 dl \
86 nsl \
87 socket \
89 endif
91 # vim: set noet sw=4 ts=4: