crashtesting: empty brace init of o3tl::enumarray doesn't zero each element
[LibreOffice.git] / xmlhelp / Library_ucpchelp1.mk
blobac4b5e0f7196f99295f77f6a5c32b91d77b9aece
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,ucpchelp1))
12 $(eval $(call gb_Library_set_componentfile,ucpchelp1,xmlhelp/util/ucpchelp1))
14 $(eval $(call gb_Library_set_include,ucpchelp1,\
15 -I$(SRCDIR)/xmlhelp/source/cxxhelp/inc \
16 $$(INCLUDE) \
19 $(eval $(call gb_Library_use_custom_headers,ucpchelp1, \
20 officecfg/registry \
23 $(eval $(call gb_Library_use_sdk_api,ucpchelp1))
25 $(eval $(call gb_Library_use_externals,ucpchelp1,\
26 boost_headers \
27 clucene \
28 expat \
29 libxml2 \
30 libxslt \
33 $(eval $(call gb_Library_use_libraries,ucpchelp1,\
34 comphelper \
35 cppu \
36 cppuhelper \
37 helplinker \
38 sal \
39 tl \
40 ucbhelper \
41 utl \
42 i18nlangtag \
43 vcl \
46 $(eval $(call gb_Library_add_exception_objects,ucpchelp1,\
47 xmlhelp/source/cxxhelp/provider/content \
48 xmlhelp/source/cxxhelp/provider/contentcaps \
49 xmlhelp/source/cxxhelp/provider/databases \
50 xmlhelp/source/cxxhelp/provider/db \
51 xmlhelp/source/cxxhelp/provider/inputstream \
52 xmlhelp/source/cxxhelp/provider/provider \
53 xmlhelp/source/cxxhelp/provider/resultset \
54 xmlhelp/source/cxxhelp/provider/resultsetbase \
55 xmlhelp/source/cxxhelp/provider/resultsetforquery \
56 xmlhelp/source/cxxhelp/provider/resultsetforroot \
57 xmlhelp/source/cxxhelp/provider/urlparameter \
58 xmlhelp/source/treeview/tvfactory \
59 xmlhelp/source/treeview/tvread \
62 # vim: set shiftwidth=4 tabstop=4 noexpandtab: