Update to LGPL v2.1.
[jlayton/glibc.git] / posix / Makefile
1 # Copyright (C) 1991-1999, 2000, 2001 Free Software Foundation, Inc.
2 # This file is part of the GNU C Library.
3
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.
8
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.
13
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.
18
19 #
20 #       Sub-makefile for POSIX portion of the library.
21 #
22 subdir  := posix
23
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
31
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
36
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
64
65 include ../Makeconfig
66
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 tst-dir \
72                    tst-chmod bug-regex1 bug-regex2 bug-regex3 bug-regex4 \
73                    tst-gnuglob tst-regex
74 ifeq (yes,$(build-shared))
75 test-srcs       := globtest
76 tests           += wordexp-test tst-exec tst-spawn
77 endif
78 others          := getconf
79 install-bin     := getconf
80 gpl2lgpl := getopt.c getopt1.c getopt.h regex.c regex.h
81
82 before-compile  := testcases.h ptestcases.h
83
84 # So they get cleaned up.
85 generated := $(addprefix wordexp-test-result, 1 2 3 4 5 6 7 8 9 10) \
86              annexc annexc.out wordexp-tst.out bug-regex2-mem \
87              bug-regex2.mtrace tst-getconf.out
88
89 include ../Rules
90
91 ifeq (yes,$(build-static-nss))
92 # We need it for "make check" only. We can skip them if they haven't
93 # been built yet during "make".
94 otherlibs += $(wildcard $(nssobjdir)/libnss_files.a \
95                         $(resolvobjdir)/libnss_dns.a \
96                         $(resolvobjdir)/libresolv.a)
97 endif
98
99 ifeq (no,$(cross-compiling))
100 # globtest and wordexp-test currently only works with shared libraries
101 ifeq (yes,$(build-shared))
102 tests: $(objpfx)globtest.out $(objpfx)wordexp-tst.out
103 $(objpfx)globtest.out: globtest.sh $(objpfx)globtest
104         $(SHELL) -e globtest.sh $(common-objpfx) $(elf-objpfx) \
105                  $(rtld-installed-name)
106 $(objpfx)wordexp-tst.out: wordexp-tst.sh $(objpfx)wordexp-test
107         $(SHELL) -e wordexp-tst.sh $(common-objpfx) $(elf-objpfx) \
108                  $(rtld-installed-name)
109 endif
110 endif
111
112 CFLAGS-regex.c = -Wno-strict-prototypes -DMBS_SUPPORT
113 CFLAGS-getaddrinfo.c = -DRESOLVER
114 tstgetopt-ARGS = -a -b -cfoobar --required foobar --optional=bazbug \
115                 --none random --col --color --colour
116
117 tst-exec-ARGS = -- $(built-program-cmd)
118 tst-spawn-ARGS = -- $(built-program-cmd)
119 tst-dir-ARGS = `pwd` `cd $(common-objdir)/$(subdir); pwd` `cd $(common-objdir); pwd` $(objpfx)tst-dir
120 tst-chmod-ARGS = `pwd`
121
122 tst-fnmatch-ENV = LOCPATH=$(common-objpfx)localedata
123 tst-regexloc-ENV = LOCPATH=$(common-objpfx)localedata
124 bug-regex1-ENV = LOCPATH=$(common-objpfx)localedata
125 tst-regex-ENV = LOCPATH=$(common-objpfx)localedata
126
127 testcases.h: TESTS TESTS2C.sed
128         sed -f TESTS2C.sed < $< > $@T
129         mv -f $@T $@
130 ifeq ($(with-cvs),yes)
131         test ! -d CVS || cvs $(CVSOPTS) commit -mRegenerated $@
132 endif
133
134 ptestcases.h: PTESTS PTESTS2C.sed
135         sed -f PTESTS2C.sed < $< > $@T
136         mv -f $@T $@
137 ifeq ($(with-cvs),yes)
138         test ! -d CVS || cvs $(CVSOPTS) commit -mRegenerated $@
139 endif
140
141 # Run a test on the header files we use.
142 # XXX Please note that for now we ignore the result of this test.
143 tests: $(objpfx)annexc.out
144 ifeq (no,$(cross-compiling))
145 tests:$(objpfx)bug-regex2-mem $(objpfx)tst-getconf.out
146 endif
147
148 $(objpfx)annexc.out: $(objpfx)annexc
149         -$(dir $<)$(notdir $<) '$(CC)' \
150                                '-I../include -I.. $(+sysdep-includes) $(sysincludes)' > $@
151
152 $(objpfx)annexc: annexc.c
153         $(native-compile)
154
155 bug-regex2-ENV = MALLOC_TRACE=$(objpfx)bug-regex2.mtrace
156
157 $(objpfx)bug-regex2-mem: $(objpfx)bug-regex2.out
158         $(common-objpfx)malloc/mtrace $(objpfx)bug-regex2.mtrace > $@
159
160 $(objpfx)tst-getconf.out: tst-getconf.sh $(objpfx)getconf
161         $(SHELL) -e $< $(common-objpfx) $(elf-objpfx) $(rtld-installed-name)
162
163 ifeq (yes,$(build-shared))
164 $(objpfx)tst-regex: $(common-objpfx)rt/librt.so
165 else
166 $(objpfx)tst-regex: $(common-objpfx)rt/librt.a
167 endif