bump product version to 4.1.6.2
[LibreOffice.git] / desktop / Library_deployment.mk
blobc218c6bb5fe94afc598b1e777d0cae9a688110cf
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_use_sdk_api,deployment))
23 $(eval $(call gb_Library_use_libraries,deployment,\
24 comphelper \
25 cppu \
26 cppuhelper \
27 deploymentmisc \
28 sal \
29 svl \
30 tl \
31 ucbhelper \
32 utl \
33 xmlscript \
34 i18nlangtag \
35 $(gb_UWINAPI) \
38 $(eval $(call gb_Library_set_componentfile,deployment,desktop/source/deployment/deployment))
40 $(eval $(call gb_Library_add_exception_objects,deployment,\
41 desktop/source/deployment/dp_log \
42 desktop/source/deployment/dp_persmap \
43 desktop/source/deployment/dp_services \
44 desktop/source/deployment/dp_xml \
45 desktop/source/deployment/manager/dp_activepackages \
46 desktop/source/deployment/manager/dp_commandenvironments \
47 desktop/source/deployment/manager/dp_extensionmanager \
48 desktop/source/deployment/manager/dp_informationprovider \
49 desktop/source/deployment/manager/dp_manager \
50 desktop/source/deployment/manager/dp_managerfac \
51 desktop/source/deployment/manager/dp_properties \
52 desktop/source/deployment/registry/component/dp_compbackenddb \
53 desktop/source/deployment/registry/component/dp_component \
54 desktop/source/deployment/registry/configuration/dp_configuration \
55 desktop/source/deployment/registry/configuration/dp_configurationbackenddb \
56 desktop/source/deployment/registry/dp_backend \
57 desktop/source/deployment/registry/dp_backenddb \
58 desktop/source/deployment/registry/dp_registry \
59 desktop/source/deployment/registry/executable/dp_executable \
60 desktop/source/deployment/registry/executable/dp_executablebackenddb \
61 desktop/source/deployment/registry/help/dp_help \
62 desktop/source/deployment/registry/help/dp_helpbackenddb \
63 desktop/source/deployment/registry/package/dp_extbackenddb \
64 desktop/source/deployment/registry/package/dp_package \
65 desktop/source/deployment/registry/script/dp_lib_container \
66 desktop/source/deployment/registry/script/dp_script \
67 desktop/source/deployment/registry/script/dp_scriptbackenddb \
68 desktop/source/deployment/registry/sfwk/dp_parceldesc \
69 desktop/source/deployment/registry/sfwk/dp_sfwk \
72 ifneq (,$(filter DESKTOP,$(BUILD_TYPE)))
74 $(eval $(call gb_Library_use_libraries,deployment,\
75 helplinker \
78 endif
80 # vim: set ts=4 sw=4 et: