468a078e066cad908e7f50a647b19131fd7a9492
[platform/upstream/glibc.git] / posix / Makefile
1 # Copyright (C) 1991-1999, 2000 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 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.
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 # Library General Public License for more details.
13
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.
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
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
63 include ../Makeconfig
64
65 aux             := init-posix environ
66 tests           := tstgetopt testfnm runtests runptests      \
67                    tst-preadwrite tst-preadwrite64 test-vfork regexbug1 \
68                    tst-getlogin tst-mmap tst-getaddrinfo tst-truncate \
69                    tst-truncate64
70 ifeq (yes,$(build-shared))
71 test-srcs       := globtest
72 tests           += wordexp-test
73 endif
74 others          := getconf
75 install-bin     := getconf
76 ifeq (yes,$(build-static))
77 install-lib     := libposix.a
78 endif
79 gpl2lgpl := getopt.c getopt1.c getopt.h regex.c regex.h
80
81 before-compile  := testcases.h ptestcases.h
82
83 # So they get cleaned up.
84 generated := $(addprefix wordexp-test-result, 1 2 3 4 5 6 7 8 9 10) \
85              annexc annexc.out
86
87 include ../Rules
88
89 ifeq (no,$(cross-compiling))
90 # globtest and wordexp-test currently only works with shared libraries
91 ifeq (yes,$(build-shared))
92 .PHONY: do-globtest do-wordexp-test
93 tests: do-globtest do-wordexp-test
94 do-globtest: $(objpfx)globtest
95         $(SHELL) -e globtest.sh $(common-objpfx) $(elf-objpfx) \
96                  $(rtld-installed-name)
97 do-wordexp-test: $(objpfx)wordexp-test
98         $(SHELL) -e wordexp-tst.sh $(common-objpfx) $(elf-objpfx) \
99                  $(rtld-installed-name)
100 endif
101 endif
102
103 CFLAGS-regex.c = -Wno-strict-prototypes
104 CFLAGS-getaddrinfo.c = -DRESOLVER
105 tstgetopt-ARGS = -a -b -cfoobar --required foobar --optional=bazbug \
106                 --none random
107
108 $(objpfx)libposix.a: $(dep-dummy-lib); $(make-dummy-lib)
109 lib: $(objpfx)libposix.a
110
111 testcases.h: TESTS TESTS2C.sed
112         sed -f TESTS2C.sed < $< > $@T
113         mv -f $@T $@
114 ifeq ($(with-cvs),yes)
115         test ! -d CVS || cvs $(CVSOPTS) commit -mRegenerated $@
116 endif
117
118 ptestcases.h: PTESTS PTESTS2C.sed
119         sed -f PTESTS2C.sed < $< > $@T
120         mv -f $@T $@
121 ifeq ($(with-cvs),yes)
122         test ! -d CVS || cvs $(CVSOPTS) commit -mRegenerated $@
123 endif
124 \f
125 # Make the standalone glob/fnmatch package.
126
127 glob.tar: glob/ChangeLog glob/COPYING.LIB \
128           glob/Makefile.in glob/configure glob/configure.in glob/configure.bat\
129           glob/SCOPTIONS glob/SMakefile glob/Makefile.ami \
130           glob/fnmatch.h glob/glob.h glob/fnmatch.c glob/glob.c
131         tar cho$(verbose)f $@ $^
132 glob/%.c: %.c
133         rm -f $@
134         ln -s ../$< $@
135 glob/%.h: %.h
136         rm -f $@
137         ln -s ../$< $@
138
139 glob/configure: glob/configure.in
140         cd glob && autoconf $(ACFLAGS)
141 ifeq ($(with-cvs),yes)
142         test ! -d CVS || cvs $(CVSOPTS) commit -m'Regenerated: autoconf $(ACFLAGS) $<' $@
143 endif
144
145 glob/ChangeLog: ../ChangeLog
146         changelog-extract --regexp 'posix/(glob|fnmatch).*' < $< > $@.new
147         chmod a-w $@.new
148         mv -f $@.new $@
149 ifeq ($(with-cvs),yes)
150         test ! -d CVS || cvs $(CVSOPTS) commit -mRegenerated $@
151 endif
152
153 %.Z: %
154         compress -c $< > $@-tmp
155         mv $@-tmp $@
156 %.gz: %
157         gzip -9v -c $< > $@-tmp
158         mv $@-tmp $@
159
160 # Run a test on the header files we use.
161 # XXX Please note that for now we ignore the result of this test.
162 tests: $(objpfx)annexc
163         -$(dir $<)$(notdir $<) '$(CC)' \
164                                '-I../include -I.. $(+sysdep-includes)' > $<.out
165
166 $(objpfx)annexc: annexc.c
167         $(native-compile)