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
,\
22 $(eval
$(call gb_Library_add_defs
,ucbhelper
,\
23 -DUCBHELPER_DLLIMPLEMENTATION \
26 $(eval
$(call gb_Library_add_exception_objects
,ucbhelper
,\
27 ucbhelper
/source
/client
/activedatasink \
28 ucbhelper
/source
/client
/activedatastreamer \
29 ucbhelper
/source
/client
/commandenvironment \
30 ucbhelper
/source
/client
/content \
31 ucbhelper
/source
/client
/interceptedinteraction \
32 ucbhelper
/source
/client
/proxydecider \
33 ucbhelper
/source
/provider
/authenticationfallback \
34 ucbhelper
/source
/provider
/cancelcommandexecution \
35 ucbhelper
/source
/provider
/contenthelper \
36 ucbhelper
/source
/provider
/contentidentifier \
37 ucbhelper
/source
/provider
/contentinfo \
38 ucbhelper
/source
/provider
/fd_inputstream \
39 ucbhelper
/source
/provider
/getcomponentcontext \
40 ucbhelper
/source
/provider
/interactionrequest \
41 ucbhelper
/source
/provider
/propertyvalueset \
42 ucbhelper
/source
/provider
/providerhelper \
43 ucbhelper
/source
/provider
/registerucb \
44 ucbhelper
/source
/provider
/resultset \
45 ucbhelper
/source
/provider
/resultsethelper \
46 ucbhelper
/source
/provider
/resultsetmetadata \
47 ucbhelper
/source
/provider
/simpleauthenticationrequest \
48 ucbhelper
/source
/provider
/simplecertificatevalidationrequest \
49 ucbhelper
/source
/provider
/simpleinteractionrequest \
50 ucbhelper
/source
/provider
/simpleioerrorrequest \
51 ucbhelper
/source
/provider
/simplenameclashresolverequest \
54 # vim: set noet sw=4 ts=4: