mar: allow parallel creation of diff packages
[LibreOffice.git] / ucbhelper / Library_ucbhelper.mk
blob15d539247b3e4161b81f38ae4599c8c56195a57c
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/interactionrequest \
38 ucbhelper/source/provider/propertyvalueset \
39 ucbhelper/source/provider/providerhelper \
40 ucbhelper/source/provider/registerucb \
41 ucbhelper/source/provider/resultset \
42 ucbhelper/source/provider/resultsethelper \
43 ucbhelper/source/provider/resultsetmetadata \
44 ucbhelper/source/provider/simpleauthenticationrequest \
45 ucbhelper/source/provider/simplecertificatevalidationrequest \
46 ucbhelper/source/provider/simpleinteractionrequest \
47 ucbhelper/source/provider/simpleioerrorrequest \
48 ucbhelper/source/provider/simplenameclashresolverequest \
51 $(eval $(call gb_Library_use_system_win32_libs,ucbhelper,\
52 Winhttp \
55 # vim: set noet sw=4 ts=4: