Library_ucpdav1.mk (421ed02e) Library_ucpdav1.mk (51ba086b)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 51 unchanged lines hidden (view full) ---

60ifeq ($(OS),SOLARIS)
61$(eval $(call gb_Library_add_linked_libs,ucpdav1,\
62 dl \
63 nsl \
64 socket \
65))
66endif
67
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 51 unchanged lines hidden (view full) ---

60ifeq ($(OS),SOLARIS)
61$(eval $(call gb_Library_add_linked_libs,ucpdav1,\
62 dl \
63 nsl \
64 socket \
65))
66endif
67
68$(call gb_Library_use_external,ucpdav1,apr)
69$(call gb_Library_use_external,ucpdav1,apr_util)
68$(call gb_Library_use_external,ucpdav1,curl)
70$(call gb_Library_use_external,ucpdav1,libxml2)
71$(call gb_Library_use_external,ucpdav1,openssl)
69$(call gb_Library_use_external,ucpdav1,libxml2)
70$(call gb_Library_use_external,ucpdav1,openssl)
72$(call gb_Library_use_external,ucpdav1,serf)
73
74$(eval $(call gb_Library_add_exception_objects,ucpdav1,\
75 ucb/source/ucp/webdav/webdavservices \
76 ucb/source/ucp/webdav/webdavprovider \
77 ucb/source/ucp/webdav/webdavcontent \
78 ucb/source/ucp/webdav/webdavcontentcaps \
79 ucb/source/ucp/webdav/webdavresultset \
80 ucb/source/ucp/webdav/webdavdatasupplier \
81 ucb/source/ucp/webdav/ContentProperties \
82 ucb/source/ucp/webdav/DAVProperties \
83 ucb/source/ucp/webdav/DAVSessionFactory \
84 ucb/source/ucp/webdav/DAVResourceAccess \
71
72$(eval $(call gb_Library_add_exception_objects,ucpdav1,\
73 ucb/source/ucp/webdav/webdavservices \
74 ucb/source/ucp/webdav/webdavprovider \
75 ucb/source/ucp/webdav/webdavcontent \
76 ucb/source/ucp/webdav/webdavcontentcaps \
77 ucb/source/ucp/webdav/webdavresultset \
78 ucb/source/ucp/webdav/webdavdatasupplier \
79 ucb/source/ucp/webdav/ContentProperties \
80 ucb/source/ucp/webdav/DAVProperties \
81 ucb/source/ucp/webdav/DAVSessionFactory \
82 ucb/source/ucp/webdav/DAVResourceAccess \
85 ucb/source/ucp/webdav/AprEnv \
86 ucb/source/ucp/webdav/webdavresponseparser \
83 ucb/source/ucp/webdav/webdavresponseparser \
87 ucb/source/ucp/webdav/SerfUri \
88 ucb/source/ucp/webdav/SerfRequestProcessor \
89 ucb/source/ucp/webdav/SerfRequestProcessorImpl \
90 ucb/source/ucp/webdav/SerfRequestProcessorImplFac \
91 ucb/source/ucp/webdav/SerfPropFindReqProcImpl \
92 ucb/source/ucp/webdav/SerfPropPatchReqProcImpl \
93 ucb/source/ucp/webdav/SerfGetReqProcImpl \
94 ucb/source/ucp/webdav/SerfHeadReqProcImpl \
95 ucb/source/ucp/webdav/SerfPutReqProcImpl \
96 ucb/source/ucp/webdav/SerfPostReqProcImpl \
97 ucb/source/ucp/webdav/SerfDeleteReqProcImpl \
98 ucb/source/ucp/webdav/SerfMkColReqProcImpl \
99 ucb/source/ucp/webdav/SerfCopyReqProcImpl \
100 ucb/source/ucp/webdav/SerfMoveReqProcImpl \
101 ucb/source/ucp/webdav/SerfLockReqProcImpl \
102 ucb/source/ucp/webdav/SerfLockRefreshProcImpl \
103 ucb/source/ucp/webdav/SerfUnlockProcImpl \
104 ucb/source/ucp/webdav/SerfLockStore \
105 ucb/source/ucp/webdav/SerfSession \
106 ucb/source/ucp/webdav/SerfCallbacks \
107 ucb/source/ucp/webdav/SerfInputStream \
84 ucb/source/ucp/webdav/CurlSession \
85 ucb/source/ucp/webdav/CurlRequest \
86 ucb/source/ucp/webdav/CurlLockStore \
87 ucb/source/ucp/webdav/LockRequest \
88 ucb/source/ucp/webdav/PropfindRequest \
89 ucb/source/ucp/webdav/ProppatchRequest \
90 ucb/source/ucp/webdav/CurlUri \
91 ucb/source/ucp/webdav/CurlInputStream \
108 ucb/source/ucp/webdav/DateTimeHelper \
109 ucb/source/ucp/webdav/UCBDeadPropertyValue \
110))
111
112# vim: set noet sw=4 ts=4:
92 ucb/source/ucp/webdav/DateTimeHelper \
93 ucb/source/ucp/webdav/UCBDeadPropertyValue \
94))
95
96# vim: set noet sw=4 ts=4: