ofz: Use-of-uninitialized-value
[LibreOffice.git] / ucbhelper / Library_ucbhelper.mk
blob5b6285d351d00813b3dd9140a10d3c7f21f296f7
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,\
15 cppu \
16 cppuhelper \
17 sal \
18 salhelper \
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/interactionrequest \
39 ucbhelper/source/provider/propertyvalueset \
40 ucbhelper/source/provider/providerhelper \
41 ucbhelper/source/provider/registerucb \
42 ucbhelper/source/provider/resultset \
43 ucbhelper/source/provider/resultsethelper \
44 ucbhelper/source/provider/resultsetmetadata \
45 ucbhelper/source/provider/simpleauthenticationrequest \
46 ucbhelper/source/provider/simplecertificatevalidationrequest \
47 ucbhelper/source/provider/simpleinteractionrequest \
48 ucbhelper/source/provider/simpleioerrorrequest \
49 ucbhelper/source/provider/simplenameclashresolverequest \
52 $(eval $(call gb_Library_use_system_win32_libs,ucbhelper,\
53 Winhttp \
56 # vim: set noet sw=4 ts=4: