Version 4.0.0.1, tag libreoffice-4.0.0.1
[LibreOffice.git] / ucbhelper / Library_ucbhelper.mk
blob7197485a4ea492e5d24a822cd7b915949ccacd9a
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_package,ucbhelper,ucbhelper_inc))
14 $(eval $(call gb_Library_use_sdk_api,ucbhelper))
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/cancelcommandexecution \
37 ucbhelper/source/provider/contenthelper \
38 ucbhelper/source/provider/contentidentifier \
39 ucbhelper/source/provider/contentinfo \
40 ucbhelper/source/provider/fd_inputstream \
41 ucbhelper/source/provider/getcomponentcontext \
42 ucbhelper/source/provider/interactionrequest \
43 ucbhelper/source/provider/propertyvalueset \
44 ucbhelper/source/provider/providerhelper \
45 ucbhelper/source/provider/registerucb \
46 ucbhelper/source/provider/resultset \
47 ucbhelper/source/provider/resultsethelper \
48 ucbhelper/source/provider/resultsetmetadata \
49 ucbhelper/source/provider/simpleauthenticationrequest \
50 ucbhelper/source/provider/simplecertificatevalidationrequest \
51 ucbhelper/source/provider/simpleinteractionrequest \
52 ucbhelper/source/provider/simpleioerrorrequest \
53 ucbhelper/source/provider/simplenameclashresolverequest \
54 ucbhelper/source/provider/std_inputstream \
55 ucbhelper/source/provider/std_outputstream \
58 # vim: set noet sw=4 ts=4: