]> git.ipfire.org Git - thirdparty/glibc.git/blame - io/Makefile
Use 64 bit time_t stat internally
[thirdparty/glibc.git] / io / Makefile
CommitLineData
2b778ceb 1# Copyright (C) 1992-2021 Free Software Foundation, Inc.
28f540f4
RM
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
41bdb6e2
AJ
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.
28f540f4
RM
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
41bdb6e2 12# Lesser General Public License for more details.
28f540f4 13
41bdb6e2 14# You should have received a copy of the GNU Lesser General Public
59ba27a6 15# License along with the GNU C Library; if not, see
5a82c748 16# <https://www.gnu.org/licenses/>.
28f540f4
RM
17
18#
19# Sub-makefile for I/O portion of the library.
20#
21subdir := io
22
a5f891ac
JM
23include ../Makeconfig
24
5107cf1d 25headers := sys/stat.h bits/stat.h sys/statfs.h bits/statfs.h sys/vfs.h \
867506f3 26 sys/statvfs.h bits/statvfs.h fcntl.h sys/fcntl.h bits/fcntl.h \
d5835c26 27 poll.h sys/poll.h bits/poll.h bits/fcntl2.h bits/poll2.h \
5dad6ffb
FW
28 bits/statx.h bits/statx-generic.h bits/types/struct_statx.h \
29 bits/types/struct_statx_timestamp.h \
30 utime.h ftw.h fts.h sys/sendfile.h
28f540f4 31
26cec518
UD
32routines := \
33 utime \
e186c703
UD
34 mkfifo mkfifoat \
35 stat fstat lstat stat64 fstat64 lstat64 fstatat fstatat64 \
4d97cc8c 36 statx \
99468ed4 37 mknod mknodat \
26cec518
UD
38 statfs fstatfs statfs64 fstatfs64 \
39 statvfs fstatvfs statvfs64 fstatvfs64 \
d15b99ac 40 umask chmod fchmod lchmod fchmodat \
c90c5d41 41 mkdir mkdirat \
cc0e6ed8 42 open open_2 open64 open64_2 openat openat_2 openat64 openat64_2 \
d15b99ac 43 read write lseek lseek64 access euidaccess faccessat \
06ab719d 44 fcntl fcntl64 flock lockf lockf64 \
cc0e6ed8 45 close dup dup2 dup3 pipe pipe2 \
26cec518
UD
46 creat creat64 \
47 chdir fchdir \
48 getcwd getwd getdirname \
49 chown fchown lchown fchownat \
50 ttyname ttyname_r isatty \
5c46041a 51 link linkat symlink symlinkat readlink readlinkat \
26cec518 52 unlink unlinkat rmdir \
8b7b7f75 53 ftw ftw64 fts fts64 poll ppoll \
26cec518
UD
54 posix_fadvise posix_fadvise64 \
55 posix_fallocate posix_fallocate64 \
bad7a0c8 56 sendfile sendfile64 copy_file_range \
70961aee 57 utimensat futimens file_change_detection \
19873b18
AZ
58 fts64-time64 \
59 ftw64-time64
28f540f4
RM
60
61others := pwd
088d3291 62test-srcs := ftwtest ftwtest-time64
25851835 63tests := test-utime test-stat test-stat2 test-lfs tst-getcwd \
4973cbe5 64 tst-fcntl bug-ftw1 bug-ftw2 bug-ftw3 bug-ftw4 tst-statvfs \
26cec518 65 tst-openat tst-unlinkat tst-fstatat tst-futimesat \
48a1d526 66 tst-renameat tst-fchownat tst-fchmodat tst-faccessat \
046f4516 67 tst-symlinkat tst-linkat tst-readlinkat tst-mkdirat \
c1bf9f14 68 tst-mknodat tst-mkfifoat tst-ttyname_r bug-ftw5 \
45ff2bfc 69 tst-posix_fallocate tst-posix_fallocate64 \
bad7a0c8 70 tst-fts tst-fts-lfs tst-open-tmpfile \
6ba205b2 71 tst-copy_file_range tst-getcwd-abspath tst-lockf \
52a5fe70 72 tst-ftw-lnk tst-lchmod \
243339d0
AZ
73 tst-ftw-bz26353 tst-stat tst-stat-lfs \
74 tst-utime \
75 tst-utimes \
cc1b4029 76 tst-futimes \
272e71dc 77 tst-lutimes \
243339d0 78 tst-futimens \
ac43e251 79 tst-utimensat \
bad7a0c8 80
088d3291
AZ
81tests-time64 := \
82 tst-futimens-time64 \
83 tst-futimes-time64\
84 tst-fts-time64 \
85 tst-lutimes-time64 \
86 tst-stat-time64 \
87 tst-futimesat-time64 \
88 tst-utime-time64 \
89 tst-utimensat-time64 \
90 tst-utimes-time64 \
91
fd70af45 92# Likewise for statx, but we do not need static linking here.
52a5fe70 93tests-internal += tst-statx tst-file_change_detection
8ed005da 94tests-static += tst-statx
fd70af45 95
f214606a 96ifeq ($(run-built-tests),yes)
088d3291
AZ
97tests-special += $(objpfx)ftwtest.out \
98 $(objpfx)ftwtest-time64.out
f214606a
JM
99endif
100
28f540f4 101include ../Rules
0793d348 102
36975e8e
L
103CFLAGS-open.c += -fexceptions -fasynchronous-unwind-tables
104CFLAGS-open64.c += -fexceptions -fasynchronous-unwind-tables
105CFLAGS-creat.c += -fexceptions -fasynchronous-unwind-tables
106CFLAGS-creat64.c += -fexceptions -fasynchronous-unwind-tables
107CFLAGS-fcntl.c += -fexceptions -fasynchronous-unwind-tables
06ab719d 108CFLAGS-fcntl64.c += -fexceptions -fasynchronous-unwind-tables
36975e8e
L
109CFLAGS-poll.c += -fexceptions -fasynchronous-unwind-tables
110CFLAGS-ppoll.c += -fexceptions -fasynchronous-unwind-tables
addff78f
AZ
111CFLAGS-lockf.c += -fexceptions -fasynchronous-unwind-tables
112CFLAGS-lockf64.c += -fexceptions -fasynchronous-unwind-tables
36975e8e
L
113CFLAGS-statfs.c += -fexceptions
114CFLAGS-fstatfs.c += -fexceptions
115CFLAGS-statvfs.c += -fexceptions
116CFLAGS-fstatvfs.c += -fexceptions
117CFLAGS-fts.c += -Wno-uninitialized $(uses-callbacks) -fexceptions
118CFLAGS-fts64.c += -Wno-uninitialized $(uses-callbacks) -fexceptions
70961aee 119CFLAGS-fts64-time64.c += -Wno-uninitialized $(uses-callbacks) -fexceptions
36975e8e
L
120CFLAGS-ftw.c += $(uses-callbacks) -fexceptions
121CFLAGS-ftw64.c += $(uses-callbacks) -fexceptions
19873b18 122CFLAGS-ftw64-time64.c += $(uses-callbacks) -fexceptions
36975e8e
L
123CFLAGS-posix_fallocate.c += -fexceptions
124CFLAGS-posix_fallocate64.c += -fexceptions
125CFLAGS-fallocate.c += -fexceptions
126CFLAGS-fallocate64.c += -fexceptions
baab50cf 127CFLAGS-read.c += -fexceptions -fasynchronous-unwind-tables
173e0ab0 128CFLAGS-write.c += -fexceptions -fasynchronous-unwind-tables
bdfed2e2 129CFLAGS-close.c += -fexceptions -fasynchronous-unwind-tables
36975e8e
L
130
131CFLAGS-test-stat.c += -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE
132CFLAGS-test-lfs.c += -D_LARGEFILE64_SOURCE
d951286f 133
25851835
UD
134test-stat2-ARGS = Makefile . $(objpfx)test-stat2
135
a14f121d
UD
136tst-statvfs-ARGS = $(objpfx)tst-statvfs tst-statvfs.c /tmp
137
95511aab
JM
138tst-open-tmpfile-ARGS = --test-dir=$(objpfx)
139
088d3291
AZ
140CFLAGS-ftwtest-time64.c += -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64
141
03ac099f 142ifeq ($(run-built-tests),yes)
89f1c388 143$(objpfx)ftwtest.out: ftwtest-sh $(objpfx)ftwtest
f0881698
JM
144 $(SHELL) $< $(common-objpfx) '$(test-program-cmd)' > $@; \
145 $(evaluate-test)
088d3291
AZ
146
147$(objpfx)ftwtest-time64.out: ftwtest-sh $(objpfx)ftwtest-time64
148 $(SHELL) $< $(common-objpfx) '$(test-program-cmd)' > $@; \
149 $(evaluate-test)
e7a95dc6 150endif