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_StaticLibrary_StaticLibrary
,hunspell
))
12 $(eval
$(call gb_StaticLibrary_use_unpacked
,hunspell
,hunspell
))
14 $(eval
$(call gb_StaticLibrary_set_warnings_not_errors
,hunspell
))
16 $(eval
$(call gb_StaticLibrary_add_defs
,hunspell
,\
21 $(eval
$(call gb_StaticLibrary_add_generated_cxxobjects
,hunspell
,\
22 UnpackedTarball
/hunspell
/src
/hunspell
/affentry \
23 UnpackedTarball
/hunspell
/src
/hunspell
/affixmgr \
24 UnpackedTarball
/hunspell
/src
/hunspell
/dictmgr \
25 UnpackedTarball
/hunspell
/src
/hunspell
/csutil \
26 UnpackedTarball
/hunspell
/src
/hunspell
/hashmgr \
27 UnpackedTarball
/hunspell
/src
/hunspell
/suggestmgr \
28 UnpackedTarball
/hunspell
/src
/hunspell
/phonet \
29 UnpackedTarball
/hunspell
/src
/hunspell
/hunzip \
30 UnpackedTarball
/hunspell
/src
/hunspell
/filemgr \
31 UnpackedTarball
/hunspell
/src
/hunspell
/replist \
32 UnpackedTarball
/hunspell
/src
/hunspell
/hunspell \
35 # vim: set noet sw=4 ts=4: