Include <sys/types.h> instead of <stddef.h> since ssize_t is needed as well. Replace...
[glibc.git] / posix / Makefile
blob57c89c7bc7f44ba64bd3c00e68062b0f48dd821c
1 # Copyright (C) 1991-1999, 2000, 2001, 2002 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, write to the Free
16 # Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
17 # 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 tst-getconf.sh regcomp.c regexec.c regex_internal.c \
36 regex_internal.h
38 routines := \
39 uname \
40 times \
41 wait waitpid wait3 wait4 waitid \
42 alarm sleep pause nanosleep \
43 fork vfork _exit \
44 execve fexecve execv execle execl execvp execlp \
45 getpid getppid \
46 getuid geteuid getgid getegid getgroups setuid setgid group_member \
47 getpgid setpgid getpgrp bsd-getpgrp setpgrp getsid setsid \
48 getlogin getlogin_r setlogin \
49 pathconf sysconf fpathconf \
50 glob glob64 fnmatch regex \
51 confstr \
52 getopt getopt1 getopt_init \
53 sched_setp sched_getp sched_sets sched_gets sched_yield sched_primax \
54 sched_primin sched_rr_gi sched_getaffinity sched_setaffinity \
55 getaddrinfo gai_strerror wordexp \
56 pread pwrite pread64 pwrite64 \
57 spawn_faction_init spawn_faction_destroy spawn_faction_addclose \
58 spawn_faction_addopen spawn_faction_adddup2 \
59 spawnattr_init spawnattr_destroy \
60 spawnattr_getdefault spawnattr_setdefault \
61 spawnattr_getflags spawnattr_setflags \
62 spawnattr_getpgroup spawnattr_setpgroup spawn spawnp spawni \
63 spawnattr_getsigmask spawnattr_getschedpolicy spawnattr_getschedparam \
64 spawnattr_setsigmask spawnattr_setschedpolicy spawnattr_setschedparam
66 include ../Makeconfig
68 aux := init-posix environ
69 tests := tstgetopt testfnm runtests runptests \
70 tst-preadwrite tst-preadwrite64 test-vfork regexbug1 \
71 tst-getlogin tst-mmap tst-getaddrinfo tst-truncate \
72 tst-truncate64 tst-fork tst-fnmatch tst-regexloc tst-dir \
73 tst-chmod bug-regex1 bug-regex2 bug-regex3 bug-regex4 \
74 tst-gnuglob tst-regex bug-regex5 bug-regex6 bug-regex7 \
75 bug-regex8 bug-regex9
76 ifeq (yes,$(build-shared))
77 test-srcs := globtest
78 tests += wordexp-test tst-exec tst-spawn
79 endif
80 others := getconf
81 install-bin := getconf
82 gpl2lgpl := getopt.c getopt1.c getopt.h regex.c regex.h
84 before-compile := testcases.h ptestcases.h
86 # So they get cleaned up.
87 generated := $(addprefix wordexp-test-result, 1 2 3 4 5 6 7 8 9 10) \
88 annexc annexc.out wordexp-tst.out bug-regex2-mem \
89 bug-regex2.mtrace tst-getconf.out
91 include ../Rules
93 ifeq (yes,$(build-static-nss))
94 # We need it for "make check" only. We can skip them if they haven't
95 # been built yet during "make".
96 otherlibs += $(wildcard $(nssobjdir)/libnss_files.a \
97 $(resolvobjdir)/libnss_dns.a \
98 $(resolvobjdir)/libresolv.a)
99 endif
101 ifeq (no,$(cross-compiling))
102 # globtest and wordexp-test currently only works with shared libraries
103 ifeq (yes,$(build-shared))
104 tests: $(objpfx)globtest.out $(objpfx)wordexp-tst.out
105 $(objpfx)globtest.out: globtest.sh $(objpfx)globtest
106 $(SHELL) -e globtest.sh $(common-objpfx) $(elf-objpfx) \
107 $(rtld-installed-name)
108 $(objpfx)wordexp-tst.out: wordexp-tst.sh $(objpfx)wordexp-test
109 $(SHELL) -e wordexp-tst.sh $(common-objpfx) $(elf-objpfx) \
110 $(rtld-installed-name)
111 endif
112 endif
114 CFLAGS-regex.c = -Wno-strict-prototypes -DRE_ENABLE_I18N
115 CFLAGS-getaddrinfo.c = -DRESOLVER
116 tstgetopt-ARGS = -a -b -cfoobar --required foobar --optional=bazbug \
117 --none random --col --color --colour
119 tst-exec-ARGS = -- $(built-program-cmd)
120 tst-spawn-ARGS = -- $(built-program-cmd)
121 tst-dir-ARGS = `pwd` `cd $(common-objdir)/$(subdir); pwd` `cd $(common-objdir); pwd` $(objpfx)tst-dir
122 tst-chmod-ARGS = `pwd`
124 tst-fnmatch-ENV = LOCPATH=$(common-objpfx)localedata
125 tst-regexloc-ENV = LOCPATH=$(common-objpfx)localedata
126 bug-regex1-ENV = LOCPATH=$(common-objpfx)localedata
127 tst-regex-ENV = LOCPATH=$(common-objpfx)localedata
128 bug-regex5-ENV = LOCPATH=$(common-objpfx)localedata
129 bug-regex6-ENV = LOCPATH=$(common-objpfx)localedata
131 testcases.h: TESTS TESTS2C.sed
132 sed -f TESTS2C.sed < $< > $@T
133 mv -f $@T $@
134 ifeq ($(with-cvs),yes)
135 test ! -d CVS || cvs $(CVSOPTS) commit -mRegenerated $@
136 endif
138 ptestcases.h: PTESTS PTESTS2C.sed
139 sed -f PTESTS2C.sed < $< > $@T
140 mv -f $@T $@
141 ifeq ($(with-cvs),yes)
142 test ! -d CVS || cvs $(CVSOPTS) commit -mRegenerated $@
143 endif
145 # Run a test on the header files we use.
146 # XXX Please note that for now we ignore the result of this test.
147 tests: $(objpfx)annexc.out
148 ifeq (no,$(cross-compiling))
149 tests:$(objpfx)bug-regex2-mem $(objpfx)tst-getconf.out
150 endif
152 $(objpfx)annexc.out: $(objpfx)annexc
153 -$(dir $<)$(notdir $<) '$(CC)' \
154 '-I../include -I.. $(+sysdep-includes) $(sysincludes)' > $@
156 annexc-CFLAGS = -O
157 $(objpfx)annexc: annexc.c
158 $(native-compile)
160 bug-regex2-ENV = MALLOC_TRACE=$(objpfx)bug-regex2.mtrace
162 $(objpfx)bug-regex2-mem: $(objpfx)bug-regex2.out
163 $(common-objpfx)malloc/mtrace $(objpfx)bug-regex2.mtrace > $@
165 $(objpfx)tst-getconf.out: tst-getconf.sh $(objpfx)getconf
166 $(SHELL) -e $< $(common-objpfx) $(elf-objpfx) $(rtld-installed-name)
168 ifeq (yes,$(build-shared))
169 $(objpfx)tst-regex: $(common-objpfx)rt/librt.so
170 else
171 $(objpfx)tst-regex: $(common-objpfx)rt/librt.a
172 endif