201cb781b79165fbee8bb6e41586515a5cd8d27a
[platform/upstream/glibc.git] / posix / Makefile
1 # Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98 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
31 distribute := confstr.h TESTS TESTS2C.sed testcases.h \
32               PTESTS PTESTS2C.sed ptestcases.h \
33               globtest.c globtest.sh wordexp-tst.sh annexc.c
34
35 routines :=                                                                   \
36         uname                                                                 \
37         times                                                                 \
38         wait waitpid wait3 wait4 waitid                                       \
39         alarm sleep pause nanosleep                                           \
40         fork vfork _exit                                                      \
41         execve fexecve execv execle execl execvp execlp                       \
42         getpid getppid                                                        \
43         getuid geteuid getgid getegid getgroups setuid setgid group_member    \
44         getpgid setpgid getpgrp bsd-getpgrp setpgrp getsid setsid             \
45         getlogin getlogin_r setlogin                                          \
46         pathconf sysconf fpathconf                                            \
47         glob fnmatch regex                                                    \
48         confstr                                                               \
49         getopt getopt1 getopt_init                                            \
50         sched_setp sched_getp sched_sets sched_gets sched_yield sched_primax  \
51         sched_primin sched_rr_gi                                              \
52         getaddrinfo gai_strerror wordexp                                      \
53         pread pwrite pread64 pwrite64
54
55 include ../Makeconfig
56
57 aux             := init-posix environ
58 tests           := tstgetopt testfnm runtests wordexp-test runptests
59 test-srcs       := globtest
60 others          := getconf
61 install-bin     := getconf
62 ifeq (yes,$(build-static))
63 install-lib     := libposix.a
64 endif
65 gpl2lgpl := getopt.c getopt1.c getopt.h regex.c regex.h
66
67 before-compile  := testcases.h ptestcases.h
68
69 # So they get cleaned up.
70 generated := $(addprefix wordexp-test-result, 1 2 3 4 5 6 7 8 9 10) \
71              annexc annexc.out
72
73 include ../Rules
74
75 ifeq (no,$(cross-compiling))
76 .PHONY: do-globtest do-wordexp-test
77 tests: do-globtest do-wordexp-test
78 do-globtest: $(objpfx)globtest
79         $(SHELL) -e globtest.sh $(common-objpfx) $(elf-objpfx) \
80                  $(rtld-installed-name)
81 do-wordexp-test: $(objpfx)wordexp-test
82         $(SHELL) -e wordexp-tst.sh $(common-objpfx) $(elf-objpfx) \
83                  $(rtld-installed-name)
84 endif
85
86 CFLAGS-regex.c = -Wno-unused -Wno-strict-prototypes
87 CFLAGS-getaddrinfo.c = -DRESOLVER
88
89 $(objpfx)libposix.a: $(dep-dummy-lib); $(make-dummy-lib)
90 lib: $(objpfx)libposix.a
91
92 testcases.h: TESTS TESTS2C.sed
93         sed -f TESTS2C.sed < $< > $@T
94         mv -f $@T $@
95 ifeq ($(with-cvs),yes)
96         test ! -d CVS || cvs $(CVSOPTS) commit -mRegenerated $@
97 endif
98
99 ptestcases.h: PTESTS PTESTS2C.sed
100         sed -f PTESTS2C.sed < $< > $@T
101         mv -f $@T $@
102 ifeq ($(with-cvs),yes)
103         test ! -d CVS || cvs $(CVSOPTS) commit -mRegenerated $@
104 endif
105 \f
106 # Make the standalone glob/fnmatch package.
107
108 glob.tar: glob/ChangeLog glob/COPYING.LIB \
109           glob/Makefile.in glob/configure glob/configure.in glob/configure.bat\
110           glob/SCOPTIONS glob/SMakefile glob/Makefile.ami \
111           glob/fnmatch.h glob/glob.h glob/fnmatch.c glob/glob.c
112         tar cho$(verbose)f $@ $^
113 glob/%.c: %.c
114         rm -f $@
115         ln -s ../$< $@
116 glob/%.h: %.h
117         rm -f $@
118         ln -s ../$< $@
119
120 glob/configure: glob/configure.in
121         cd glob && autoconf $(ACFLAGS)
122 ifeq ($(with-cvs),yes)
123         test ! -d CVS || cvs $(CVSOPTS) commit -m'Regenerated: autoconf $(ACFLAGS) $<' $@
124 endif
125
126 glob/ChangeLog: ../ChangeLog
127         changelog-extract --regexp 'posix/(glob|fnmatch).*' < $< > $@.new
128         chmod a-w $@.new
129         mv -f $@.new $@
130 ifeq ($(with-cvs),yes)
131         test ! -d CVS || cvs $(CVSOPTS) commit -mRegenerated $@
132 endif
133
134 %.Z: %
135         compress -c $< > $@-tmp
136         mv $@-tmp $@
137 %.gz: %
138         gzip -9v -c $< > $@-tmp
139         mv $@-tmp $@
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
144         -$(dir $<)$(notdir $<) '$(CC)' \
145                                '-I../include -I.. $(+sysdep-includes)' > $<.out
146
147 $(objpfx)annexc: annexc.c
148         $(native-compile)