1 # Makefile for support library, used only at build and test time
2 # Copyright (C) 2016 Free Software Foundation, Inc.
3 # This file is part of the GNU C Library.
5 # The GNU C Library is free software; you can redistribute it and/or
6 # modify it under the terms of the GNU Lesser General Public
7 # License as published by the Free Software Foundation; either
8 # version 2.1 of the License, or (at your option) any later version.
10 # The GNU C Library is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 # Lesser General Public License for more details.
15 # You should have received a copy of the GNU Lesser General Public
16 # License along with the GNU C Library; if not, see
17 # <http://www.gnu.org/licenses/>.
23 extra-libs := libsupport
24 extra-libs-others = $(extra-libs)
25 extra-libs-noinstall := $(extra-libs)
27 libsupport-routines = \
39 support_enter_network_namespace \
40 support_format_address_family \
41 support_format_addrinfo \
42 support_format_dns_packet \
43 support_format_herrno \
44 support_format_hostent \
45 support_format_netent \
46 support_record_failure \
49 support_test_verify_impl \
65 xpthread_barrier_destroy \
66 xpthread_barrier_init \
67 xpthread_barrier_wait \
69 xpthread_check_return \
75 xpthread_mutex_unlock \
79 xpthread_spin_unlock \
89 libsupport-static-only-routines := $(libsupport-routines)
90 # Only build one variant of the library.
91 libsupport-inhibit-o := .os
92 ifeq ($(build-shared),yes)
93 libsupport-inhibit-o += .o
98 tst-support-namespace \
99 tst-support_record_failure \
101 ifeq ($(run-built-tests),yes)
103 $(objpfx)tst-support_record_failure-2.out
105 $(objpfx)tst-support_record_failure-2.out: tst-support_record_failure-2.sh \
106 $(objpfx)tst-support_record_failure
107 $(SHELL) $< $(common-objpfx) '$(test-program-prefix-before-env)' \
108 '$(run-program-env)' '$(test-program-prefix-after-env)' \