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_getopt
))
12 $(eval
$(call gb_StaticLibrary_set_warnings_not_errors
,gnu_getopt
))
14 $(eval
$(call gb_StaticLibrary_use_unpacked
,gnu_getopt
,glibc
))
16 $(eval
$(call gb_StaticLibrary_set_include
,gnu_getopt
,\
17 -I
$(call gb_UnpackedTarball_get_dir
,glibc
) \
21 $(eval
$(call gb_StaticLibrary_add_defs
,gnu_getopt
,\
26 $(eval
$(call gb_StaticLibrary_add_generated_cobjects
,gnu_getopt
,\
27 UnpackedTarball
/glibc
/posix
/getopt \
28 UnpackedTarball
/glibc
/posix
/getopt1 \
31 # vim: set noet sw=4 ts=4: