1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval
$(call gb_Library_Library
,ucbhelper
))
12 $(eval
$(call gb_Library_use_sdk_api
,ucbhelper
))
14 $(eval
$(call gb_Library_use_libraries
,ucbhelper
,\
21 $(eval
$(call gb_Library_add_defs
,ucbhelper
,\
22 -DUCBHELPER_DLLIMPLEMENTATION \
25 $(eval
$(call gb_Library_add_exception_objects
,ucbhelper
,\
26 ucbhelper
/source
/client
/activedatasink \
27 ucbhelper
/source
/client
/activedatastreamer \
28 ucbhelper
/source
/client
/commandenvironment \
29 ucbhelper
/source
/client
/content \
30 ucbhelper
/source
/client
/interceptedinteraction \
31 ucbhelper
/source
/client
/proxydecider \
32 ucbhelper
/source
/provider
/authenticationfallback \
33 ucbhelper
/source
/provider
/cancelcommandexecution \
34 ucbhelper
/source
/provider
/contenthelper \
35 ucbhelper
/source
/provider
/contentidentifier \
36 ucbhelper
/source
/provider
/contentinfo \
37 ucbhelper
/source
/provider
/fd_inputstream \
38 ucbhelper
/source
/provider
/getcomponentcontext \
39 ucbhelper
/source
/provider
/interactionrequest \
40 ucbhelper
/source
/provider
/propertyvalueset \
41 ucbhelper
/source
/provider
/providerhelper \
42 ucbhelper
/source
/provider
/registerucb \
43 ucbhelper
/source
/provider
/resultset \
44 ucbhelper
/source
/provider
/resultsethelper \
45 ucbhelper
/source
/provider
/resultsetmetadata \
46 ucbhelper
/source
/provider
/simpleauthenticationrequest \
47 ucbhelper
/source
/provider
/simplecertificatevalidationrequest \
48 ucbhelper
/source
/provider
/simpleinteractionrequest \
49 ucbhelper
/source
/provider
/simpleioerrorrequest \
50 ucbhelper
/source
/provider
/simplenameclashresolverequest \
53 $(eval
$(call gb_Library_use_system_win32_libs
,ucbhelper
,\
57 # vim: set noet sw=4 ts=4: