fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / external / hunspell / StaticLibrary_hunspell.mk
blob29fe6249d37fe4e9ef754053dea2c37a032b6b6a
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_use_external,hunspell,icu_headers))
16 $(eval $(call gb_StaticLibrary_set_warnings_not_errors,hunspell))
18 $(eval $(call gb_StaticLibrary_add_defs,hunspell,\
19 -DHUNSPELL_STATIC \
20 -DOPENOFFICEORG \
23 $(eval $(call gb_StaticLibrary_add_generated_cxxobjects,hunspell,\
24 UnpackedTarball/hunspell/src/hunspell/affentry \
25 UnpackedTarball/hunspell/src/hunspell/affixmgr \
26 UnpackedTarball/hunspell/src/hunspell/dictmgr \
27 UnpackedTarball/hunspell/src/hunspell/csutil \
28 UnpackedTarball/hunspell/src/hunspell/hashmgr \
29 UnpackedTarball/hunspell/src/hunspell/suggestmgr \
30 UnpackedTarball/hunspell/src/hunspell/phonet \
31 UnpackedTarball/hunspell/src/hunspell/hunzip \
32 UnpackedTarball/hunspell/src/hunspell/filemgr \
33 UnpackedTarball/hunspell/src/hunspell/replist \
34 UnpackedTarball/hunspell/src/hunspell/hunspell \
37 # vim: set noet sw=4 ts=4: