tdf#150927: properly handle nesting in tables
[LibreOffice.git] / desktop / Library_deploymentmisc.mk
blobb7f4c09e1b986cbe47640ce2f091aa6a92bd4b61
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_set_precompiled_header,deploymentmisc,desktop/inc/pch/precompiled_deploymentmisc))
28 $(eval $(call gb_Library_use_libraries,deploymentmisc,\
29 comphelper \
30 cppu \
31 cppuhelper \
32 sal \
33 tl \
34 ucbhelper \
35 utl \
36 vcl \
37 xmlscript \
38 i18nlangtag \
41 $(eval $(call gb_Library_add_exception_objects,deploymentmisc,\
42 desktop/source/deployment/misc/dp_dependencies \
43 desktop/source/deployment/misc/dp_descriptioninfoset \
44 desktop/source/deployment/misc/dp_identifier \
45 desktop/source/deployment/misc/dp_interact \
46 desktop/source/deployment/misc/dp_misc \
47 desktop/source/deployment/misc/dp_platform \
48 desktop/source/deployment/misc/dp_resource \
49 desktop/source/deployment/misc/dp_ucb \
50 desktop/source/deployment/misc/dp_update \
51 desktop/source/deployment/misc/dp_version \
52 desktop/source/deployment/misc/lockfile \
55 # vim: set ts=4 sw=4 et: