fdo#74697 Add Bluez 5 support for impress remote.
[LibreOffice.git] / external / StaticLibrary_gnu_getopt.mk
blob73b4df9efb5f370d8f2db9458f8e674fec301ade
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) \
18 $$(INCLUDE) \
21 $(eval $(call gb_StaticLibrary_add_defs,gnu_getopt,\
22 -DHAVE_STRING_H \
23 -DHAVE_CONFIG_H \
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: