maintainer-makefile: Prohibit BSD4.3/SysV u_char etc types.
[gnulib.git] / modules / copy-file
blob231f31c8ed2603032c89dd982f3a3651581ed589
1 Description:
2 Copying of files.
4 Files:
5 lib/copy-file.h
6 lib/copy-file.c
7 m4/copy-file.m4
9 Depends-on:
10 acl-permissions
11 binary-io
12 c99
13 close
14 copy-file-range
15 error
16 fstat
17 full-write
18 gettext-h
19 ignore-value
20 open
21 qcopy-acl
22 quote
23 safe-read
24 stat-time
25 stdlib
26 unistd
27 utimens
29 configure.ac:
30 gl_COPY_FILE
32 Makefile.am:
33 lib_SOURCES += copy-file.h copy-file.c
35 Include:
36 "copy-file.h"
38 Link:
39 $(LIB_ACL)
40 $(QCOPY_ACL_LIB)
41 $(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
42 $(MBRTOWC_LIB)
43 $(LTLIBC32CONV) when linking with libtool, $(LIBC32CONV) otherwise
45 License:
46 GPL
48 Maintainer:
49 all