Version 4.0.0.1, tag libreoffice-4.0.0.1
[LibreOffice.git] / hyphen / ExternalPackage_hyphen.mk
blobcae07649ff859bf4ae953adb3a019cab7eefae6b
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_ExternalPackage_ExternalPackage,hyphen,hyphen))
12 ifneq ($(COM),MSC)
14 $(eval $(call gb_ExternalPackage_use_external_project,hyphen,hyphen))
16 ifeq ($(SYSTEM_HYPH),NO)
17 $(eval $(call gb_ExternalPackage_add_file,hyphen,lib/libhyphen.a,.libs/libhyphen.a))
18 endif
20 endif
22 ifeq ($(WITH_MYSPELL_DICTS),YES)
23 $(eval $(call gb_ExternalPackage_add_files,hyphen,bin,\
24 hyph_en_US.dic \
26 endif
28 # vim: set noet sw=4 ts=4: