tdf#81507: word content control support for w:multiLine
[LibreOffice.git] / desktop / Library_deployment.mk
blob57fe1c55a0b6f48027a89f4bc79522d889b2dcfd
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,deployment))
12 $(eval $(call gb_Library_set_include,deployment,\
13 $$(INCLUDE) \
14 -I$(SRCDIR)/desktop/inc \
15 -I$(SRCDIR)/desktop/source/deployment/inc \
16 -I$(SRCDIR)/desktop/source/deployment/registry/inc \
19 $(eval $(call gb_Library_use_external,deployment,boost_headers))
21 $(eval $(call gb_Library_set_precompiled_header,deployment,desktop/inc/pch/precompiled_deployment))
23 $(eval $(call gb_Library_use_sdk_api,deployment))
25 $(eval $(call gb_Library_use_libraries,deployment,\
26 comphelper \
27 cppu \
28 cppuhelper \
29 deploymentmisc \
30 sal \
31 svl \
32 tl \
33 ucbhelper \
34 utl \
35 vcl \
36 xmlscript \
37 i18nlangtag \
40 $(eval $(call gb_Library_set_componentfile,deployment,desktop/source/deployment/deployment))
42 $(eval $(call gb_Library_add_exception_objects,deployment,\
43 desktop/source/deployment/dp_log \
44 desktop/source/deployment/dp_persmap \
45 desktop/source/deployment/dp_xml \
46 desktop/source/deployment/manager/dp_activepackages \
47 desktop/source/deployment/manager/dp_commandenvironments \
48 desktop/source/deployment/manager/dp_extensionmanager \
49 desktop/source/deployment/manager/dp_informationprovider \
50 desktop/source/deployment/manager/dp_manager \
51 desktop/source/deployment/manager/dp_managerfac \
52 desktop/source/deployment/manager/dp_properties \
53 desktop/source/deployment/registry/component/dp_compbackenddb \
54 desktop/source/deployment/registry/component/dp_component \
55 desktop/source/deployment/registry/configuration/dp_configuration \
56 desktop/source/deployment/registry/configuration/dp_configurationbackenddb \
57 desktop/source/deployment/registry/dp_backend \
58 desktop/source/deployment/registry/dp_backenddb \
59 desktop/source/deployment/registry/dp_registry \
60 desktop/source/deployment/registry/executable/dp_executable \
61 desktop/source/deployment/registry/executable/dp_executablebackenddb \
62 desktop/source/deployment/registry/help/dp_help \
63 desktop/source/deployment/registry/help/dp_helpbackenddb \
64 desktop/source/deployment/registry/package/dp_extbackenddb \
65 desktop/source/deployment/registry/package/dp_package \
66 desktop/source/deployment/registry/script/dp_lib_container \
67 desktop/source/deployment/registry/script/dp_script \
68 desktop/source/deployment/registry/script/dp_scriptbackenddb \
69 desktop/source/deployment/registry/sfwk/dp_parceldesc \
70 desktop/source/deployment/registry/sfwk/dp_sfwk \
73 ifneq (,$(filter XMLHELP,$(BUILD_TYPE)))
75 $(eval $(call gb_Library_use_libraries,deployment,\
76 helplinker \
79 endif
81 # vim: set ts=4 sw=4 et: