Bump for 3.6-28
[LibreOffice.git] / lingucomponent / Library_hyphen.mk
blobd518d6331f434c138c90dd8028e12359f09641c7
1 # -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
3 # Version: MPL 1.1 / GPLv3+ / LGPLv3+
5 # The contents of this file are subject to the Mozilla Public License Version
6 # 1.1 (the "License"); you may not use this file except in compliance with
7 # the License or as specified alternatively below. You may obtain a copy of
8 # the License at http://www.mozilla.org/MPL/
10 # Software distributed under the License is distributed on an "AS IS" basis,
11 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
12 # for the specific language governing rights and limitations under the
13 # License.
15 # Major Contributor(s):
16 # Copyright (C) 2011 Matúš Kukan <matus.kukan@gmail.com> (initial developer)
18 # All Rights Reserved.
20 # For minor contributions see the git repository.
22 # Alternatively, the contents of this file may be used under the terms of
23 # either the GNU General Public License Version 3 or later (the "GPLv3+"), or
24 # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
25 # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
26 # instead of those above.
28 $(eval $(call gb_Library_Library,hyphen))
30 $(eval $(call gb_Library_set_componentfile,hyphen,lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphen))
32 $(eval $(call gb_Library_set_include,hyphen,\
33 $$(INCLUDE) \
34 -I$(SRCDIR)/lingucomponent/source/lingutil \
37 $(eval $(call gb_Library_use_api,hyphen,\
38 udkapi \
39 offapi \
42 $(eval $(call gb_Library_use_libraries,hyphen,\
43 $(gb_STDLIBS) \
44 cppu \
45 cppuhelper \
46 i18nisolang1 \
47 lng \
48 sal \
49 tl \
50 utl \
53 $(eval $(call gb_Library_use_static_libraries,hyphen,\
54 ulingu \
57 $(eval $(call gb_Library_use_externals,hyphen,\
58 hunspell \
61 $(eval $(call gb_Library_add_libs,hyphen,\
62 $(if $(filter MSC,$(COM)),hyphen.lib,-lhyphen) \
65 $(eval $(call gb_Library_add_exception_objects,hyphen,\
66 lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hreg \
67 lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp \
70 # vim: set noet sw=4 ts=4: