1 # Makefile for support library, used only at build and test time
2 # Copyright (C) 2016-2019 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 # <https://www.gnu.org/licenses/>.
23 extra-libs
:= libsupport
24 extra-libs-others
= $(extra-libs
)
25 extra-libs-noinstall
:= $(extra-libs
)
27 libsupport-routines
= \
44 support_capture_subprocess \
45 support_capture_subprocess_check \
47 support_copy_file_range \
48 support_descriptor_supports_holes \
50 support_enter_mount_namespace \
51 support_enter_network_namespace \
52 support_format_address_family \
53 support_format_addrinfo \
54 support_format_dns_packet \
55 support_format_herrno \
56 support_format_hostent \
57 support_format_netent \
58 support_isolate_in_subprocess \
63 support_quote_string \
64 support_record_failure \
66 support_shared_allocate \
68 support_test_compare_blob \
69 support_test_compare_failure \
70 support_test_compare_string \
71 support_write_file_string \
73 support_test_verify_impl \
110 xpthread_attr_destroy \
112 xpthread_attr_setdetachstate \
113 xpthread_attr_setguardsize \
114 xpthread_attr_setstack \
115 xpthread_attr_setstacksize \
116 xpthread_barrier_destroy \
117 xpthread_barrier_init \
118 xpthread_barrier_wait \
119 xpthread_barrierattr_destroy \
120 xpthread_barrierattr_init \
121 xpthread_barrierattr_setpshared \
123 xpthread_check_return \
128 xpthread_mutex_consistent \
129 xpthread_mutex_destroy \
130 xpthread_mutex_init \
131 xpthread_mutex_lock \
132 xpthread_mutex_unlock \
133 xpthread_mutexattr_destroy \
134 xpthread_mutexattr_init \
135 xpthread_mutexattr_setprotocol \
136 xpthread_mutexattr_setpshared \
137 xpthread_mutexattr_setrobust \
138 xpthread_mutexattr_settype \
140 xpthread_rwlock_init \
141 xpthread_rwlock_destroy \
142 xpthread_rwlock_rdlock \
143 xpthread_rwlock_unlock \
144 xpthread_rwlock_wrlock \
145 xpthread_rwlockattr_init \
146 xpthread_rwlockattr_setkind_np \
149 xpthread_spin_unlock \
161 xposix_spawn_file_actions_addclose \
162 xposix_spawn_file_actions_adddup2 \
171 libsupport-static-only-routines
:= $(libsupport-routines
)
172 # Only build one variant of the library.
173 libsupport-inhibit-o
:= .os
174 ifeq ($(build-shared
),yes
)
175 libsupport-inhibit-o
+= .o
178 CFLAGS-support_paths.c
= \
179 -DSRCDIR_PATH
=\"`cd .. ; pwd`\" \
180 -DOBJDIR_PATH
=\"`cd $(objpfx)/..; pwd`\" \
181 -DOBJDIR_ELF_LDSO_PATH
=\"`cd $(objpfx)/..; pwd`/elf
/$(rtld-installed-name
)\" \
182 -DINSTDIR_PATH
=\"$(prefix)\" \
183 -DLIBDIR_PATH
=\"$(libdir)\" \
184 -DBINDIR_PATH
=\"$(bindir)\" \
185 -DSBINDIR_PATH
=\"$(sbindir
)\" \
186 -DROOTSBINDIR_PATH
=\"$(rootsbindir
)\"
189 LINKS_DSO_PROGRAM
= links-dso-program-c
191 LINKS_DSO_PROGRAM
= links-dso-program
192 LDLIBS-links-dso-program
= -lstdc
++ -lgcc
-lgcc_s
$(libunwind
)
195 ifeq (yes
,$(have-selinux
))
196 LDLIBS-
$(LINKS_DSO_PROGRAM
) += -lselinux
200 LDLIBS-test-container
= $(libsupport
)
202 others
+= test-container
203 others-noinstall
+= test-container
205 others
+= shell-container echo-container true-container
206 others-noinstall
+= shell-container echo-container true-container
208 others
+= $(LINKS_DSO_PROGRAM
)
209 others-noinstall
+= $(LINKS_DSO_PROGRAM
)
211 $(objpfx
)test-container
: $(libsupport
)
212 $(objpfx
)shell-container
: $(libsupport
)
213 $(objpfx
)echo-container
: $(libsupport
)
214 $(objpfx
)true-container
: $(libsupport
)
218 tst-support-namespace \
219 tst-support_blob_repeat \
220 tst-support_capture_subprocess \
221 tst-support_descriptors \
222 tst-support_format_dns_packet \
223 tst-support_quote_blob \
224 tst-support_quote_string \
225 tst-support_record_failure \
227 tst-test_compare_blob \
228 tst-test_compare_string \
232 ifeq ($(run-built-tests
),yes
)
234 $(objpfx
)tst-support_record_failure-2.out
236 $(objpfx
)tst-support_record_failure-2.out
: tst-support_record_failure-2.sh \
237 $(objpfx
)tst-support_record_failure
238 $(SHELL
) $< $(common-objpfx
) '$(test-program-prefix-before-env)' \
239 '$(run-program-env)' '$(test-program-prefix-after-env)' \
244 $(objpfx
)tst-support_format_dns_packet
: $(common-objpfx
)resolv
/libresolv.so
246 tst-support_capture_subprocess-ARGS
= -- $(host-test-program-cmd
)