sc: extend backcolor area
[LibreOffice.git] / helpcompiler / Executable_HelpLinker.mk
blob2825aadf3b2e94971e1f056f8794a239c0fef32c
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_Executable_Executable,HelpLinker))
12 $(eval $(call gb_Executable_set_include,HelpLinker,\
13 -I$(SRCDIR)/helpcompiler/inc \
14 $$(INCLUDE) \
17 $(eval $(call gb_Executable_use_libraries,HelpLinker,\
18 sal \
19 helplinker \
22 $(eval $(call gb_Executable_use_externals,HelpLinker,\
23 boost_headers \
24 expat \
25 libxslt \
26 libxml2 \
27 clucene \
30 $(eval $(call gb_Executable_add_exception_objects,HelpLinker,\
31 helpcompiler/source/HelpLinker_main \
34 # vim:set noet sw=4 ts=4: