Update.
[glibc.git] / posix / Makefile
blob8745462a26e2590671978af69b0ea235a1f159c2
1 # Copyright (C) 1991-1999, 2000 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 Library General Public License as
6 # published by the Free Software Foundation; either version 2 of the
7 # 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 # Library General Public License for more details.
14 # You should have received a copy of the GNU Library General Public
15 # License along with the GNU C Library; see the file COPYING.LIB. If not,
16 # write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
17 # Boston, MA 02111-1307, USA.
20 # Sub-makefile for POSIX portion of the library.
22 subdir := posix
24 headers := sys/utsname.h sys/times.h sys/wait.h sys/types.h unistd.h \
25 glob.h regex.h wordexp.h fnmatch.h bits/types.h getopt.h \
26 bits/posix1_lim.h bits/posix2_lim.h bits/posix_opt.h \
27 bits/local_lim.h tar.h bits/utsname.h bits/confname.h \
28 bits/waitflags.h bits/waitstatus.h sys/unistd.h sched.h \
29 bits/sched.h re_comp.h wait.h bits/environments.h cpio.h \
30 sys/sysmacros.h spawn.h
32 distribute := confstr.h TESTS TESTS2C.sed testcases.h \
33 PTESTS PTESTS2C.sed ptestcases.h \
34 globtest.c globtest.sh wordexp-tst.sh annexc.c fnmatch_loop.c \
35 spawn_int.h
37 routines := \
38 uname \
39 times \
40 wait waitpid wait3 wait4 waitid \
41 alarm sleep pause nanosleep \
42 fork vfork _exit \
43 execve fexecve execv execle execl execvp execlp \
44 getpid getppid \
45 getuid geteuid getgid getegid getgroups setuid setgid group_member \
46 getpgid setpgid getpgrp bsd-getpgrp setpgrp getsid setsid \
47 getlogin getlogin_r setlogin \
48 pathconf sysconf fpathconf \
49 glob glob64 fnmatch regex \
50 confstr \
51 getopt getopt1 getopt_init \
52 sched_setp sched_getp sched_sets sched_gets sched_yield sched_primax \
53 sched_primin sched_rr_gi \
54 getaddrinfo gai_strerror wordexp \
55 pread pwrite pread64 pwrite64 \
56 spawn_faction_init spawn_faction_destroy spawn_faction_addclose \
57 spawn_faction_addopen spawn_faction_adddup2 \
58 spawnattr_init spawnattr_destroy \
59 spawnattr_getdefault spawnattr_setdefault \
60 spawnattr_getflags spawnattr_setflags \
61 spawnattr_getpgroup spawnattr_setpgroup spawn spawnp spawni \
62 spawnattr_getsigmask spawnattr_getschedpolicy spawnattr_getschedparam \
63 spawnattr_setsigmask spawnattr_setschedpolicy spawnattr_setschedparam
65 include ../Makeconfig
67 aux := init-posix environ
68 tests := tstgetopt testfnm runtests runptests \
69 tst-preadwrite tst-preadwrite64 test-vfork regexbug1 \
70 tst-getlogin tst-mmap tst-getaddrinfo tst-truncate \
71 tst-truncate64 tst-fork tst-fnmatch tst-regexloc
72 ifeq (yes,$(build-shared))
73 test-srcs := globtest
74 tests += wordexp-test tst-exec tst-spawn
75 endif
76 others := getconf
77 install-bin := getconf
78 gpl2lgpl := getopt.c getopt1.c getopt.h regex.c regex.h
80 before-compile := testcases.h ptestcases.h
82 # So they get cleaned up.
83 generated := $(addprefix wordexp-test-result, 1 2 3 4 5 6 7 8 9 10) \
84 annexc annexc.out
86 include ../Rules
88 ifeq (no,$(cross-compiling))
89 # globtest and wordexp-test currently only works with shared libraries
90 ifeq (yes,$(build-shared))
91 tests: $(objpfx)globtest.out $(objpfx)wordexp-tst.out
92 $(objpfx)globtest.out: globtest.sh $(objpfx)globtest
93 $(SHELL) -e globtest.sh $(common-objpfx) $(elf-objpfx) \
94 $(rtld-installed-name)
95 $(objpfx)wordexp-tst.out: wordexp-tst.sh $(objpfx)wordexp-test
96 $(SHELL) -e wordexp-tst.sh $(common-objpfx) $(elf-objpfx) \
97 $(rtld-installed-name)
98 endif
99 endif
101 CFLAGS-regex.c = -Wno-strict-prototypes
102 CFLAGS-getaddrinfo.c = -DRESOLVER
103 tstgetopt-ARGS = -a -b -cfoobar --required foobar --optional=bazbug \
104 --none random
106 tst-exec-ARGS = -- $(built-program-cmd)
107 tst-spawn-ARGS = -- $(built-program-cmd)
109 tst-fnmatch-ENV = LOCPATH=$(common-objpfx)localedata
110 tst-regexloc-ENV = LOCPATH=$(common-objpfx)localedata
112 testcases.h: TESTS TESTS2C.sed
113 sed -f TESTS2C.sed < $< > $@T
114 mv -f $@T $@
115 ifeq ($(with-cvs),yes)
116 test ! -d CVS || cvs $(CVSOPTS) commit -mRegenerated $@
117 endif
119 ptestcases.h: PTESTS PTESTS2C.sed
120 sed -f PTESTS2C.sed < $< > $@T
121 mv -f $@T $@
122 ifeq ($(with-cvs),yes)
123 test ! -d CVS || cvs $(CVSOPTS) commit -mRegenerated $@
124 endif
126 # Run a test on the header files we use.
127 # XXX Please note that for now we ignore the result of this test.
128 tests: $(objpfx)annexc.out
129 $(objpfx)annexc.out: $(objpfx)annexc
130 -$(dir $<)$(notdir $<) '$(CC)' \
131 '-I../include -I.. $(+sysdep-includes)' > $@
133 $(objpfx)annexc: annexc.c
134 $(native-compile)