bump product version to 4.1.6.2
[LibreOffice.git] / external / StaticLibrary_gnu_readdir_r.mk
blob51a618eba73caa0adf892359ac6aec326a46bf70
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,gnu_readdir_r))
12 $(eval $(call gb_StaticLibrary_use_unpacked,gnu_readdir_r,glibc))
14 $(eval $(call gb_StaticLibrary_set_include,gnu_readdir_r,\
15 -I$(call gb_UnpackedTarball_get_dir,glibc) \
16 $$(INCLUDE) \
19 $(eval $(call gb_StaticLibrary_add_defs,gnu_readdir_r,\
20 -DHAVE_STRING_H \
21 -DHAVE_CONFIG_H \
24 $(eval $(call gb_StaticLibrary_add_cobjects,gnu_readdir_r,\
25 external/glibc/readdir_r \
28 # vim: set noet sw=4 ts=4: