Bump version to 5.0-14
[LibreOffice.git] / external / graphite / StaticLibrary_graphite.mk
blobde3950f10b86c17ad0a6809cbb0f5ed187bab312
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,graphite))
12 $(eval $(call gb_StaticLibrary_use_unpacked,graphite,graphite))
14 $(eval $(call gb_StaticLibrary_set_warnings_not_errors,graphite))
16 $(eval $(call gb_StaticLibrary_set_include,graphite,\
17 -I$(call gb_UnpackedTarball_get_dir,graphite/include) \
18 $$(INCLUDE) \
21 $(eval $(call gb_StaticLibrary_add_defs,graphite,\
22 -DDISABLE_TRACING \
23 -DGR2_STATIC \
26 ifeq ($(COM),GCC)
27 ifneq ($(COM_GCC_IS_CLANG),TRUE)
28 $(eval $(call gb_StaticLibrary_add_cxxflags,graphite,\
29 -fpermissive \
31 endif
32 endif
34 $(eval $(call gb_StaticLibrary_set_generated_cxx_suffix,graphite,cpp))
36 $(eval $(call gb_StaticLibrary_add_generated_cxxobjects,graphite,\
37 UnpackedTarball/graphite/src/$(if $(filter GCC,$(COM)),direct,call)_machine \
38 UnpackedTarball/graphite/src/gr_char_info \
39 UnpackedTarball/graphite/src/gr_face \
40 UnpackedTarball/graphite/src/gr_features \
41 UnpackedTarball/graphite/src/gr_font \
42 UnpackedTarball/graphite/src/gr_logging \
43 UnpackedTarball/graphite/src/gr_segment \
44 UnpackedTarball/graphite/src/gr_slot \
45 UnpackedTarball/graphite/src/json \
46 UnpackedTarball/graphite/src/Bidi \
47 UnpackedTarball/graphite/src/CachedFace \
48 UnpackedTarball/graphite/src/CmapCache \
49 UnpackedTarball/graphite/src/Code \
50 UnpackedTarball/graphite/src/Face \
51 UnpackedTarball/graphite/src/FeatureMap \
52 UnpackedTarball/graphite/src/FileFace \
53 UnpackedTarball/graphite/src/Font \
54 UnpackedTarball/graphite/src/GlyphCache \
55 UnpackedTarball/graphite/src/GlyphFace \
56 UnpackedTarball/graphite/src/Justifier \
57 UnpackedTarball/graphite/src/NameTable \
58 UnpackedTarball/graphite/src/Pass \
59 UnpackedTarball/graphite/src/SegCache \
60 UnpackedTarball/graphite/src/SegCacheEntry \
61 UnpackedTarball/graphite/src/SegCacheStore \
62 UnpackedTarball/graphite/src/Segment \
63 UnpackedTarball/graphite/src/Silf \
64 UnpackedTarball/graphite/src/Slot \
65 UnpackedTarball/graphite/src/Sparse \
66 UnpackedTarball/graphite/src/TtfUtil \
67 UnpackedTarball/graphite/src/UtfCodec \
70 # vim: set noet sw=4 ts=4: