Branch libreoffice-5-0-4
[LibreOffice.git] / ucbhelper / Library_ucbhelper.mk
blob6787db13c4a6570e2623e1dccbbf292ac0639129
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_external,ucbhelper,boost_headers))
16 $(eval $(call gb_Library_use_libraries,ucbhelper,\
17 cppu \
18 cppuhelper \
19 sal \
20 salhelper \
21 $(gb_UWINAPI) \
24 $(eval $(call gb_Library_add_defs,ucbhelper,\
25 -DUCBHELPER_DLLIMPLEMENTATION \
28 $(eval $(call gb_Library_add_exception_objects,ucbhelper,\
29 ucbhelper/source/client/activedatasink \
30 ucbhelper/source/client/activedatastreamer \
31 ucbhelper/source/client/commandenvironment \
32 ucbhelper/source/client/content \
33 ucbhelper/source/client/fileidentifierconverter \
34 ucbhelper/source/client/interceptedinteraction \
35 ucbhelper/source/client/proxydecider \
36 ucbhelper/source/provider/authenticationfallback \
37 ucbhelper/source/provider/cancelcommandexecution \
38 ucbhelper/source/provider/contenthelper \
39 ucbhelper/source/provider/contentidentifier \
40 ucbhelper/source/provider/contentinfo \
41 ucbhelper/source/provider/fd_inputstream \
42 ucbhelper/source/provider/getcomponentcontext \
43 ucbhelper/source/provider/interactionrequest \
44 ucbhelper/source/provider/propertyvalueset \
45 ucbhelper/source/provider/providerhelper \
46 ucbhelper/source/provider/registerucb \
47 ucbhelper/source/provider/resultset \
48 ucbhelper/source/provider/resultsethelper \
49 ucbhelper/source/provider/resultsetmetadata \
50 ucbhelper/source/provider/simpleauthenticationrequest \
51 ucbhelper/source/provider/simplecertificatevalidationrequest \
52 ucbhelper/source/provider/simpleinteractionrequest \
53 ucbhelper/source/provider/simpleioerrorrequest \
54 ucbhelper/source/provider/simplenameclashresolverequest \
55 ucbhelper/source/provider/std_inputstream \
56 ucbhelper/source/provider/std_outputstream \
59 # vim: set noet sw=4 ts=4: