bump product version to 4.1.6.2
[LibreOffice.git] / l10ntools / Executable_stringex.mk
blob4f9edfde592af49729a3d4cb9fcd6da22991eeda
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/.
11 $(eval $(call gb_Executable_Executable,stringex))
13 $(eval $(call gb_Executable_set_include,stringex,\
14 -I$(SRCDIR)/l10ntools/inc \
15 $$(INCLUDE) \
18 $(eval $(call gb_Executable_use_libraries,stringex,\
19 sal \
22 $(eval $(call gb_Executable_use_static_libraries,stringex,\
23 transex \
26 $(eval $(call gb_Executable_add_exception_objects,stringex,\
27 l10ntools/source/stringmerge \
28 l10ntools/source/stringex \
31 $(eval $(call gb_Executable_use_externals,stringex,\
32 boost_headers \
33 libxml2 \
36 # vim: set noet sw=4 ts=4: