office-gobmx/xmlhelp/Library_ucpchelp1.mk
Gabor Kelemen ab95ed2c4b Use less boost_headers in low level libraries
Most of these don't use boost themselves, nor do they need
it transitively since the use of boost::optional was removed

Change-Id: Ic9dee1c4e160b313ec5b91677b02ffdea6c5779d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164440
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
2024-03-06 21:23:17 +01:00

61 lines
1.6 KiB
Makefile

# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
$(eval $(call gb_Library_Library,ucpchelp1))
$(eval $(call gb_Library_set_componentfile,ucpchelp1,xmlhelp/util/ucpchelp1,services))
$(eval $(call gb_Library_set_include,ucpchelp1,\
-I$(SRCDIR)/xmlhelp/source/cxxhelp/inc \
$$(INCLUDE) \
))
$(eval $(call gb_Library_use_custom_headers,ucpchelp1, \
officecfg/registry \
))
$(eval $(call gb_Library_use_sdk_api,ucpchelp1))
$(eval $(call gb_Library_use_externals,ucpchelp1,\
clucene \
expat \
libxml2 \
libxslt \
))
$(eval $(call gb_Library_use_libraries,ucpchelp1,\
comphelper \
cppu \
cppuhelper \
helplinker \
sal \
tl \
ucbhelper \
utl \
i18nlangtag \
vcl \
))
$(eval $(call gb_Library_add_exception_objects,ucpchelp1,\
xmlhelp/source/cxxhelp/provider/content \
xmlhelp/source/cxxhelp/provider/contentcaps \
xmlhelp/source/cxxhelp/provider/databases \
xmlhelp/source/cxxhelp/provider/db \
xmlhelp/source/cxxhelp/provider/inputstream \
xmlhelp/source/cxxhelp/provider/provider \
xmlhelp/source/cxxhelp/provider/resultset \
xmlhelp/source/cxxhelp/provider/resultsetbase \
xmlhelp/source/cxxhelp/provider/resultsetforquery \
xmlhelp/source/cxxhelp/provider/resultsetforroot \
xmlhelp/source/cxxhelp/provider/urlparameter \
xmlhelp/source/treeview/tvfactory \
xmlhelp/source/treeview/tvread \
))
# vim: set shiftwidth=4 tabstop=4 noexpandtab: