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_use_sdk_api
,ucpdav1
))
15 $(eval
$(call gb_Library_set_include
,ucpdav1
,\
16 -I
$(SRCDIR
)/ucb
/source
/ucp
/inc \
20 $(eval
$(call gb_Library_use_libraries
,ucpdav1
,\
31 $(eval
$(call gb_Library_set_componentfile
,ucpdav1
,ucb
/source
/ucp
/webdav-curl
/ucpdav1
,services
))
33 $(eval
$(call gb_Library_use_externals
,ucpdav1
,\
37 $(eval
$(call gb_Library_use_custom_headers
,ucpdav1
,\
41 $(eval
$(call gb_Library_add_exception_objects
,ucpdav1
,\
42 ucb
/source
/ucp
/webdav-curl
/ContentProperties \
43 ucb
/source
/ucp
/webdav-curl
/CurlSession \
44 ucb
/source
/ucp
/webdav-curl
/CurlUri \
45 ucb
/source
/ucp
/webdav-curl
/DAVProperties \
46 ucb
/source
/ucp
/webdav-curl
/DAVResourceAccess \
47 ucb
/source
/ucp
/webdav-curl
/DAVSessionFactory \
48 ucb
/source
/ucp
/webdav-curl
/DAVTypes \
49 ucb
/source
/ucp
/webdav-curl
/DateTimeHelper \
50 ucb
/source
/ucp
/webdav-curl
/PropfindCache \
51 ucb
/source
/ucp
/webdav-curl
/SerfLockStore \
52 ucb
/source
/ucp
/webdav-curl
/UCBDeadPropertyValue \
53 ucb
/source
/ucp
/webdav-curl
/webdavcontent \
54 ucb
/source
/ucp
/webdav-curl
/webdavcontentcaps \
55 ucb
/source
/ucp
/webdav-curl
/webdavdatasupplier \
56 ucb
/source
/ucp
/webdav-curl
/webdavprovider \
57 ucb
/source
/ucp
/webdav-curl
/webdavresponseparser \
58 ucb
/source
/ucp
/webdav-curl
/webdavresultset \
62 $(eval
$(call gb_Library_use_system_win32_libs
,ucpdav1
,\
68 $(eval
$(call gb_Library_add_libs
,ucpdav1
,\
75 # vim: set noet sw=4 ts=4: