bump product version to 4.1.6.2
[LibreOffice.git] / desktop / Library_deploymentmisc.mk
blob76e751bc5efe0fee94ceb23d9801f3cb822d20b1
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,deploymentmisc))
12 $(eval $(call gb_Library_set_include,deploymentmisc,\
13 $$(INCLUDE) \
14 -I$(SRCDIR)/desktop/inc \
15 -I$(SRCDIR)/desktop/source/deployment/inc \
18 $(eval $(call gb_Library_use_external,deploymentmisc,boost_headers))
20 $(eval $(call gb_Library_use_sdk_api,deploymentmisc))
22 $(eval $(call gb_Library_add_defs,deploymentmisc,\
23 -DDESKTOP_DEPLOYMENTMISC_DLLIMPLEMENTATION \
26 $(eval $(call gb_Library_use_libraries,deploymentmisc,\
27 comphelper \
28 cppu \
29 cppuhelper \
30 sal \
31 tl \
32 ucbhelper \
33 utl \
34 xmlscript \
35 i18nlangtag \
36 $(gb_UWINAPI) \
39 $(eval $(call gb_Library_add_exception_objects,deploymentmisc,\
40 desktop/source/deployment/misc/dp_dependencies \
41 desktop/source/deployment/misc/dp_descriptioninfoset \
42 desktop/source/deployment/misc/dp_identifier \
43 desktop/source/deployment/misc/dp_interact \
44 desktop/source/deployment/misc/dp_misc \
45 desktop/source/deployment/misc/dp_platform \
46 desktop/source/deployment/misc/dp_resource \
47 desktop/source/deployment/misc/dp_ucb \
48 desktop/source/deployment/misc/dp_update \
49 desktop/source/deployment/misc/dp_version \
50 desktop/source/deployment/misc/lockfile \
53 # vim: set ts=4 sw=4 et: