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
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-neon
/ucpdav1
))
32 $(eval
$(call gb_Library_use_sdk_api
,ucpdav1
))
34 $(eval
$(call gb_Library_use_libraries
,ucpdav1
,\
44 $(eval
$(call gb_Library_use_externals
,ucpdav1
,\
50 $(eval
$(call gb_Library_add_exception_objects
,ucpdav1
,\
51 ucb
/source
/ucp
/webdav-neon
/ContentProperties \
52 ucb
/source
/ucp
/webdav-neon
/DateTimeHelper \
53 ucb
/source
/ucp
/webdav-neon
/DAVProperties \
54 ucb
/source
/ucp
/webdav-neon
/DAVResourceAccess \
55 ucb
/source
/ucp
/webdav-neon
/DAVSessionFactory \
56 ucb
/source
/ucp
/webdav-neon
/LinkSequence \
57 ucb
/source
/ucp
/webdav-neon
/LockEntrySequence \
58 ucb
/source
/ucp
/webdav-neon
/LockSequence \
59 ucb
/source
/ucp
/webdav-neon
/NeonHeadRequest \
60 ucb
/source
/ucp
/webdav-neon
/NeonInputStream \
61 ucb
/source
/ucp
/webdav-neon
/NeonLockStore \
62 ucb
/source
/ucp
/webdav-neon
/NeonPropFindRequest \
63 ucb
/source
/ucp
/webdav-neon
/NeonSession \
64 ucb
/source
/ucp
/webdav-neon
/NeonUri \
65 ucb
/source
/ucp
/webdav-neon
/UCBDeadPropertyValue \
66 ucb
/source
/ucp
/webdav-neon
/webdavcontentcaps \
67 ucb
/source
/ucp
/webdav-neon
/webdavcontent \
68 ucb
/source
/ucp
/webdav-neon
/webdavdatasupplier \
69 ucb
/source
/ucp
/webdav-neon
/webdavprovider \
70 ucb
/source
/ucp
/webdav-neon
/webdavresultset \
71 ucb
/source
/ucp
/webdav-neon
/webdavservices \
75 $(eval
$(call gb_Library_use_system_win32_libs
,ucpdav1
,\
81 $(eval
$(call gb_Library_add_libs
,ucpdav1
,\
88 # vim: set noet sw=4 ts=4: