1 # Copyright (C) 1991-2023 Free Software Foundation, Inc.
2 # This file is part of the GNU C Library.
4 # The GNU C Library is free software; you can redistribute it and/or
5 # modify it under the terms of the GNU Lesser General Public
6 # License as published by the Free Software Foundation; either
7 # version 2.1 of the License, or (at your option) any later version.
9 # The GNU C Library is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 # Lesser General Public License for more details.
14 # You should have received a copy of the GNU Lesser General Public
15 # License along with the GNU C Library; if not, see
16 # <https://www.gnu.org/licenses/>.
19 # Sub-makefile for POSIX portion of the library.
37 bits
/pthreadtypes-arch.h \
40 bits
/thread-shared-types.h \
42 bits
/types
/idtype_t.h \
43 bits
/types
/struct_sched_param.h \
107 glob64-lstat-compat \
147 spawn_faction_addchdir \
148 spawn_faction_addclose \
149 spawn_faction_addclosefrom \
150 spawn_faction_adddup2 \
151 spawn_faction_addfchdir \
152 spawn_faction_addopen \
153 spawn_faction_addtcsetpgrp_np \
154 spawn_faction_destroy \
158 spawnattr_getdefault \
160 spawnattr_getpgroup \
161 spawnattr_getschedparam \
162 spawnattr_getschedpolicy \
163 spawnattr_getsigmask \
165 spawnattr_setdefault \
167 spawnattr_setpgroup \
168 spawnattr_setschedparam \
169 spawnattr_setschedpolicy \
170 spawnattr_setsigmask \
294 tst-posix_fadvise64 \
296 tst-posix_spawn-setsid \
299 tst-regcomp-truncated \
304 tst-rxspencer-no-utf8 \
305 tst-sched_getaffinity \
312 tst-sysconf-empty-chroot \
324 # Test for the glob symbol version that was replaced in glibc 2.27.
325 ifeq ($(have-GLIBC_2.26
)$(build-shared
),yesyes
)
327 tst-glob_lstat_compat
331 # Test for the posix_spawn, posix_spawnp symbol versions replaced in
333 ifeq ($(have-GLIBC_2.14
)$(build-shared
),yesyes
)
354 tst-gnuglob64-time64 \
362 tst-sched_rr_get_interval \
366 tst-sched_rr_get_interval-time64 \
369 ifeq (yes
,$(build-shared
))
382 ifeq (yesyes
,$(build-shared
)$(have-thread-library
))
406 install-others-programs
:= \
407 $(inst_libexecdir
)/getconf \
408 # install-others-programs
411 $(objpfx
)posix-conf-vars-def.h \
414 # So they get cleaned up.
416 $(addprefix wordexp-test-result
, 1 2 3 4 5 6 7 8 9 10) \
423 bug-regex14-mem.out \
427 bug-regex21-mem.out \
429 bug-regex31-mem.out \
437 tst-fnmatch-mem.out \
442 tst-rxspencer-no-utf8-mem.out \
443 tst-rxspencer-no-utf8.mtrace \
449 ifeq ($(run-built-tests
),yes
)
450 ifeq (yes
,$(build-shared
))
452 $(objpfx
)globtest.out \
453 $(objpfx
)wordexp-tst.out \
458 # Run a test on the header files we use.
459 # XXX Please note that for now we ignore the result of this test.
460 tests-special
+= $(objpfx
)annexc.out
461 ifeq ($(run-built-tests
),yes
)
463 $(objpfx
)bug-ga2-mem.out \
464 $(objpfx
)bug-glob2-mem.out \
465 $(objpfx
)bug-regex14-mem.out \
466 $(objpfx
)bug-regex2-mem.out \
467 $(objpfx
)bug-regex21-mem.out \
468 $(objpfx
)bug-regex31-mem.out \
469 $(objpfx
)bug-regex36-mem.out \
470 $(objpfx
)tst-boost-mem.out \
471 $(objpfx
)tst-fnmatch-mem.out \
472 $(objpfx
)tst-getconf.out \
473 $(objpfx
)tst-glob-tilde-mem.out \
474 $(objpfx
)tst-pcre-mem.out \
475 $(objpfx
)tst-rxspencer-no-utf8-mem.out \
476 $(objpfx
)tst-vfork3-mem.out \
482 ifeq ($(run-built-tests
),yes
)
483 # globtest and wordexp-test currently only works with shared libraries
484 ifeq (yes
,$(build-shared
))
485 $(objpfx
)globtest.out
: globtest.sh
$(objpfx
)globtest
486 $(SHELL
) $< $(common-objpfx
) '$(test-via-rtld-prefix)' \
487 '$(test-program-prefix)' '$(test-wrapper-env)'; \
489 $(objpfx
)wordexp-tst.out
: wordexp-tst.sh
$(objpfx
)wordexp-test
490 $(SHELL
) $< $(common-objpfx
) '$(test-program-prefix-before-env)' \
491 '$(run-program-env)' '$(test-program-prefix-after-env)'; \
508 include ..
/gen-locales.mk
510 $(objpfx
)bug-regex1.out
: $(gen-locales
)
511 $(objpfx
)bug-regex4.out
: $(gen-locales
)
512 $(objpfx
)bug-regex5.out
: $(gen-locales
)
513 $(objpfx
)bug-regex6.out
: $(gen-locales
)
514 $(objpfx
)bug-regex17.out
: $(gen-locales
)
515 $(objpfx
)bug-regex18.out
: $(gen-locales
)
516 $(objpfx
)bug-regex19.out
: $(gen-locales
)
517 $(objpfx
)bug-regex20.out
: $(gen-locales
)
518 $(objpfx
)bug-regex22.out
: $(gen-locales
)
519 $(objpfx
)bug-regex23.out
: $(gen-locales
)
520 $(objpfx
)bug-regex25.out
: $(gen-locales
)
521 $(objpfx
)bug-regex26.out
: $(gen-locales
)
522 $(objpfx
)bug-regex30.out
: $(gen-locales
)
523 $(objpfx
)bug-regex32.out
: $(gen-locales
)
524 $(objpfx
)bug-regex33.out
: $(gen-locales
)
525 $(objpfx
)bug-regex34.out
: $(gen-locales
)
526 $(objpfx
)bug-regex35.out
: $(gen-locales
)
527 $(objpfx
)tst-fnmatch.out
: $(gen-locales
)
528 $(objpfx
)tst-fnmatch4.out
: $(gen-locales
)
529 $(objpfx
)tst-fnmatch5.out
: $(gen-locales
)
530 $(objpfx
)tst-fnmatch6.out
: $(gen-locales
)
531 $(objpfx
)tst-regex.out
: $(gen-locales
)
532 $(objpfx
)tst-regex2.out
: $(gen-locales
)
533 $(objpfx
)tst-regexloc.out
: $(gen-locales
)
534 $(objpfx
)tst-rxspencer.out
: $(gen-locales
)
535 $(objpfx
)tst-rxspencer-no-utf8.out
: $(gen-locales
)
536 $(objpfx
)tst-regcomp-truncated.out
: $(gen-locales
)
539 # If we will use the generic uname implementation, we must figure out what
540 # it will say by examining the system, and write the results in config-name.h.
541 uname.c
: $(objpfx
)config-name.h
542 $(objpfx
)config-name.h
: $(..
)scripts
/config-uname.sh
$(common-objpfx
)config.make
543 $(make-target-directory
)
544 $< '$(config-os)' '$(config-release)' \
545 '$(config-machine)-$(config-vendor)' > $@.new
548 CFLAGS-getaddrinfo.c
+= -DRESOLVER
-fexceptions
549 CFLAGS-pause.c
+= -fexceptions
-fasynchronous-unwind-tables
550 CFLAGS-pread.c
+= -fexceptions
-fasynchronous-unwind-tables
551 CFLAGS-pread64.c
+= -fexceptions
-fasynchronous-unwind-tables
$(config-cflags-wno-ignored-attributes
)
552 CFLAGS-pwrite.c
+= -fexceptions
-fasynchronous-unwind-tables
553 CFLAGS-pwrite64.c
+= -fexceptions
-fasynchronous-unwind-tables
$(config-cflags-wno-ignored-attributes
)
554 CFLAGS-sleep.c
+= -fexceptions
555 CFLAGS-wait.c
+= -fexceptions
-fasynchronous-unwind-tables
556 CFLAGS-waitid.c
+= -fexceptions
-fasynchronous-unwind-tables
557 CFLAGS-waitpid.c
+= -fexceptions
-fasynchronous-unwind-tables
558 CFLAGS-wait4.c
+= -fexceptions
-fasynchronous-unwind-tables
559 CFLAGS-getopt.c
+= -fexceptions
560 CFLAGS-wordexp.c
+= -fexceptions
561 CFLAGS-wordexp.os
= -fomit-frame-pointer
562 CFLAGS-sysconf.c
+= -fexceptions
-DGETCONF_DIR
='"$(libexecdir)/getconf"'
563 CFLAGS-pathconf.c
+= -fexceptions
564 CFLAGS-fpathconf.c
+= -fexceptions
565 CFLAGS-spawn.c
+= -fexceptions
566 CFLAGS-spawn.os
= -fomit-frame-pointer
567 CFLAGS-spawnp.c
+= -fexceptions
568 CFLAGS-spawnp.os
= -fomit-frame-pointer
569 CFLAGS-spawni.c
+= -fexceptions
570 CFLAGS-spawni.os
= -fomit-frame-pointer
571 CFLAGS-glob.c
+= $(uses-callbacks
) -fexceptions
572 CFLAGS-glob64.c
+= $(uses-callbacks
) -fexceptions
573 CFLAGS-getconf.c
+= -DGETCONF_DIR
='"$(libexecdir)/getconf"'
574 CFLAGS-execve.os
= -fomit-frame-pointer
575 CFLAGS-fexecve.os
= -fomit-frame-pointer
576 CFLAGS-execv.os
= -fomit-frame-pointer
577 CFLAGS-execle.os
= -fomit-frame-pointer
578 CFLAGS-execl.os
= -fomit-frame-pointer
579 CFLAGS-execvp.os
= -fomit-frame-pointer
580 CFLAGS-execlp.os
= -fomit-frame-pointer
581 CFLAGS-nanosleep.c
+= -fexceptions
-fasynchronous-unwind-tables
582 CFLAGS-fork.c
= $(libio-mtsafe
) $(config-cflags-wno-ignored-attributes
)
584 tstgetopt-ARGS
= -a
-b
-cfoobar
--required foobar
--optional
=bazbug \
585 --none random
--col
--color
--colour
587 tst-exec-ARGS
= -- $(host-test-program-cmd
)
588 tst-exec-static-ARGS
= $(tst-exec-ARGS
)
589 tst-execvpe5-ARGS
= -- $(host-test-program-cmd
)
590 tst-spawn-ARGS
= -- $(host-test-program-cmd
)
591 tst-spawn-static-ARGS
= $(tst-spawn-ARGS
)
592 tst-spawn5-ARGS
= -- $(host-test-program-cmd
)
593 tst-spawn6-ARGS
= -- $(host-test-program-cmd
)
594 tst-spawn7-ARGS
= -- $(host-test-program-cmd
)
595 tst-dir-ARGS
= `pwd` `cd $(common-objdir)/$(subdir); pwd` `cd $(common-objdir); pwd` $(objpfx
)tst-dir
596 tst-chmod-ARGS
= $(objdir
)
597 tst-vfork3-ARGS
= --test-dir
=$(objpfx
)
599 tst-rxspencer-ARGS
= --utf8 rxspencer
/tests
600 tst-rxspencer-no-utf8-ARGS
= rxspencer
/tests
601 tst-pcre-ARGS
= PCRE.tests
602 tst-boost-ARGS
= BOOST.tests
603 bug-glob1-ARGS
= "$(objpfx)"
604 tst-execvp3-ARGS
= --test-dir
=$(objpfx
)
605 CFLAGS-tst-spawn3.c
+= -DOBJPFX
=\"$(objpfx
)\"
607 $(objpfx
)testcases.h
: TESTS TESTS2C.sed
608 LC_ALL
=C sed
-f TESTS2C.sed
< $< > $@T
610 $(objpfx
)runtests.o
: $(objpfx
)testcases.h
612 $(objpfx
)ptestcases.h
: PTESTS PTESTS2C.sed
613 LC_ALL
=C sed
-f PTESTS2C.sed
< $< > $@T
615 $(objpfx
)runptests.o
: $(objpfx
)ptestcases.h
617 $(objpfx
)tst-getopt-cancel
: $(shared-thread-library
)
618 $(objpfx
)tst-_Fork
: $(shared-thread-library
)
620 test-xfail-annexc
= yes
621 $(objpfx
)annexc.out
: $(objpfx
)annexc
622 $(dir $<)$(notdir $<) '$(CC)' \
623 '$(patsubst %,-I../%,$(sorted-subdirs)) -I../include $(+sysdep-includes) $(sysincludes) -I..' > $@
; \
627 $(objpfx
)annexc
: annexc.c
630 tst-fnmatch-ENV
+= MALLOC_TRACE
=$(objpfx
)tst-fnmatch.mtrace \
631 LD_PRELOAD
=$(common-objpfx
)/malloc
/libc_malloc_debug.so
633 $(objpfx
)tst-fnmatch-mem.out
: $(objpfx
)tst-fnmatch.out
634 $(common-objpfx
)malloc
/mtrace
$(objpfx
)tst-fnmatch.mtrace
> $@
; \
637 bug-regex2-ENV
= MALLOC_TRACE
=$(objpfx
)bug-regex2.mtrace \
638 LD_PRELOAD
=$(common-objpfx
)/malloc
/libc_malloc_debug.so
640 $(objpfx
)bug-regex2-mem.out
: $(objpfx
)bug-regex2.out
641 $(common-objpfx
)malloc
/mtrace
$(objpfx
)bug-regex2.mtrace
> $@
; \
644 bug-regex14-ENV
= MALLOC_TRACE
=$(objpfx
)bug-regex14.mtrace \
645 LD_PRELOAD
=$(common-objpfx
)/malloc
/libc_malloc_debug.so
647 $(objpfx
)bug-regex14-mem.out
: $(objpfx
)bug-regex14.out
648 $(common-objpfx
)malloc
/mtrace
$(objpfx
)bug-regex14.mtrace
> $@
; \
651 bug-regex21-ENV
= MALLOC_TRACE
=$(objpfx
)bug-regex21.mtrace \
652 LD_PRELOAD
=$(common-objpfx
)/malloc
/libc_malloc_debug.so
654 $(objpfx
)bug-regex21-mem.out
: $(objpfx
)bug-regex21.out
655 $(common-objpfx
)malloc
/mtrace
$(objpfx
)bug-regex21.mtrace
> $@
; \
658 bug-regex31-ENV
= MALLOC_TRACE
=$(objpfx
)bug-regex31.mtrace \
659 LD_PRELOAD
=$(common-objpfx
)/malloc
/libc_malloc_debug.so
661 $(objpfx
)bug-regex31-mem.out
: $(objpfx
)bug-regex31.out
662 $(common-objpfx
)malloc
/mtrace
$(objpfx
)bug-regex31.mtrace
> $@
; \
665 bug-regex36-ENV
= MALLOC_TRACE
=$(objpfx
)bug-regex36.mtrace \
666 LD_PRELOAD
=$(common-objpfx
)/malloc
/libc_malloc_debug.so
668 $(objpfx
)bug-regex36-mem.out
: $(objpfx
)bug-regex36.out
669 $(common-objpfx
)malloc
/mtrace
$(objpfx
)bug-regex36.mtrace
> $@
; \
672 tst-vfork3-ENV
= MALLOC_TRACE
=$(objpfx
)tst-vfork3.mtrace \
673 LD_PRELOAD
=$(common-objpfx
)/malloc
/libc_malloc_debug.so
675 $(objpfx
)tst-vfork3-mem.out
: $(objpfx
)tst-vfork3.out
676 { test -r
$(objpfx
)tst-vfork3.mtrace \
677 ||
( echo
"tst-vfork3.mtrace does not exist"; exit
77; ) \
678 && $(common-objpfx
)malloc
/mtrace
$(objpfx
)tst-vfork3.mtrace
; } > $@
; \
681 # tst-rxspencer.mtrace is not generated, only
682 # tst-rxspencer-no-utf8.mtrace, since otherwise the file has almost
683 # 100M and takes very long time to process.
684 tst-rxspencer-no-utf8-ENV
+= \
685 MALLOC_TRACE
=$(objpfx
)tst-rxspencer-no-utf8.mtrace \
686 LD_PRELOAD
=$(common-objpfx
)/malloc
/libc_malloc_debug.so
687 $(objpfx
)tst-rxspencer-no-utf8-mem.out
: $(objpfx
)tst-rxspencer-no-utf8.out
688 $(common-objpfx
)malloc
/mtrace
$(objpfx
)tst-rxspencer-no-utf8.mtrace \
692 tst-pcre-ENV
= MALLOC_TRACE
=$(objpfx
)tst-pcre.mtrace \
693 LD_PRELOAD
=$(common-objpfx
)/malloc
/libc_malloc_debug.so
694 $(objpfx
)tst-pcre-mem.out
: $(objpfx
)tst-pcre.out
695 $(common-objpfx
)malloc
/mtrace
$(objpfx
)tst-pcre.mtrace
> $@
; \
698 tst-boost-ENV
= MALLOC_TRACE
=$(objpfx
)tst-boost.mtrace \
699 LD_PRELOAD
=$(common-objpfx
)/malloc
/libc_malloc_debug.so
700 $(objpfx
)tst-boost-mem.out
: $(objpfx
)tst-boost.out
701 $(common-objpfx
)malloc
/mtrace
$(objpfx
)tst-boost.mtrace
> $@
; \
704 $(objpfx
)tst-getconf.out
: tst-getconf.sh
$(objpfx
)getconf
705 $(SHELL
) $< $(common-objpfx
) '$(built-program-cmd)'; \
708 $(objpfx
)bug-ga2-mem.out
: $(objpfx
)bug-ga2.out
709 { test -r
$(objpfx
)bug-ga2.mtrace \
710 ||
( echo
"bug-ga2.mtrace does not exist"; exit
77; ) \
711 && $(common-objpfx
)malloc
/mtrace
$(objpfx
)bug-ga2.mtrace
; } > $@
; \
714 bug-ga2-ENV
= MALLOC_TRACE
=$(objpfx
)bug-ga2.mtrace \
715 LD_PRELOAD
=$(common-objpfx
)/malloc
/libc_malloc_debug.so
717 bug-glob2-ENV
= MALLOC_TRACE
=$(objpfx
)bug-glob2.mtrace \
718 LD_PRELOAD
=$(common-objpfx
)/malloc
/libc_malloc_debug.so
720 $(objpfx
)bug-glob2-mem.out
: $(objpfx
)bug-glob2.out
721 $(common-objpfx
)malloc
/mtrace
$(objpfx
)bug-glob2.mtrace
> $@
; \
724 tst-glob-tilde-ENV
= MALLOC_TRACE
=$(objpfx
)tst-glob-tilde.mtrace \
725 LD_PRELOAD
=$(common-objpfx
)/malloc
/libc_malloc_debug.so
727 $(objpfx
)tst-glob-tilde-mem.out
: $(objpfx
)tst-glob-tilde.out
728 $(common-objpfx
)malloc
/mtrace
$(objpfx
)tst-glob-tilde.mtrace
> $@
; \
731 $(inst_libexecdir
)/getconf
: $(inst_bindir
)/getconf \
732 $(objpfx
)getconf.speclist FORCE
733 $(addprefix $(..
).
/scripts
/mkinstalldirs
,\
734 $(filter-out $(wildcard $@
),$@
))
735 while read spec
; do \
736 ln
-f
$< $@
/$$spec.new ||
$(INSTALL_PROGRAM
) $< $@
/$$spec.new
; \
737 mv
-f
$@
/$$spec.new
$@
/$$spec; \
738 done
< $(objpfx
)getconf.speclist
740 $(objpfx
)getconf.speclist
: getconf-speclist.c posix-envs.def
741 $(compile.c
) -E
-o
- \
742 | sed
-n
-e
'/@@@PRESENT_/s/@@@PRESENT_//p' > $@.new
745 # This file is only actually needed at install time. But forcing it to
746 # be built both makes it available for eyeball inspection and avoids the
747 # surprise of things that look like compilation being done by 'make install'.
748 others
: $(objpfx
)getconf.speclist
750 $(objpfx
)posix-conf-vars-def.h
: $(..
)scripts
/gen-posix-conf-vars.awk \
751 posix-conf-vars.list Makefile
752 $(make-target-directory
)
753 $(AWK
) -f
$(filter-out Makefile
, $^
) > $@.tmp